body {
  background: url("../img/com/content-bg.jpg");
  font-family: "Microsoft JhengHei", Arial, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  overflow-x: hidden;
}

.container {
  position: relative;
}
.container.inner {
  max-width: 980px;
}
.container.narrow {
  max-width: 880px;
}

#loading-frame {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  z-index: 100;
  text-align: center;
}

#loading-present {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.header {
  border-top: 15px solid #9c0;
}

#quick-links li {
  display: inline-block;
  list-style-type: none;
  padding: 5px 20px 0 0;
  color: #333;
}
#quick-links li:before {
  content: '';
  margin: 0 7px 1px 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #9c0;
}

#top-tabs {
  position: absolute;
  right: 0;
  top: -15px;
}
#top-tabs li {
  display: inline-block;
  margin-left: 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  padding: 8px 14px 10px;
  background-color: #393;
  color: #fff;
}

.navbar {
  text-align: center;
  margin-top: 60px;
}

.navbar-nav {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #333;
}
.navbar-nav .nav-name, .navbar-nav .sprite {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  position: relative;
  top: -50px;
}

.nav > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/com/nav_bg.png") no-repeat;
  background-position: center bottom;
  background-size: 75px 70px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.nav > li#header-logo > a:before {
  content: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}
.nav .open > a:before, .nav .open > a:focus:before, .nav .open > a:hover:before,
.nav > li > a:focus:before, .nav > li > a:hover:before,
.nav > li.active > a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.dropdown-menu {
  right: 0;
/*  min-width: initial; */
  border: 1px solid #9c0;
  background: url("../img/com/content-bg.jpg");
  background-size: cover;
  text-align: center;
  min-width: 140px;
}

.dropdown-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 1.5rem;
  background: 0 0;
  border: 0;
  clear: both;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
}
.dropdown-item:hover:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 1.2em;
  right: 1.2em;
  display: block;
  height: 5px;
  background: url("../img/com/line-g.png") repeat-x;
  background-size: 100% 100%;
}


.swiper-wrapper {
  padding: 0px 0px 0px 15px;
}
#main-frame {
/*  overflow: visible;  */
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 50px;

}

.mark-frame {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.mark-frame img {
  width: 100%;
  border: 3px solid #9c0;
  -moz-border-radius: 350px;
  -webkit-border-radius: 350px;
  border-radius: 350px;
}
.mark-frame .mark {
  position: absolute;
  right: 7%;
  bottom: 20px;
  padding: 10px 20px;
  background-color: #fc0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  -moz-transform: rotateZ(7deg);
  -ms-transform: rotateZ(7deg);
  -webkit-transform: rotateZ(7deg);
  transform: rotateZ(7deg);
}

.potato-frame {
  position: relative;
  display: block;
  right: 15px;
  padding: 0 3.3% 0 5.3%;
}
.potato-frame:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/com/slide-bg.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.potato-frame:after {
  content: '';
  position: absolute;
  left: 70%;
  right: 7%;
  top: 83%;
  bottom: -3%;
  background: url("../img/com/slide-front.png") no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
.potato-frame img {
  width: 100%;
  -moz-border-radius: 350px;
  -webkit-border-radius: 350px;
  border-radius: 350px;
}

.potato-frame2 {
  position: relative;
  display: block;
  padding: 0 3.3% 0 5.3%;
  margin: 0 auto;
  max-width: 1060px;
}
.potato-frame2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/com/slide-bg.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.potato-frame2:after {
  content: '';
  position: absolute;
  left: 70%;
  right: 7%;
  top: 83%;
  bottom: -3%;
  background: url("../img/com/slide-front.png") no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
.potato-frame2 img {
  width: 100%;
  -moz-border-radius: 350px;
  -webkit-border-radius: 350px;
  border-radius: 350px;
}

.footer {
  min-height: 150px;
  background-image: url("../img/com/grass.png");
  background-size: 600px 140px;
  background-repeat: repeat-x;
  background-position: bottom center;
  overflow: hidden;
}

#footer-nav {
  float: left;
  color: #333;
  margin-top: 5px;
  padding-left: 0;
}
#footer-nav li {
  display: inline-block;
  line-height: 1;
  padding: 0 15px;
  list-style-type: none;
}
#footer-nav li + li {
  border-left: 1px solid #333;
}

