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

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

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: 991px) {
	a.button, a.button-o, input.button-o, button.button-o {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	a.button, a.button-o, input.button-o, button.button-o {
		font-size: 14px;
	}
}
@media only screen and (max-width: 567px) {
	a.button, a.button-o, input.button-o, button.button-o {
		font-size: 13px;
	}
}

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

@media only screen and (max-width: 991px) {
	h1 { font-size: 42px; }
	h2 { font-size: 32px; }
	h3 { font-size: 23px; }
	h4 { font-size: 20px; }
	h5 { font-size: 17px; }
	h6 { font-size: 15px; }
}
@media only screen and (max-width: 767px) {
	h1 { font-size: 38px; }
	h2 { font-size: 28px; }
	h3 { font-size: 22px; }
	h4 { font-size: 19px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
}
@media only screen and (max-width: 567px) {
	h1 { font-size: 34px; }
	h2 { font-size: 24px; }
	h3 { font-size: 21px; }
	h4 { font-size: 18px; }
	h5 { font-size: 15px; }
	h6 { font-size: 13px; }
}
h1, h2 {
	line-height: 1.2em;
}

.header__search input[type="text"] {
	color: #FFF;
}

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

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

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

input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
	border-color: #4D5959;
}

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

mark {
	background-color: transparent;
	color: #DD1E1E;
	padding: 0;
}

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

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

td, th {
	padding: 5px 0;
}

#jas-content .wpb_text_column ol,
#jas-content .wpb_text_column ul {
	margin-bottom: 1.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;
}

@media only screen and (max-width: 567px) {
	#jas-backtop {
		display: none;
	}
}

#jas-footer {
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	#jas-footer {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	#jas-footer {
		font-size: 12px;
	}
}
@media only screen and (max-width: 567px) {
	#jas-footer {
		font-size: 11px;
	}
}

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

#jas-footer.footer-2 table {
	display: table;
	margin: 0 auto;
	width: auto;
}

#jas-footer .footer__bot {
	background-color: rgba(0,0,0,0.15);
}

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

@media only screen and (min-width: 48em) {
	#jas-footer .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) {
	#jas-footer .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 (min-width: 62em) {
	#jas-footer.footer-1 .jas-col-md-3 {
		-ms-flex-preferred-size: 33.33%;
		-webkit-flex-basis: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

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

#jas-footer .widget ul li {
	position: relative;
}

#jas-footer .widget ul li:after,
#jas-footer .widget ul 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 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 li.active:after,
#jas-footer .widget ul 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 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 li a {
	margin-left: 15px;
	margin-right: 15px;
}

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

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

#jas-footer-menu li:first-child {
	margin-left: 0;
}

@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__top > div {
	position: relative;
}

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

.header__top .header-text {
	font-size: 14px;
}

.header__top .end-lg .header-text {
	position: absolute;
	right: 60px;
	top: 52px;
	z-index: 9;
}
@media only screen and (min-width: 1025px) {
	.header__top .end-lg .header-text {
		right: 15px;
		top: 30px;
	}
}

.header__top .end-lg .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;
	}
}

.holder {
	top: 1px;
}

.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-header.header-3 .jas-branding,
#jas-header.header-4 .jas-branding {
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	.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%;
	}
	
	.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: 22%;
		-webkit-flex-basis: 22%;
		flex-basis: 22%;
		max-width: 22%;
	}

	.header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6 .jas-col-md-9 {
		-ms-flex-preferred-size: 78%;
		-webkit-flex-basis: 78%;
		flex-basis: 78%;
		max-width: 78%;
	}
}

@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: 48em) {
	.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) > :not(.left-sidebar):not(.right-sidebar) #jas-content > .jas-container {
	width: auto;
}

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

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

.jas-menu a {
	cursor: pointer;
}

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

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

.jas-menu ul ul {
	width: 330px;
}

.jas-menu ul ul {
	left: 270px;
}
@media only screen and (max-width: 1600px) {
	.jas-menu ul ul {
		left: 180px;
	}
}

.jas-menu ul ul ul {
	left: 330px;
}
@media only screen and (max-width: 1600px) {
	.jas-menu ul ul ul {
		left: 180px;
	}
}

.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;
}

@media only screen and (max-width: 1600px) {
	.jas-menu .rtl-menu {
		left: -180px;
	}
}

#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-4 .jas-navigation {
	margin-top: 64px;
}

.jas-promotion a {
	display: inline-block;
	position: relative;
}

.jas-promotion h3,
.jas-promotion h4,
.jas-promotion h5 {
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-top: 5px;
}

.jas-promotion h3,
.jas-promotion h4 {
	white-space: normal;
}

