@charset "utf-8";
/* -------------------------------- 

basic style

-------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:focus, a:active, a:hover, object, embed { 
    outline: none;
    text-decoration: none; 
}
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }
:focus { outline: 0; }
li { list-style: none; }
.center {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}
html {
	font-size: 100%;
}
body { 
    background-color: #fff;
    font-size: 1rem;
    font-family: '微軟正黑體','Microsoft JhengHei', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    color: #444;
}

/* -------------------------------- 

common style

-------------------------------- */
.main_bg {
	position: relative;
}
.skyblue {
	color: #28ABE1;
}
.main_color {
	color: #EEC724;
}
.main_color_bg {
	background-color: #EEC724;
}
.bigSize {
	font-size: 28px;
	color: #EE4326;
}


/* -------------------------------- 

menu style

-------------------------------- */
#header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 101;
	top: 0px;
	background-color: rgba(255,255,255,.85);
}
#logo { 
	float: left;
	margin-top: -10px;
	width: 250px;
	height: 72px;
}
.logo {
	padding: 0;
	margin: 0;
	font-size: 30px;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	height: 0px;
	overflow: hidden;
}
.logoImg {
	display: block;
}
.logoImg img {
	width: 100%;
	display: block;
}
#navigation { 
	display: block; 
	margin-left: 276px; 
	text-align: right;
	margin-top: 20px;
}

#mainnav li { 
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin: 15px 10px;
}
#mainnav li a {
	color: #f49164;
}
#mainnav li a:hover {
	color: #882a09;
}
#mainnav li:last-child {
	margin: 10px;
	margin-right: 0px;
}
#mainnav li:last-child a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#mainnav .facebook_topbtn { background-image: url(../images/icon_link_facebook.png); }
#mainnav .instagram_topbtn { background-image: url(../images/icon_link_instagram.png); }
#mainnav .line_topbtn { background-image: url(../images/icon_link_line.png); }
#mainnav .mail_topbtn { background-image: url(../images/icon_link_mail.png); }


.menu-icon { 
	display:none;  
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../images/menu.png) left top no-repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-ms-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	right: 0px;
	top: 25px;
	cursor: pointer;
}
@media only screen and (max-width:767px) {
	.menu-icon { display:block !important; right: 20px; }
	#header {
		height: 75px;
		position: initial;
	}
	#navigation { 
	    display: none; 
	    width: 100%;
	    top: 75px;
	    background: #fefefe;
	    position: absolute;
	    z-index:9999;
	    margin-left: 0;
	    margin-top: 0;
	    text-align: left;
	}
	#mainnav { 
		padding : 0px;
		margin : 0px; 
	}
	#mainnav li { 
		display: block;
		border-bottom : 1px solid #ccc;
		padding: 0 !important;
		margin: 0px; 
	} 
	#mainnav li:last-child {
		border-bottom: 0px;
	}
	#mainnav li a {
		color: #333;
		font-size: 16px;
		padding: 10px 15px;
		display: block;
		margin: 0px !important;
	}
	#mainnav li a:hover {
		background-color: #eec724;
		color: #fff;
	}
	#mainnav li:last-child a {
		width: 36px;
		height: 36px;
		background-size: 90%;
	}
	#mainnav li:last-child a:hover {
		background-color: initial;
	}
}



/* -------------------------------- 

footer style

-------------------------------- */
.to_top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #555;
    border-radius: 6px 0 0 6px;
    position: fixed;
    bottom: 90px;
    right: 0;
    display: none;
    background-color: rgba(255,255,255,.8);
    background-image: url(../images/icon-top.png);
    z-index: 100;
}
.footer {
	padding: 60px 0;
	text-align: center;
	background-color: #EEC724;
	color: #333;
}
.footer_info {
	margin: auto;
	margin-bottom: 40px;
	width: 350px;
	line-height: 1.5rem;
	text-align: left;
}



