/*0329*/
  .bgBk {
    background-color: #000;
  }
.btn_logo {
	/*margin-left:2em;*/
	text-align:right;
	}
.btn_logo_gap {
	/*margin-left:4em;*/
	}
.btn_text {
	margin:0em 0 0 1em;
	}
.btn_logo, .btn_text  {
	display:inline-block;
	vertical-align:middle;
	}
.btn_open {
	cursor:default;
    text-decoration:none;
	}
.btn_open .hover {
	display:none;
	}
.btn_open:hover .normal {
	display:none;
	}
.btn_open:hover .hover {
	display: inline-block;
	margin:0 0 0 1em;
	}
.slide-text {
	color:#E4E4E4;
	margin:20% 20% 0 0;
	float:right;
	display:inline-block;
	}
/*第二組最新優惠的背景色*/
.home .news-block-color2 {
background: -moz-linear-gradient(top,  rgba(214,177,66,1) 0%, rgba(214,177,66,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(214,177,66,1) 0%,rgba(214,177,66,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(214,177,66,1) 0%,rgba(214,177,66,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6b142', endColorstr='#b3d6b142',GradientType=0 ); /* IE6-9 */
}

/* line 876, ../../scss/_page.scss */
  .home .news-block .btn-open {
    display: inline;
  }
  /* line 879, ../../scss/_page.scss */
  .home .news-block .btn-close {
    display: none;
  }
  /* line 882, ../../scss/_page.scss */
  .home .news-block.active {
    display: block;
  }
  /* line 884, ../../scss/_page.scss */
  .home .news-block.active .btn-open {
    display: none;
  }
  /* line 887, ../../scss/_page.scss */
  .home .news-block.active .btn-close {
    display: inline;
  }

@media screen and (max-device-width: 520px) {
	p {
		font-size: 1.06em;
	}	
}

@media screen and (min-device-width: 769px) and (max-device-width: 1199px) {
	.btn_logo {
		margin-left:0;
	}
	.btn_text ,.btn_open:hover .hover {
		margin-left:-.1em;
	}
}
/* line 1, ../../scss/_base.scss */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.8;
	height: 100%;
}

/* line 13, ../../scss/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../../scss/_base.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
}

/* line 21, ../../scss/_base.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 26, ../../scss/_base.scss */
a {
  outline: 0;
  color: #3e3a39;
  border: 0;
  text-decoration: none;
}
/* line 31, ../../scss/_base.scss */
a img {
  border: none;
}

/* line 36, ../../scss/_base.scss */
img {
  max-width: 100%;
  display: block;
}

/* line 41, ../../scss/_base.scss */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 47, ../../scss/_base.scss */
input, select, textarea {
  border: 1px solid #a3a4af;
  padding: 6px;
}

/* line 51, ../../scss/_base.scss */
button {
  cursor: pointer;
}

/* line 56, ../../scss/_base.scss */
.outerWrap {
  min-height: 100%;
  position: relative;
}

/* line 59, ../../scss/_base.scss */
.wrap {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1em;
}
/* line 28, ../../scss/_setting.scss */
.wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

/* line 66, ../../scss/_base.scss */
header {
  position: fixed;
  width: 100vw;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0 10px;
}
/* line 28, ../../scss/_setting.scss */
header:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 73, ../../scss/_base.scss */
header:after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background: #d6b142;
  z-index: 90;
  pointer-events: none;
}
/* line 83, ../../scss/_base.scss */
header .m-logo {
  width: 150px;
  display: block;
}
/* line 87, ../../scss/_base.scss */
header .pc-logo {
  display: none;
}
/* line 90, ../../scss/_base.scss */
header .ham {
  position: absolute;
  width: 40px;
  top: 13px;
  right: 1em;
  padding: 5px;
}
/* line 96, ../../scss/_base.scss */
header .ham span {
  height: 5px;
  width: 100%;
  margin: 5px 0;
  display: block;
  background-color: #3e3a39;
}
/* line 105, ../../scss/_base.scss */
header .pc-nav {
  display: none;
}

/* line 109, ../../scss/_base.scss */
.shadow-block {
  display: none;
  z-index: 100;
}

/* line 113, ../../scss/_base.scss */
.m-nav {
  background-color: #000;
  width: 300px;
  height: 100%;
  position: fixed;
  padding: 90px 0 30px;
  top: 0;
  right: -300px;
  z-index: 90;
  color: #d6b142;
  font-size: 1.3em;
  overflow-y: auto;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
}
/* line 127, ../../scss/_base.scss */
.m-nav .block {
  border-top: 1px solid #d6b142;
  padding: 10px 20px;
}
/* line 28, ../../scss/_setting.scss */
.m-nav .block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 131, ../../scss/_base.scss */
.m-nav .block:first-child {
  border-top: none;
}
/* line 135, ../../scss/_base.scss */
.m-nav .close {
  font-size: 1.8em;
}
/* line 137, ../../scss/_base.scss */
.m-nav .close i {
  float: right;
}
/* line 142, ../../scss/_base.scss */
.m-nav .nav a {
  display: block;
  padding: 8px;
  color: #fff;
}
/* line 148, ../../scss/_base.scss */
.m-nav .nav .nav-item > a {
  border-top: 1px dashed #d6b142;
}
/* line 28, ../../scss/_setting.scss */
.m-nav .nav .nav-item > a:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 151, ../../scss/_base.scss */
.m-nav .nav .nav-item > a i {
  float: right;
  font-size: 1.2em;
  padding-top: 2px;
}
/* line 156, ../../scss/_base.scss */
.m-nav .nav .nav-item > a .btn-close {
  display: none;
}
/* line 159, ../../scss/_base.scss */
.m-nav .nav .nav-item > a .btn-open {
  display: block;
}
/* line 164, ../../scss/_base.scss */
.m-nav .nav .nav-item.active > a {
  color: #d6b142;
}
/* line 166, ../../scss/_base.scss */
.m-nav .nav .nav-item.active > a .btn-close {
  display: block;
}
/* line 169, ../../scss/_base.scss */
.m-nav .nav .nav-item.active > a .btn-open {
  display: none;
}
/* line 175, ../../scss/_base.scss */
.m-nav .nav .nav-item:first-child > a {
  border-top: none;
}
/* line 179, ../../scss/_base.scss */
.m-nav .nav .nav-item .sub {
  display: none;
  padding: 0 20px;
}
/* line 185, ../../scss/_base.scss */
.m-nav .share {
  font-size: .8em;
  text-align: center;
}
/* line 188, ../../scss/_base.scss */
.m-nav .share p {
  text-align: left;
  padding: 15px 0;
}
/* line 192, ../../scss/_base.scss */
.m-nav .share .copyright {
  font-size: 10px;
  letter-spacing: 0;
}
/* line 196, ../../scss/_base.scss */
.m-nav .share a {
  width: 42px;
  height: 42px;
  padding: 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
/* line 205, ../../scss/_base.scss */
.m-nav .share a.line {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 208, ../../scss/_base.scss */
.m-nav .share a:hover {
  background-color: #d6b142;
}
/* line 213, ../../scss/_base.scss */
.m-nav.active {
  right: 0;
  transition: all 0.3s ease-in;
}

/* line 220, ../../scss/_base.scss */
#container {
  padding-top: 83px;
}

/* line 227, ../../scss/_base.scss */
footer {
  display: none;
}

/* line 230, ../../scss/_base.scss */
.m-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 80;
  line-height:0px;
}
/* line 237, ../../scss/_base.scss */
.m-menu .menu-item {
  display: inline-block;
  position: relative;
  width: 50%;
  padding: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
/* line 28, ../../scss/_setting.scss */
.m-menu .menu-item:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 246, ../../scss/_base.scss */
.m-menu .menu-item:hover {
  background-color: #eeeeee;
}
/* line 249, ../../scss/_base.scss */
.m-menu .menu-item .reserve {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40%;
}
/* line 28, ../../scss/_setting.scss */
.m-menu .menu-item .reserve:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 255, ../../scss/_base.scss */
.m-menu .menu-item .reserve .icon {
  display: inline-block;
  vertical-align: top;
}
/* line 259, ../../scss/_base.scss */
.m-menu .menu-item .reserve .text {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 264, ../../scss/_base.scss */
.m-menu .menu-item .reserve .text .br {
  display: block;
}
/* line 268, ../../scss/_base.scss */
.m-menu .menu-item .reserve .en {
  display: none;
}
/* line 271, ../../scss/_base.scss */
.m-menu .menu-item .reserve:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 80%;
  right: 0;
  top: 0;
}
/* line 280, ../../scss/_base.scss */
.m-menu .menu-item .logo {
  display: block;
  /*width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.5em;*/
}
/* line 28, ../../scss/_setting.scss */
.m-menu .menu-item .logo:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 285, ../../scss/_base.scss */
.m-menu .menu-item .logo img {
  /*width: 100%;
  max-width: 185px;
  float: right;
  */
  width:auto;
  height: 35px;
  margin: 0 auto;
}
/* line 292, ../../scss/_base.scss */
.m-menu .menu-item.link1 a {
  color: #000000;
}
/* line 296, ../../scss/_base.scss */
.m-menu .menu-item.link1 .reserve:after {
  background: url(../img/line1.png) no-repeat right center;
  background-size: contain;
}
/* line 301, ../../scss/_base.scss */
.m-menu .menu-item.link1:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #7e021a;
  left: 0;
  bottom: 0;
}
/* line 312, ../../scss/_base.scss */
.m-menu .menu-item.link2 a {
  color: #000000;
}
/* line 316, ../../scss/_base.scss */
.m-menu .menu-item.link2 .reserve:after {
  background: url(../img/line2.png) no-repeat right center;
  background-size: contain;
}
/* line 321, ../../scss/_base.scss */
.m-menu .menu-item.link2:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #fdd100;
  left: 0;
  bottom: 0;
}
/* line 332, ../../scss/_base.scss */
.m-menu .menu-item.link3 a {
  color: #000000;
}
/* line 336, ../../scss/_base.scss */
.m-menu .menu-item.link3 .reserve:after {
  background: url(../img/line3.png) no-repeat right center;
  background-size: contain;
}
/* line 341, ../../scss/_base.scss */
.m-menu .menu-item.link3:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #01913a;
  left: 0;
  bottom: 0;
}
/* line 352, ../../scss/_base.scss */
.m-menu .menu-item.link4 a {
  color: #000000;
}
/* line 356, ../../scss/_base.scss */
.m-menu .menu-item.link4 .reserve:after {
  background: url(../img/line4.png) no-repeat right center;
  background-size: contain;
}
/* line 361, ../../scss/_base.scss */
.m-menu .menu-item.link4:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #e83928;
  left: 0;
  bottom: 0;
}

