@import "https://fonts.googleapis.com/css?family=Lato:400,700";

@media only screen and (max-width: 767px) {
	body { font-size: 14px; }
}

button {
	padding: 0 27px 0 30px;
}

a.button, a.button-o, input.button-o, button.button-o {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	a.button, a.button-o, input.button-o, button.button-o {
		font-size: 14px;
	}
}

button, input, select, textarea {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	button, input, select, textarea {
		font-size: 14px;
	}
}

#jas-footer button {
	background-color: #777;
	color: #E7E7E7;
}

#jas-footer .button:hover {
	background-color: #555;
}

h5, h6 {
    margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
	h1 { font-size: 28px; }
	h2 { font-size: 25px; }
	h3 { font-size: 22px; }
	h4 { font-size: 19px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
}
h1, h2 {
	line-height: 1.2em;
}

input:not([type="submit"]):not([type="checkbox"]),
select,
textarea {
	color: #4D5959;
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	input:not([type="submit"]):not([type="checkbox"]),
	select,
	textarea {
		font-size: 13px;
	}
}

input[type="text"],
textarea {
	-ms-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

table, td, th {
	border-color: transparent;
	vertical-align: top;
}

table {
	margin-bottom: 0;
	margin-top: 0;
}

td, th {
	padding: 5px 0;
}

.footer__bot {
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.footer__bot {
		font-size: 13px;
	}
}

.footer__bot div > span {
	padding-right: 6px;
}
@media only screen and (max-width: 767px) {
	.footer__bot div > span {
		display: inline-block;
		padding-left: 3px;
		padding-right: 3px;
		width: 100%;
	}
}

@media only screen and (min-width: 48em) {
	.footer__bot .end-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		text-align: center;
	}
}
@media only screen and (min-width: 62em) {
	.footer__bot .end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: end;
	}
}

@media only screen and (max-width: 767px) {
	#jas-header {
		height: auto !important;
	}
}

.header__mid,
.header__top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
	.header__top {
		display: none;
	}
}

.header-sticky .header__mid {
	z-index: 1000;
}
@media only screen and (max-width: 767px) {
	.header-sticky .header__mid {
		position: relative !important;
	}
}

@media only screen and (max-width: 767px) {
	.header-2 .header__mid [class*="jas-col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header__mid > div,
.header__top > div {
	margin: 0 auto;
	width: 100%;
}
@media only screen and (min-width: 48em) {
	.header__mid > div,
	.header__top > div {
		width: 46rem;
	}
}
@media only screen and (min-width: 62em) {
	.header__mid > div,
	.header__top > div {
		width: 61rem;
	}
}

@media only screen and (max-width: 1024px) {
	.header__mid > div {
		display: table;
		position: relative;
	}
}
#jas-header.header-3 .header__mid > div,
#jas-header.header-4 .header__mid > div {
	position: relative;
}
#jas-header.header-5 .header__mid > div {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (min-width: 1025px) {
	#jas-header.header-2 .header__mid > div > div {
		display: table;
		width: 100%;
	}
}

.header-2 .header__mid > div > div > [class*="jas-col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.header__top .end-lg.end-sm .header-text.mr__15 {
	margin-right: 0;
}

.header__top .header-text.mr__20 {
	margin-right: 0;
}
@media only screen and (min-width: 48em) {
	.header__top .header-text.mr__20 {
		margin-right: 20px;
	}
}

.header__top .hidden-sm {
	display: none;
}
@media only screen and (min-width: 62em) {
	.header__top .hidden-sm {
		display: block;
	}
}

.header__mid .jas-action {
	margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
	#jas-header.header-3 .header__mid .jas-action,
	#jas-header.header-5 .header__mid .jas-action {
		display: none;
	}
}
#jas-header.header-4 .header__mid .jas-action {
	display: none;
}

#jas-header.header-2 .header__top .jas-action i {
	line-height: 70px;
}

#jas-backtop {
	bottom: 80px;
}

@media only screen and (max-width: 1024px) {
	.jas-branding,
	#jas-header.header-3 .jas-branding {
		margin: inherit;
		text-align: left;
	}
}

#jas-header.header-4 .jas-branding {
	margin: inherit;
}
#jas-header.header-5 .jas-branding {
	padding-top: 25px;
}