/* --------------------------------  

product list

-------------------------------- */
.products_lists li .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#products_list .product_lists_bg {
	background: url(../images/products_title.png) center center no-repeat;
	background-size: contain;
	width: 90%;
	margin: auto;
	height: 50px;
	margin-bottom: 50px;
}
#products_list .product_list_title {
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.products_lists li {
	padding: 30px 20px;
	line-height: 1.5;
}
.products_lists .product_img {
	width: 40%;
	/*max-width: 400px;*/
	float: left;
	margin: 0 auto 30px;
}
.products_lists .product_img img {
	width: 100%;
}
.products_lists .product_txt {
	width: 60%;
	float: left;
	position: relative;
	padding-left: 5%;
	padding-right: 225px;
	letter-spacing: 1px;
}
.products_lists .product_txt .product_name {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
.products_lists .product_txt .product_name + p {
	margin-bottom: 30px;
}
.products_lists .product_txt .product_name + p + span {
	color: #7f7f7f;
	display: block;
}
.add_to_cart {
	position: absolute;
	top: 0;
	right: 0;
	width: 185px;
}
.sale_price {
	color: #EE4326;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
}
.sale_price span {
	font-size: 30px;
	padding: 0 10px;
}
.add_btn {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #222;
	border-radius: 10px;
	line-height: 40px;
	margin-bottom: 15px;
}
/* plus minus */
.plusminus {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 34px;
	line-height: 34px;
	margin-bottom: 20px;
}
.plusminus button {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	margin: 5px;
	padding: 0;
	border: 0;
	background: #000;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	line-height: 25px;
	font-family: bonds, sans-serif;
	cursor: pointer;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-webkit-transition: color 200ms;
	transition: color 200ms;
}
.plusminus button:focus {
	outline: none;
	color: #2bebaf;
}
.plusminus button:disabled {
	background: #999;
	color: #ccc;
	cursor: default;
}
.plusminus button:first-child {
	top: 0;
}
.plusminus button:first-child:before {
	content: "-";
}
.plusminus button:last-child {
	top: 0;
}
.plusminus button:last-child:before {
	content: "+";
}
.plusminus button:last-child:focus {
	color: #ff6367;
}
.plusminus input[type="number"] {
	position: absolute;
	width: 50px;
	height: 34px;
	top: 0;
	left: 84px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 17.6px;
	font-weight: bold;
	text-align: center;
	-moz-appearance: textfield;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
}
.plusminus input[type="number"]::-webkit-outer-spin-button, .plusminus input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.plusminus.horiz button:first-child {
	left: 40px;
}
.plusminus.horiz button:last-child {
	right: 0;
}
@media only screen and (min-width:767px) and (max-width:994px){
	.products_lists .product_img {
		width: 35%;
	}
	.products_lists .product_txt {
		width: 65%;
	}
	.products_lists .product_txt {
		padding-right: 195px;
	}
	.add_to_cart {
		width: 160px;
	}
	.plusminus input[type="number"] {
		left: 76px;
	}
}
@media only screen and (max-width:767px){
	.products_lists li {
		margin: 20px 0;
	}
	.products_lists .product_img {
		width: 100%;
		max-width: 400px;
		float: none;
	}
	.products_lists .product_txt {
		width: 100%;
		float: none;
	}
	.products_lists .product_txt .product_name + p {
	    margin-bottom: 10px;
	}
	.products_lists .product_txt .product_name + p + span {
	    padding-left: 20px;
	}
	@media only screen and (max-width:567px){
		.products_lists .product_txt {
			padding-right: 5%;
		}
		.add_to_cart {
			width: 100%;
			position: initial;
		}
		.plusminus {
			width: 185px;
			margin-right: 0;
			margin-left: auto;
			display: block;
			height: 28px;
			line-height: 28px;
		}
		.plusminus button {
			width: 22px;
			height: 22px;
			margin: 2px;
		}
		.plusminus input[type="number"] {
			height: 28px;
			left: 88px;
		}
	} /* 567 */
} /* 767 */


/* -------------------------------- 

contact

-------------------------------- */
.contact_part .center{
	padding: 30px 0;
	background-color: #fff;
	background-position: center 40px;
	background-repeat: no-repeat;
	background-image: url(../images/contact_title_img.png);
	padding-top: 160px;
}
.contact_title {
	text-align: center;
	color: #179990;
	font-size: 34px;
}
.contact_title span {
	color: #7f7f7f;
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin: 10px;
}
.contact_quick_social {
	display: block;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
.contact_quick_social:after {
	content: '';
	display: block;
	position: absolute;
	width: 96%;
	height: 100%;
	margin: 0 2%;
	border-bottom: 1px dashed #00A89C;
}
.contact_quick_social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.contact_quick_social li a {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;

}
.contact_quick_social .facebook_btn { background-image: url(../images/icon_link_facebook.png); }
.contact_quick_social .instagram_btn { background-image: url(../images/icon_link_instagram.png); }
.contact_quick_social .line_btn { background-image: url(../images/icon_link_line.png); }
.contact_quick_social .mail_btn { background-image: url(../images/icon_link_mail.png); }
/* form */
.star {
    color: #F15924;
    padding: 0 5px;
    font-size: 1rem;
}
.lengthS {width: 120px;margin-right: 5px;}
.lengthM {width: 100%;max-width: 360px;}
.lengthL {width: 100%;max-width: 440px;}
.table01 {
    border: 1px solid #939393;
    border-radius: 5px;
    background-color: #fff;
    padding: 2px;
    line-height: 28px;
}
/* checkbox radio */
.formstyle label {
    display: inline-block;
    position: relative;
    /*float: left;*/
    width: auto;
    margin-right: 15px;
    /*margin-left: 15px;*/
    margin-bottom: 5px;
    color: #858585;
}
.formstyle label .inputbox {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 4px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 3px;
    outline: none;
    display: inline-block;
    border: 0;
}
.formstyle label > input[type="radio"] {
    margin-right: 10px;
}
.formstyle label.circle .inputbox {
    background-image: url(../images/radio.png);
}
.formstyle label.circle input:checked {
    background-image: url(../images/radio_ok.png);
}
.formstyle label.check .inputbox {
    background-image: url(../images/check.png);
}
.formstyle label.check input:checked {
    background-image: url(../images/check_ok.png);
}
.formstyle select {
    -webkit-appearance: button;
    background-color: #fff;
    background-image: url(../images/select_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
    color: #666;
    line-height: 32px;
    font-size: inherit;
    overflow: hidden;
    padding: 0 35px 0 10px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
}
.formstyle {
    width: 100%;
    padding: 2%;
    color: #179990;
    max-width: 600px;
    margin: 40px auto 20px;
}
.formstyle ul {
    display: block;
    width: 100%;
    margin: 15px 0;
}
.formstyle ul li {
    margin: 10px 0;
    padding-left: 100px;
}
.form_title {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -105px;
}
.form_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.captcha_btn {
    display: inline-block;
    vertical-align: middle;
}
.captcha_btn * {
    display: inline-block;
    vertical-align: inherit;
    color: #444;
    line-height: 34px;
}
.formbtn_area {
	clear: both;
	text-align: center;
	margin: 30px 0;
}
.buttoneffect {
	color: #16998F;
	text-align: center;
	line-height: 26px;
	padding: 5px;
	width: 212px;
	background-color: #fff;
	border: 1px solid #16998F;
	border-radius: 7px;
	margin: 8px;
}
.buttoneffect.emphasis {
	background-color: #16998F;
	color: #fff;
}
@media only screen and (max-width:1023px) { 
	.contact_form {
		padding-top: 40px;
	}
	.formstyle {
		width: 100%;
		float: none;
		max-width: 585px;
		margin: 0 auto;
		padding: 0 2%;
	}
	@media only screen and (max-width:479px) {
		.formstyle ul {
			width: 95%;
			margin: auto;
		}
		.formstyle ul li {
			padding-left: 0;
		}
		.form_title {
			margin-left: 0;
			display: block;
		}
		.form_txt {
			display: block;
		}
		.buttoneffect {
			width: 40%;
		}
	}
}


/* -------------------------------- 

masonry style

-------------------------------- */
.loaderSymbol {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 32px;
	height: 32px;
	background: url(../images/loader.gif);
}
.grid_container {
	width: 100%;
	padding: 30px 0 60px;
	position: relative;
	background-color: #fff;
}
#photoGalleryContainer.fluid .column {
	/* �⊥�蓥蝙�鍂CSS3��box-sizing��閰梧���𩥅idth�緍�膄padding��𠩯order���� */
	width: 32.3%;
	margin: 5px 0.5%;
	overflow: hidden;
	background-color: #fff;

	/* Javascript�⊥�����頛匧�叩oscript.css嚗峕迨撅祆�扳�霈𦠜�沟isible */
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid_container .column img {
	display: block;
	width: 100%;
	height: auto;
}
#photoGalleryContainer .grid_sizer {
	width: 33.3%;
}
#cboxTitle ,#cboxContent{
	font-size: 12px;
}
@media only screen and (max-width:479px) {
	#photoGalleryContainer.fluid .column {
		width: 48%;
		margin: 5px 1%;
	}
	#photoGalleryContainer .grid_sizer {
		width: 50%;
	}
}



/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}