#footer-farmer {
  height: 60px;
}
#footer-farmer .farmer {
  display: block;
  float: left;
  width: 175px;
  margin-bottom: -5px;
}
#footer-farmer .dialog {
  float: left;
  padding: 12px 20px;
  margin-top: 15px;
  position: relative;
  border: 2px solid #9c0;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
}
#footer-farmer .dialog:before, #footer-farmer .dialog:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
#footer-farmer .dialog:before {
  border-width: 8px 15px 8px 0;
  border-color: transparent #9c0 transparent transparent;
  left: -15px;
  top: 50%;
  margin-top: -8px;
}
#footer-farmer .dialog:after {
  border-width: 6px 15px 6px 0;
  border-color: transparent #fff transparent transparent;
  left: -13px;
  top: 50%;
  margin-top: -6px;
}

#footer-copyright {
  position: absolute;
  bottom: 10px;
  margin-left: 190px;
  font-size: 13px;
  color: #fff;
}

a {
  color: inherit;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

.b {
  font-weight: bold;
}

.tx-green {
  color: #9c0;
}

.tx-dark-green {
  color: #393;
}

.tx-yellow {
  color: #fc0;
}

.bg-green {
  background-color: #9c0;
}

.bg-dark-green {
  background-color: #393;
}

.bg-yellow {
  background-color: #fc0;
}

.bd-green {
  border-color: #9c0;
}

.bd-dark-green {
  border-color: #393;
}

.bd-yellow {
  border-color: #fc0;
}

.img-full {
  width: 100%;
}

.img-adj {
  max-width: 100%;
}

.separate {
  height: 1px;
  border-bottom: 1px solid #9c0;
  margin: 10px 0 8px;
}

.videoWrapper {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 75%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper-wide {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}
.videoWrapper-wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn.round {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.btn.border {
  border-width: 1px;
  border-style: solid;
}

.page-title {
  margin: 10px 0;
  font-size: 1.8em;
  color: #333;
  text-align: center;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
}
.section-title.with-sep:before, .section-title.with-sep:after {
  content: '';
  position: absolute;
  top: 11px;
  background: url("../img/com/line.png") repeat-x;
  background-size: auto 100%;
  height: 10px;
}
.section-title.with-sep:before {
  left: 0;
  right: calc(50% + 120px);
}
.section-title.with-sep:after {
  right: 0;
  left: calc(50% + 120px);
}
.section-title .sub {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
  padding-right: 10%;
  padding-left: 10%;
}

.line-bottom {
  position: relative;
  padding-bottom: 10px;
}
.line-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/com/line.png") repeat-x;
  background-size: auto 100%;
  height: 10px;
}

article, .article {
  line-height: 1.8;
  padding-bottom: 40px;
}
article img, .article img {
  max-width: 100%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 5px;
}
article ul, article ol, .article ul, .article ol {
  padding-left: 20px;
}
article p, .article p {
  margin: 0;
}
article table, .article table {
  max-width: 100%;
  line-height: 1.3;
}
article td, article th, .article td, .article th {
  padding: 3px 5px;
}
article h1, .article h1 {
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
  color: #393;
}
article h2, article h3, .article h2, .article h3 {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #393;
}
article h3:before, .article h3:before {
  content: '';
  display: inline-block;
  display: inline-block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #9c0;
  margin: 0 6px 4px;
}
article .float-left, .article .float-left {
  float: left;
}
article .float-right, .article .float-right {
  float: right;
}

.pagination {
  position: relative;
  width: 100%;
  text-align: center;
}
.pagination.right {
  text-align: right;
}
.pagination.left {
  text-align: left;
}
.pagination .page {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 2px 7px;
  background-color: #9c0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: white;
  line-height: 34px;
}
.pagination .page:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 10px;
  background: url("../img/com/line.png") no-repeat;
  background-size: auto 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.pagination .page:hover, .pagination .page.selected {
  background-color: #393;
  bottom: 8px;
}
.pagination .page:hover:after, .pagination .page.selected:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.pagination .prev, .pagination .next {
  position: relative;
  top: 10px;
  height: 16px;
  width: 26px;
  background-image: url("../img/com/arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pagination .prev.disabled, .pagination .next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.pagination .prev {
  float: left;
  right: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .prev:not(.disabled):hover {
  right: 4px;
}
.pagination .next {
  float: right;
  left: 0;
}
.pagination .next:not(.disabled):hover {
  left: 4px;
}
.pagination .btn {
  padding: 8px 30px;
  font-size: 18px;
  letter-spacing: 3px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: #393;
}

::-webkit-scrollbar-track {
  background: #99cc99;
}

body {
  scrollbar-face-color: #393;
  scrollbar-track-color: #99cc99;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  ::-webkit-scrollbar-thumb {
    background: #393;
  }

  ::-webkit-scrollbar-track {
    background: #99cc99;
  }

  body {
    scrollbar-face-color: #393;
    scrollbar-track-color: #99cc99;
  }
}
#scrollUp {
  display: block;
  right: 5px;
  bottom: 90px;
  width: 69px;
  height: 69px;
  background: url("../img/com/top.png") no-repeat;
  background-size: 69px 69px;
  font-size: 0;
  cursor: pointer;
}
#scrollUp:hover {
  position: relative;
  bottom: 92px;
}
@media (min-width: 1240px) {
  #scrollUp {
    left: 50%;
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
  }
}