/* line 373, ../../scss/_base.scss */
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: url(../img/mask-bk.png) repeat left top;
  z-index: 85;
}

/* line 2, ../../scss/_page.scss */
.home {
  background-size: cover;
}
/* line 4, ../../scss/_page.scss */
.home header {
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
}
/* line 8, ../../scss/_page.scss */
.home .shadow-block .logo-shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 6px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 4px 6px;
}
/* line 12, ../../scss/_page.scss */
.home .pc-menu {
  display: none;
}
/* line 15, ../../scss/_page.scss */
.home #container {
  min-height: 100%;
  width: 100%;
  position: absolute;
  margin-bottom: 108px;
}
/* line 20, ../../scss/_page.scss */
.home #container .wrap {
  padding-top: 8%;
  padding-bottom: 10%;
}
/* line 25, ../../scss/_page.scss */
.home .slider-block {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 32, ../../scss/_page.scss */
.home .slider-block .slider-item {
  width: 100%;
  overflow: hidden;
}
/* line 35, ../../scss/_page.scss */
.home .slider-block .slider-item img {
  max-width: none;
  min-height: 100%;
  width: auto;
}
/* line 40, ../../scss/_page.scss */
.home .slider-block .slider-item .pc-img {
  display: none;
}
/* line 44, ../../scss/_page.scss */
.home .slider-block .slick-track {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 49, ../../scss/_page.scss */
.home .slider-block .slick-list {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 54, ../../scss/_page.scss */
.home .slider-block .slick-dots {
  display: none !important;
}
/* line 58, ../../scss/_page.scss */
.home .news-block {
  padding: 15px;
  width: 250px;
  border: 1px solid rgba(255,255,255,0.7);;
}
.home .news-block .sub-block a img{
  display: block;
  height: 100px;
}
.home .news-block-color {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
	}
/* line 28, ../../scss/_setting.scss */
.home .news-block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 64, ../../scss/_page.scss */
.home .news-block h2 {
  font-size: 1.2em;
  /*color: #d6b142;*/
  color:#3e3a39;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
}
/* line 70, ../../scss/_page.scss */
.home .news-block h2 img, .home .news-block h2 span {
  display: inline-block;
  vertical-align: middle;
}
/* line 74, ../../scss/_page.scss */
.home .news-block h2 img {
  width: 10px;
  margin-right: 5px;
}
/* line 78, ../../scss/_page.scss */
.home .news-block h2 i {
}
/* line 82, ../../scss/_page.scss */
.home .news-block .sub-block {
  display: block;
  margin-top: 10px;
}
/* line 85, ../../scss/_page.scss */
.home .news-block .sub-block .news-item {
  /*border-top: 1px dashed #d6b142;*/
  border-top:1px dashed #3e3a39;
}
/* line 87, ../../scss/_page.scss */
.home .news-block .sub-block .news-item a {
  display: block;
  /*color: #fff;*/
  color:#3e3a39;
  padding: 6px 0;
}
/* line 91, ../../scss/_page.scss */
.home .news-block .sub-block .news-item a:hover {
  /*color: #d6b142;*/
  color:#666;
}
/* line 95, ../../scss/_page.scss */
.home .news-block .sub-block .news-item:first-child {
  border-top: none;
}
/* line 98, ../../scss/_page.scss */
.home .news-block .sub-block .news-item video {
  width: 100%;
}
/* line 103, ../../scss/_page.scss */
.home .news-block .btn-more {
  padding: 2px 8px;
  margin-top: 10px;
  /*background-color: #d6b142;*/
  background-color:#3e3a39;
  color:#fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
/* line 109, ../../scss/_page.scss */
.home .news-block .btn-more:hover {
  color: #CCC;
}

/* line 116, ../../scss/_page.scss */
.page header {
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
}
/* line 120, ../../scss/_page.scss */
.page .shadow-block .logo-shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 6px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 4px 6px;
}
/* line 124, ../../scss/_page.scss */
.page .pc-menu {
  display: none;
}
/* line 28, ../../scss/_setting.scss */
.page .info:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 130, ../../scss/_page.scss */
.page .info .right-block .slider-item {
  width: 100%;
}
/* line 133, ../../scss/_page.scss */
.page .info .right-block .pc-img {
  display: none;
}
/* line 136, ../../scss/_page.scss */
.page .info .right-block .m-img {
  height: 160px;
}
/* line 139, ../../scss/_page.scss */
.page .info .right-block .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
/* line 145, ../../scss/_page.scss */
.page .info .right-block .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
/* line 148, ../../scss/_page.scss */
.page .info .right-block .slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  /*background-color: #ffc700;*/
  color: transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
}
/* line 160, ../../scss/_page.scss */
.page .info .right-block .slick-dots li.slick-active button {
  background-color: #fff;
  /*border: 1px solid #FFC700;*/
}
/* 修改各餐廳輪播圖小圓點顏色 */
.page .info .resturant_id_1 .slick-dots li button{
  background-color: #7E021A;	
}

.page .info .resturant_id_1 .slick-dots li.slick-active button {
  border: 1px solid #7E021A;  	
}

.page .info .resturant_id_2 .slick-dots li button{
  background-color: #ffc700;	
}

.page .info .resturant_id_2 .slick-dots li.slick-active button{
  border: 1px solid #FFC700;
}

.page .info .resturant_id_3 .slick-dots li button{
  background-color: #01913A;	
}

.page .info .resturant_id_3 .slick-dots li.slick-active button{
  border: 1px solid #01913A;
}

.page .info .resturant_id_4 .slick-dots li button {
  background-color: #E83928;	
}

.page .info .resturant_id_4 .slick-dots li.slick-active button {
  border: 1px solid #E83928;
}
/* line 168, ../../scss/_page.scss */
.page .info .left-block {
  padding-top: 20px;
}
/* line 170, ../../scss/_page.scss */
.page .info .left-block .btn-download {
  text-align: right;
}
/* line 172, ../../scss/_page.scss */
.page .info .left-block .btn-download a {
  width: 70px;
  height: 70px;
  background: #DA291C url(../img/moon/btn.png) no-repeat right bottom;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  margin: 30px 1.5em;
  display: inline-block;
  background-size: contain;
  transition: all 0.3s ease-in;
}
/* line 183, ../../scss/_page.scss */
.page .info .left-block .btn-download a:hover {
  background-color: #3e3a39;
  transition: all 0.3s ease-in;
}
/* line 189, ../../scss/_page.scss */
.page .info .left-block .btn-more {
  text-align: center;
}
/* line 191, ../../scss/_page.scss */
.page .info .left-block .btn-more span {
  display: block;
  font-size: 1.5em;
  line-height: .6;
}
/* line 196, ../../scss/_page.scss 
.page .info .left-block .btn-more .btn-more-3 {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding-top: 8px;
  margin: 50px 1.5em 30px;
  display: inline-block;
  transition: all 0.3s ease-in;
  background: #ffc700;
}*/

/* 修改主廚推薦的顏色 */
.page .info .left-block .btn-more .btn-more-1,
.page .info .left-block .btn-more .btn-more-5 {
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding-top: 8px;
	margin: 50px 1.5em 30px;
	display: inline-block;
	transition: all 0.3s ease-in;
	background:#7E021A;
	line-height: 1em;
}
.page .info .left-block .btn-more .btn-more-2,
.page .info .left-block .btn-more .btn-more-6 {
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding-top: 8px;
	margin: 50px 1.5em 30px;
	display: inline-block;
	transition: all 0.3s ease-in;
	background:#DA291C;
	line-height: 1em;
}
.page .info .left-block .btn-more .btn-more-3,
.page .info .left-block .btn-more .btn-more-7 {
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding-top: 8px;
	margin: 50px 1.5em 30px;
	display: inline-block;
	transition: all 0.3s ease-in;
	background:#01913A;
	line-height: 1em;
}
.page .info .left-block .btn-more .btn-more-4,
.page .info .left-block .btn-more .btn-more-8 {
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding-top: 8px;
	margin: 50px 1.5em 30px;
	display: inline-block;
	transition: all 0.3s ease-in;
	background:#E83928;
	line-height: 1em;
}

/* line 207, ../../scss/_page.scss */
.page .info .left-block .btn-more a:hover {
  background-color: #3e3a39;
  transition: all 0.3s ease-in;
}
/* line 214, ../../scss/_page.scss */
.page .info .full-block {
  padding-top: 20px;
}
/* line 216, ../../scss/_page.scss */
.page .info .full-block .wrap {
  padding-left: 0;
  padding-right: 0;
}
/* line 222, ../../scss/_page.scss */
.page .info .food-block {
  padding-top: 0;
  background-color: #000;
}
/* line 225, ../../scss/_page.scss */
.page .info .food-block .food-item {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 33.33%;
}
/* line 230, ../../scss/_page.scss */
.page .info .food-block .food-item .food-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/moon/mask-y.png) repeat left top;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 28% 10px 50px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
/* line 242, ../../scss/_page.scss */
.page .info .food-block .food-item .food-mask h2 {
  font-weight: normal;
  font-size: 1em;
}
/* line 246, ../../scss/_page.scss */
.page .info .food-block .food-item .food-mask i {
  font-size: 1.8em;
  margin-top: 5px;
}
/* line 252, ../../scss/_page.scss */
.page .info .food-block .food-item:hover .food-mask {
  opacity: 1;
  transition: all 0.3s ease-in;
}
/* line 257, ../../scss/_page.scss */
.page .info .food-block .food-item .icon {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
/* line 262, ../../scss/_page.scss */
.page .info .food-block .food-item .food-img {
  width: 100%;
  padding-top: 90%;
  display: block;
}
/* line 269, ../../scss/_page.scss */
.page .info .food-single {
  padding-top: 69px;
  padding-bottom: 132px;
}
/* line 272, ../../scss/_page.scss */
.page .info .food-single .single-img {
  width: 100%;
  padding-top: 50%;
  position: relative;
  font-size: 3em;
}
/* line 296, ../../scss/_page.scss */
.page .info .food-single .single-img a {
  width: auto!important;
  height: auto!important;
  position: absolute;
  color: #ffc700;
}
/* line 300, ../../scss/_page.scss */
.page .info .food-single .single-img a.btn-menu {
  font-size: .8em;
  bottom:15px;
  left:50%;
  margin-left: -16px;
}
.page .info .food-single .single-img a.btn-prev {
  left:15px;
  top:50%;
  margin-top: -21px;
}
.page .info .food-single .single-img a.btn-next{
  right:15px;
  top:50%;
  margin-top: -21px;
}
/* line 276, ../../scss/_page.scss */
.page .info .food-single .single-text {
  /*background-color: #3e3a39;*/
  background-color: #000;
  color: #fff;
  padding: 20px;
}
/* line 280, ../../scss/_page.scss */
.page .info .food-single .single-text h2 {
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}
/* line 284, ../../scss/_page.scss */
.page .info .food-single .single-text h2 span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}
/* line 291, ../../scss/_page.scss */
.page .info .food-single .single-text .btn-block {
  display: none;
}
/* line 307, ../../scss/_page.scss */
.page .info .btn-back {
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #ffc700;
  border-right: 1px solid #ffc700;
  border-bottom: 1px solid #ffc700;
  position: absolute;
  padding: 18px 5px;
  left: 0;
  bottom: 15%;
  color: #ffc700;
  transition: all 0.15s ease-in;
  display: block;
}

/* btn-back顏色照各餐廳樣式 */
.page .info .btn-back-1 {
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #7E021A;
  border-right: 1px solid #7E021A;
  border-bottom: 1px solid #7E021A;
  position: absolute;
  padding: 18px 5px;
  left: 0;
  bottom: 15%;
  color: #7E021A;
  transition: all 0.15s ease-in;
  display: block;	
}
.page .info .btn-back-2 {
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #FDD100;
  border-right: 1px solid #FDD100;
  border-bottom: 1px solid #FDD100;
  position: absolute;
  padding: 18px 5px;
  left: 0;
  bottom: 15%;
  color: #FDD100;
  transition: all 0.15s ease-in;
  display: block;	
}
.page .info .btn-back-3 {
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #01913A;
  border-right: 1px solid #01913A;
  border-bottom: 1px solid #01913A;
  position: absolute;
  padding: 18px 5px;
  left: 0;
  bottom: 15%;
  color: #01913A;
  transition: all 0.15s ease-in;
  display: block;	
}
.page .info .btn-back-4 {
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #E83928;
  border-right: 1px solid #E83928;
  border-bottom: 1px solid #E83928;
  position: absolute;
  padding: 18px 5px;
  left: 0;
  bottom: 15%;
  color: #E83928;
  transition: all 0.15s ease-in;
  display: block;	
}
/* btn-back 圖案 */
.page .info .btn-back-1 span {
  background: url(../img/moon/icon-back-y_1.png) no-repeat center top;
  padding-top: 40px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in;
}

.page .info .btn-back-3 span {
  background: url(../img/moon/icon-back-y_3.png) no-repeat center top;
  padding-top: 40px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in;
}

.page .info .btn-back-4 span {
  background: url(../img/moon/icon-back-y_4.png) no-repeat center top;
  padding-top: 40px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in;
}
/* line 320, ../../scss/_page.scss */
.page .info .btn-back-2 span {
  background: url(../img/moon/icon-back-y.png) no-repeat center top;
  padding-top: 40px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in;
}
/* line 327, ../../scss/_page.scss */
.page .info .btn-back:hover {
  color: #fff;
  transition: all 0.15s ease-in;
}
/* line 330, ../../scss/_page.scss */
.page .info .btn-back:hover span {
  background: url(../img/moon/icon-back-w.png) no-repeat center top;
  transition: all 0.3s ease-in;
}
/* line 337, ../../scss/_page.scss */
.page .info .page-main {
  /*padding: 0 .8em 15px;*/
  padding: 0 .8em 130px;
  height: 100%;
}
/* line 339, ../../scss/_page.scss */
.page .info .page-main h1 {
  font-size: 2.14em;
  font-weight: normal;
  padding: 15px 0 0 0;
}
/* line 344, ../../scss/_page.scss */
.page .info .page-main .text {
  line-height: 1.8;
  letter-spacing: 1px;
}
/* line 348, ../../scss/_page.scss */
.page .info .page-main .map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 355, ../../scss/_page.scss */
.page .info .page-main .map iframe, .page .info .page-main .map object, .page .info .page-main .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 363, ../../scss/_page.scss */
.page .info .page-main .contact-form {
  /*margin-top: 10px;*/
  padding-top: 5px;
  border-top: 1px solid #d7d9df;
}
/* line 367, ../../scss/_page.scss */
.page .info .page-main .contact-form p {
  padding-bottom: 10px;
}
/* line 370, ../../scss/_page.scss */
.page .info .page-main .contact-form input, .page .info .page-main .contact-form textarea {
  width: 100%;
  padding: 8px 8px 8px 30px;
  border: 1px solid #d7d9df;
}
/* line 375, ../../scss/_page.scss */
.page .info .page-main .contact-form textarea {
  height: 150px;
}
/* line 378, ../../scss/_page.scss */
.page .info .page-main .contact-form input[placeholder], .page .info .page-main .contact-form textarea[placeholder] {
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
}
/* line 381, ../../scss/_page.scss */
.page .info .page-main .contact-form .col {
  position: relative;
  margin-bottom: 5px;
}
/* line 384, ../../scss/_page.scss */
.page .info .page-main .contact-form .col:before {
  position: absolute;
  font-family: FontAwesome;
  left: 10px;
  top: 6px;
  z-index: 20;
  color: #d6b142;
}
/* line 394, ../../scss/_page.scss */
.page .info .page-main .contact-form .icon-name:before {
  content: "\f007";
}
/* line 399, ../../scss/_page.scss */
.page .info .page-main .contact-form .icon-phone:before {
  content: "\f095";
}
/* line 405, ../../scss/_page.scss */
.page .info .page-main .contact-form .icon-email:before {
  content: "\f0e0";
}
.page .info .page-main .contact-form .icon-tableware {
  position: relative;
}
.page .info .page-main .contact-form .icon-tableware img {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 21px;
  height: 21px;
}
/* line 411, ../../scss/_page.scss */
.page .info .page-main .contact-form .icon-comment:before {
  content: "\f075";
}
.page .info .page-main .contact-form .icon-sex:before {
  content: "\f224";
}
.page .info .page-main .contact-form .icon-lunchOrDinner:before {
  content: "\f042";
}
.page .info .page-main .contact-form .icon-date:before {
  content: "\f073";
}
.page .info .page-main .contact-form .icon-tables:before {
  content: "\f0c0";
}
/* line 416, ../../scss/_page.scss */
.page .info .page-main .contact-form .btn-send {
  text-align: center;
}
/* line 418, ../../scss/_page.scss */
.page .info .page-main .contact-form .btn-send button {
  width: 100%;
  padding: 16px 10px;
  color: #fff;
  background-color: #dbba59;
  font-size: 1em;
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
  border: none;
  transition: all 0.3s ease-in;
}
/* line 427, ../../scss/_page.scss */
.page .info .page-main .contact-form .btn-send button:hover {
  background-color: #d6b142;
  transition: all 0.3s ease-in;
}
/* line 436, ../../scss/_page.scss */
.page .pageCut {
  overflow: hidden;
}
/* line 438, ../../scss/_page.scss */
.page .pageCut .wrap {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 443, ../../scss/_page.scss */
.page .page-nav {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 83px;
  background-color: #fff;
}
/* line 449, ../../scss/_page.scss */
.page .page-nav .page-wrap {
  padding-top: 6px;
}
/* line 452, ../../scss/_page.scss */
.page .page-nav .wrap {
  padding-left: 0;
  padding-right: 0;
}
/* line 456, ../../scss/_page.scss */
.page .page-nav.hide {
  display: none;
}
/* line 459, ../../scss/_page.scss */
.page .page-nav a {
  display: inline-block;
  padding: 8px 5px 8px 6px;
  position: relative;
}
/* line 463, ../../scss/_page.scss */
.page .page-nav a:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 7px;
  color: #e4e4e4;
}
/* line 471, ../../scss/_page.scss */
.page .page-nav a:first-child:before {
  display: none;
}
/* line 476, ../../scss/_page.scss */
.page .page-nav a:hover:after, .page .page-nav a.active:after {
    content: '';
    background-color: #fdd100;
    position: absolute;
    left: 50%;
    width: 10px;
    height: 7px;
    top: 0;
    transition: all 0.3s ease-in;
    opacity: 1;
    background: url(../img/moon/icon-arrow.png) no-repeat center center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 10;
}
/* line 493, ../../scss/_page.scss */
.page .news .page-main {
  padding-top: 15px;
  padding-left: 15px;
}
/* line 496, ../../scss/_page.scss */
.page .news .page-nav {
  position: static;
  background-color: transparent;
}
/* line 500, ../../scss/_page.scss */
.page .news .order {
  text-align: center;
}
/* line 502, ../../scss/_page.scss */
.page .news .order a {
  display: inline-block;
  padding: 0 0 0 5px;
  position: relative;
}
/* line 506, ../../scss/_page.scss */
.page .news .order a span {
  display: block;
  position: relative;
  padding: 8px 10px 8px 10px;
}
/* line 510, ../../scss/_page.scss */
.page .news .order a span:before {
  content: '[';
  display: inline-block;
  position: absolute;
  left: 5px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
/* line 518, ../../scss/_page.scss */
.page .news .order a span:after {
  content: ']';
  display: inline-block;
  position: absolute;
  right: 5px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
/* line 529, ../../scss/_page.scss */
.page .news .order a:hover span:before {
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in;
}
/* line 534, ../../scss/_page.scss */
.page .news .order a:hover span:after {
  right: 0;
  opacity: 1;
  transition: all 0.3s ease-in;
}
/* line 541, ../../scss/_page.scss */
.page .news .order a:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 7px;
  color: #e4e4e4;
}
/* line 549, ../../scss/_page.scss */
.page .news .order a:first-child:before {
  display: none;
}
/* line 553, ../../scss/_page.scss */
.page .news .order a.active {
  color: #dbba59;
}
/* line 556, ../../scss/_page.scss */
.page .news .order a.active span:before {
  left: 0;
  opacity: 1;
  opacity: 1 !important;
}
/* line 561, ../../scss/_page.scss */
.page .news .order a.active span:after {
  right: 0;
  opacity: 1;
  opacity: 1 !important;
}
/* line 570, ../../scss/_page.scss */
.page .news .news-block {
  padding: 10px 0;
}
/* line 572, ../../scss/_page.scss */
.page .news .news-block .news-item {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #d7d9df;
}
/* line 28, ../../scss/_setting.scss */
.page .news .news-block .news-item:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 577, ../../scss/_page.scss */
.page .news .news-block .news-item:hover {
  background-color: #f6f6f6;
}
/* line 580, ../../scss/_page.scss */
.page .news .news-block .news-item:hover .item-img img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease-in;
}
/* line 586, ../../scss/_page.scss */
.page .news .news-block .news-item .item-img {
  width: 30%;
  max-width: 143px;
  float: left;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}
/* line 593, ../../scss/_page.scss */
.page .news .news-block .news-item .item-img .item-mask {
  background: url(../img/mask-bk.png) repeat left top;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  text-align: right;
  font-size: 10px;
  color: #dbba59;
}
/* line 603, ../../scss/_page.scss */
.page .news .news-block .news-item .item-img img {
  transform: scale(1, 1);
  transition: all 0.3s ease-in;
}
/* line 608, ../../scss/_page.scss */
.page .news .news-block .news-item .item-text {
  overflow: hidden;
  display: block;
  padding: 3px 5px 3px 0;
}
/* line 612, ../../scss/_page.scss */
.page .news .news-block .news-item .item-text .item-title {
  font-size: 1.1em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  height:2em;
}
/* line 620, ../../scss/_page.scss */
.page .news .news-block .news-item .item-text .item-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* -webkit-line-clamp: 2; */
  font-size: 10px;
  height:5em;
}
/* line 630, ../../scss/_page.scss */
.page .news .page-list {
  text-align: center;
}
/* line 632, ../../scss/_page.scss */
.page .news .page-list a {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: .85em;
  padding: 0 3px;
  text-align: center;
  border: 1px solid #d7d9df;
}
/* line 641, ../../scss/_page.scss */
.page .news .page-list a.active, .page .news .page-list a:hover {
  background-color: #dbba59;
  color: #fff;
}
/* line 652, ../../scss/_page.scss */
.page .about .left-block .page-main .text p {
  padding-bottom: 5px;
}
/* line 654, ../../scss/_page.scss */
.page .about .left-block .page-main .text p i {
  margin-right: 3px;
}
/* line 659, ../../scss/_page.scss */
.page .about .left-block .page-main .g-icon {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #01913a;
  color: #fff;
  display: inline-block;
  margin-left: 16px;
  padding: 0 2px;
  line-height: 1.5;
  margin-right: 5px;
}