.page-head .jas-breadcrumb,
.page-head .woocommerce-breadcrumb {
	display: none;
}

.jas-breadcrumb > li.separator {
	width: 35px;
}

.jas-col-md,
.jas-col-md-1,
.jas-col-md-2,
.jas-col-md-3,
.jas-col-md-4,
.jas-col-md-5,
.jas-col-md-6,
.jas-col-md-7,
.jas-col-md-8,
.jas-col-md-9,
.jas-col-md-10,
.jas-col-md-11,
.jas-col-md-12 {
	padding-right: 15px;
	padding-left: 15px;
}

@media only screen and (min-width: 62em) {
	.header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6 .jas-col-md-3.jas-col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

.jas-container {
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (min-width: 62em) {
	.vc_row > .jas-container {
		padding-left: 0;
		padding-right: 0;
	}
}
body.page #jas-content > .jas-container {
	padding-left: 0;
	padding-right: 0;
}
body.woocommerce-account #jas-content > .jas-container {
	padding-left: 15px;
	padding-right: 15px;
}
body.page:not(.woocommerce-account) #jas-content > .jas-container {
	width: auto;
}

#jas-content > a {
	display: none;
}

#jas-content .wpb_text_column li p {
	margin-bottom: 0.3em;
}

#jas-content .wpb_text_column ol,
#jas-content .wpb_text_column ul {
	margin-bottom: 1.3em;
	margin-top: 0.3em;
	padding-left: 20px;
}

#jas-content .wpb_text_column ol {
	list-style: outside none decimal;
}

#jas-content .wpb_text_column ul {
	list-style: outside;
}

#jas-content .wpb_text_column table ol,
#jas-content .wpb_text_column table ul {
	margin-bottom: 0;
}

#jas-footer a:hover {
	color: #BBB;
}

.footer-3 .widget:not(:last-child) {
    border-bottom: none;
}

#jas-footer .widget ul.menu li {
	width: 100%;
}
@media only screen and (min-width: 62em) {
	#jas-footer .widget ul.menu li {
		text-align: left;
	}
}

@media only screen and (min-width: 62em) {
	#jas-footer .widget ul.menu li {
		position: relative;
	}
	
	#jas-footer .widget ul.menu li:after,
	#jas-footer .widget ul.menu li.menu-item-has-children:before {
		content: "";
		height: 9px;
		position: absolute;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		width: 9px;
	}
	#jas-footer .widget ul.menu li:after {
		border-top: 1px solid;
		border-left: 1px solid;
		top: 11px;
		left: 4px;
		width: 1px;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#jas-footer .widget ul.menu li.menu-item-has-children:before {
		border-top: 1px solid;
		border-left: 1px solid;
		height: 1px;
		top: 15px;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#jas-footer .widget ul.menu li.active:after,
	#jas-footer .widget ul.menu li.active:before {
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

#jas-footer .widget ul.menu li a {
	margin-left: 15px;
	margin-right: 15px;
}

#jas-footer .widget ul.menu ul {
	display: none;
}
@media only screen and (min-width: 62em) {
	#jas-footer .widget ul.menu ul {
		padding-left: 18px;
	}
}

#jas-footer .widget ul.menu ul li a {
	text-transform: none;
}

@media only screen and (max-width: 1024px) {
	body.error404 #jas-header,
	body.search #jas-header,
	body.woocommerce-page #jas-header {
		border-bottom: 10px solid #EF8339;
	}
}

#jas-header.header-2 .jas-icon-cart,
#jas-header.header-4 .jas-icon-cart {
	display: none;
}

.jas-menu a {
	cursor: pointer;
}

#jas-header.header-5 .jas-menu > li {
	margin-left: 30px;
	margin-right: 30px;
}

#jas-header.header-5 .jas-menu > li:not(:first-child) {
	margin-left: 30px;
}

.jas-menu ul {
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.18);
}

.jas-menu ul li:not(:last-child) {
	border-color: #DDD;
}

#jas-mobile-menu ul > li:hover > a,
#jas-mobile-menu ul > li.current-menu-item > a,
#jas-mobile-menu ul > li.current-menu-parent > a,
#jas-mobile-menu ul > li.current-menu-ancestor > a,
#jas-mobile-menu ul > li:hover > .holder,
#jas-mobile-menu ul > li.current-menu-item > .holder,
#jas-mobile-menu ul > li.current-menu-parent > .holder,
#jas-mobile-menu ul > li.current-menu-ancestor > .holder {
	color: #888;
}