.trans, #scrollUp {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trans:hover, #scrollUp:hover {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sprite {
  position: relative;
  background-image: url("../img/sprite.png");
  display: inline-block;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite {
    background-image: url("../img/sprite2x.png");
    background-size: 68px 552px;
  }
}
.sprite-cart {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.sprite-edit {
  width: 60px;
  height: 62px;
  background-position: 0 -40px;
}

.sprite-nav-book {
  width: 50px;
  height: 45px;
  background-position: 0 -102px;
}

.sprite-nav-box {
  width: 50px;
  height: 45px;
  background-position: 0 -147px;
}

.sprite-nav-camera {
  width: 50px;
  height: 45px;
  background-position: 0 -192px;
}

.sprite-nav-event {
  width: 50px;
  height: 45px;
  background-position: 0 -237px;
}

.sprite-nav-globe {
  width: 50px;
  height: 45px;
  background-position: 0 -282px;
}

.sprite-nav-guide {
  width: 50px;
  height: 45px;
  background-position: 0 -327px;
}

.sprite-nav-home {
  width: 50px;
  height: 45px;
  background-position: 0 -372px;
}

.sprite-news-search {
  width: 68px;
  height: 68px;
  background-position: 0 -417px;
}

.sprite-nav-guest {
  width: 50px;
  height: 45px;
  background-position: 0 -485px;
}

.sprite-shovel {
  width: 24px;
  height: 22px;
  background-position: 0 -530px;
}
.swiper-container {
	overflow: unset;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -60px;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.swiper-pagination-bullet-active {
  background-color: #9c0;
}

#about-us {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#about-us #about-img {
  position: relative;
  padding-top: 20px;
  margin-bottom: -5px;
  text-align: center;
}
#about-us #about-img .speak {
  position: absolute;
  left: 50%;
  top: 0;
  width: 210px;
  margin-left: -105px;
}
#about-us #about-img img {
  max-width: 100%;
}
#about-us #about-desc {
  line-height: 1.7;
}

#latest-news {
  margin-top: 70px;
  margin-bottom: 40px;
}

