/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */


header,menu,nav,section{display:block}nav ul,nav
li{list-style:none;list-style-image:none;margin:0}small{font-size:85%}strong,th{font-weight:700}input:invalid,textarea:invalid{border-radius:1px;-moz-box-shadow:0 0 5px red;-webkit-box-shadow:0 0 5px red;box-shadow:0 0 5px red}.no-boxshadow input:invalid,.no-boxshadow textarea:invalid{background-color:#f0dddd}@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);header nav ul
ul{position:absolute;top:-999em;width:12em;text-align:left;z-index:3;background:#f6f6f6;padding:1em
1em;margin-top:18px}header nav ul ul
ul{margin-top:4px}header nav ul ul
li{width:100%;float:left;display:block;line-height:1em;margin:0.25em 0}header nav ul li:hover{visibility:inherit}header nav ul li,
header nav ul
a{position:relative}header nav ul li:hover ul,
header nav ul li.sfHover
ul{left:0;top:1.5em;z-index:99}header nav ul li:hover ul li ul,
header nav ul li.sfHover ul li
ul{left:13em}header nav ul li:hover ul
ul{left:12em}header nav ul li:hover li ul,
header nav ul li.sfHover li
ul{top:-999em}header nav ul li li:hover ul,
header nav ul li li.sfHover
ul{left:7em;top:0}header nav ul li li:hover li ul,
header nav ul li li.sfHover li
ul{top:-999em}header nav li.sfHover
a{text-decoration:none}header nav ul ul li a, header nav li.sfHover li
a{text-decoration:none;background:none}header nav ul li ul li
a{text-decoration:none;padding:0.75em 0 0.25em 0;display:block;float:left;width:100%;background:none;border-bottom:none}header nav ul ul li:first-child
a{padding:0;border-top:none}header nav ul ul a:hover{text-decoration:underline}
a.meanmenu-reveal
{display:none}
.mean-container .mean-bar
{float:left;
width:100%;
position:relative;
background:#0c1923;
padding:4px
0;min-height:42px;
z-index:8000;}
.mean-container a.meanmenu-reveal
{width:22px;
height:22px;
padding:13px 13px 11px 13px;
position:absolute;
top:0;
right:0;
cursor:pointer;
color:#fff;
text-decoration:none;
font-size:16px;
text-indent:-9999em;
line-height:22px;
font-size:1px;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-weight:700}
.mean-container a.meanmenu-reveal
span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:33px}.mean-container .mean-nav
ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul
li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li
a{display:block;float:left;width:90%;padding:1em
5%;margin:0;text-align:left;color:#fff;border-bottom:1px solid #383838;border-bottom:1px solid rgba(255,255,255,0.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li
a{width:80%;padding:1em
10%;border-bottom:1px solid #f1f1f1;border-bottom:1px solid rgba(255,255,255,0.25);opacity:0.75;filter:alpha(opacity=75);text-shadow:none !important;visibility:visible}.mean-container .mean-nav ul li.mean-last
a{border-bottom:none;margin-bottom:0}.mean-container .mean-nav ul li li li
a{width:70%;padding:1em
15%}.mean-container .mean-nav ul li li li li
a{width:60%;padding:1em
20%}.mean-container .mean-nav ul li li li li li
a{width:50%;padding:1em
25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,0.1)}.mean-container .mean-nav ul li a.mean-expand{width:26px;height:26px;border:none !important;padding:12px}




header nav ul li a:hover,
header nav li.current_page_item a,
header nav li.current-menu-item a,
header nav li.current_page_ancestor a,
header nav li.current_page_parent a,
header nav li.current-post-ancestor a,
header nav li.current-page-ancestor
a{
	color: #b7a23f;
}body,input,button,textarea{font-size:15px}.meta, .announce, footer, .book-cover, .book-cover
a.button{font-size:15px}.book-cover,.portfolio-cat{font-size:14px}h1, .archive-content h2, .archive-content h2
a{font-size:33px}h2{font-size:29px}h3{font-size:26px}h4{font-size:23px}h5, .portfolio-content
h2{font-size:21px}h6{font-size:19px}.meta
li.more{font-size:17px}
@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img {
	max-width: 100%;
}

object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}