#jas-header.header-2 .jas-navigation {
	float: left;
	max-width: 100%;
}
#jas-header.header-2 .header__mid > div > .end-xs .jas-navigation {
	float: right;
}
#jas-header.header-5 .jas-navigation {
	background-color: rgba(237,117,36,0.9);
}

@media only screen and (max-width: 75em) {
	.jas-promotion h3,
	.jas-promotion h4 {
		white-space: normal;
	}
}

.jas-push-menu h3 {
	margin-left: -999px;
}

.jas-push-menu .jas-action {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#jas-header .jas-push-menu-btn {
		padding-left: 15px;
		padding-right: 15px;
		position: absolute;
		right: 3px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media only screen and (max-width: 736px) {
	#jas-header .jas-push-menu-btn {
		position: absolute;
		top: 50%;
	}
}
@media only screen and (min-width: 1025px) {
	#jas-header.header-2 .jas-push-menu-btn,
	#jas-header.header-3 .jas-push-menu-btn,
	#jas-header.header-4 .jas-push-menu-btn {
		display: none;
	}
}

.jas-row {
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (max-width: 736px) {
	.header__top .jas-socials {
		padding-top: 0;
	}
}

.jas-socials a {
	height: 24px;
	line-height: 21px;
	width: 24px;
}

.jas-socials a:hover {
	background-color: #999;
	color: #FFF;
}

.jas-socials a .fa:before {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.jas-socials a .fa:before {
		font-size: 13px;
	}
}

.page-head {
	padding-bottom: 120px;
	padding-top: 120px;
}
body.category .page-head {
	background-color: #888 !important;
	background-image: none !important;
	padding: 5px 0;
}
body.single-product .page-head,
body.tax-product_cat .page-head,
body.woocommerce-cart .page-head,
body.woocommerce-checkout .page-head {
	display: none;
}

.page-head p {
	font-style: normal;
}

#jas-header.header-2 .header__mid .start-md {
	min-width: 100%;
}

.widget p {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.widget p {
		font-size: 12px;
	}
}

/* search */
body.search .jas-row.jas-page > *,
body.search-results .jas-row.jas-page > * {
	margin-left: 0;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

body.search-results article {
	margin-bottom: 50px;
}

body.search-results mark {
	background-color: transparent;
	color: #DD1E1E;
	padding: 0;
}

body.search-results .inside-thumb {
	background: none;
	bottom: 0;
	left: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

body.search-results .inside-thumb h2 {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	body.search-results .inside-thumb h2 {
		font-size: 14px;
	}
}

body.search-results .post-thumbnail {
	margin-bottom: 0;
}

body.search-results .inside-thumb a:not(.cg),
.jas-blog-slider .post-thumbnail > div a {
	color: #222;
}

body.search-results .post-thumbnail img {
	display: none;
}

body.search-results .posted-on {
	display: none;
}
/* end - search */

/* post listing */
.author {
	display: none;
}

.more-link {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.more-link {
		font-size: 13px;
	}
}
/* end - post listing */

/* single post */
.cb {
	color: #4d5959;
}

.jas-single-blog {
	margin-bottom: 50px;
}

.post-content > * > .vc_row {
	margin-left: -30px;
	margin-right: -30px;
}

.post-related {
	margin-bottom: 50px;
}

.tag-comment {
	border-left: none;
	border-right: none;
}
/* end - single post */

/* woocommerce */
.woocommerce h3 {
	margin-bottom: 0;
	text-transform: none
}

.checkout.woocommerce-checkout h3 {
	font-size: 20px;
}

.jas-mini-cart .button,
.sidebar .widget_shopping_cart .button {
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.jas-mini-cart .button,
	.sidebar .widget_shopping_cart .button {
		font-size: 13px;
	}
}

body.single-product #jas-content {
	padding-top: 80px;
}

.result-count-order {
	display: none;
}

.woocommerce-page .woocommerce {
	margin-top: 0;
}

form.woocommerce-checkout {
	margin-top: 0;
}

/* account */
.woocommerce-MyAccount-content p {
	display: inline-block;
}
/* end - account */

/* product listing */
/* error */
.tooltip {
	top: 10px;
}

.wpb_wl_preview_area {
	display: none;
}

.product-image .add_to_cart_button {
	overflow: visible;
}
/* end - error */

h3.product-title,
.woocommerce h3.product-title {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	h3.product-title,
	.woocommerce h3.product-title {
		font-size: 14px;
	}
}

.woocommerce-ordering {
	display: none;
}

.woocommerce-ordering select {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.woocommerce-ordering select {
		font-size: 14px;
	}
}
/* end - product listing */

/* product detail */
.badge span {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.badge span {
		font-size: 13px;
	}
}

.entry-summary ul {
	list-style: outside;
	padding-left: 20px;
}

.entry-summary .single_add_to_cart_button {
	padding-left: 30px;
	padding-right: 30px;
}

.price del .amount {
	text-decoration: line-through;
}

.product-extra h2 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: left;
}