.news-title {
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

.news-group .group-item, .prod-group .group-item {
  padding: 20px 20px 40px;
  text-align: center;
}
.news-group .inner-box, .prod-group .inner-box {
  display: inline-block;
  max-width: 250px;
}
.news-group .img-holder, .prod-group .img-holder {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  font-size: 0;
}
.news-group .img-holder:hover .mask, .prod-group .img-holder:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
.news-group .img-holder:hover .mask-icon, .prod-group .img-holder:hover .mask-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.news-group .img-holder:hover .pop-text, .prod-group .img-holder:hover .pop-text {
  padding-bottom: 300px;
}
.news-group .circle-box, .prod-group .circle-box {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  /* this fixes the overflow:hidden in Chrome/Opera */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.news-group .circle-box img, .prod-group .circle-box img {
  width: 100%;
}
.news-group .pop-text, .prod-group .pop-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) rotateZ(35deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateZ(35deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(35deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(35deg);
  width: 121px;
  padding-bottom: 0;
}
.news-group .mask, .prod-group .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #393;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 0;
}
.news-group .mask-icon, .prod-group .mask-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
}
.news-group .txt-holder, .prod-group .txt-holder {
  padding-top: 20px;
}
.news-group .mark, .prod-group .mark {
  padding: 5px 15px;
  background-color: #fc0;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.news-group .title, .prod-group .title {
  font-size: 1.2em;
  line-height: 1.5;
  color: #333;
  height: 54px;
}
.news-group .desc, .prod-group .desc {
  padding: 0 15px;
  font-size: 0.9em;
}
.prod-group .desc {
  min-height: 90px;
}
.prod-group .price {
  color: #A52204;
  padding: 10px 15px 5px;
  font-size: 27px;
}

.prod-group .inner-box {
  max-width: 400px;
}
.prod-group .img-holder {
  width: 390px;
  height: 274px;
}
.prod-group .circle-box {
  border: 3px solid #9c0;
  -moz-border-radius: 137px;
  -webkit-border-radius: 137px;
  border-radius: 137px;
}
.prod-group .txt-holder {
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: -15px;
}
.prod-group .pop-text {
  left: 67%;
}
.prod-group .title {
  display: block;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.prod-poster {
  padding: 20px;
  margin-bottom: 20px;
}
.prod-poster.border {
  border: 1px solid #9c0;
}
.prod-poster.underline {
  border-bottom: 1px solid #9c0;
}
.prod-poster .prod-img {
  max-width: 190px;
  max-height: 200px;
}
.prod-poster .prod-title {
  margin: 10px 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #393;
}
.prod-poster p {
  margin: 0;
}
.prod-poster .txt-holder {
  line-height: 1.8;
}
.prod-poster em {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  color: #393;
}

.prod-signup {
  margin: 30px 0;
  text-align: center;
}
.prod-signup .btn {
  padding: 8px 50px;
  background-color: #393;
  font-size: 25px;
  color: #fff;
  letter-spacing: 3px;
}
.prod-signup .btn:hover {
  background-color: #9c0;
}

/* calendar */
.calendars .panel {
  text-align: center;
  margin: 10px 0;
  background: none;
  border: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #000;
}
.calendars .panel select {
  height: 30px;
  margin: 0 5px;
}
.calendars .panel .btn, .calendars .panel .btn-r, .calendars .panel .btn-square {
  margin: 0 10px;
  padding: 0 5px;
  color: #A9CB00;
  font-weight: bold;
  font-size: 25px;
  line-height: 22px;
}
.calendars .panel .btn:hover, .calendars .panel .btn-r:hover, .calendars .panel .btn-square:hover {
}
.calendars .calendar {
  width: 100%;
}
.calendars .calendar th, .calendars .calendar td {
  border: 3px solid #fff;
}
.calendars .calendar th {
  background-color: #A9CB00;
  padding: 10px 0;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  width: 14%;
}
.calendars .calendar td {
  position: relative;
  height: 90px;
  padding: 5px;
  vertical-align: top;
}

.calendars .calendar td .date {
  color: #000000;
  font-size: 19px;
  font-family: arial;
  display: block;
  padding: 0px 2px 30px;
}
.calendars .calendar td .acts {
  text-align: center;
}
.calendars .calendar td .qty {
  font-size: 15px;
  color: #40A643;
  white-space: nowrap;
}
.calendars .calendar td:hover {
  background-color: #f1fff0;
}
.calendars .calendar td .qty.full {
  color: #999;
}
.calendars .calendar td.current {
  background-color: #fffded;
}

/* 預約內容 */
.booking_data {
  border: 2px solid #A5C800;
  padding: 10px;
}
.booking_data .img {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.booking_data .info {
  font-size: 15px;
  border-bottom: 1px solid #A5C800;
  margin: 20px 0px 10px 0px;
}
.booking_data .info .label {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background: #FFC600;
}
.booking_data .info h1 {
  font-size: 18px;
  color: #231815;
}
.booking_data .info span {
  color: #40A643;
}
.booking_data .info .price {
  color: #A52204;
  font-size: 34px;
}
.booking_data .detal ul {
  list-style-type: none;
  padding: 0px;
}
.booking_data .detal li {
  display: inline-block;
  padding: 2px;
  line-height: 34px;
  vertical-align: middle;
}
.booking_data .detal .lab {
  font-size: 21px;
  font-weight: bold;
  color: #A5C800;
}
.booking_data .detal select {
  border: 1px solid #A5C800;
  width: 100px;
  padding: 5px;
  border-radius: 4px;
}
.booking_data .detal .btn {
  background: #A5C800;
  border: 1px solid #A5C800;
  border-radius: 4px;
  padding: 2px 40px;
  font-size: 21px;
  color: #fff;
}

/* contact */
.contact_infos .img {
  float: left;
  padding: 0px 40px 0px 0px;
}
.contact_infos .info {
  float: left;
  padding: 30px 40px;
  position: relative;
  border: 2px solid #9c0;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 30px;
  font-size: 17px;
}
.contact_infos .info:before, .contact_infos .info:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.contact_infos .info:before {
  border-width: 8px 15px 8px 0;
  border-color: transparent #9c0 transparent transparent;
  left: -15px;
  top: 15%;
  margin-top: -8px;
}
.contact_infos .info:after {
  border-width: 6px 15px 6px 0;
  border-color: transparent #fff transparent transparent;
  left: -13px;
  top: 15%;
  margin-top: -6px;
}
.contact_infos .info ul {
  list-style-type: none;
  padding-left: 0;
}
.contact_infos .info ul li {

}
.contact_infos .info ul li span {
  color: #9c0;
  font-weight: bold;
  min-width: 50px;
  display: inline-block;
}
.contact_infos .info .cloud {
  content: "";
  position: absolute;
  display: inline-block;
  right: -80px;
  bottom: -100px;
}
.contact_form {
  padding: 50px 0px 50px 0px;
}
.contact_form input.text, .contact_form textarea {
  background: none;
  border: 0px;
  font-size: 17px;
}
.contact_form textarea {
  height: 130px;
  width: 100%;
}
.contact_form .form_box {
  position: relative;
  padding: 10px 20px 10px 0px;
}
.contact_form .form_box:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url("../img/pic/line-g.png") repeat-x;
  height: 10px;
  width: 100%;
}
.contact_form input.text {
  display: inline-block;
  width: 75%;
  margin-left: 5px;
}
.contact_form .form_box label {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  padding-right: 3px;
}
.contact_form input.code {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.contact_form .form_box .codeimg {
  font-size: 0px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
.line-g {
  border-top: 1px solid #9c0;
  padding-top: 10px;
}
.map {
  border-radius: 10px;
  margin-bottom: 20px;
}
.transf {
  font-size: 15px;
  line-height: 25px;
  float: left;
}
.transf-img {
  float: right;
  padding-top: 20px;
}
/* cart */
.cart_list {

}

.cart_list table {
  width: 100%;
}
.cart_list table th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #a9cb00;
  padding: 4px 10px;
}
.cart_list table th:first-child,
.cart_list table td:first-child {
  text-align: left;
}
.cart_list table td {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #a9cb00;
  padding: 20px 10px;
}
.cart_list table td span {
  display: block;
  color: #40a643;
  font-size: 15px;
}
.cart_list table td.price {
  font-size: 19px;
  color: #a52204;
}
.cart_list table td .rmitem {
  font-size: 28px;
  color: #a9cb00;
}
.cart_list table td .attbuy {
  font-size: 16px;
  border-left: 2px solid #a9cb00;
  margin: 0px 15px 0px 5px;
}
.cart_list table td .sel {
  border: 1px solid #a9cb00;
  -webkit-appearance: none; /*Chrome*/
  -moz-appearance: none; /*FF*/
  appearance: none;/*CSS3*/
  background: url("../img/arrow.png") no-repeat scroll right center #fff;
  padding: 2px 18px 2px 5px;
  min-width: 50px;
  text-align: center;
}
.cart_list table td .sel::-ms-expand {
  display: none; /*IE*/
}

.cart_list .table_head::after,
.cart_list .table_cell::after,
.cart_list .table_total::after,
.cart_list::after
{
  clear: both;
}
.cart_list .table_head::before, 
.cart_list .table_head::after,
.cart_list .table_cell::before, 
.cart_list .table_cell::after,
.cart_list .table_total::before, 
.cart_list .table_total::after,
.cart_list::before,
.cart_list::after
{
    content: " ";
    display: table;
}

.cart_list ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
}
.cart_list .table_head,
.cart_list .table_cell
{
  width: 100%;
}
.cart_list .table_head {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #a9cb00;
}
.cart_list .table_head li {
  text-align: center;
  padding: 4px 10px;
}
.cart_list .table_head li:first-child,
.cart_list .table_cell li:first-child {
  text-align: left;
}
.cart_list .table_cell {
  color: #666666;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #a9cb00;
}
.cart_list .table_cell li {
  line-height: 26px;
  text-align: center;
  padding: 20px 10px;
}
.cart_list .table_cell li span {
  display: block;
  color: #40a643;
  font-size: 15px;
}
.cart_list .table_cell li.price {
  font-size: 19px;
  color: #a52204;
}
.cart_list .table_cell li .rmitem {
  font-size: 28px;
  color: #a9cb00;
}
.cart_list .table_cell li .attbuy {
  font-size: 16px;
  border-left: 2px solid #a9cb00;
  margin: 0px 15px 0px 5px;
}
.cart_list .table_cell li .sel {
  border: 1px solid #a9cb00;
  -webkit-appearance: none; /*Chrome*/
  -moz-appearance: none; /*FF*/
  appearance: none;/*CSS3*/
  background: url("../img/arrow.png") no-repeat scroll right center #fff;
  padding: 2px 18px 2px 5px;
  min-width: 50px;
  text-align: center;
}
.cart_list .table_cell li .sel::-ms-expand {
  display: none; /*IE*/
}
.cart_list .table_total {
  padding: 10px 0px 0px 0px;
}
.cart_list .table_total li {
  padding: 0px 10px 0px 0px;
  text-align: center;
  font-size: 19px;
}
.cart_list .table_total .price {
  color: #a52204;
}
.cart_list .table_total.topline {
  border-top: 1px solid #a9cb00;
}
.nav-link2 {
  padding: 40px 0px;
  text-align: center;
}
h2.cart_h2 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  border-bottom: 2px solid #a9cb00;
  padding: 5px 0px 10px 0px
}
.accordion-box {
  list-style-type: none;
  padding-left: 20px;
}
.accordion-box .acc-btn {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  padding: 0px 20px 10px 0px;
  cursor: pointer;
}
.accordion-box .acc-btn span {
  color: #a9cb00;
  width: 50px;
  display: inline-block;
}
.accordion-box .acc-content {
  display: none;
  padding: 0px 20px 10px 50px;
  line-height: 30px;
  font-size: 16px;
}

/* Message */
.msg-text {
  text-align: center;
  font-size: 16px;
}
.msg-text .no {
  color: #a9cb00;
  padding: 0px 5px;
}
/* button */
.btn01 {
  background: #a9cb00;
  padding: 8px 60px;
  letter-spacing: 5px;
  border: 1px solid #a9cb00;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
}
.btn02 {
  padding: 5px 20px;
  letter-spacing: 4px;
  border: 1px solid #a9cb00;
  border-radius: 50px;
  color: #444444;
  font-size: 18px;
  margin: 10px 10px;
  display: inline-block;
  background: none;
}
.btn02:hover {
  color: #fff;
  background: #a9cb00;
}
/* place */
.right {
  text-align: right;
}
/* reset */
.clear {
  float: none;
  clear: both;
}
/* bar */
.navbarm {
  display: none;
}
.navbarm .nav2 {
  padding: 0px 0px 0px 15px;
}
.navbarm .nav2 li {
  display: inline-block;
}
.navbarm .nav2 .logo {
  width: 70%;
}
.navbarm .nav2 .logo img {
  max-width: 270px;
}
.navbarm .nav2 .bar {
  position: relative;
  width: 27%;
}
.navbar-toggle {
    display: block;
    z-index: 7;
/*    border: 1px solid #a9cb00;	*/
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 25px;
/*    left: 50%;	*/
    margin-top: -20px;
	background: #393;
	color: #fff;
	border-radius: 15px;
	font-size: 16px;
	padding: 5px 10px;
}
.navbar-toggle .icon-bar {
  background: #a9cb00;
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 10px 10px;
  }
}