#map_canvas img,
.google-maps img,
#map img {
  max-width: none;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */


body{
	overflow:hidden;}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89%;
	padding-left: 5.5%;
	padding-right: 5.5%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0em;
	
}

#toplogo {
	display:none;
}


#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	
	display: block;
	margin: 0px;
}




.store-block-content {

	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




footer span{
	display:none;
}


.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position: top center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}




#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.gridContainer section {
	display: block;
	clear: both;
	width: 95%;
	padding-top: 0em;
	padding-bottom: 1em;
	padding-left:2.5%;
	padding-right:2.5%;
	margin-bottom: 10px;
}
.right-image {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.left-image {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#service .block-content {

	width: 100%;
	padding-bottom: 1em;
	padding: 1em;
	padding-right: 0em;
	padding-left: 0em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 30px;
}



.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {
float:left;
margin-top: 0;
display: table-cell;
vertical-align: middle;
}

#news .entry-more-link {
display:none;

}

#news .entry-content {
	float: none;
	/* [disabled]margin: 1em 0 .5em; */
	width: 100%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	display: none;

}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}


#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 90%;
	padding: 0.8em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: none;
	margin-top: 0px;

}

#album .album-block-content .thumb-image img{
	
		width: 130%;
	
}

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	width: 40%;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 0.5em;
	margin-right: 1.5em;
	margin-left: 0em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.menu-block .menu-big-pic{
	 float: none;
	 width:100%;
  
}


#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#reservation .form-wrapper{
	width: 100%;

}


#sort{
	text-align: center;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: none;
	width: 100%;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0m;
	padding-left: 0em;
	margin-right: 0em;
	margin-left: 0em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

/* 表格版面: 650px 到 600px。樣式繼承自: 行動版面。 */


@media only screen and (min-width: 681px) {
.gridContainer {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

#toplogo {
display:none;
}


#sort{

	text-align:center;
}

#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	float: left;
	display: block;
	margin: 0px;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}


footer span{
	display:none;
}

hgroup{
	clear: both;
	margin-left: 0;
	width: 90%;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
}


hgroup h1 {
	text-align: right;
	font-size: 250%;
	color: #FFFFFF;
}
hgroup h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 100%;
	text-align: right;
	padding: 10px;
	background-color: rgba(255,255,255,.6);
	background-color: white\9;
	float: right;
	clear: both;
	font-weight: normal;
}




.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:top center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}




#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.gridContainer section {
	display: block;
	clear: both;
	float: left;
	width: 99%;
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left:0.5%;
	padding-right:0.5%;
	margin-bottom: 30px;
}
.right-image {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 50%;
	overflow: hidden;
}

.left-image {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 50%;
	overflow: hidden;
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#service .block-content {
	/* [disabled]float: left; */
	width: 45%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;	/*
	margin-right: 0.5em;*/
}

.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 30px;
}



.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {
float:left;
margin-top: 0;
display: table-cell;
vertical-align: middle;
}

#news .entry-more-link {
display:none;

}

#news .entry-content {
	float: none;
	/* [disabled]margin: 1em 0 .5em; */
	width: 100%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	width: 25%;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}

#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 27%;
	padding: 0.8em;
	margin-bottom: 2em;
	margin-left: 1em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0em;
}


/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	display: block;
	width: 25%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 0em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.menu-block .menu-big-pic{
	 float: left;
	 width:40%;
  
}


#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 100%;

}

/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	display: block;
	width: 42%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1.8em;
	margin-right: 1.5em;
	margin-left: 0em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

}

@media only screen and (min-width: 800px)  {

footer span{
	display:none;
}


#toplogo {
	clear: both;
	float: left;
	margin-left: 0;

	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	color: #F93;
	line-height: 180%;
	margin-right: 5px;
	top: 0px;
	padding: 5px;
	word-spacing: 1px;
}

#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#service .block-content {
	/* [disabled]float: left; */
	width: 45%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;	/*
	margin-right: 0.5em;*/
}


.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*news*/
#news .entry {
margin: 0 0 120px;
}

.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 26%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {

float:none;
*float:left;
margin-top: 0;
width: 75%;
display: table-cell;
vertical-align: middle;

}

#news .entry-more-link {