/* line 673, ../../scss/_page.scss */
#container.info {
  padding-top: 0;
}
/* line 675, ../../scss/_page.scss */
#container.info .info-block {
  padding-top: 140px;
  padding-bottom: 90px;
}
/* line 678, ../../scss/_page.scss */
#container.info .info-block#section3 {
  padding-top: 69px;
}
/* line 682, ../../scss/_page.scss */
#container.info.news {
  padding-top: 82px;
  margin-bottom: 108px;
}
#container.info.news .page-main{
  padding: 0 15px;
}
/* line 687, ../../scss/_page.scss */
.slick-prev, .slick-next {
  position: absolute;
  padding: 0;
  width: 32px;
  height: 50px;
  color: #fff;
  border: none;
  background-color: transparent;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 80;
  opacity: .8;
}
/* line 700, ../../scss/_page.scss */
.slick-prev:focus, .slick-next:focus {
  outline: none;
}
/* line 703, ../../scss/_page.scss */
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
  transition: all 0.5s ease-in;
}

/* line 708, ../../scss/_page.scss */
.slick-prev {
  left: 15px;
  background: url(../img/arrow-left.png) no-repeat center center;
  background-size: contain;
}

/* line 713, ../../scss/_page.scss */
.slick-next {
  right: 15px;
  background: url(../img/arrow-right.png) no-repeat center center;
  background-size: contain;
}

