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

a:focus,
a:hover {
	color: #BBB;
}

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, h3, h4, h5, h6 {
		letter-spacing: 0;
	}
}

h1, h2 {
	line-height: 1.2em;
}

h4, h5, h6 {
	letter-spacing: 1px;
}

.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-action > * {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 736px) {
	.jas-action i {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1023px) {
	.jas-action.center-xs {
		justify-content: flex-end;
		text-align: right;
	}
}
@media only screen and (min-width: 62em) {
	.jas-action.center-xs {
		position: relative;
	}
}

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

#jas-backtop {
	border-color: #AD9573;
}
@media only screen and (max-width: 767px) {
	#jas-backtop {
		display: none !important;
	}
}

#jas-backtop span {
	background-color: #AD9573;
}

#jas-backtop span:before {
	background-color: #AD9573;
}
	
#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;
}

.footer__bot {
	padding-bottom: 10px;
	padding-top: 10px;
}

#jas-footer .footer__bot div {
	border-top: 1px solid #AD9573;
	padding-bottom: 25px;
	padding-top: 25px;
}

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

#jas-footer .footer__top {
	padding-bottom: 15px;
	padding-top: 30px;
}

@media only screen and (min-width: 62em) {
	#jas-footer .footer__top .jas-col-md-3 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	#jas-footer .footer__top .jas-col-md-3:nth-child(1),
	#jas-footer .footer__top .jas-col-md-3:nth-child(2) {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
}

#jas-footer .footer__top .jas-col-md-3:last-child {
	display: none;
}

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

#jas-footer .widget ul li {
	padding-left: 20px;
	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-left: 1px solid;
	border-top: 1px solid;
	left: 6px;
	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-left: 1px solid;
	border-top: 1px solid;
	height: 1px;
	left: 2px;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#jas-footer .widget ul.menu ul {
	display: none;
	padding-left: 0;
}

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

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

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

#jas-header {
	height: auto !important;
}
@media only screen and (min-width: 62em) {
	#jas-header {
		padding-top: 50px;
	}
}

.header__mid,
.header__top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
	#jas-header.header-3 .header__top,
	#jas-header.header-4 .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;
	position: relative;
	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) {
	#jas-header.header-3 .header__mid > div,
	#jas-header.header-4 .header__mid > div {
		display: table;
		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 .header-text {
	font-size: 14px;
}

.header__top .end-lg .header-text.mr__15,
.header__top .end-md .header-text.mr__15,
.header__top .end-sm .header-text.mr__15 {
	margin-right: 0;
}
@media only screen and (min-width: 62em) {
	.header__top .end-lg .header-text.mr__15,
	.header__top .end-md .header-text.mr__15,
	.header__top .end-sm .header-text.mr__15 {
		position: absolute;
		right: 0;
		top: -70px;
	}
}

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

@media only screen and (max-width: 1024px) {
	#jas-header.header-3 .header__mid .hidden-sm,
	#jas-header.header-4 .header__mid .hidden-sm {
		display: block;
	}
	
	#jas-header.header-5 .header__mid .hidden-sm {
		display: flex;
	}
}
@media only screen and (max-width: 991px) {
	#jas-header.header-3 .header__mid .hidden-sm,
	#jas-header.header-4 .header__mid .hidden-sm,
	#jas-header.header-5 .header__mid .hidden-sm {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	#jas-header.header-6 .header__top .hidden-sm {
		display: block;
	}
}

.holder {
	top: 1px;
}

@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-header.header-3 .jas-branding,
	#jas-header.header-4 .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;
}

.page-head .jas-breadcrumb a,
.page-head .woocommerce-breadcrumb a {
	color: #888;
}

.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: 991px) {
	.header-6 .header__top .jas-row .jas-col-md-2 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.header-6 .header__top .jas-row .jas-col-md-8 {
		min-height: 50px;
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width: 62em) {
	.header-6 .header__top .jas-row .jas-col-md-2 {
		-ms-flex-preferred-size: 10%;
		-webkit-flex-basis: 10%;
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.header-6 .header__top .jas-row .jas-col-md-8 {
		-ms-flex-preferred-size: 80%;
		-webkit-flex-basis: 80%;
		flex-basis: 80%;
		max-width: 80%;
	}
}

.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.page.home #jas-content > .jas-container {
	width: auto;
}
body.woocommerce-account #jas-content > .jas-container {
	padding-left: 15px;
	padding-right: 15px;
}

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