float:none;
*float:right;
margin-top: 0;
width: 25%;
text-align: right;
display: table-cell;

}

#news .entry-content {
	float: right;
	/* [disabled]margin: 1em 0 .5em; */
	width: 70%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 169px;
	width: 169px;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}

#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 27%;
	padding: 0.8em;
	margin-bottom: 2em;
	margin-left: 1em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0em;
}

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 1em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 80%;

}

/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	display: block;
	width:42%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/
}



@media only screen and (min-width: 1028px)  {
	
footer span{
		display: none;
}
#service .block-content {
	/* [disabled]float: left; */
	width: 42%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2.2em;	
	/*margin-right: 0.5em;*/
}

/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 43%;
	display: block;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	max-height: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/
}

/* 桌面版面: 1200px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */


@media only screen and (min-width: 1400px)  {
#album .album-block-content {
	width: 27%;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.5em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}
footer span{
		display:inline-block;
}
/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 43%;
	display: block;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	max-height: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

}








@media only screen and (min-width: 1600px)  {
.gridContainer {
	width: 95%;
	max-width: 996px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}



footer span{
	
	display:inline-block;
}
#toplogo {
	clear: both;
	float: left;
	margin-left: 0;

	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	color: #F93;
	line-height: 180%;
	margin-right: 5px;
	top: 0px;
	padding: 5px;
	word-spacing: 1px;
}



#store {
	clear: both;
	/* [disabled]float: left; */
	width: 95%;
	padding: 2em;
	display: block;
	margin: 0px;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}





#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.gridContainer section {
	display: block;
	clear: both;
	float: left;
	width: 99%;
	padding-top: 0em;
	padding-bottom: 1em;
	padding-left:0.5%;
	padding-right:0.5%;
	margin-bottom: 10px;
}
article {
	width: 100%;
	float: left;
}

.right-image {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 388px;
	overflow: hidden;
}

.left-image {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 388px;
}

#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



#service .block-content {
	/* [disabled]float: left; */
	width: 43%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 3em;	/*
	margin-right: 0.5em;*/
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}


#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 120px;
}

.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 26%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {

float:none;
*float:left;
margin-top: 0;
width: 75%;
display: table-cell;
vertical-align: middle;

}

#news .entry-more-link {

float:none;
*float:right;
margin-top: 0;
width: 25%;
text-align: right;
display: table-cell;

}

#news .entry-content {
	float: right;
	/* [disabled]margin: 1em 0 .5em; */
	width: 70%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 169px;
	width: 169px;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}


#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*album index-1*/

#album .album-block-content {
	width: 20%;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.2em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}

/*#album .album-block-content {
	width: 26%;
	margin: 0px;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.8em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(204,204,204,1);
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}*/

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	width: 18%;
	display: block;
	padding-top: 2em;
	padding-right: 0.5em;
	padding-bottom: 3em;
	padding-left: 2.5em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contact #map {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact .infor {
	float: left;
	width: 45%;
}
#contact .form-wrapper  {
	float: right;
	width: 55%;
}


#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 60%;

}

/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 45%;
	display: block;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	max-height: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

}



@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */



#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}

#innerWrapper {
	width: 100%;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10%;
	
	/*padding:0px !important;*/
}


@media only screen and (min-width: 620px) {	

#innerWrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1%;
	padding:0px !important;
}
}

/* 表格版面: 691px 到 1024px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 691px) {




#innerWrapper {
	width: 60%;
	margin: 0px auto;
	padding-top: 8em;

}
#LayoutDi1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}
#innerWrapper {
	width: 60%;
	margin: 0px auto;
	padding:0px !important;

}

#innerWrapper {
	width: 80%;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1.5%;
	margin-left: auto;	

}


  

}


@media only screen and (min-width: 1024px) {


#innerWrapper {
	width: 60%;
	margin-top: 5.5%;
	margin-right: auto;
	margin-bottom: 1.5%;
	margin-left: 23%;	
	padding:0px !important;

}

}


@media only screen and (min-width: 1100px) {


#main-area h1 img {
  opacity: 0;
  max-width: 80%;
 
}



}

@media only screen and (max-width: 1149px)  and (min-width: 1101px) {


#main-area h1 img {
  opacity: 0;
  max-width: 80%;

}

}


@media only screen and (max-width: 1250px)  and (min-width: 1150px) {


#main-area h1 img {
  opacity: 0;
  max-width: 60%;
 
}

}

/* 桌面版面: 1024px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 1280px) {



#innerWrapper {
	width: 60%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 1.5%;
	margin-left: auto;
	padding: 0px !important;
	
}



}

			
@charset "utf-8";
/* CSS Document */