.swatch__title {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.swatch__title {
		font-size: 14px;
	}
}

.variations .value select {
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.variations .value select {
		font-size: 13px;
	}
}
/* end - product detail */

/* sidebar */
.count {
	float: right;
	margin-right: 10px;
}

.widget a {
	color: #333;
}

.widget ul.product-categories li {
	color: #6B6B6B;
	font-size: 13px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.widget ul.product-categories > li {
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.widget ul.product-categories > li {
		font-size: 13px;
	}
}

.widget ul.product-categories li.current-cat {
	color: #E9402F;
}

.widget ul.product-categories > li > a {
	background-color: #333;
	color: #FFF;
	display: table;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 5px 10px 5px 30px;
	position: relative;
	width: 100%;
}

.widget ul.product-categories > li:hover > a {
	color: #FFF;
}

.widget ul.product-categories li.current-cat > a {
	color: #E9402F;
}

.widget ul.product-categories li.current-cat.cat-parent > a {
	color: #FFF;
}

.widget ul.product-categories > li > a:after {
	background-color: #E9402F;
	content: "";
	height: 13px;
	left: 16px;
	position: absolute;
	top: 8px;
	width: 1px;
}

.widget ul.product-categories > li > a:before {
	background-color: #E9402F;
	content: "";
	left: 10px;
	position: absolute;
	height: 1px;
	top: 14px;
	width: 13px;
}

.widget ul.product-categories > li > ul {
	padding-bottom: 15px;
	padding-left: 14px;
}

.widget ul.product-categories li ul li a {
	color: #6B6B6B;
}

.widget ul.product-categories li ul li a:before {
	background-color: #333;
	content: "";
	height: 5px;
	top: 7px;
	width: 5px;
}

.widget ul.product-categories li.current-cat > a:before {
	background-color: #E9402F;
}

.widget ul.product-categories > li > span {
	display: none;
}

.woocommerce.woocommerce-page .woocommerce {
	margin-bottom: 30px;
}
/* end - sidebar */
/* end - woocommerce */

/* plugins */
/* caldera forms */
.caldera-grid .alert {
	text-align: center;
}

.caldera-grid .btn {
	border-radius: 0 !important;
    font-size: inherit !important;
}

.caldera-grid .btn-default {
	border-color: transparent !important;
	color: #FFF !important;
}

.caldera-grid .btn-align-center > div {
	display: table;
	margin: 0 auto;
}

.caldera-grid .btn-align-right > div {
	float: right;
}

.caldera-grid .btn-full-width input {
	width: 100%;
}

.caldera-grid .btn-default.active,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default:hover {
    color: #FFF !important;
    background-color: #E66932 !important;
    border-color: transparent !important;
}

.caldera-grid .form-control {
	border-color: #E7E7E7 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
    font-size: 15px !important;
	padding: 10px 15px !important;
}
@media only screen and (max-width: 767px) {
	.caldera-grid .form-control {
		font-size: 13px !important;
	}
}

.caldera-grid select.form-control {
	height: 40px !important;
}
/* end - caldera forms */

/* form maker */
.captcha_img {
	height: 40px;
}
@media only screen and (max-width: 768px) {
	.captcha_img {
		height: 34px;
	}
}

.wdform-field[type="type_captcha"] .wdform-element-section > div > div > div:first-child {
	min-width: 85px;
}
@media only screen and (max-width: 768px) {
	.wdform-field[type="type_captcha"] .wdform-element-section > div > div > div:first-child {
		min-width: 72px;
	}
}

.wdform-field[type="type_submit_reset"] {
	display: table !important;
	margin: 0 auto;
}

@media only screen and (max-width: 568px) {
	.wdform_section .wdform_column {
		padding-right: 15px !important;
		width: 100% !important;
	}
}
/* end - form maker */

/* live chat */
#wp-live-chat {
	right: 10px !important;
}