.jas-promotion .pa {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.jas-promotion .pa > * {
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.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;
	}
}

@media only screen and (max-width: 736px) {
	#jas-header .jas-push-menu-btn img {
		width: 25px;
	}
}
@media only screen and (max-width: 320px) {
	#jas-header .jas-push-menu-btn img {
		width: 18px;
	}
}

.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 {
	border: none;
}

.jas-socials a:hover {
	color: #DDD;
}

.jas-socials a .fa:before {
    font-size: 18px;
}
#jas-footer .jas-socials a .fa:before {
	font-size: 35px;
}

.page-head {
	padding-bottom: 10%;
	padding-top: 11%;
}
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:before {
	background: rgba(0,0,0,0.15);
}

.page-head h1 {
	font-size: 42px;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
	.page-head h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.page-head h1 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 567px) {
	.page-head h1 {
		font-size: 25px;
	}
}

.page-head p {
	font-size: 21px;
	font-style: normal;
	margin-top: 10px;
}
@media only screen and (max-width: 991px) {
	.page-head p {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.page-head p {
		font-size: 19px;
	}
}
@media only screen and (max-width: 567px) {
	.page-head p {
		font-size: 18px;
	}
}

.pe-7s-search:before {
	font-size: 22px;
	margin-left: 15px;
}

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

.widget-title {
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.widget-title {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.widget-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 567px) {
	.widget-title {
		font-size: 15px;
	}
}

/* navigation in gallery slider */
.flex-direction-nav a {
	height: 38px !important;
	top: calc(50% - 19px) !important;
	width: 38px !important;
}

.flex-direction-nav a.flex-next::before {
    content: "\e684" !important;
}
	
.flex-direction-nav .flex-prev::before {
	content: "\e686";
}

.flex-direction-nav .flex-next {
	 right: 30px !important;
}

.flex-direction-nav .flex-prev {
	 left: 30px !important;
}

.flexslider {
	border: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 100% !important;
}

.flexslider:hover .flex-next {
	 right: 30px;
}

.flexslider:hover .flex-prev {
	 left: 30px;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: 0;
	top: auto;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	background-color: #666;
	border: 1px solid #FFF;
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a::before {
	line-height: 36px;
	margin: 5px;
}
/* end - navigation in gallery slider */

/* archive / single / search */
.inside-thumb {
	background: none;
	margin-top: 10px;
	padding: 0;
	position: static;
	text-align: left;
}

.inside-thumb a:not(.cg),
.jas-blog-slider .post-thumbnail > div a {
	color: #4d5959;
}

.post-date {
	color: #888;
	display: block;
	font-size: 13px;
}

.post-meta-inside .posted-on {
	font-family: "Lato", sans-serif;
	font-size: 13px;
	margin-left: 0;
}
@media only screen and (max-width: 991px) {
	.post-meta-inside .posted-on {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.post-meta-inside .posted-on {
		font-size: 11px;
	}
}
@media only screen and (max-width: 567px) {
	.post-meta-inside .posted-on {
		font-size: 10px;
	}
}
body.search-results .posted-on {
	display: none;
}

@media only screen and (min-width: 48em) {
	.post-thumbnail img {
		max-height: 700px;
		width: auto;
	}
}
body.search-results .post-thumbnail img {
	display: none;
}

@media only screen and (max-width: 991px) {
	h1.post-title {
		font-size: 25px;
	}
}
@media only screen and (max-width: 767px) {
	h1.post-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 567px) {
	h1.post-title {
		font-size: 18px;
	}
}

h2.post-title {
	font-size: 16px;
}
@media only screen and (max-width: 991px) {
	h2.post-title {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	h2.post-title {
		font-size: 14px;
	}
}
@media only screen and (max-width: 567px) {
	h2.post-title {
		font-size: 13px;
	}
}
/* end - archive / single / search */

/* search */
body.search .jas-page > *,
body.search-results .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 .post-thumbnail {
	margin-bottom: 0;
}
/* end - search */

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

.more-link {
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.more-link {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.more-link {
		font-size: 12px;
	}
}
@media only screen and (max-width: 567px) {
	.more-link {
		font-size: 11px;
	}
}

.posts .post-content p {
	font-size: 14px;
}
/* end - post listing */

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

.entry-date {
	display: none;
}

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

.jas-single-blog > .mt__50 {
	margin-top: 60px;
}

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

.post-meta-inside {
	font-weight: bold;
}

.post-meta-inside .cat {
	display: none;
}

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

.social-share {
	display: none;
}

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

/* sidebar */
.left-sidebar .jas-page,
.right-sidebar .jas-page {
	margin-left: 0;
	margin-right: 0;
}

.sidebar .widget ul {
	padding-left: 0;
}

.sidebar .widget ul li {
	width: 180px;
}

.sidebar .widget ul li:before {
	display: none;
}
/* end - sidebar */

/* plugins */
/* click to chat for whatsApp */
.sc_item {
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* end - click to chat for whatsApp */

/* form maker */
.fm-form .captcha_input {
	width: 100px !important;
}
.display-label-none .fm-form .captcha_input {
	width: 170px !important;
}

.fm-form-container .fm-form .fm-message {
	text-align: center !important;
}

.fm-form .wd-choice {
    margin-left: 0 !important;
    margin-right: 30px !important;
}

.fm-form .wdform-field[type="type_captcha"] {
	-webkit-align-items: center;
	align-items: center;
}

.fm-form .wdform-field:not([type="type_hidden"]) {
    padding: 8px 0 4px !important;
}

.fm-form .wdform-label-section {
	margin-bottom: 0 !important;
}

.fm-not-filled {
	padding-left: 2px !important;
}

.wdform_arrows,
.wdform_arrows_container {
	display: inline-block !important;
}

.wdform_row {
	background-color: transparent !important;
	position: static !important;
}

.wdform-field[type="type_captcha"] .wdform-label:after {
	color: #B59677;
	content: "*";
	margin-left: 5px;
	margin-right: 5px;
}

/* others */
.display-label-none .form-row-align-center {
	margin: 0 auto;
	width: auto !important;
}

.display-label-none .fm-form .wd-width-70 {
	width: 100%;
}

.display-label-none .fm-form .wdform-label-section {
	display: none;
}

.lang-translation {
	display: none;
}
/* end - others */
/* end - form maker */

/* visual composer */
.vc_btn3.vc_btn3-size-sm {
    padding-left: 28px !important;
    padding-right: 25px !important;
}

.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-style-outline:hover {
	border-width: 1px !important;
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
	border-color: #CEC2AB;
}

/* image gallery */
.img-gallery .wpb_image_grid .wpb_image_grid_ul {
	margin-left: -7.5px;
	margin-right: -7.5px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.img-gallery .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;
}
@media only screen and (min-width: 48em) {
	.img-gallery .wpb_image_grid .wpb_image_grid_ul img {
		bottom: -100%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: -100%;
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transform-origin: center center;
		-webkit-transform-origin: center center;
		-o-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}
	
	.img-gallery .wpb_image_grid .wpb_image_grid_ul img:hover {
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin: 7.5px;
}
@media only screen and (min-width: 48em) {
	.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		left: auto !important;
		overflow: hidden;
		position: relative !important;
		top: auto !important;
	}
	
	.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item,
	.img-gallery.col-2 .wpb_image_grid .wpb_image_grid_ul .isotope-item,
	.img-gallery.col-3 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		height: 240px;
		width: calc(50% - 15px);
	}
}
@media only screen and (min-width: 62em) {
	.img-gallery.col-2 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		height: 300px;
		width: calc(50% - 15px);
	}
	
	.img-gallery.col-3 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		height: 300px;
		width: calc(33.33% - 15px);
	}
	
	.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item,
	.img-gallery.col-4 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		height: 200px;
		width: calc(25% - 15px);
	}
}
/* end - image gallery */
/* end - visual composer */

/* widget ultimate posts */
.widget_ultimate_posts ul {
	margin-left: -15px;
	margin-right: -15px;
}

.widget_ultimate_posts ul li {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 48em) {
	.post-listing .widget_ultimate_posts ul li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	
	.post-listing .widget_ultimate_posts.col-2 ul li {
		width: 49.6%;
	}
	
	.post-listing .widget_ultimate_posts.col-3 ul li {
		width: 32.8%;
	}
	
	.post-listing .widget_ultimate_posts.col-4 ul li {
		width: 24.6%;
	}
}

.widget_ultimate_posts .upw-content {
	margin-bottom: 15px;
}

.widget_ultimate_posts .upw-content > .jas-container {
	padding-left: 0;
	padding-right: 0;
}

.widget_ultimate_posts .upw-content .post-date {
	color: #999;
	display: none;
	font-family: "Lato", sans-serif;
    font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}
@media only screen and (max-width: 991px) {
	.widget_ultimate_posts .upw-content .post-date {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.widget_ultimate_posts .upw-content .post-date {
		font-size: 11px;
	}
}
@media only screen and (max-width: 567px) {
	.widget_ultimate_posts .upw-content .post-date {
		font-size: 10px;
	}
}

.widget_ultimate_posts .upw-content .post-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.widget_ultimate_posts .upw-content .post-title {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.widget_ultimate_posts .upw-content .post-title {
		font-size: 12px;
	}
}
@media only screen and (max-width: 567px) {
	.widget_ultimate_posts .upw-content .post-title {
		font-size: 11px;
	}
}
.post-listing .widget_ultimate_posts .upw-content .post-title {
	font-size: 18px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
	.post-listing .widget_ultimate_posts .upw-content .post-title {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.post-listing .widget_ultimate_posts .upw-content .post-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 567px) {
	.post-listing .widget_ultimate_posts .upw-content .post-title {
		font-size: 15px;
	}
}

.widget_ultimate_posts .upw-content .wpb_content_element {
	margin-bottom: 5px;
}

.widget_ultimate_posts .upw-image {
	display: inline-block;
	overflow: hidden;
}

.widget_ultimate_posts ul li:not(:first-child) .upw-image {
	margin-top: 30px;
}

.widget_ultimate_posts .upw-image img {
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.widget_ultimate_posts .upw-image img:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* end - widget ultimate posts */

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

.wpml-ls-legacy-list-horizontal {
	clear: none;
	float: right;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 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: 14px;
	padding-top: 12px;
}

.wpml-ls-statics-shortcode_actions a:active,
.wpml-ls-statics-shortcode_actions a:focus {
	color: #D7D7D7;
}

.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: 14px;
}

.wpml-ls-statics-shortcode_actions li:before {
	background: #4d5959;
	content: "";
	float: left;
	height: 13px;
	margin-left: 8px;
	margin-top: 14px;
	width: 1px;
}

.wpml-ls-statics-shortcode_actions li.wpml-ls-item-en:before {
	margin-top: 15px;
}

.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: 48em) {
	.bg-fixed {
		background-attachment: fixed !important;
	}
}

.display-none {
	display: none;
}

.float-left {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

.line-height-large * {
	line-height: 1.8em;
}

.line-height-medium * {
	line-height: 1.3em;
}

.line-height-small * {
	line-height: 1em;
}

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

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

@media only screen and (min-width: 48em) {
	.pl-0 > div,
	.pl-0.vc_column_container > .vc_column-inner {
		padding-left: 0;
	}
	
	.pr-0 > div,
	.pr-0.vc_column_container > .vc_column-inner {
		padding-right: 0;
	}
}

.nowrap {
	white-space: nowrap;
}

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

.uppercase * {
	text-transform: uppercase;
}

/* color */
.black,
.black *:not([style*="color"]) {
     color: #4d5959 !important;
}

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

.grey,
.grey *:not([style*="color"]) {
     color: #919396 !important;
}

.red,
.red *:not([style*="color"]) {
     color: #E9402F !important;
}

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

.white,
.white *:not([style*="color"]) {
     color: #FFF !important;
}

a.white:focus,
a.white:hover,
.white a:focus,
.white a:hover {
	color: #BBB !important;
}

.black *[style*="color"] *,
.blue *[style*="color"] *,
.golden *[style*="color"] *,
.green *[style*="color"] *,
.grey *[style*="color"] *,
.purple *[style*="color"] *,
.red *[style*="color"] *,
.white *[style*="color"] * {
     color: inherit !important;
}
/* end - color */
/* end - others */

/* website */
.circle-btn.jas-promotion {
	border-radius: 50%;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.circle-btn.jas-promotion {
		height: 300px;
		width: 300px;
	}
}

.circle-btn.jas-promotion.center {
	margin-left: auto;
	margin-right: auto;
}

.circle-btn.jas-promotion a:after {
	background-color: rgba(0,0,0,0.2) !important;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.circle-btn.jas-promotion a:hover:after {
	background-color: rgba(0,0,0,0.1) !important;
}

.glass {
	position: relative;
	top: -1px;
}

.glass img {
	background: url(../images/icon_glass.png) no-repeat;
	display: inline-block;
	height: 20px;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 20px;
}

.glass:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.download a {
	color: #666;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}

.download a:before {
	background: url(../images/icon_download.jpg) no-repeat;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 0;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 26px;
}

.download a:hover:before {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.download a:focus,
.download a:hover {
	color: #AAA;
}

@media only screen and (min-width: 48em) {
	.header-line > div > *:after {
		background-color: #3B6ABB;
		content: "";
		display: inline-block;
		height: 1px;
		left: 12px;
		margin-top: -10px;
		position: relative;
		top: -8px;
		width: 5%;
	}
	
	.header-line > div > *:before {
		background-color: #3B6ABB;
		content: "";
		display: inline-block;
		height: 1px;
		right: 15px;
		margin-top: -10px;
		position: relative;
		top: -8px;
		width: 5%;
	}
}

.header__top .widget.widget_search {
	float: right;
	margin-bottom: 0;
	margin-top: -3px;
	position: relative;
}

.header__top .widget.widget_search form:after {
	color: #C1C1C1;
	content: "\e618";
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	position: absolute;
	right: 8px;
	top: 0;
}

.header__top .widget.widget_search label input {
	padding-right: 30px;
}

.header__top .widget.widget_search .search-submit {
	background-color: transparent;
	color: transparent;
	height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 30px;
	z-index: 9;
}

.home-slider.slider-bg .jas-slider-caption {
	background: rgba(181,150,119,0.75);
    padding: 25px 35px 30px;
}
@media only screen and (max-width: 767px) {
	.home-slider.slider-bg .jas-slider-caption {
		padding: 15px 20px 20px;
	}
}
@media only screen and (max-width: 567px) {
	.home-slider.slider-bg .jas-slider-caption {
		padding: 8px 10px 13px;
	}
}
@media only screen and (min-width: 768px) {
	.home-slider.slider-bg .jas-slider-caption {
		min-width: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.home-slider .jas-slider-caption h3 { font-size: 16px; }
	.home-slider .jas-slider-caption h4 { font-size: 14px; }
}
@media only screen and (max-width: 567px) {
	.home-slider .jas-slider-caption h3 { font-size: 12px; }
	.home-slider .jas-slider-caption h4 { font-size: 10px; }
}

.home-slider .jas-slider-caption h3 {
	letter-spacing: 3px;
	margin-bottom: 15px;
	padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.home-slider .jas-slider-caption h3 {
		letter-spacing: 1px;
		margin-bottom: 5px;
		padding-bottom: 13px;
	}
}

.home-slider.slider-sep .jas-slider-caption h3 {
	background: url(file:///C|/Users/Cindy/gecko/assets/images/title-bg.png) center bottom no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 567px) {
	.home-slider .slick-next,
	.home-slider .slick-prev {
		display: none !important;
	}
}

.logo .vc_column-inner > .wpb_wrapper {
	text-align: center;
}

.logo .wpb_single_image {
	display: inline-block;
	width: 200px;
}
@media only screen and (max-width: 767px) {
	.logo .wpb_single_image {
		width: 170px;
	}
}

.logo .wpb_single_image img {
    max-height: 100%;
    max-width: 80%;
    vertical-align: middle;
    width: auto;
}

.logo .wpb_single_image .vc_single_image-wrapper {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	width: 100%;
}

.jas-promotion.pro-banner-green .pa,
.jas-promotion.pro-banner-purple .pa,
.jas-promotion.pro-banner-red .pa {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.jas-promotion.pro-banner-green.bottom .pa,
.jas-promotion.pro-banner-purple.bottom .pa,
.jas-promotion.pro-banner-red.bottom .pa {
	bottom: 0;
}

.jas-promotion.pro-banner-green.top .pa,
.jas-promotion.pro-banner-purple.top .pa,
.jas-promotion.pro-banner-red.top .pa {
	top: 0;
}

.jas-promotion.pro-banner-green .pa:before,
.jas-promotion.pro-banner-purple .pa:before,
.jas-promotion.pro-banner-red .pa:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	z-index: -1;
}

.jas-promotion.pro-banner-green .pa:before {
	background-color: rgba(148,193,30,0.7);
}

.jas-promotion.pro-banner-purple .pa:before {
	background-color: rgba(149,27,129,0.7);
}

.jas-promotion.pro-banner-red .pa:before {
	background-color: rgba(232,71,105,0.7);
}

.tbl.tbl-info table {
	min-width: 500px;
}

.tbl tr:not(:last-child) > td {
	border-bottom: 1px solid #FFF;
}

.tbl tr td,
.tbl tr th {
	padding-left: 15px;
	padding-right: 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 {
	border-bottom: 1px solid #FFF;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}
@media only screen and (max-width: 991px) {
	.tbl tr th {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.tbl tr th {
		font-size: 16px;
	}
}
@media only screen and (max-width: 567px) {
	.tbl tr th {
		font-size: 15px;
	}
}

.tbl-green tr td {
	background-color: #F2F9EC;
}
.tbl-purple tr td {
	background-color: #E8E7F6;
}

.tbl-green tr:nth-child(2n+1) td {
	background-color: #DCEDCB;
}
.tbl-purple tr:nth-child(2n+1) td {
	background-color: #D0CCEF;
}

.tbl-green tr th {
	background-color: #88B996;
}
.tbl-purple tr th {
	background-color: #656093;
}
/* end - website */