@media screen and (min-device-width: 520px) {
  /* line 387, ../../scss/_base.scss */
  .m-menu .menu-item {
    padding: 10px 2%;
  }
  /* line 389, ../../scss/_base.scss */
  .m-menu .menu-item .reserve {
    width: 35%;
    font-size: 1.4em;
    font-weight: bold;
  }
  /* line 393, ../../scss/_base.scss */
  .m-menu .menu-item .reserve:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 43px;
    right: 0;
    top: 0;
  }
  /* line 401, ../../scss/_base.scss */
  .m-menu .menu-item .reserve .en {
    font-size: 12px;
    display: block;
  }
  /* line 406, ../../scss/_base.scss */
  .m-menu .menu-item .logo {
    /*width: 65%;
	width: 70%;*/
  }
  /* line 408, ../../scss/_base.scss */
  .m-menu .menu-item .logo img {
    float: none;
    margin: 0 auto;
  }

  /* line 722, ../../scss/_page.scss */
  #container.info {
    margin-bottom: 132px;
    position: relative;
  }

  /* line 731, ../../scss/_page.scss */
  .page .info .food-block .food-item .food-mask h2 {
    font-size: 1.3em;
  }
  /* line 734, ../../scss/_page.scss */
  .page .info .food-block .food-item .food-mask i {
    margin-top: 20px;
  }
  /* line 740, ../../scss/_page.scss */
  .page .info .btn-back {
    /*width: 70px;*/
  }
  /* line 742, ../../scss/_page.scss */
  .page .info .btn-back span {
    padding-top: 50px;
    font-size: 1em;
  }
  /* line 748, ../../scss/_page.scss */
  .page .info .right-block .m-img {
    height: 280px;
  }
  /* line 754, ../../scss/_page.scss */
  .page .info .page-main .contact-form .col-l {
    width: 49%;
    float: left;
  }
  /* line 758, ../../scss/_page.scss */
  .page .info .page-main .contact-form .col-r {
    width: 49%;
    float: right;
  }
  /* line 762, ../../scss/_page.scss */
  .page .info .page-main .contact-form .col-f {
    clear: both;
  }
  /* line 765, ../../scss/_page.scss */
  .page .info .page-main .contact-form .btn-send {
    text-align: right;
  }
  /* line 767, ../../scss/_page.scss */
  .page .info .page-main .contact-form .btn-send button {
    width: auto;
    display: inline-block;
  }
  /* line 776, ../../scss/_page.scss */
  .page .page-nav a {
    padding: 8px 15px 8px 17px;
  }
  /* line 779, ../../scss/_page.scss */
  .page .page-nav a:hover:after, .page .page-nav a.active:after {
    width: 25px;
    height: 25px;
    left: 40%;
    top: -9px;
  }
  /* line 792, ../../scss/_page.scss */
  .page .news .news-block .news-item .item-img {
    width: 143px;
    margin-right: 0;
  }
  /* line 795, ../../scss/_page.scss */
  .page .news .news-block .news-item .item-img .item-mask {
    background: url(../img/mask-bk.png) repeat left top;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    text-align: right;
    font-size: 10px;
    color: #dbba59;
    line-height: 1;
  }
  /* line 807, ../../scss/_page.scss */
  .page .news .news-block .news-item .item-text {
    overflow: hidden;
    display: block;
    padding: 23px 15px;
  }
  /* line 811, ../../scss/_page.scss */
  .page .news .news-block .news-item .item-text .item-title {
    font-size: 1.28em;
    line-height: 2;
  }
  /* line 815, ../../scss/_page.scss */
  .page .news .news-block .news-item .item-text .item-txt {
    -webkit-line-clamp: 3;
    font-size: .95em;
  }
  .page .info .food-single .single-text h2 {
    font-size: 1.6em;
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media screen and (min-device-width: 768px) {
  /* line 425, ../../scss/_base.scss */
  .m-menu .menu-item {
    padding: 10px 5%;
  }
  /* line 427, ../../scss/_base.scss */
  .m-menu .menu-item .reserve {
    font-size: 1.7em;
  }
  /* line 429, ../../scss/_base.scss */
  .m-menu .menu-item .reserve:after {
    top: 10px;
  }
}
@media screen and (min-device-width: 960px) {
  .wrap {
    min-width: 1010px;
  }
  /* line 10, ../../scss/_base.scss */
  body.onePage {
    overflow: hidden;
  }

  /* line 439, ../../scss/_base.scss */
  header {
    padding-bottom: 8px;
    padding-top: 9px;
  }
  /* line 442, ../../scss/_base.scss */
  header .wrap {
    position: relative;
  }
  /* line 445, ../../scss/_base.scss */
  header .ham {
    display: none;
  }
  /* line 448, ../../scss/_base.scss */
  header .m-logo {
    display: none;
  }
  /* line 451, ../../scss/_base.scss */
  header .logo {
    background-color: transparent;
    width: 206px;
    float: left;
    margin-top: 8px;
  }
  /* line 456, ../../scss/_base.scss */
  header .logo img {
    width: 206px;
  }
  /* line 460, ../../scss/_base.scss */
  header .share {
  	text-align:right;
  }
  /* line 464, ../../scss/_base.scss */
  header .nav {
    margin-right: 0;
  }
  /* line 467, ../../scss/_base.scss */
  header .pc-logo {
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    padding-top: 0;
    top: -28px;
    left: -12px;
    z-index: 99;
  }
  /* line 479, ../../scss/_base.scss */
  header .pc-logo img {
    margin: 28px auto 0;
    width: 62px;
  }
  /* line 485, ../../scss/_base.scss */
  header .share a {
    width: 25px;
    height: 25px;
    padding: 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #3e3a39;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s ease-in;
  }
  
   /* line 495, ../../scss/_base.scss */
  header .share a.ch_en {
  	height:100%;
  	font-family:"Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
    background-color: white;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #3e3a39;
    width: 44px;
    margin: 0px;
    padding: 0px;
  }
  
   /* line 495, ../../scss/_base.scss */
  header .share p.lang-line {
	width: 1.5px;
  }
  
  /* line 495, ../../scss/_base.scss */
  header .share a.line {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 498, ../../scss/_base.scss */
  header .share a:hover {
    background-color: #d6b142;
    transition: all 0.3s ease-in;
  }
  /* line 505, ../../scss/_base.scss */
  header .nav .nav-item {
    display: inline-block;
  }
  /* line 507, ../../scss/_base.scss */
  header .nav .nav-item a {
    padding: 3px 5px 6px;
    display: inline-block;
    font-size: .875em;
  }
  /* line 511, ../../scss/_base.scss */
  header .nav .nav-item a:hover {
    color: #d6b142;
  }
  /* line 515, ../../scss/_base.scss */
  header .nav .nav-item:before {
    content: '|';
    display: inline-block;
  }
  /* line 520, ../../scss/_base.scss */
  header .nav .nav-item:first-child:before {
    content: none;
    margin-right: 0;
  }
  /* line 528, ../../scss/_base.scss */
  header .pc-nav {
    display: block;
    float: right;
    font-size: 1em;
  }
  /* line 28, ../../scss/_setting.scss */
  header .pc-nav:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 533, ../../scss/_base.scss */
  header .pc-nav .nav-item {
  	z-index: 999;
    position: relative;
  }
  /* line 536, ../../scss/_base.scss */
  header .pc-nav .nav-item:hover .sub {
    display: block;
  }
  /* line 541, ../../scss/_base.scss */
  header .pc-nav .sub {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  /* line 547, ../../scss/_base.scss */
  header .pc-nav .sub a {
    padding: 15px 20px;
    white-space: nowrap;
    display: block;
    width: 160px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in;
  }
  /* line 554, ../../scss/_base.scss */
  header .pc-nav .sub a:hover {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid #d6b142;
    transition: all 0.3s ease-in;
  }

  /* line 563, ../../scss/_base.scss */
  .shadow-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: block;
    height: 86px;
  }
  /* line 570, ../../scss/_base.scss */
  .shadow-block .wrap {
    position: relative;
  }
  /* line 573, ../../scss/_base.scss */
  .shadow-block .logo-shadow {
    display: block;
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    top: -19px;
    left: -12px;
    z-index: 10;
  }

  /* line 586, ../../scss/_base.scss */
  .m-nav {
    display: none;
  }

  /* line 589, ../../scss/_base.scss */
  .m-menu {
    display: none;
  }

  /* line 592, ../../scss/_base.scss */
  #container {
    padding-top: 85px;
    margin-bottom: 0;
    overflow-x: auto;
  }

  /* line 597, ../../scss/_base.scss */
  footer {
    display: block;
    text-align: right;
    padding: 2.5px 50px;
    font-size: 12px;
    background-color: #000;
    color: #a1a1a1;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  /* line 829, ../../scss/_page.scss */
  body.home {
    overflow-x: hidden;
  }

  /* line 833, ../../scss/_page.scss */
  .home #container {
    margin-bottom: 90px;
  }
  /* line 835, ../../scss/_page.scss */
  .home #container .wrap {
    padding-top: 100px;
    padding-bottom: 0;
  }
  /* line 842, ../../scss/_page.scss */
  .home .slider-block .slider-item .pc-img {
    display: block;
  }
  /* line 845, ../../scss/_page.scss */
  .home .slider-block .slider-item .m-img {
    display: none;
  }
  /* line 850, ../../scss/_page.scss */
  .home .news-block {
    margin-top: -20px;
    margin-left: 70px;
    width: 300px;
    padding: 15px 28px 10px;
  }
  /* line 855, ../../scss/_page.scss */
  .home .news-block h2 {
    text-align: left;
    letter-spacing: 3px;
  }
  /* line 28, ../../scss/_setting.scss */
  .home .news-block h2:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 859, ../../scss/_page.scss */
  .home .news-block h2 i {
    float: right;
    font-size: 1.6em;
    padding-top: 2px;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  /* line 865, ../../scss/_page.scss */
  .home .news-block h2 i:hover {
    color: #fff;
    transition: all 0.3s ease-in;
  }
  /* line 870, ../../scss/_page.scss */
  .home .news-block h2 i:hover {
    color: #fff;
    transition: all 0.3s ease-in;
  }
  /* line 876, ../../scss/_page.scss */
  .home .news-block .btn-open {
    display: block;
  }
  /* line 879, ../../scss/_page.scss */
  .home .news-block .btn-close {
    display: none;
  }
  /* line 882, ../../scss/_page.scss */
  .home .news-block.active {
    display: block;
  }
  /* line 884, ../../scss/_page.scss */
  .home .news-block.active .btn-open {
    display: none;
  }
  /* line 887, ../../scss/_page.scss */
  .home .news-block.active .btn-close {
    display: block;
  }
  /* line 892, ../../scss/_page.scss */
  .home .pc-menu {
    width: 100%;
	min-width:1024px;
    position: fixed;
    left: 0;
    bottom: 26px;
    background-color: #fff;
    display: block;
  }
  /* line 899, ../../scss/_page.scss */
  .home .pc-menu .menu-item {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    min-width:255px;
    padding: 6px 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
  .home .pc-menu .menu-item.item-2 {
  	width: 50%;
  }
  /* line 28, ../../scss/_setting.scss */
  .home .pc-menu .menu-item:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 909, ../../scss/_page.scss */
  .home .pc-menu .menu-item:hover {
    background-color: #eeeeee;
  }
  .home .pc-menu .menu-item a{
    display: block;
  }
  /* line 912, ../../scss/_page.scss */
  .home .pc-menu .menu-item .reserve {
    float: left;
    position: relative;
    width: 45%;
    max-width: 145px;
    padding-right: 6%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
  }
  /* line 28, ../../scss/_setting.scss */
  .home .pc-menu .menu-item .reserve:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 922, ../../scss/_page.scss */
  .home .pc-menu .menu-item .reserve .icon {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 926, ../../scss/_page.scss */
  .home .pc-menu .menu-item .reserve .text {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: .7em;
  }
  /* line 933, ../../scss/_page.scss */
  .home .pc-menu .menu-item .reserve .en {
    font-size: 12px;
    display: block;
  }
  /* line 937, ../../scss/_page.scss */
  .home .pc-menu .menu-item .reserve:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 43px;
    right: 0;
    top: 0;
  }
  /* line 946, ../../scss/_page.scss */
  .home .pc-menu .menu-item .logo {
    overflow: hidden;
  }
  /* line 28, ../../scss/_setting.scss */
  .home .pc-menu .menu-item .logo:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 949, ../../scss/_page.scss */
  .home .pc-menu .menu-item .logo img {
    width: 100%;
    max-width: 108px;
    float: none;
    margin: 0 auto;
  }
  /* line 957, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link1 a {
    color: #000000;
  }
  /* line 961, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link1 .reserve:after {
    background: url(../img/line1.png) no-repeat right center;
    background-size: contain;
  }
  /* line 966, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link1:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #7e021a;
    left: 0;
    bottom: 0;
  }
  /* line 977, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link2 a {
    color: #000000;
  }
  /* line 981, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link2 .reserve:after {
    background: url(../img/line2.png) no-repeat right center;
    background-size: contain;
  }
  /* line 986, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link2:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #fdd100;
    left: 0;
    bottom: 0;
  }
  /* line 997, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link3 a {
    color: #000000;
  }
  /* line 1001, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link3 .reserve:after {
    background: url(../img/line3.png) no-repeat right center;
    background-size: contain;
  }
  /* line 1006, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link3:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #01913a;
    left: 0;
    bottom: 0;
  }
  /* line 1017, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link4 a {
    color: #000000;
  }
  /* line 1021, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link4 .reserve:after {
    background: url(../img/line4.png) no-repeat right center;
    background-size: contain;
  }
  /* line 1026, ../../scss/_page.scss */
  .home .pc-menu .menu-item.link4:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #e83928;
    left: 0;
    bottom: 0;
  }

  /* line 1041, ../../scss/_page.scss */
  #container.info {
    margin-bottom: 0;
  }
  /* line 1044, ../../scss/_page.scss */
  #container.info .info-block {
    padding-top: 85px;
    padding-bottom: 0;
  }
  /* line 1048, ../../scss/_page.scss */
  #container.info.news {
    padding-top: 85px;
    margin-bottom: 0;
  }

  /* line 1056, ../../scss/_page.scss */
  .page .pc-menu {
    position: absolute;
    width: 90%;
    top: 19px;
    left: 0;
    padding-left: 140px;
    display: block;
  }
  /* line 1064, ../../scss/_page.scss */
  .page .pc-menu .menu-item {
    display: inline-block;
    padding: 9px 0 5px;
    font-size: .875em;
    width: 20%;
    max-width: 175px;
    text-align: center;
    transition: all 0.3s ease-in;
  }
  /* line 1072, ../../scss/_page.scss */
  .page .pc-menu .menu-item:hover, .page .pc-menu .menu-item.active {
    background-color: #f0e9e0;
    transition: all 0.3s ease-in;
  }
  /* line 1076, ../../scss/_page.scss */
  .page .pc-menu .menu-item.link1 {
    border-top: 3px solid #7e021a;
  }
  /* line 1079, ../../scss/_page.scss */
  .page .pc-menu .menu-item.link2 {
    border-top: 3px solid #fdd100;
  }
  /* line 1082, ../../scss/_page.scss */
  .page .pc-menu .menu-item.link3 {
    border-top: 3px solid #01913a;
  }
  /* line 1085, ../../scss/_page.scss */
  .page .pc-menu .menu-item.link4 {
    border-top: 3px solid #e83928;
  }
  /* line 28, ../../scss/_setting.scss */
  .page .info:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 1092, ../../scss/_page.scss */
  .page .info .right-block {
    width: 48%;
    float: right;
    position: relative;
  }
  /* line 1096, ../../scss/_page.scss */
  .page .info .right-block .pc-img {
    display: block;
  }
  /* line 1099, ../../scss/_page.scss */
  .page .info .right-block .m-img {
    display: none;
  }
  /* line 1102, ../../scss/_page.scss */
  .page .info .right-block .slick-dots {
    width: 100%;
    bottom: 60px;
    right: 0;
    position: absolute;
  }
  /* line 1109, ../../scss/_page.scss */
  .page .info .left-block {
    width: 52%;
    float: left;
    height:100%;
    padding: 130px 30px 30px 15px;
  }
  /* line 1114, ../../scss/_page.scss */
  .page .info .left-block .btn-download a {
    margin-right: 50px;
  }
  /* line 1119, ../../scss/_page.scss */
  .page .info .full-block {
    padding: 130px 0px 70px;
  }
  /* line 1123, ../../scss/_page.scss */
  .page .info .food-single {
    position: relative;
    padding: 85px 0 0 0;
    margin-bottom: 0;
  }
  /* line 1127, ../../scss/_page.scss */
  .page .info .food-single .single-img {
    width: 100%;
    padding-top: 0;
  }
  .page .info .food-single .single-img a{
    display: none!important;
  }
  /* line 1131, ../../scss/_page.scss */
  .page .info .food-single .single-text {
    position: absolute;
    background: url(../img/mask-bk.png) repeat left top;
    color: #fff;
    width: 25%;
    top: 20%;
    left: 50%;
    margin-left: 7%;
    border: 1px solid #3e3a39;
  }
  /* line 300, ../../scss/_page.scss */
  .page .info .food-single .single-text .btn-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 3em;
    display: block;
  }
  .page .info .food-single .single-text .btn-block a {
    display: inline-block;
    margin: 0 10px;
    color: #ffc700;
  }
  .page .info .food-single .single-text .btn-block a.btn-menu {
    font-size: .8em;
  }
  /* line 1145, ../../scss/_page.scss */
  .page .info .page-main {
    padding: 15px 0;
    height:100%;
  }
  /* line 1147, ../../scss/_page.scss */
  .page .info .page-main .map {
    padding-bottom: 40%;
    padding-top: 0;
  }
  /* line 1152, ../../scss/_page.scss */
  .page .info .page-main .contact-form p {
    padding-bottom: 20px;
  }
  /* line 1155, ../../scss/_page.scss */
  .page .info .page-main .contact-form textarea {
    height: 90px;
  }
  /* line 1158, ../../scss/_page.scss 
  .page .info .page-main .contact-form .col {
    margin-bottom: 17px;
  }*/
  /* line 1163, ../../scss/_page.scss */
  .page .info .food-block {
    /*padding: 10px 0 30px !important;*/
	padding: 0px 0 30px !important;
  }
  /* line 1165, ../../scss/_page.scss */
  .page .info .food-block .food-item {
    width: 16.66%;
  }
  /* line 1170, ../../scss/_page.scss */
  .page .page-nav {
    margin-left: 0;
    text-align: left;
    margin-bottom: 10px;
    top: 86px;
    background-color: transparent;
  }
  /* line 1176, ../../scss/_page.scss */
  .page .page-nav .page-wrap {
    padding-top: 84px;
    background-color: #fff;
    width: 52%;
  }
  /* line 1181, ../../scss/_page.scss */
  .page .page-nav a {
    padding: 8px 11px 8px 12px;
  }
  /* line 1184, ../../scss/_page.scss */
  .page .page-nav a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 7px;
    content: '';
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease-in;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 1198, ../../scss/_page.scss */
  .page .page-nav a:hover:after, .page .page-nav a.active:after {       
    left: 50%;
    width: 10px;
    height: 7px;
    top: 0;
    transition: all 0.3s ease-in;
    opacity: 1;
    background: url(../img/moon/icon-arrow.png) no-repeat center center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 10;
  }
  /* line 1214, ../../scss/_page.scss */
  .page .news .full-block {
    padding-top: 84px;
  }
  /* line 1217, ../../scss/_page.scss */
  .page .news .page-main {
    position: relative;
  }
  /* line 1219, ../../scss/_page.scss */
  .page .news .page-main h1 {
    padding-bottom: 8px;
  }
  /* line 1223, ../../scss/_page.scss */
  .page .news .order {
    text-align: center;
    position: absolute;
    right: 0;
    top: 45px;
  }
  /* line 1229, ../../scss/_page.scss */
  .page .news .news-block {
    padding: 0;
  }
  /* line 1231, ../../scss/_page.scss */
  .page .news .news-block .news-item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
  }
  /* line 1236, ../../scss/_page.scss */
  .page .news .news-block .news-item.odd {
    margin-left: 0;
  }
  /* line 1241, ../../scss/_page.scss */
  .page .news .page-list {
    text-align: right;
  }
}
@media screen and (min-device-width: 1200px) {
  /* line 612, ../../scss/_base.scss */
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 617, ../../scss/_base.scss */
  #container .block {
    margin-bottom: 70px;
  }
  /* line 620, ../../scss/_base.scss */
  #container .block .title h1 {
    font-size: 2em;
    margin: 30px 0;
  }

  /* line 28, ../../scss/_setting.scss */
  footer:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 629, ../../scss/_base.scss */
  footer .wrap {
    max-width: 900px;
  }
  /* line 632, ../../scss/_base.scss */
  footer .footer-nav {
    float: left;
  }
  /* line 635, ../../scss/_base.scss */
  footer .copyright {
    float: right;
	color: rgba(255, 255, 255, 0.3);
  }

  /* line 639, ../../scss/_base.scss */
  .mask {
    display: none !important;
  }

  /* line 1250, ../../scss/_page.scss */
  .home #container {
    margin-bottom: 0;
  }
  
  .pc-menu .menu-item.link1 {
  	font-size: 14px;
  	min-width: 75px;
  }
  .pc-menu .menu-item.link2 {
  	font-size: 14px;
  	min-width: 75px;
  }
  .pc-menu .menu-item.link3 {
  	font-size: 14px;
  	min-width: 150px;
  }
  .pc-menu .menu-item.link4 {
  	font-size: 14px;
  	min-width: 75px;
  }
}