#wp-live-chat-header {
	height: 52px;
	width: 52px;
}

#wplc_hovercard {
	bottom: 145px;
	right: 10px;
}
/* end - live chat */

/* visual composer */
.vc_separator.vc_sep_color_chino .vc_sep_line {
	border-color: #CEC2AB;
}

.wpb_image_grid .wpb_image_grid_ul {
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wpb_image_grid .wpb_image_grid_ul a {
	position: relative;
}

.wpb_image_grid .wpb_image_grid_ul a:before {
	background-color: #000;
	content: "";
	display: inline-block;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.wpb_image_grid .wpb_image_grid_ul img {
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpb_image_grid .wpb_image_grid_ul img:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
@media only screen and (min-width: 62em) {
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		left: auto !important;
		position: relative !important;
		top: auto !important;
	}
	.col-3 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 33.33%;
	}
	.col-4 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 25%;
	}
	.col-5 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 20%;
	}
	.col-6 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 16.66%;
	}
}
/* end - visual composer */

/* wpml */
.jas-menu > li.wpml-ls-item,
#jas-footer .widget ul.menu > li.wpml-ls-item {
	display: none;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
	display: inline-block;
	padding-right: 0 !important;
}

.wpml-ls-legacy-list-horizontal > ul {
	line-height: 1.3em;
}

.wpml-ls-statics-shortcode_actions a {
	letter-spacing: 3px;
	padding-bottom: 8px;
}

.wpml-ls-item-en {
	font-family: "Lato", sans-serif;
}

.wpml-ls-item-zh-hans,
.wpml-ls-item-zh-hant {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
}

#jas-mobile-menu ul li.wpml-ls-item-en a,
.wpml-ls-statics-shortcode_actions li.wpml-ls-item-en a {
	font-size: 14px;
}

#jas-mobile-menu ul li.wpml-ls-item-zh-hans a,
#jas-mobile-menu ul li.wpml-ls-item-zh-hant a,
.wpml-ls-statics-shortcode_actions li.wpml-ls-item-zh-hans a,
.wpml-ls-statics-shortcode_actions li.wpml-ls-item-zh-hant a {
	font-size: 15px;
}

.wpml-ls-statics-shortcode_actions li:before {
	background: #FFF;
	content: "";
	float: left;
	height: 14px;
	margin-left: 10px;
	margin-top: 8px;
	width: 1px;
}
.wpml-ls-statics-shortcode_actions li:first-child:before {
	display: none;
}
/* end - wpml */
/* end - plugins */

/* others */
.align-bottom {
	vertical-align: middle;
}

.align-center {
	text-align: center;
}

.bg-cover {
	background-size: cover;
}

@media only screen and (min-width: 768px) {
	.bg-fixed {
		background-attachment: fixed !important;
	}
}

.display-none {
	display: none;
}