@media (max-width: 992px) {
  #header-logo {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -135px;
  }
  .navbar {
    margin-top: 130px;
  }

  .potato-frame {
    margin-left: 20px;
  }

  .contact_infos .img,
  .contact_infos .info {
    float: none;
  }
  .contact_infos .img {
    text-align: center;
    padding-bottom: 20px;
  }
  .contact_infos .info::before,
  .contact_infos .info::after {
    display: none;
  }
  .contact_infos .info .cloud {
    width: 150px;
    right: -30px;
    bottom: -50px;
  }
  .contact_infos .info .cloud img {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .prod-group .inner-box {
    width: 100%;
  }
  .prod-group .img-holder {
    width: 340px;
    height: 238px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    border: 1px solid #9c0;
    background: url("../img/com/content-bg.jpg");
    position: absolute;
    display: table;
    width: 100%;
  }
  .navbarm {
    display: block;
  }
  #quick-links {
    margin-top: 28px;
    padding-left: 10px;
  }

  #header-logo {
    display: none;
  }
  .navbar {
    display: none;
    margin-top: 0px;
  }
  .nav li {
    float: left;
    width: 25%;
  }
  .cart_list .table_cell li:first-child {
    text-align: center;
  }
  .cart_list .table_cell li {
    padding: 8px 10px;
  }

}
@media (max-width: 650px) {
  .footer {
    padding-top: 180px;
  }
  #footer-farmer {
    position: absolute;
    top: -180px;
  }
  #footer-farmer .dialog {
    width: 60%;
  }
  #footer-nav {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
  #footer-copyright {
    position: relative;
    margin-left: 0px;
    text-align: center;
  }

  .calendars .calendar td .acts {
    /* display: none; */
  }
  .calendars .calendar td .acts span {
    display: none;
  }
  .dropdown-menu {
    min-width: initial;
  }
}
@media (max-width: 550px) {
  .footer {
    padding-top: 340px;
  }
  #footer-farmer {
    position: absolute;
    top: -180px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
  #footer-farmer .farmer {
   float: none; 
  }
  #footer-farmer .dialog {
    width: 100%;
    position: absolute;
    top: -170px;
  }
  #footer-farmer .dialog::before {
    border-color: #9c0 transparent transparent transparent;
    border-width: 15px 8px 0px 8px;
    left: 20%;
    bottom: -17px;
    top: unset;
  }
  #footer-farmer .dialog::after {
    border-width: 15px 6px 0px 6px;
    border-color: #fff transparent transparent transparent;
    left: 20%;
    bottom: -14px;
    top: unset;
    margin-left: 2px; 
  }
  #footer-nav {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
  #footer-copyright {
    position: relative;
    margin-left: 0px;
    text-align: center;
  }

  .booking_data .info span {
    display: block;
  }
}
@media (max-width: 450px) {
  .contact_infos .info .cloud {
    width: 100px;
    right: 0px;
    bottom: -35px;
  }
  .contact_infos .info .cloud img {
    width: 100%;
  }
  .contact_infos .info ul li span {
    display: block;
  }
}
@media (max-width: 400px) {
  .navbarm .nav2 .logo img {
    width: 100%
  }
  .navbarm .nav2 {
    padding: 0px 0px 0px 5px;
  }

  .booking_data .detal li {
    display: block;
    text-align: center;
  }
  .contact_infos .img {
    padding-right: 0px;
  }
  .contact_infos .img img{
    width: 100%;
  }

  .prod-group .inner-box {
    width: 100%;
  }
  .prod-group .img-holder {
    width: 280px;
    height: 196px;
  }

  .prod-group .pop-text {
    left: 55%;
    top: 60%;
  }
  .dropdown-item {
    padding: 5px 5px;
  }
  #top-tabs {
    padding-left: 10px;
  }
  #top-tabs li {
    padding: 8px 10px 10px;
  }
  .contact_infos .info {
    padding: 30px 20px;
  }
}
@media (max-width: 320px) {
  .nav li {
    font-size: 13px;
  }
}