.header-6 .jas-menu {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.header-6 .jas-menu {
		display: none;
	}
}

.jas-menu a {
	cursor: pointer;
}

.jas-menu li {
	font-weight: normal;
}

.jas-menu > li {
	float: none;
}

.jas-menu > li:not(:first-child) {
	margin-left: 0;
}

.jas-menu > li > a {
	text-transform: none;
}

#jas-mobile-menu ul li {
	font-weight: normal;
}

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

#jas-mobile-menu ul li a {
	color: #4D5959;
}

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

.jas-pagination,
.woocommerce-pagination {
	border-color: transparent;
}

.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: 15px;
	padding-right: 15px;
	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: 991px) {
	#jas-header.header-3 .jas-push-menu-btn,
	#jas-header.header-4 .jas-push-menu-btn {
		padding-left: 15px;
		padding-right: 15px;
		position: absolute;
		right: 0;
		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 (min-width: 62em) {
	#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-header.header-6 .jas-push-menu-btn {
	position: absolute;
	top: -38px;
}

.jas-push-menu-btn:before {
	background: url(../../gecko/assets/images/icons/hamburger-white.svg) center center no-repeat;
	content: "";
	display: inline-block;
	height: 25px;
	width: 23px;
}

#jas-header.header-6 .jas-push-menu-btn img {
	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;
}

.header__top .jas-socials {
	margin-left: -5px;
}
@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: 24px;
}

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

.page-head {
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}

body.single-portfolio .page-head {
	background: none !important;
}

.page-head:before {
	background: none;
}

.page-head h1,
.page-head p {
	font-size: 36px;
}
@media only screen and (max-width: 991px) {
	.page-head h1,
	.page-head p {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.page-head h1,
	.page-head p {
		font-size: 28px;
	}
}
@media only screen and (max-width: 567px) {
	.page-head h1,
	.page-head p {
		font-size: 24px;
	}
}

.page-head h1 {
	color: #CCB59A;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: none;
}

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

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

.widget-title {
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
@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;
	}
}

/* accordion */
.custom-acc h4 {
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.custom-acc h4 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.custom-acc h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 567px) {
	.custom-acc h4 {
		font-size: 15px;
	}
}

.custom-acc .vc_tta-controls-icon {
	height: 15px !important;
	width: 15px !important;
}

.custom-acc .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 10px !important;
}

.custom-acc .vc_tta-controls-icon:after,
.custom-acc .vc_tta-controls-icon:before {
	border-color: #FFF !important;
}

.custom-acc .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
	border-width: 0 1px 1px 0 !important;
}

.custom-acc .vc_tta-panel {
	border-bottom: 1px solid #CCB59A !important;
}

.custom-acc .vc_tta-panel:first-child {
	border-top: 1px solid #CCB59A !important;
}

.custom-acc .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
	border-color: transparent !important;
}

.custom-acc .vc_tta-panel-body {
	margin-bottom: 20px;
	padding: 2px 10px !important;
}

.custom-acc.scrollbar .vc_tta-panel-body.has_scrollbar {
	background-color: rgba(159,160,160,0.1) !important;
	border-color: transparent !important;
	height: 495px;
	max-width: 100%;
	overflow: auto;
	padding-right: 0 !important;
	position: relative;
}

.custom-acc .vc_tta-panel-title {
	line-height: 1.3em !important;
}

.custom-acc .vc_tta-panel .vc_tta-panel-title > a {
	padding-bottom: 24px !important;
	padding-left: 12px !important;
	padding-top: 22px !important;
}

.custom-acc .vc_tta-panel .vc_tta-panel-title > a,
.custom-acc .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #CCB59A !important;
}
/* end - accordion */