.fs-l,
.fs-l a,
.fs-l li,
.fs-l p,
.fs-l span,
.fs-l td,
.fs-l th {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 991px) {
	.fs-l,
	.fs-l a,
	.fs-l li,
	.fs-l p,
	.fs-l span,
	.fs-l td,
	.fs-l th {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.fs-l,
	.fs-l a,
	.fs-l li,
	.fs-l p,
	.fs-l span,
	.fs-l td,
	.fs-l th {
		font-size: 14px;
	}
}
@media only screen and (max-width: 576px) {
	.fs-l,
	.fs-l a,
	.fs-l li,
	.fs-l p,
	.fs-l span,
	.fs-l td,
	.fs-l th {
		font-size: 13px;
	}
}
.fs-l li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.fs-m,
.fs-m a,
.fs-m li,
.fs-m p,
.fs-m span,
.fs-m td,
.fs-m th {
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.fs-m,
	.fs-m a,
	.fs-m li,
	.fs-m p,
	.fs-m span,
	.fs-m td,
	.fs-m th {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.fs-m,
	.fs-m a,
	.fs-m li,
	.fs-m p,
	.fs-m span,
	.fs-m td,
	.fs-m th {
		font-size: 12px;
	}
}
@media only screen and (max-width: 576px) {
	.fs-m,
	.fs-m a,
	.fs-m li,
	.fs-m p,
	.fs-m span,
	.fs-m td,
	.fs-m th {
		font-size: 11px;
	}
}
.fs-m li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.fs-s,
.fs-s a,
.fs-s li,
.fs-s p,
.fs-s span,
.fs-s td,
.fs-s th {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 991px) {
	.fs-s,
	.fs-s a,
	.fs-s li,
	.fs-s p,
	.fs-s span,
	.fs-s td,
	.fs-s th {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.fs-s,
	.fs-s a,
	.fs-s li,
	.fs-s p,
	.fs-s span,
	.fs-s td,
	.fs-s th {
		font-size: 11px;
	}
}
@media only screen and (max-width: 576px) {
	.fs-s,
	.fs-s a,
	.fs-s li,
	.fs-s p,
	.fs-s span,
	.fs-s td,
	.fs-s th {
		font-size: 10px;
	}
}
.fs-s li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.fs-xl,
.fs-xl a,
.fs-xl li,
.fs-xl p,
.fs-xl span,
.fs-xl td,
.fs-xl th {
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.fs-xl,
	.fs-xl a,
	.fs-xl li,
	.fs-xl p,
	.fs-xl span,
	.fs-xl td,
	.fs-xl th {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.fs-xl,
	.fs-xl a,
	.fs-xl li,
	.fs-xl p,
	.fs-xl span,
	.fs-xl td,
	.fs-xl th {
		font-size: 16px;
	}
}
@media only screen and (max-width: 576px) {
	.fs-xl,
	.fs-xl a,
	.fs-xl li,
	.fs-xl p,
	.fs-xl span,
	.fs-xl td,
	.fs-xl th {
		font-size: 15px;
	}
}
.fs-xl li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.fs-xs,
.fs-xs a,
.fs-xs li,
.fs-xs p,
.fs-xs span,
.fs-xs td,
.fs-xs th {
	font-size: 11px;
	line-height: 1em;
	margin-bottom: 0.6em;
}
@media only screen and (max-width: 991px) {
	.fs-xs,
	.fs-xs a,
	.fs-xs li,
	.fs-xs p,
	.fs-xs span,
	.fs-xs td,
	.fs-xs th {
		font-size: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.fs-xs,
	.fs-xs a,
	.fs-xs li,
	.fs-xs p,
	.fs-xs span,
	.fs-xs td,
	.fs-xs th {
		font-size: 9px;
	}
}
@media only screen and (max-width: 576px) {
	.fs-xs,
	.fs-xs a,
	.fs-xs li,
	.fs-xs p,
	.fs-xs span,
	.fs-xs td,
	.fs-xs th {
		font-size: 8px;
	}
}
.fs-xs li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.fs-xxl,
.fs-xxl a,
.fs-xxl li,
.fs-xxl p,
.fs-xxl span,
.fs-xxl td,
.fs-xxl th {
	font-size: 24px;
}
@media only screen and (max-width: 991px) {
	.fs-xxl,
	.fs-xxl a,
	.fs-xxl li,
	.fs-xxl p,
	.fs-xxl span,
	.fs-xxl td,
	.fs-xxl th {
		font-size: 23px;
	}
}
@media only screen and (max-width: 767px) {
	.fs-xxl,
	.fs-xxl a,
	.fs-xxl li,
	.fs-xxl p,
	.fs-xxl span,
	.fs-xxl td,
	.fs-xxl th {
		font-size: 22px;
	}
}
@media only screen and (max-width: 576px) {
	.fs-xxl,
	.fs-xxl a,
	.fs-xxl li,
	.fs-xxl p,
	.fs-xxl span,
	.fs-xxl td,
	.fs-xxl th {
		font-size: 21px;
	}
}
.fs-xxl li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.fw-bold * {
	font-weight: 700 !important;
}

.fw-light *:not(strong) {
	font-weight: 300 !important;
}

.fw-normal *:not(strong) {
	font-weight: normal !important
}

.fw-xbold * {
	font-weight: 900 !important;
}

.mb-0,
.mb-0.wpb_content_element,
.mb-0 * {
	margin-bottom: 0;
}

.mt-0,
.mt-0.wpb_content_element,
.mt-0 * {
	margin-top: 0;
}

.nowrap {
	white-space: nowrap;
}

.tbl {
	overflow-x: auto;
}

.tbl tr td,
.tbl tr th {
	padding: 8px;
}
@media only screen and (min-width: 48em) {
	.tbl tr td,
	.tbl tr th {
		padding: 15px;
	}
}

.tbl tr td td,
.tbl tr th th {
	padding-left: 0;
	padding-right: 0;
}

.tbl table table tr td,
.tbl table table tr:nth-child(2n+1) td {
	background-color: transparent;
}

.tbl tr th {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	vertical-align: middle;
}
@media only screen and (max-width: 991px) {
	.tbl tr th { font-size: 15px; }
}
@media only screen and (max-width: 767px) {
	.tbl tr th { font-size: 14px; }
}
@media only screen and (max-width: 576px) {
	.tbl tr th { font-size: 13px; }
}

.text-shadow {
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.uppercase * {
	text-transform: uppercase;
}

/* color */
.black,
.black * {
	color: #000 !important;
}

a.black:focus,
a.black:hover,
.black a:focus,
.black a:hover {
	color: #999 !important;
}

.golden,
.golden * {
	color: #B4953A !important;
}

a.golden:focus,
a.golden:hover,
.golden a:focus,
.golden a:hover {
	color: #967C30 !important;
}

.red,
.red * {
	color: #E9402F !important;
}

a.red:focus,
a.red:hover,
.red a:focus,
.red a:hover {
	color: #E9402F !important;
}

.white,
.white * {
	color: #FFF !important;
}

a.white:focus,
a.white:hover,
.white a:focus,
.white a:hover {
	color: #BBB !important;
}
/* end - color */
/* end - others */

/* website */
.btn-price {
	background-color: #FF7A4D;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	line-height: 2.6em;
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 35px;
	margin-left: 15px;
	padding-left: 45px;
	padding-right: 20px;
	position: relative;
}

.btn-price:before {
	background: url(../images/btn_price.png) no-repeat;
	content: "";
	display: inline-block;
	height: 46px;
	left: -15px;
	position: absolute;
	top: -3px;
	width: 46px;
}

.btn-price:focus {
	color: #FFF;
}

.btn-price:hover {
	color: #FFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.widget a.btn-price {
	color: #FFF;
}

.footer-soc {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 5px;
}

.footer-soc a {
	display: table;
}
@media only screen and (max-width: 568px) {
	.footer-soc a {
		display: inline-block;
		margin-right: 30px;
	}
}

.footer-soc div {
	float: left;
}

.footer-soc img {
	margin-right: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.footer-soc a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.footer-soc p {
	font-weight: 600;
	line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
	.footer-soc p {
		line-height: 2.4em;
	}
}

.header-line > div > *:after {
	background-color: #666;
	content: "";
	display: table;
	height: 1px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 250px;
}

.header-line.line-align-left > div > *:after {
	margin-left: 0;
	margin-right: 0;
}

.header-line > div:after {
	background-color: #666;
	content: "";
	display: table;
	height: 5px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 95px;
}

.header-line.line-align-left > div:after {
	margin-left: 30px;
	margin-right: 0;
}

.interlace table {
	border-collapse: separate;
	border-spacing: 3px;
}

.interlace table tr td,
.interlace table tr th {
	vertical-align: middle;
}

.interlace table tr td {
	border-radius: 4px;
	padding: 15px;
}

.interlace.fs-m table tr td,
.interlace.fs-s table tr td {
	padding: 5px;
}

.interlace table tr th {
	background: #666;
	border-radius: 4px;
	color: #FFF;
	padding: 15px;
	text-align: center;
}

.interlace.fs-m table tr th,
.interlace.fs-s table tr th {
	padding: 5px;
}

.interlace-grey table tr:nth-child(2n) td {
	background: #F2F2F2;
}
.interlace-grey table tr:nth-child(2n+1) td {
	background: #D7D7D7;
}

.menu-display-none {
	display: none;
}

#jas-mobile-menu .menu-display-none {
	display: block;
}

.width-100 {
	display: inline-block !important;
	width: 100%;
}

.width-100 button {
	width: 100%;
}
/* end - website */