/* Products - List View 
****************************************************/
#productList {
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  overflow: hidden;
  clear: both;
}


#productList a {
	text-decoration: none; 
}

#productList .product {
  float: left;
  margin-left: 2.912621359223301%;
  margin-top: 3%;
  width: 30.420711974110034%;
  cursor: pointer;
  position: relative;
}
#productList .product .product-image {
  -webkit-transition: opacity .14s ease-out;
}
#productList .product .product-image .intrinsic {
	width:100%;
	/*padding-bottom: 100%;*/
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#productList .product .product-image .intrinsic > div {
	text-align: center;
	vertical-align: middle; /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);*/
}
#productList .product .product-image img {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;*/
  
  max-width: 80%;

 /*   width: 226px;
  height: 301px;
  position: relative;*/
}
#productList .product .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#productList .product .product-title {
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 1em;
	text-align: center;
	font-family: "微軟正黑體", "Arial Unicode MS";
}
#productList .product .product-price {
  font-size: 12px;
  /*display: none;*/
  display:block;
  text-align: center;
}
#productList .product .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productList .product .product-price .strikeout {
  text-decoration: line-through;
}
#productList .product:hover .product-image img {
  opacity: .8;
  filter: alpha(opacity=80);
}
#productList .product:nth-child(3n+1) {
  clear: left;
}
#productList ul.pagination {
  clear: both;
  margin-top: 15px;
  margin-left: 2.912621359223301%;
}
#productList ul.pagination li {
  display: inline-block;
}
#productList ul.pagination li.previous-page {
  text-align: left;
}
#productList ul.pagination li.next-page {
  text-align: right;
}
/*
.product-list-alignment-center #productList .product-title,
.product-list-alignment-center #productList .product-price {
  text-align: center;
}
.product-item-size-11-square #productList .product .product-image .intrinsic {
  padding-bottom: 100%;
}
.product-item-size-32-standard #productList .product .product-image .intrinsic {
  padding-bottom: 66.666%;
}
.product-item-size-23-standard-vertical #productList .product .product-image .intrinsic {
  padding-bottom: 150%;
}
.product-item-size-43-four-thirds #productList .product .product-image .intrinsic {
  padding-bottom: 75%;
}
.product-item-size-169-widescreen #productList .product .product-image .intrinsic {
  padding-bottom: 56.25%;
}*/
/*@media only screen and (min-width: 700px) {
  .no-touch .product-list-titles-overlay #productList .product {
    overflow: hidden;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-image {
    margin: 0;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    font-size: 12px;
    line-height: normal;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 50%;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    font-size: 13px;
    line-height: normal;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -moz-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -o-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    margin-top: 5px;
    -webkit-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -moz-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -o-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    transition: margin .3s cubic-bezier(0, 0, .28, 1);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title,
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    text-align: center;
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-mark {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-meta {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-title {
    margin-top: 0;
  }
}*/
.product-list-titles-under .product-meta {
  margin-top: 0 !important;
}
.show-product-price #productList .product .product-price {
  display: block;
}
/*.sqs-style-mode .product-overlay {
  opacity: 1 !important;
}
.sqs-style-mode .product-mark {
  opacity: 0 !important;
}
.sqs-style-mode .product-meta {
  opacity: 1 !important;
}*/
/* Products - Item View 
****************************************************/
#productNav {
  text-transform: uppercase;
  margin-bottom: 30px;
 /* display: none;*/
}