@media screen and (min-device-width: 1920px) {
	.page .info .page-main .map {
	    padding-bottom: 53.8%;
	}	
}

#retate-show {
  display:none;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position:fixed;
  background-color:#fff;
  z-index:999;
}
#retate-show div{
  position:fixed;
  width:100px;
  height:100px;
  left:50%;
  top:50%;
  margin:-50px 0 0 -50px;
  background:url(../img/technology.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-height:599px) and (orientation:landscape){
  html.mobile #rotate{display:block}
}
@media only screen and (max-height:599px) and (orientation:landscape){
  html.mobile #rotate.disable{display:none!important}
}
@media screen and (max-device-width: 600px) {
  .home .news-block {
    width: 170px;
  }
  .home .news-block .sub-block img {
    width: 230px !important;
    height: 90px !important;
  }
  .home .news-block .sub-block iframe {
  	height: 90px;
  }
  .single-img {
    height: 215px !important;
  }
}
@media (device-width: 768px) {
  .single-img {
    height: 500px !important;
  }
}
.page .page-nav a.arrow1:hover:after, .page .page-nav a.arrow1:after,
.page .page-nav a.arrow5:hover:after, .page .page-nav a.arrow5:after {
  background: url(../img/moon/icon-arrow1.png) no-repeat center center;
}