/* gallery slider */
.img-slider .flexslider {
	background: transparent;
	border: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 35px;
}
@media only screen and (min-width: 48em) {
	.img-slider .flexslider {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 48em) {
	.img-slider.wpb_gallery .wpb_flexslider .flex-control-nav {
		bottom: 0;
		top: auto;
	}
}

.img-slider.white .flex-control-paging li a {
	background: rgba(255,255,255,.5);
}

.img-slider.white .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,.9);
}

.flex-direction-nav a {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img-slider.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.img-slider .flex-direction-nav .flex-next:before,
.img-slider .flex-direction-nav .flex-prev:before {
	font-size: 60px !important;
}

.img-slider .wpb_flexslider .flex-direction-nav a:before {
	line-height: 0.8em;
	margin-left: -8px;
}

.img-slider .flex-direction-nav .flex-next {
	right: 0 !important;
}

.flexslider:hover .flex-next {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.img-slider .flexslider:hover .flex-next {
	right: 0;
}

.img-slider .flex-direction-nav .flex-prev {
	left: 0 !important;
}

.flexslider:hover .flex-prev {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.img-slider .flexslider:hover .flex-prev {
	left: 0;
}

@media only screen and (min-width: 48em) {
	.img-slider.style-1 .flex-direction-nav .flex-next {
		right: -35px !important;
	}
	
	.img-slider.style-1 .flexslider:hover .flex-next {
		right: -35px;
	}
	
	.img-slider.style-1 .flex-direction-nav .flex-prev {
		left: -35px !important;
	}
	
	.img-slider.style-1 .flexslider:hover .flex-prev {
		left: -35px;
	}
}

.img-slider.style-2 .wpb_flexslider .flex-direction-nav a {
	background-color: #666;
	border: 1px solid #FFF;
}

.img-slider.style-2 .flex-direction-nav .flex-next {
	 right: 30px !important;
}

.img-slider.style-2 .flexslider:hover .flex-next {
	right: 30px;
}

.img-slider.style-2 .flex-direction-nav .flex-prev {
	 left: 30px !important;
}

.img-slider.style-2 .flexslider:hover .flex-prev {
	left: 30px;
}

.img-slider.style-2 .flex-direction-nav .flex-next:before,
.img-slider.style-2 .flex-direction-nav .flex-prev:before {
	font-size: 36px !important;
}

.img-slider.style-2 .wpb_flexslider .flex-direction-nav a:before {
	line-height: 0.8em;
	margin-left: 0;
	margin-top: 5px;
}
/* end - gallery slider */

/* archive / single / search */
.inside-thumb {
	background: none;
	color: #FFF;
	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;
	letter-spacing: 0;
	text-transform: none;
}
@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;
}

.pe-7s-search:before {
	background: url(../images/magnifier.png) center center no-repeat;
	content: "";
	display: inline-block;
	height: 27px;
	width: 27px;
}

.sf-open {
	position: absolute;
	top: -48px;
}
@media only screen and (max-width: 1024px) {
	.sf-open {
		font-size: inherit;
	}
}
@media only screen and (max-width: 736px) {
	.sf-open {
		display: block;
	}
}
/* end - search */

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

.comment-number {
	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;
	text-align: justify;
}
/* end - post listing */

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

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

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

.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 */

/* portfolio listing */
.jas-filter {
	display: none;
}

.portfolios.jas-row {
	height: auto !important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.portfolio-item {
	left: auto !important;
	padding-bottom: 130px;
	position: relative !important;
	top: auto !important;
}
@media only screen and (max-width: 767px) {
	.portfolio-item {
		padding-bottom: 70px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 36em) {
	.portfolio-item {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width: 48em) {
	.portfolio-item {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}

.portfolio-item .mask:before {
	display: none;
}

.portfolio-item .pa {
	bottom: -50px;
	left: 0;
	filter: alpha(opacity=100);
	opacity: 1;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	top: auto;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}

.portfolio-item:hover .pa {
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}

.portfolio-item .pa span a,
.portfolio-item .pa span a:hover {
	color: #FFF;
}

.portfolio-item .pa h4 {
	font-weight: normal;
	margin-bottom: -5px;
	text-transform: none;
}
@media only screen and (max-width: 991px) {
	.portfolio-item .pa h4 {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio-item .pa h4 {
		font-size: 12px;
	}
}
@media only screen and (max-width: 567px) {
	.portfolio-item .pa h4 {
		font-size: 11px;
	}
}

.portfolio-item .pa h4 a,
.portfolio-item .pa h4 a:hover {
	color: #CCB59A;
}

.portfolio-item .pa span {
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.portfolio-item .pa span {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio-item .pa span {
		font-size: 12px;
	}
}
@media only screen and (max-width: 567px) {
	.portfolio-item .pa span {
		font-size: 11px;
	}
}
/* end - portfolio listing */

/* single portfolio */
.entry-date,
.portfolio-meta,
.portfolio-navigation {
	display: none;
}
/* end - single portfolio */

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

.sidebar .widget ul {
	padding-left: 0;
}
/* 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;
}

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

.fm-form .wdform-field:not([type="type_hidden"]) {
	padding-left: 0 !important;
	padding-right: 0 !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;
}

/* 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;
}

@media only screen and (min-width: 75em) {
	.contact-form .form-btns {
		margin-top: -80px;
	}
}

.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_non_responsive .vc_row .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 991px) and (orientation:landscape),
@media only screen and (max-width: 767px) {
	.vc_row.vc_row-o-full-height {
		min-height: auto !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 a img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.img-gallery .wpb_image_grid .wpb_image_grid_ul a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin: 0 7.5px 15px;
}
@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 {
		width: calc(50% - 15px);
	}
}
@media only screen and (min-width: 62em) {
	.img-gallery.col-2 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: calc(50% - 15px);
	}
	
	.img-gallery.col-3 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		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 {
		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 a,
.widget_ultimate_posts .upw-content a:hover {
	color: #FFF;
}

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

.widget_ultimate_posts .upw-content .post-author-label {
	display: none;
}

.widget_ultimate_posts .upw-content .post-date {
	color: #FFF;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	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-excerpt {
	text-align: justify;
}

.widget_ultimate_posts .upw-content .post-title {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.widget_ultimate_posts .upw-content .post-title {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.widget_ultimate_posts .upw-content .post-title {
		font-size: 14px;
	}
}
@media only screen and (max-width: 567px) {
	.widget_ultimate_posts .upw-content .post-title {
		font-size: 13px;
	}
}
.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 .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 {
	padding: 0;
	position: relative;
	white-space: nowrap;
}
@media only screen and (max-width: 991px) {
	.wpml-ls-legacy-list-horizontal {
		display: none;	
	}
}

.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: 1px;
	padding-bottom: 14px;
	padding-top: 12px;
}

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

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	font-weight: normal;
	margin-left: 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: 18px;
}

#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: 17px;
}

.wpml-ls-statics-shortcode_actions li:before {
	background: #FFF;
	content: "";
	float: left;
	height: 17px;
	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;
}

.font-size-l,
.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 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 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 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 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 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 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 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: 567px) {
	.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: 567px) {
	.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;
}

.img-fw a,
.img-fw .vc_figure,
.img-fw .vc_single_image-wrapper {
	display: block;
}

.img-fw img {
	width: 100%;
}

.img-shadow-10 a:before,
.img-shadow-20 a:before,
.img-shadow-30 a:before,
.img-shadow-40 a:before,
.img-shadow-50 a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
}

.img-shadow-10 a:before {
	background-color: rgba(0,0,0,0.1);
}

.img-shadow-20 a:before {
	background-color: rgba(0,0,0,0.2);
}

.img-shadow-30 a:before {
	background-color: rgba(0,0,0,0.3);
}

.img-shadow-40 a:before {
	background-color: rgba(0,0,0,0.4);
}

.img-shadow-50 a:before {
	background-color: rgba(0,0,0,0.5);
}

.line-height-l * {
	line-height: 1.8em;
}
@media only screen and (max-width: 991px) {
	.line-height-l * {
		line-height: 1.7em;
	}
}
@media only screen and (max-width: 767px) {
	.line-height-l * {
		line-height: 1.5em;
	}
}
@media only screen and (max-width: 567px) {
	.line-height-l * {
		line-height: 1.4em;
	}
}

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

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

.line-height-xl * {
	line-height: 2.2em;
}
@media only screen and (max-width: 991px) {
	.line-height-xl * {
		line-height: 2.1em;
	}
}
@media only screen and (max-width: 767px) {
	.line-height-xl * {
		line-height: 1.9em;
	}
}
@media only screen and (max-width: 567px) {
	.line-height-xl * {
		line-height: 1.7em;
	}
}

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

.nowrap {
	white-space: nowrap;
}

.pb-0,
.pb-0.wpb_content_element,
.pb-0 * {
	padding-bottom: 0 !important;
}

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

.pt-0,
.pt-0.wpb_content_element,
.pt-0 * {
	padding-top: 0 !important;
}

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

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

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

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

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

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

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

.tbl {
	overflow-x: auto;
}

.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;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 10px;
	padding-top: 10px;
	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: 567px) {
	.tbl tr th {
		font-size: 13px;
	}
}

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

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

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

.golden,
.golden *:not([style*="color"]) {
	 color: #CCB59A !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"] *,
.brown *[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 */
@media only screen and (min-width: 48em) {
	.header-line > div > *:after {
		background-color: #5FB211;
		content: "";
		display: inline-block;
		height: 1px;
		left: 12px;
		margin-top: -10px;
		position: relative;
		top: -8px;
		width: 5%;
	}
	
	.header-line > div > *:before {
		background-color: #5FB211;
		content: "";
		display: inline-block;
		height: 1px;
		right: 15px;
		margin-top: -10px;
		position: relative;
		top: -8px;
		width: 5%;
	}
}

.icon-email {
	line-height: 0;
	margin-right: 40px;
	margin-top: -2px;
}

@media only screen and (min-width: 62em) {
	.icon-email {
		position: relative;
		right: 0;
		text-align: right;
		top: 8px;
	}
}

.icon-email a:before {
	background: url(../images/email.png) center center no-repeat;
	content: "";
	display: inline-block;
	height: 27px;
	width: 27px;
}

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

.logo .wpb_single_image {
	display: inline-block;
	width: 180px;
}
@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);
}

@media only screen and (max-width: 767px) {
	.menu-h .widget ul {
		display: table;
		margin: auto;
	}
}
@media only screen and (min-width: 48em) {
	.menu-h .widget ul {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.menu-h .widget ul li {
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
	.menu-h .widget ul li {
		font-size: 23px;
	}
}
@media only screen and (max-width: 767px) {
	.menu-h .widget ul li {
		font-size: 22px;
	}
}
@media only screen and (max-width: 567px) {
	.menu-h .widget ul li {
		font-size: 21px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 36em) {
	.menu-h .widget ul li {
		float: left;
		width: 50%;
	}
}

.menu-h .widget ul li:after {
	background-color: #CCB59A;
	content: "";
	display: inline-block;
	height: 1px;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: calc(100% + 120px);
}

.menu-h .widget ul li:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.menu-h .widget ul li::first-letter {
	color: #CCB59A;
	font-weight: bold;
}

.menu-h .widget ul li a {
	color: #FFF;
}

.page-h {
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	min-height: 90vh;
}
@media only screen and (max-width: 1200px) {
	.page-h {
		min-height: 70vh;
	}
}
@media only screen and (max-width: 1024px) {
	.page-h {
		min-height: 50vh;
	}
}
/* end - website */

/* scrollbar */
.mCSB_container_wrapper {
	margin-right: 25px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 0;
}

/* theme - light-3 */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-color: rgba(255,255,255,0.75);
	background-image: none;
	border-radius: 50%;
	height: 8px;
	margin-left: 4px;
	filter: alpha(opacity=100);
	opacity: 1;
	width: 8px;
}
/* end - scrollbar */