.product-title.mobile {
  display: none;
}
#productDetails {
  position: relative;
  float: right;
  width: 48.5%;
}
#productDetails .product-title {
  margin: 0 0 .5em;
}
#productDetails .product-mark {
  float: right;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
}
#productDetails .product-price {
  margin: 1em 0;
  font-size: 16px;
}
#productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}
#productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}
#productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productDetails .product-price .strikeout {
  text-decoration: line-through;
}
#productDetails .product-variants .variant-option {
  margin: 1.2em 0;
}
#productDetails .product-variants .variant-out-of-stock {
  color: #c00;
}
#productDetails .product-quantity-select {
  margin-top: 1.2em 0;
}
#productDetails input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-sharing {
  display: none;
}
.product-social-sharing .product-sharing {
  display: block;
}
#productGallery {
  width: 48.5%;
  float: left;
}
#productGallery .intrinsic {
  max-width: 100%;
}
#productGallery .wrapper {
 /* padding-bottom: 100%;*/
  position: relative;
}
#productGallery #productSlideshow {
 /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);*/
}
#productGallery #productSlideshow .slide {
  /*height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;*/
}


#productGallery #productSlideshow .slide img {
 
  width: 100%;

}
#productGallery #productThumbnails {
  margin-left: -5px;
  visibility: hidden;
  overflow: hidden;
}
#productGallery #productThumbnails .slide {
  width: 50px;
  height: 50px;
  margin: 5px 0 0 5px;
  font-size: 0;
  cursor: pointer;
  float: left;
  background-color: rgba(0, 0, 0, 0);
}
/*.product-gallery-size-11-square #productGallery .intrinsic .wrapper {
  padding-bottom: 100%;
}
.product-gallery-size-32-standard #productGallery .intrinsic .wrapper {
  padding-bottom: 66.666%;
}
.product-gallery-size-23-standard-vertical #productGallery .intrinsic .wrapper {
  padding-bottom: 150%;
}
.product-gallery-size-43-four-thirds #productGallery .intrinsic .wrapper {
  padding-bottom: 75%;
}
.product-gallery-size-169-widescreen #productGallery .intrinsic .wrapper {
  padding-bottom: 56.25%;
}*/
.product-description {
  clear: both;
  margin-top: 24px;
}
.show-product-item-nav #productWrapper #productNav {
  display: block;
}

/* SQSP Add to Cart button
****************************************************/
.add-to-cart-button-wrapper {
  /* Buttons begin hidden and are shown by commerce initializer */
 /* visibility: hidden;*/
 display:block;
}
.add-to-cart-button-wrapper .add-to-cart-button {
	background-color: #272727;
	color: #fff;
	cursor: pointer;
	font: 12px/1em 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: normal;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}
.add-to-cart-button-wrapper .add-to-cart-button-inner {
  height: 12px;
}
.add-to-cart-button-wrapper .add-to-cart-button.cart-adding .spin {
  margin-top: -6px;
  vertical-align: top;
  margin-right: 15px;
}
.add-to-cart-button-wrapper .add-to-cart-button.cart-adding .status-text {
  display: inline-block;
}

/*product end*/

@media only screen and (max-width: 700px) {
  #productWrapper .product-title {
    display: none;
  }
  #productWrapper .product-title.mobile {
    display: block;
  }
  .product-meta {
    margin-top: 0 !important;
  }
  #productDetails,
  #productGallery {
    width: 100%;
    float: none;
  }
  #productList {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #productList .product {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3%;
  }
  #productList .product .product-image {
    margin-bottom: 3%;
  }
  #productList .product .product-image .content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #productList .product .product-image img {
    -webkit-transition: opacity .3s ease-out;
  }
}
		
@charset "utf-8";
/* CSS Document */


.fullpage-shoppingcart{text-transform:none;}
.fullpage-shoppingcart-content{position:relative;}