.page .page-nav a.arrow2:hover:after, .page .page-nav a.arrow2:after,
.page .page-nav a.arrow6:hover:after, .page .page-nav a.arrow6:after {
  background: url(../img/moon/icon-arrow2.png) no-repeat center center;
}

.page .page-nav a.arrow3:hover:after, .page .page-nav a.arrow3:after,
.page .page-nav a.arrow7:hover:after, .page .page-nav a.arrow7:after {
  background: url(../img/moon/icon-arrow3.png) no-repeat center center;
}

.page .page-nav a.arrow4:hover:after, .page .page-nav a.arrow4:after,
.page .page-nav a.arrow8:hover:after, .page .page-nav a.arrow8:after {
  background: url(../img/moon/icon-arrow4.png) no-repeat center center;
}

.wedding-meeting-submenu{
	text-decoration:underline;
}

.meeting-wedding-h1{
	float:left;
}

.site-equipment-h1{
	float:left;
}

.text .wedding-meeting-li{
	list-style-image: url("../img/icon-arrow-li.png");
	line-height: 35px;
	margin-left: 2em;
}

.text .wedding-meeting-a:hover{
	text-decoration:underline;
}

.back-page-a:hover{
	text-decoration:underline;
}

/* 預約訂位 文字顏色*/
.reserve1, .reserve5 {
	color:#7E021A;
}
.reserve2, .reserve6 {
	color:#FDD100;	
}
.reserve3, .reserve7 {
	color:#01913A;	
}
.reserve4, .reserve8 {
	color:#E83928;	
}

/* menu button背景顏色(在餐廳介紹區塊) */
.page .info .menu1 .btn-download a{
	background-color: #7E021A;
}
.page .info .menu2 .btn-download a{
	background-color: #DA291C;
}
.page .info .menu3 .btn-download a{
	background-color: #01913A;
}
.page .info .menu4 .btn-download a{
	background-color: #E83928;
}

.menu-empty{
	background: rgba(0,0,0,0);
}

.border-top-none {
	border-top: none !important;
}
.border-right-none {
	border-right: none !important;
}
.border-bottom-none {
	border-bottom: none !important;
}
.border-left-none {
	border-left: none !important;
}