.fullpage-shoppingcart-content.loading-cart{cursor:wait;pointer-events:none;}
.fullpage-shoppingcart-content.loading-cart .cart-container table tr td.item-desc a,.fullpage-shoppingcart-content.loading-cart .cart-container table tr td.item-desc .additional-fields,.fullpage-shoppingcart-content.loading-cart .cart-container table tr td.remove .remove-item{cursor:wait;}
.fullpage-shoppingcart-content.loading-cart .loading-spinner{display:block;}
.fullpage-shoppingcart-content.loading-cart .title,.fullpage-shoppingcart-content.loading-cart table,.fullpage-shoppingcart-content.loading-cart .subtotal,.fullpage-shoppingcart-content.loading-cart .checkout,.fullpage-shoppingcart-content.loading-cart .empty-message{opacity:.6;}
.fullpage-shoppingcart-content .cart-container{zoom:1;}
.fullpage-shoppingcart-content .cart-container:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table{zoom:1;width:100%;padding-bottom:10px;}
.fullpage-shoppingcart-content .cart-container table:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table thead{padding-bottom:15px;border-bottom:1px solid #ddd;}
.fullpage-shoppingcart-content .cart-container table thead td{font-size:11px;font-weight:bold;padding-bottom:10px;}
.fullpage-shoppingcart-content .cart-container table tbody{min-height:70px;}
.fullpage-shoppingcart-content .cart-container table tr{zoom:1;padding:3px 0px;padding-right:15px;line-height:15px;}
.fullpage-shoppingcart-content .cart-container table tr:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table tr td{vertical-align:middle;padding:15px 0;border-bottom:1px solid #ddd;}
.fullpage-shoppingcart-content .cart-container table tr td.item{
	text-align: left;
	width: 100px;
	zoom: 1;
	font-size: 13px;
}
.fullpage-shoppingcart-content .cart-container table tr td.item:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table tr td.item img{width:100px;vertical-align:top;margin-right:8px;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc{max-width:228px;padding-left:15px;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc a{
	font-size: 15px;
	line-height: 180%;
	font-family: Arial;
	text-decoration: none !important;
	color: #837D72;
}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc .variant-info,.fullpage-shoppingcart-content .cart-container table tr td.item-desc .additional-fields{font-size:12px;line-height:17px;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc .variant-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc .additional-fields{text-decoration:underline;cursor:pointer;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity{white-space:nowrap;text-align:right;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity input{text-align:right;margin-left:5px;border:1px solid #ccc;padding:5px 10px;-moz-border-radius:4px;border-radius:4px;float:right;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity input:focus{border:1px solid #555;outline:0;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity input.readonly{border:none;padding:0;background:none;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity .cooldown{display:none;}
.fullpage-shoppingcart-content .cart-container table tr td.price{text-align:right;white-space:nowrap;padding-left:10px;min-width:40px;}
.fullpage-shoppingcart-content .cart-container table tr td.remove{min-width:30px;}
.fullpage-shoppingcart-content .cart-container table tr td.remove .remove-item{
	float: right;
	margin-right: 10px;
	width: 11px;
	height: 11px;
	cursor: pointer;
	opacity: .5;
	background-color: transparent;
	background-image: url(../img/shopping_cart/remove.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.fullpage-shoppingcart-content .cart-container table tr td.remove .remove-item:hover{opacity:.9;}
.fullpage-shoppingcart-content .cart-container .subtotal{border-bottom:1px solid #ddd;padding-top:20px;padding-bottom:15px;padding-right:15px;text-align:right;float:right;width:50%;zoom:1;}
.fullpage-shoppingcart-content .cart-container .subtotal:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container .subtotal .label{font-size:16px;margin-right:15px;}
.fullpage-shoppingcart-content .cart-container .subtotal .price{text-align:right;font-size:16px;}
.fullpage-shoppingcart-content .cart-container .checkout{float:right;clear:both;padding-right:15px;}
.fullpage-shoppingcart-content .cart-container .checkout .checkout-button{max-width:170px;padding:14px 25px;color:#fff;background:#222;font-size:12px;line-height:normal;margin:20px 0;cursor:pointer;text-transform:uppercase;letter-spacing:1px;text-align:center;}
.fullpage-shoppingcart-content .empty-message{display:none;}
.fullpage-shoppingcart-content.empty .cart-container{display:none;}
.fullpage-shoppingcart-content.empty .empty-message{display:block;}
@media only screen and (max-width:700px){.fullpage-shoppingcart-content .cart-container table tr .item{width:50px;}
.fullpage-shoppingcart-content .cart-container table tr .item-desc{max-width:100px;padding-left:5px;}
.fullpage-shoppingcart-content .cart-container table tr .item-desc a{font-size:13px !important;}
.fullpage-shoppingcart-content .cart-container table tr .item-image img{max-width:40px;}
.fullpage-shoppingcart-content .cart-container .subtotal{width:75%;}
}