@import "https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,700";

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
}

.header__top :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}
.header__top ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.header__top ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
}

.error-404.not-found a {
	border-bottom: none;
	padding: 0;
}

.error-404.not-found a:hover {
	background-color: transparent;
}

@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: 576px) {
	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: 576px) {
	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: 576px) {
	button, input, select, textarea {
		font-size: 13px;
	}
}

h3, h4, h5, h6 {
	letter-spacing: 1px;
	margin-bottom: 0;
}

@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; }
	
	h1, h2 {
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 576px) {
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 17px; }
	h5 { font-size: 15px; }
	h6 { font-size: 13px; }

	h1, h2, h3, h4, h5, h6 {
		letter-spacing: 0;
	}
}

h1, h2 {
	line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
	h3, h4, h5, h6 {
		line-height: 1.2em;
	}
}

#jas-footer button {
	background-color: #999;
	color: #E7E7E7;
}

#jas-footer .button:hover {
	background-color: #555;
}

hr {
	border-top: 1px solid #50485B;
}

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: 576px) {
	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 {
	margin-bottom: 0;
	margin-top: 0;
}

td, th {
	padding: 0 10px 0 0;
}

.footer__top td,
.footer__top th {
	padding-bottom: 3px;
	padding-top: 0;
}

.jas-push-menu .jas-action {
	display: block;
	margin-top: 0;
	position: relative;
}

.jas-action > * {
	padding-left: 0;
	padding-right: 0;
}

.header__mid .jas-action > a {
	color: #FFF;
}
	
.jas-action > a:active,
.jas-action > a:focus,
.jas-action > a:hover {
	color: #000;
}
@media only screen and (min-width: 48em) {
	.jas-action > a:active,
	.jas-action > a:focus,
	.jas-action > a:hover {
		color: #DDD;
	}
}

#jas-content > a {
	display: none;
}

#jas-content .wpb_text_column ol,
#jas-content .wpb_text_column ul {
	margin-bottom: 0.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-backtop {
	border: 0;
	border-color: transparent;
    bottom: 0;
	display: block !important;
    padding: 0;
	position: relative;
	right: 0;
    z-index: 9;
}
/*
@media only screen and (max-width: 767px) {
	#jas-backtop {
		display: none !important;
	}
}
*/

#jas-backtop a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
	bottom: 0;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#jas-backtop span {
	background-color: #325D9A;
    -moz-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

#jas-backtop:hover span:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#jas-content {
	background: url(../images/bg_track_rubber.jpg);
}

body.archive #jas-content,
body.page #jas-content {
	padding-top: 35px;
}

#jas-footer {
	border-top: 8px solid #325D9A;
	font-size: 15px;
}
@media only screen and (max-width: 991px) {
	#jas-footer { font-size: 14px; }
}
@media only screen and (max-width: 767px) {
	#jas-footer { font-size: 13px; }
}
@media only screen and (max-width: 576px) {
	#jas-footer { font-size: 12px; }
}

@media only screen and (min-width: 48em) {
	#jas-footer .footer__bot .end-sm {
		-moz-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-box-pack: justify;
		-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 {
		-moz-box-pack: end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: end;
	}
}

#jas-footer.footer-2 .footer__top p {
	line-height: 2em;
}

.footer-3 .widget:not(:last-child) {
	border-bottom: none;
}

#jas-footer .widget ul li {
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

#jas-footer .widget ul li:last-child {
	margin-bottom: 0;
}

#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;
	top: 11px;
	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 {
	-moz-transform: rotate(45deg);
	-ms-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;
	top: 15px;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#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;
}

@media only screen and (min-width: 48em) {
	#jas-footer.footer-1 .widget > div:nth-child(1) > p:first-child {
		margin-top: 77px;
	}
}

#jas-footer-menu li:first-child {
	margin-left: 0;
}

#jas-header {
	background: url(../images/header_bg.jpg);
	position: relative;
}

#jas-header:not(.header-sticky) {
	height: auto !important;
}

#jas-header:before {
	background: rgba(0, 0, 0, 0.35);
	content: "";
	height: 100%;
	top: 0;
	width: 100%;
}
.header__mid,
.header__top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header__mid {
	border-bottom: 8px solid #3592CC;
}

.header-sticky .header__mid {
	z-index: 997;
}
@media only screen and (max-width: 767px) {
	.header-sticky .header__mid {
		position: relative !important;
	}
}

@media only screen and (max-width: 991px) {
	.header__top {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#jas-header.header-3 .header__top,
	#jas-header.header-4 .header__top {
		display: none;
	}
}

@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;
}

.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-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 .end-sm .header-text > div {
	clear: both;
	float: right;
	margin-bottom: 20px;
}

.header__top .end-sm .header-text > div > * {
	float: left;
}

.header__top .end-sm .header-text > div > .widget:not(:last-child) {
	margin-bottom: 0;
}

.header__top .end-sm .header-text > div > .wpml-ls-legacy-list-horizontal {
	clear: none;
}

@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: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		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: 991px) {
	.header__top .hidden-sm {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#jas-header.header-3 .header__mid .jas-action,
	#jas-header.header-5 .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 {
	margin-left: 0;
	margin-right: 0;
	padding-top: 25px;
	text-align: left;
}

.page-head .jas-breadcrumb,
.page-head .woocommerce-breadcrumb {
	display: none;
}

.page-head .jas-breadcrumb a,
.page-head .woocommerce-breadcrumb a {
	color: #999;
}

.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-2 .header__mid .jas-row .jas-col-md-5 .jas-col-md-3 {
		display: none;
	}
	
	.header-2 .header__mid .jas-row .jas-col-md-5 .jas-col-md-9 {
		-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 {
		-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%;
	}
}
	
.header-5 .header__mid .jas-row .jas-col-md-3.end-xs {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.header-5 .header__mid .jas-row .jas-col-md-3.start-md {
	position: absolute;
	right: 0;
	width: 70px;
}

@media only screen and (max-width: 991px) {
	.header-5 .header__mid .jas-row .jas-col-md-3 {
		-ms-flex-preferred-size: 40%;
		-webkit-flex-basis: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}

	.header-5 .header__mid .jas-row .jas-col-md-6 {
		-ms-flex-preferred-size: 60%;
		-webkit-flex-basis: 60%;
		flex-basis: 60%;
		max-width: 60%;
	}
}

.header__top .jas-row .jas-col-md-4.end-sm {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 9;
}

.jas-container {
	padding-left: 15px;
	padding-right: 15px;
}
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;
}
/*
.post-content > .jas-container {
	padding-left: 0;
	padding-right: 0;
}
*/
@media only screen and (min-width: 48em) {
	.vc_row > .jas-container {
		padding-left: 0;
		padding-right: 0;
	}
}

#jas-header.header-2 .jas-icon-cart {
	display: none;
}

.jas-member h4 {
	font-size: 20px;
	line-height: 1em;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.jas-member h4 { font-size: 19px; }
}

@media only screen and (max-width: 767px) {
	.jas-member h4 { font-size: 18px; }
}
@media only screen and (max-width: 576px) {
	.jas-member h4 { font-size: 17px; }
}

.jas-member img {
	border-radius: 50%;
	border: 5px solid #FFF;
	-moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.1);
}

.jas-member:before {
	display: none;
}

.header-2 .jas-menu,
.header-5 .jas-menu {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-2 .jas-menu {
	width: 100%;
}

@media only screen and (min-width: 62em) {
	.header-5 .jas-menu {
		width: 61rem;
	}
}
@media only screen and (min-width: 75em) {
	.header-5 .jas-menu {
		width: 76em;
	}
}

.header-2 .jas-menu.clearfix:before,
.header-2 .jas-menu.clearfix:after {
	display:  none;
}

.jas-menu a {
	cursor: pointer;
}

.header-2 .jas-menu > li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.header-5 .jas-menu > li {
	margin-left: 0;
	margin-right: 0;
}

.jas-menu > li > a {
	display: inline-block;
	letter-spacing: 1px;
	padding: 14px 20px 10px 21px;
	text-transform: none;
}

.header-5 .jas-menu > li > a {
	line-height: 1.3em;
}

.jas-menu li:hover > a {
	background-color: #3592CC;
}

.jas-menu ul li {
	border-bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

.jas-menu ul li:not(:last-child) {
	border-bottom: 0;
}


.jas-menu ul li > a {
	background-color: #325D9A;
}

.jas-menu li.current-menu-ancestor > a,
.jas-menu li.current-menu-ancestor:hover > a,
.jas-menu li.current-menu-item > a,
.jas-menu li.current-menu-item:hover > a {
	background-color: #3592CC;
}

.jas-menu > li > a:before {
	background: url(../images/menu_corner.png) no-repeat;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 30px;
}

.jas-menu ul {
	border-top: 8px solid transparent;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;
}

@media only screen and (max-width: 1366px) {
	.jas-menu > li:first-child ul {
		left: 0;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

#jas-mobile-menu {
	padding-top: 10px;
}

#jas-mobile-menu > ul > li {
	font-weight: normal;
}

#jas-mobile-menu ul > li a {
	border-bottom: 1px solid #555;
	color: #4D5959;
	letter-spacing: 1px;
	padding-top: 8px;
}

#jas-mobile-menu ul > li:hover > a,
#jas-mobile-menu ul > li.current-menu-ancestor > a,
#jas-mobile-menu ul > li.current-menu-item > a,
#jas-mobile-menu ul > li.current-menu-parent > a,
#jas-mobile-menu ul > li:hover > .holder,
#jas-mobile-menu ul > li.current-menu-ancestor > .holder,
#jas-mobile-menu ul > li.current-menu-item > .holder,
#jas-mobile-menu ul > li.current-menu-parent > .holder {
	color: #BBB;
}

#jas-mobile-menu ul > li:hover > a {
	padding-left: 0;
}

#jas-mobile-menu .holder {
	color: #000;
}

#jas-mobile-menu .holder:after {
	border-color: transparent transparent transparent #4D5959;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	content: "";
	height: 0;
	top: 13px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 0;
}

#jas-mobile-menu ul li:hover .holder:after {
	right: 18px;
	top: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#jas-mobile-menu .holder:before {
	display: none;
}

.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 .bgb {
	background: #FFF;
	color: #000;
}

@media only screen and (max-width: 991px) {
	#jas-header.header-3 .jas-push-menu-btn,
	#jas-header.header-4 .jas-push-menu-btn,
	#jas-header.header-5 .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,
	#jas-header.header-5 .jas-push-menu-btn {
		display: none;
	}
}

.jas-push-menu h3 {
	border-bottom: 1px solid #555;
	margin-left: -9999px;
}

.jas-push-menu h3 i {
	top: 4px;
}

.jas-push-menu h3 i.close-menu {
	display: none;
}

#jas-header .jas-push-menu-btn img {
	width: 25px;
}

.header__mid .sf-open {
	display: none;
}

.header-3 .sf-open,
.header-4 .sf-open {
	position: absolute;
	left: 15px;
	top: -50px;
}
@media only screen and (max-width: 1024px) {
	.header-3 .sf-open,
	.header-4 .sf-open {
		top: -55px;
	}
}

.jas-push-menu .sf-open {
	left: auto;
	position: absolute;
	right: 15px;
	top: -48px;
}
@media only screen and (max-width: 736px) {
	.jas-push-menu .sf-open {
		top: -34px;
	}
}

.jas-row {
	margin-left: -15px;
	margin-right: -15px;
}

.header__top .jas-socials {
	line-height: normal;
	margin-left: 25px;
	right: 55px;
	top: 50px;
	z-index: 9;
}
@media only screen and (max-width: 991px) {
	.header__top .jas-socials {
		display: none;
	}
}
@media only screen and (max-width: 736px) {
	.header__top .jas-socials {
		padding-top: 0;
	}
}

.header__top .start-sm .jas-socials {
	display: none;
}

.jas-socials a {
	border: none;
}

.header__top .jas-socials a {
	margin-top: 8px;
}

.jas-socials a .fa:before {
	font-size: 20px;
}

#jas-footer .jas-socials a .fa:before {
	font-size: 25px;
}

.page-head {
	padding-bottom: 0;
	padding-top: 0;
	width: calc(100% - 30px);
}
@media only screen and (min-width: 48em) {
	.page-head {
		width: calc(46rem - 30px);
	}
}
@media only screen and (min-width: 62em) {
	.page-head {
		width: calc(61rem - 30px);
	}
}
@media only screen and (min-width: 75em) {
	.page-head {
		width: calc(75rem - 30px);
	}
}

.page-head {
	background-position: right center !important;
	background-size: contain !important;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.page-head {
		background: none !important;
	}
}

body.author .page-head,
body.date .page-head,
body.tag .page-head {
	display: none;
}

body[no-featured-img="y"] .page-head {
	background: none !important;
}

@media only screen and (min-width: 48em) {
	body:not([no-featured-img="y"]) .page-head:after {
		background-color: #325D9A;
		content: "";
		display: inline-block;
		height: 2px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

.page-head:before {
	background: none;
}

@media only screen and (min-width: 48em) {
	body:not([no-featured-img="y"]) .page-head > .jas-container:after {
		background: url(../images/bg_track_rubber.jpg);
		content: "";
		display: inline-block;
		height: 15px;
		left: 0;
		position: absolute;
		top: 0;
		width: 55%;
	}
}
@media only screen and (min-width: 62em) {
	body:not([no-featured-img="y"]) .page-head > .jas-container:after {
		height: 18px;
	}
}
@media only screen and (min-width: 75em) {
	body:not([no-featured-img="y"]) .page-head > .jas-container:after {
		height: 23px;
	}
}

.page-head > .jas-container:before {
	background-color: #FFF;
	border-bottom: 2px solid #325D9A;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
@media only screen and (min-width: 62em) {
	.page-head > .jas-container:before {
		height: 77px;
	}
}
@media only screen and (min-width: 75em) {
	.page-head > .jas-container:before {
		height: 97px;
	}
}
@media only screen and (min-width: 48em) {
	body:not([no-featured-img="y"]) .page-head > .jas-container:before {
		width: 345px;
	}
}
@media only screen and (min-width: 62em) {
	body:not([no-featured-img="y"]) .page-head > .jas-container:before {
		width: 475px;
	}
}
@media only screen and (min-width: 75em) {
	body:not([no-featured-img="y"]) .page-head > .jas-container:before {
		width: 584px;
	}
}

.page-head h1 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: none;
}
@media only screen and (max-width: 991px) {
	.page-head h1 { font-size: 23px; }
}
@media only screen and (max-width: 767px) {
	.page-head h1 { font-size: 22px; }
}
@media only screen and (max-width: 576px) {
	.page-head h1 { font-size: 20px; }
}
@media only screen and (max-width: 367px) {
	.page-head h1 { font-size: 18px; }
}

.page-head h1 {
	color: #325D9A;
	display: table-cell;
	margin-bottom: 0;
    padding-bottom: 8px;
	padding-left: 57px;
    padding-top: 0;
	vertical-align: bottom;
}
@media only screen and (min-width: 48em) {
	.page-head h1 {
		padding-left: 62px;
	}
}
@media only screen and (min-width: 62em) {
	.page-head h1 {
		padding-left: 75px;
	}
}
@media only screen and (min-width: 48em) {
	body:not([no-featured-img="y"]) .page-head h1 {
		padding-right: 50%;
	}
}

.page-head h1:after {
	background: #FFF url(../images/icon_news.png) left bottom no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 55px;
	left: 0;
	position: absolute;
	width: 65px;
}
@media only screen and (min-width: 48em) {
	.page-head h1:after {
		width: 70px;
	}
}
@media only screen and (min-width: 62em) {
	.page-head h1:after {
		width: 80px;
	}
}

@media only screen and (min-width: 48em) {
	body:not([no-featured-img="y"]) .page-head h1:before {
		background: url(../images/banner_tri.png) no-repeat right bottom;
		background-size: contain;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 100%;
		position: absolute;
		right: 40%;
		width: 118px;
		z-index: -1;
	}
}

.page-head p {
	font-family: "Lato", sans-serif;
	font-size: 21px;
	font-style: normal;
	display: none;
	margin-bottom: 5px;
	margin-top: 5px;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@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: 576px) {
	.page-head p {
		font-size: 18px;
	}
}

.page-head .jas-container {
	display: table;
	height: 80px;
	width: 100%;
}
@media only screen and (min-width: 62em) {
	.page-head .jas-container {
		height: 95px;
	}
}
@media only screen and (min-width: 75em) {
	.page-head .jas-container {
		height: 120px;
	}
}

.page-numbers {
	list-style: none !important;
}

.page-numbers li {
	margin-left: 0;
	margin-right: 0;	
}

.page-numbers li a,
.page-numbers li span {
	-ms-flex-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	color: #AAA;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 13px;
	min-height: 30px;
	min-width: 30px;
	-moz-box-pack: justify;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-left: 3px;
	margin-right: 3px;
}

.page-numbers li a,
.page-numbers li span:not(.dots) {
	border: 1px solid #666;
	color: #666;
}

.page-numbers li a:focus,
.page-numbers li a:hover {
	background-color: #3592CC;
	border: 1px solid #3592CC;
	color: #FFF;
}

.page-numbers li span:not(.dots) {
	background-color: #325D9A;
	border-color: #325D9A;
	color: #FFF;
}

.pe-7s-angle-up {
	left: 50%;
	position: absolute;
	top: -10px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

.pe-7s-angle-up:before {
	border-color: transparent transparent #FFF transparent;
	border-style: solid;
	border-width: 0 8px 11px 8px;
	content: "";
	height: 0;
	width: 0;
}

#jas-footer .widget {
	margin-top: 15px;
}

.sidebar .widget a {
	color: #4D5959;
}

.sidebar .widget a:active,
.sidebar .widget a:focus,
.sidebar .widget a:hover {
	color: #999;
}

.sidebar .widget ul {
	padding-left: 0;
}

.sidebar .widget ul li:before {
	display: none;
}

#jas-footer .widget-title {
	font-size: 24px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
	#jas-footer .widget-title { font-size: 23px; }
}
@media only screen and (max-width: 767px) {
	#jas-footer .widget-title { font-size: 22px; }
}
@media only screen and (max-width: 576px) {
	#jas-footer .widget-title { font-size: 20px; }
}

/* 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 {
	-moz-transform: rotate(45deg);
	-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 / search / single */
.inside-thumb {
	background: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	position: static;
	text-align: left;
}

.jas-masonry .inside-thumb {
	line-height: 1.3em;
	padding: 0;
}

.inside-thumb > div,
.post-meta-inside > div {
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.inside-thumb > div,
	.post-meta-inside > div {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.inside-thumb > div,
	.post-meta-inside > div {
		font-size: 12px;
	}
}
@media only screen and (max-width: 576px) {
	.inside-thumb > div,
	.post-meta-inside > div {
		font-size: 11px;
	}
}

.inside-thumb a:not(.cg),
.jas-blog-slider .post-thumbnail > div a {
	color: #4D5959;
}

.post-date {
	color: #999;
	display: block;
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.post-date { font-size: 13px; }
}
@media only screen and (max-width: 767px) {
	.post-date { font-size: 12px; }
}
@media only screen and (max-width: 576px) {
	.post-date { font-size: 11px; }
}

body[no-post-cat="y"] .post-meta {
	display: none;
}

body[no-post-img="y"] .post-meta {
	background-color: #555;
}

.post-meta a {
	color: #999;
}

body[no-post-img="y"] .post-meta a {
	color: #FFF;
}

.post-meta a:focus,
.post-meta a:hover {
	color: #4D5959;
}

.posted-on {
	color: #999;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.posted-on { font-size: 13px; }
}
@media only screen and (max-width: 767px) {
	.posted-on { font-size: 12px; }
}
@media only screen and (max-width: 576px) {
	.posted-on { font-size: 11px; }
}

body.search-results .posted-on {
	display: none;
}

@media only screen and (min-width: 48em) {
	.post-thumbnail img {
		width: auto;
	}
}
body.search-results .post-thumbnail img {
	display: none;
}

h1.post-title {
	color: #4D5959;
	margin-bottom: 5px;
}
@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: 576px) {
	h1.post-title {
		font-size: 18px;
	}
}

h2.post-title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-top: 2px;
	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: 576px) {
	h2.post-title {
		font-size: 13px;
	}
}
/* end - archive / search / single */

/* post listing */
.author {
	display: none;
}

.jas-masonry.mt__60 {
	margin-top: 0;
}

.more-link {
	border-color: #08C;
	color: #08C !important;
	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: 576px) {
	.more-link {
		font-size: 11px;
	}
}

.more-link:hover {
	background-color: #08C !important;
	color: #FFF !important;
}

.posts {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto !important;
	margin-left: -15px;
	margin-right: -15px;
}

.jas-blog article {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
	position: static !important;
}

body[no-post-img="y"] .jas-blog article {
	margin-bottom: 8px;
}

@media only screen and (min-width: 36em) {
	body:not([no-post-img="y"]) .jas-blog article {
		margin-bottom: 0;
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width: 62em) {
	body:not([no-post-img="y"]) .jas-blog article {
		margin-bottom: 50px;
		-ms-flex-preferred-size: 33.33%;
		-webkit-flex-basis: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

.post-action {
	border: 0;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 0;
	text-transform: uppercase;
}

.post-action a {
	border: 1px solid #555;
	color: #555;
	display: none;
	padding: 7px 25px 7px 28px;
}

.post-action a:hover {
	background-color: #555;
	color: #FFF;
}

.post-action i {
	display: none;
}

.posts .post-content {
	display: none;
	letter-spacing: 0;
}

.posts .post-content p {
	font-size: 14px;
}
@media only screen and (max-width: 991px) {
	.posts .post-content p { font-size: 13px; }
}
@media only screen and (max-width: 767px) {
	.posts .post-content p { font-size: 12px; }
}
@media only screen and (max-width: 576px) {
	.posts .post-content p { font-size: 11px; }
}

.posts .post-thumbnail.mb__25 {
	margin-bottom: 0;
}

@media only screen and (min-width: 36em) {
	.posts .post-thumbnail:before,
	.posts .post-thumbnail > a,
	.posts .post-thumbnail > a:after,
	.widget_ultimate_posts .upw-image:before,
	.widget_ultimate_posts .upw-image > a,
	.widget_ultimate_posts .upw-image > a:after {
		height: 190px;
	}
	
	.post-hori.widget_ultimate_posts .upw-image:before,
	.post-hori.widget_ultimate_posts .upw-image > a,
	.post-hori.widget_ultimate_posts .upw-image > a:after {
		height: 180px;
	}
}
@media only screen and (min-width: 62em) {
	.post-hori.widget_ultimate_posts .upw-image:before,
	.post-hori.widget_ultimate_posts .upw-image > a,
	.post-hori.widget_ultimate_posts .upw-image > a:after {
		height: 135px;
	}
}
@media only screen and (min-width: 75em) {
	.posts .post-thumbnail:before,
	.posts .post-thumbnail > a,
	.posts .post-thumbnail > a:after,
	.widget_ultimate_posts .upw-image:before,
	.widget_ultimate_posts .upw-image > a,
	.widget_ultimate_posts .upw-image > a:after {
		height: 230px;
	}
	
	.post-hori.widget_ultimate_posts .upw-image:before,
	.post-hori.widget_ultimate_posts .upw-image > a,
	.post-hori.widget_ultimate_posts .upw-image > a:after {
		height: 145px;
	}
}
	
@media only screen and (min-width: 36em) {
	.posts .post-thumbnail:before,
	.widget_ultimate_posts .upw-image:before {
		background-color: #FFF;
		content: "";
		display: inline-block;
		overflow: hidden;
		width: 100%;
	}
}

body[no-post-img="y"] .posts .post-thumbnail:before {
	display: none;
}
	
@media only screen and (min-width: 36em) {
	.posts .post-thumbnail > a,
	.widget_ultimate_posts .upw-image > a {
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

body[no-post-img="y"] .posts .post-thumbnail > a {
	display: none;
}

.posts .post-thumbnail > a.no-image {
	background: #FFF url(../images/img_running.png) no-repeat center center;
	content: "";
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.posts .post-thumbnail > a:hover,
.widget_ultimate_posts .upw-image > a:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

@media only screen and (min-width: 36em) {
	.posts .post-thumbnail > a:after,
	.widget_ultimate_posts .upw-image > a:after {
		background: #FFF;
		content: "";
		display: inline-block;
		left: 0;
		filter: alpha(opacity=0) !important;
		opacity: 0 !important;
		position: absolute;
		top: 0;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 100%;
	}

	.posts .post-thumbnail > a:hover:after,
	.widget_ultimate_posts .upw-image > a:hover:after {
		filter: alpha(opacity=30) !important;
		opacity: 0.3 !important;
	}

	.posts .post-thumbnail img,
	.widget_ultimate_posts .upw-image img {
		left: 50%;
		padding: 2px;
		position: absolute;
		top: 50%;
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
}
/* end - post listing */

/* single post */
.cb {
	color: #4D5959;
}

.jas-single-blog {
	/* margin-bottom: 50px; */
	padding-bottom: 80px;
}

.jas-single-blog > .mt__50 {
	margin-top: 60px;
}

.jas-single-blog > div:first-child {
	padding-right: 30px;
}

.jas-single-blog > div:last-child {
	padding-left: 30px;
}

.post-content > * > .vc_row {
	margin-left: -15px;
	margin-right: -15px;
}

.post-related {
	display: none;
	margin-bottom: 50px;
}

body.single[no-featured-img="y"] .post-thumbnail {
	display: none;
}

.tag-comment {
	border: none;
	padding: 0;
}

.tag-comment a {
	color: #4D5959;
}

.tag-comment a:focus,
.tag-comment a:hover {
	color: #999;
}
/* end - single post */

/* 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;
}

.search-form {
	display: inline-block;
	line-height: 1.3em;
	position: relative;
}

.header__top .search-form {
	float: right;
}

.search-form input[type="submit"] {
	background: url(../images/search.png) center top no-repeat;
	color: transparent;
	display: inline-block;
	height: 20px;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	z-index: 9;
}

.header__top .search-form input[type="submit"] {
	background: url(../images/search_w.png);
}

input[type="submit"]:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.search-form input[type="search"] {
	padding-right: 35px;
	width: 250px;
}

.header__top .search-form input[type="search"] {
	background-color: transparent;
	border-color: #FFF;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #FFF;
}

/* mobile */
.header__search {
	background: rgba(255, 255, 255, .95);
}

.header__search input[type="text"] {
	color: #555;
}

#sf-close {
	color: #555;
}
/* end - mobile */
/* end - search */

/* plugins */
/* event calendar wd */
#ecwd_back_link,
.event-detalis {
	display: none;
}

.ecwd-date .ecwd_timezone,
.calendar_main .ecwd_calendar .metainfo,
.ecwd_countdown_info .metainfo, .event-detalis span,
.event-detalis a {
	font-style: normal;
}

@media only screen and (min-width: 62em) {
	.calendar-s table.cal_blue.ecwd_calendar_container .day-with-date,
	.calendar-s table.cal_blue.ecwd_calendar_container .open-details,
	.calendar-s table.cal_blue.ecwd_calendar_container .day-without-date {
		height: 4.4em;
	}
}

.calendar-s .calendar-head {
	height: auto;
}

.calendar-s .calendar-head .current-month {
	line-height: 1.3em;
	padding-bottom: 5px;
}

.calendar-s ul.events > li > a:after {
	background: #999;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 15px;
	left: 0;
	top: 0;
	width: 15px;
}

.calendar-s ul.events > li > a > span {
	display: none;
}

.ecwd_calendar_container .event-details div,
.event-details-container .event-details-title h5 a {
	font-style: normal;
}

.event-details-title .event-metalabel {
	display: none;
}
/* end - event calendar wd */

/* form maker */
@media only screen and (max-width: 991px) and (min-width: 769px) {
	.fm-form-container .fm-form {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.fm-form .captcha_input {
	width: 100px !important;
}
.display-label-none .fm-form .captcha_input {
	width: 170px !important;
}

.fm-form-container .fm-form .file-upload input {
	padding-left: 0;
	padding-right: 0;
}

.fm-form-container .fm-form .fm-message {
	line-height: 1.5em;
	padding: 10px 5px;
	text-align: center !important;
}

.wdform_arrows,
.wdform_arrows_container {
	display: inline-block !important;
}

.fm-form .wd-choice {
	margin-left: 0 !important;
	margin-right: 30px !important;
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
	.fm-form .wdform_column {
		display: inline;
	}
}
@media only screen and (max-width: 768px) {
	.fm-form .wdform_column {
		display: inline-block;
	}
}
@media only screen and (min-width: 62em) {
	.fm-form .wdform_column {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.fm-form .wdform-field[type="type_captcha"] {
	-ms-flex-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.fm-form .wdform-field {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#jas-content div[type=type_submit_reset] .wdform-element-section {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: auto;
}

#jas-content .btn-align-left div[type=type_submit_reset] .wdform-element-section {
	text-align: left;
	width: 100%;
}

#jas-content .btn-align-right div[type=type_submit_reset] .wdform-element-section {
	text-align: right;
	width: 100%;
}

.fm-form .button-reset {
    margin-left: 15px;
}

.fm-form .button-submit {
    margin-right: 0 !important;
}

.fm-form .wdform-field[type="type_text"] {
	padding-top: 0 !important;
}

.fm-form .wdform-label-section {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 62em) {
	.fm-form .wdform_column .wdform_row:not(:first-child) .wdform-label-section.wd-width-30 {
		padding-right: 20px;
		text-align: right;
	}
}

.fm-form .wdform-page-and-images {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.fm-form .wdform_section {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.fm-not-filled {
	margin-bottom: 10px !important;
	padding-left: 2px !important;
	text-align: right;
}

#jas-footer .fm-not-filled {
	background: #FEE3E3;
	border: 1px solid #D39B9B;
	padding: 5px 10px !important;
	text-align: center;
}

.fm-form .wdform_row {
	background-color: transparent !important;
	position: static !important;
}
@media only screen and (min-width: 62em) {
	.fm-form .wdform_row {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* 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 */

/* grandWP gallery */
.ug-tile .ug-textpanel {
	display: none;
}

.ug-lightbox .ug-textpanel-description,
.ug-lightbox .ug-textpanel-title,
.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
	display: none !important;
}

/* carousel */
.ug-button-tile-navigation {
	background-image: none !important;
	border: 1px solid #333;
}

.ug-button-tile-navigation:hover {
	background-color: #333;
}

.ug-button-tile-navigation:before {
    color: #333;
	display: block;
    font-family: "Pe-icon-7-stroke";
	font-size: 50px;
    line-height: 35px;
	position: absolute;
	-moz-transform: translateX(-13%);
	-ms-transform: translateX(-13%);
	-o-transform: translateX(-13%);
	-webkit-transform: translateX(-13%);
	transform: translateX(-13%);
}

.ug-button-tile-navigation:hover:before {
    color: #FFF;
}

.ug-button-tile-navigation.ug-button-tile-left:before {
	content: "\e686";
}

.ug-button-tile-navigation.ug-button-tile-right:before {
	content: "\e684";
}

.ug-button-tile-navigation.ug-button-tile-play:before {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	content: "";
	height: 0;
	margin-left: 13px;
	margin-top: 8px;
	width: 0;
}

.ug-button-tile-navigation.ug-button-tile-play:hover:before {
	border-color: transparent transparent transparent #FFF;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:before {
	border: none;
	content: "||";
	font-size: 48px;
	height: 23px;
	margin-left: 10px;
	margin-top: 4px;
	overflow: hidden;
	width: 23px;
}
/* end - carousel */

/* grid */
.ug-gallery-wrapper {
	background-color: transparent !important;
}

.ug-thumb-wrapper .ug-thumb-overlay {
	background-color: rgba(255,255, 255,.3) !important;
}

.ug-thumb-wrapper.ug-tile {
	border: none !important;
}

.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
	background-color: transparent !important;
	box-shadow: none !important;
}
/* end - grid */
/* end - grandWP gallery */

/* modula */
@media only screen and (min-width: 62em) {
	.modula .items .item:after {
		background: #000;
		content: "";
		display: inline-block;
		height: 100%;
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 100%;
		z-index: 1;
	}

	.modula .items .item:hover:after {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
}

.modula .item .figc {
	filter: alpha(opacity=0);
	opacity: 0;
}

@media only screen and (min-width: 62em) {
	.modula .item .figc {
		position: absolute;
		z-index: 2;
	}
	
	.modula .item:hover .figc {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

.modula .items .item h2,
.modula .items .item .description {
	text-align: center;
}

.modula .item:hover h2:after {
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
}

.modula-gallery {
	margin-right: -10px;
}
/* end - modula */

/* 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_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 2em;
}

.vc_non_responsive .vc_row .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 1024px) {
	.vc_row.vc_row-o-full-height {
		min-height: auto !important;
	}
}

/* when clicking wrap content, content position not work */
.vc_row.vc_row-flex > .jas-container {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row.vc_row-flex > .jas-container > .vc_column_container {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.vc_row.vc_row-o-content-bottom > .jas-container > .vc_column_container > .vc_column-inner {
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle > .jas-container > .vc_column_container > .vc_column-inner {
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.vc_row.vc_row-flex > .jas-container > .vc_column_container > .vc_column-inner {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.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;
}

@media only screen and (min-width: 48em) {
	.img-gallery .wpb_image_grid .wpb_image_grid_ul a img {
		bottom: -100%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: -100%;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(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;
		-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 {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
	
.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin-left: 7.5px;
	margin-right: 7.5px;
	margin-bottom:15px;
	margin-top: 0;
	overflow: hidden;
}
@media only screen and (min-width: 48em) {
	.img-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		left: auto !important;
		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,
	.img-gallery.col-4 .wpb_image_grid .wpb_image_grid_ul .isotope-item,
	.img-gallery.col-5 .wpb_image_grid .wpb_image_grid_ul .isotope-item,
	.img-gallery.col-6 .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);
	}
	
	.img-gallery.col-5 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: calc(20% - 15px);
	}
	
	.img-gallery.col-6 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: calc(16.66% - 15px);
	}
}
/* end - image gallery */
/* end - visual composer */

/* widget ultimate posts */
.widget_ultimate_posts ul {
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (min-width: 36em) {
	.widget_ultimate_posts ul {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.sidebar .widget_ultimate_posts ul {
	display: inline-block;
	width: 100%;
}

.widget_ultimate_posts ul li {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.widget_ultimate_posts .upw-after p,
.widget_ultimate_posts .upw-before p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}
@media only screen and (max-width: 991px) {
	.widget_ultimate_posts .upw-after p,
	.widget_ultimate_posts .upw-before p {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.widget_ultimate_posts .upw-after p,
	.widget_ultimate_posts .upw-before p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 576px) {
	.widget_ultimate_posts .upw-after p,
	.widget_ultimate_posts .upw-before p {
		font-size: 15px;
	}
}

.widget_ultimate_posts .upw-content > p {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
	.widget_ultimate_posts .upw-content > p { font-size: 13px; }
}
@media only screen and (max-width: 767px) {
	.widget_ultimate_posts .upw-content > p { font-size: 12px; }
}
@media only screen and (max-width: 576px) {
	.widget_ultimate_posts .upw-content > p { font-size: 11px; }
}

.widget_ultimate_posts .upw-content > .jas-container {
	padding-left: 0;
	padding-right: 0;
}

.widget_ultimate_posts .upw-content .post-cats-label {
	display: none;
}

.widget_ultimate_posts .upw-content .post-cats-list {
	float: right;
}

.widget_ultimate_posts .upw-content .post-cats-list a,
.widget_ultimate_posts .upw-content .post-cats-list a:hover {
	color: #FFF;
}

.widget_ultimate_posts .upw-content .post-date {
	color: #999;
	font-family: "Open Sans", sans-serif;
}

.widget_ultimate_posts .upw-content .post-tags:before {
	color: #999;
    content: "\f02c";
	font: normal normal normal 14px/1 FontAwesome;
}

.widget_ultimate_posts .upw-content .post-tags .post-tags-label {
	display: none;
}

.widget_ultimate_posts .upw-content .post-tags .post-tags-list a {
	color: #4D5959;
}

.widget_ultimate_posts .upw-content .post-tags .post-tags-list a:focus,
.widget_ultimate_posts .upw-content .post-tags .post-tags-list a:hover {
	color: #999;
}

.widget_ultimate_posts .upw-content .post-title {
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.widget_ultimate_posts .upw-content .post-title { font-size: 14px; }
}
@media only screen and (max-width: 767px) {
	.widget_ultimate_posts .upw-content .post-title { font-size: 13px; }
}
@media only screen and (max-width: 576px) {
	.widget_ultimate_posts .upw-content .post-title { font-size: 12px; }
}

.sidebar .widget_ultimate_posts .upw-content .post-title {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.3em;
}
@media only screen and (max-width: 991px) {
	.sidebar .widget_ultimate_posts .upw-content .post-title { font-size: 13px; }
}
@media only screen and (max-width: 767px) {
	.sidebar .widget_ultimate_posts .upw-content .post-title { font-size: 12px; }
}
@media only screen and (max-width: 576px) {
	.sidebar .widget_ultimate_posts .upw-content .post-title { font-size: 11px; }
}

.widget_ultimate_posts .upw-content .post-title a {
	color: #4D5959;
}

.widget_ultimate_posts .upw-content .post-title a:focus,
.widget_ultimate_posts .upw-content .post-title a:hover {
	color: #999;
}

.widget_ultimate_posts .upw-content .wpb_content_element {
	margin-bottom: 5px;
}

.widget_ultimate_posts .upw-image {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

/* sidebar */
.sidebar .widget_ultimate_posts {
	position: relative;
}

.sidebar .widget_ultimate_posts ul {
	border-color: #325D9A;
	border-style: solid;
	border-right: 0;
	border-top: 0;
	border-width: 1px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 17px;
}

.sidebar .widget_ultimate_posts ul:before {
	background-color: #325D9A;
	bottom: 0;
	content: "";
	height: 35px;
	position: absolute;
	right: 0;
	width: 1px;
}

.sidebar .widget_ultimate_posts ul li {
	margin-bottom: 15px;
}

.sidebar .widget_ultimate_posts .upw-before {
	margin-bottom: 0;
    padding: 0 15px 5px 70px;
	position: relative;
}

.sidebar .widget_ultimate_posts .upw-before:after {
	background-color: #325D9A;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 51px;
	position: absolute;
	width: calc(100% - 51px);
}

.sidebar .widget_ultimate_posts .upw-before:before {
	background-color: #325D9A;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 10px;
}

.sidebar .widget_ultimate_posts .upw-after p,
.sidebar .widget_ultimate_posts .upw-before p {
	color: #325D9A;
}

.sidebar .widget_ultimate_posts.icon-1 .upw-before p:before,
.sidebar .widget_ultimate_posts.icon-2 .upw-before p:before,
.sidebar .widget_ultimate_posts.icon-3 .upw-before p:before {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 40px;
	left: 10px;
	position: absolute;
	width: 51px;
}

.sidebar .widget_ultimate_posts.icon-1 .upw-before p:before {
	background-image: url(../images/icon_news.png);
}

.sidebar .widget_ultimate_posts.icon-2 .upw-before p:before {
	background-image: url(../images/icon_clock.png);
}

.sidebar .widget_ultimate_posts.icon-3 .upw-before p:before {
	background-image: url(../images/icon_calendar.png);
}
/* end - sidebar */

/* others */
.widget_ultimate_posts .upw-content .post-cats.long-run-events {
	background-color: #E67B11;
}

.widget_ultimate_posts .upw-content .post-cats.short-run-events {
	background-color: #1DB742;
}

.post-txt.widget_ultimate_posts ul {
	display: inline-block;
}

.post-txt.widget_ultimate_posts ul li {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

body[no-post-img="y"] .inside-thumb,
.post-txt.widget_ultimate_posts .upw-content {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.post-txt.widget_ultimate_posts .upw-content {
	position: relative;
}

body[no-post-img="y"] .inside-thumb:after,
.post-txt.widget_ultimate_posts .upw-content:after {
	border-bottom: 2px dashed #325D9A;
	bottom: 0;
	content: "";
	left: 74px;
	position: absolute;
	width: calc(100% - 74px);
}
.post-txt.widget_ultimate_posts .upw-content:after {
	margin-right: 15px;
}

body[no-post-img="y"] .post-meta,
.post-txt.widget_ultimate_posts .upw-content .post-cats {
	float: left;
	letter-spacing: 0;
	padding: 3px 5px;
	text-align: center;
	width: 80px;
}

body[no-post-img="y"] .post-meta,
.post-txt.widget_ultimate_posts .upw-content .post-cats {
	margin-bottom: 8px;
}

.widget_ultimate_posts .upw-content .post-cats-list {
	text-align: center;
	width: 100%;
}

.post-txt.widget_ultimate_posts .upw-content .post-date {
	display: none;
}

:not(.post-txt).widget_ultimate_posts .upw-content .custom-post-date {
	display: none;
}

body[no-post-img="y"] h2.post-title,
.post-txt.widget_ultimate_posts .upw-content .post-title {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	float: left;
	margin-bottom: 8px;
	padding-left: 15px;
	width: calc(100% - 70px);
}

body:not([no-post-cat="y"])[no-post-img="y"] h2.post-title,
.post-txt.widget_ultimate_posts.has-post-cat .upw-content .post-title {
	padding-right: 15px;
	width: calc(100% - 150px);
}

.post-txt.widget_ultimate_posts .upw-content .post-title a {
	color: #4D5959;
}

.post-txt.widget_ultimate_posts .upw-content .post-title a:focus,
.post-txt.widget_ultimate_posts .upw-content .post-title a:hover {
	color: #999;
}

.post-hori.widget_ultimate_posts ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-hori.widget_ultimate_posts ul li {
	-ms-flex-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
@media only screen and (min-width: 36em) {
	.post-hori.widget_ultimate_posts ul li {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
.post-hori.widget_ultimate_posts .upw-content,
.post-hori.widget_ultimate_posts .upw-image {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
@media only screen and (min-width: 36em) {
	.post-hori.widget_ultimate_posts .upw-content,
	.post-hori.widget_ultimate_posts .upw-image {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.post-hori.widget_ultimate_posts .upw-image {
		margin-right: 15px;
	}
}

@media only screen and (min-width: 36em) {
	.post-vert.widget_ultimate_posts ul li {
		display: inline-block;
		vertical-align: top;
	}
	
	.post-vert.widget_ultimate_posts.col-2 ul li {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.post-vert.widget_ultimate_posts.col-3 ul li {
		-ms-flex-preferred-size: 33.33%;
		-webkit-flex-basis: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
	
	.post-vert.widget_ultimate_posts.col-4 ul li {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
}

.post-vert.widget_ultimate_posts .upw-content .post-title {
	font-size: 18px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
	.post-vert.widget_ultimate_posts .upw-content .post-title {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.post-vert.widget_ultimate_posts .upw-content .post-title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 576px) {
	.post-vert.widget_ultimate_posts .upw-content .post-title {
		font-size: 15px;
	}
}
/* end - others */
/* 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 {
	border: 0;
	margin-right: -3px;
	padding: 5px 0 0;
}

.wpml-ls-legacy-list-horizontal a {
	display: inline-block;
	padding-right: 0;
}

.wpml-ls-legacy-list-horizontal > ul {
	line-height: 1.3em;
	padding-left: 10px;
}

.wpml-ls-statics-shortcode_actions a {
	border-radius: 3px;
	padding: 7px 5px 7px 7px;
}

.wpml-ls-statics-shortcode_actions a:active,
.wpml-ls-statics-shortcode_actions a:focus {
	color: #D7D7D7;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	margin-left: 8px;
}

#jas-mobile-menu div {
	position: absolute;
	left: 0;
	top: -54px;
}

#jas-mobile-menu ul li.wpml-ls-last-item {
	float: none;
}

#jas-mobile-menu ul li.wpml-ls-last-item:after {
	display: none;
}

#jas-mobile-menu ul li.wpml-ls-menu-item {
	float: left;
}

#jas-mobile-menu ul li.wpml-ls-menu-item:after {
	color: #4D5959;
	content: "/";
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

#jas-mobile-menu ul li.wpml-ls-menu-item a {
	float: left;
}

.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;
	letter-spacing: 0;
}

#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: #FFF;
	content: "";
	float: left;
	height: 13px;
	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: 62em) {
	.bg-fixed {
		background-attachment: fixed !important;
	}
}

.box-shadow-10,
.box-shadow-20,
.box-shadow-30,
.box-shadow-40,
.box-shadow-50,
.box-shadow-60,
.box-shadow-70,
.box-shadow-80,
.box-shadow-90 {
	position: relative;
}

.box-shadow-10:before,
.box-shadow-20:before,
.box-shadow-30:before,
.box-shadow-40:before,
.box-shadow-50:before,
.box-shadow-60:before,
.box-shadow-70:before,
.box-shadow-80:before,
.box-shadow-90:before {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.box-shadow-10:before {	background: rgba(0,0,0,0.1); }
.box-shadow-20:before {	background: rgba(0,0,0,0.2); }
.box-shadow-30:before {	background: rgba(0,0,0,0.3); }
.box-shadow-40:before {	background: rgba(0,0,0,0.4); }
.box-shadow-50:before {	background: rgba(0,0,0,0.5); }
.box-shadow-60:before {	background: rgba(0,0,0,0.6); }
.box-shadow-70:before {	background: rgba(0,0,0,0.7); }
.box-shadow-80:before {	background: rgba(0,0,0,0.8); }
.box-shadow-90:before {	background: rgba(0,0,0,0.9); }

.display-none,
.display-none * {
	display: none !important;
}

.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: 576px) {
	.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-l li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.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: 576px) {
	.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-m li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.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: 576px) {
	.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-s li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.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: 576px) {
	.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-xl li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.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: 576px) {
	.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-xs li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.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: 576px) {
	.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-size-xxl li {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.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;
}

.ls-0 {
	letter-spacing: 0;
}

.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: 576px) {
	.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: 576px) {
	.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;
	}
	
	.pr-0 > div,
	.pr-0.vc_column_container > .vc_column-inner {
		padding-right: 0;
	}
}

.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 table,
.tbl td,
.tbl th {
	border-color: #FFF;
	overflow-x: auto;
	vertical-align: middle;
}

.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; }
}

.tbl-custom tr td {
	background-color: #F7F7F7;
}

.tbl-black tr td {
	background-color: #F7F7F7;
}

.tbl-blue tr td {
	background-color: #ECF5F9;
}

.tbl-green tr td {
	background-color: #F2F9EC;
}

.tbl-purple tr td {
	background-color: #E8E7F6;
}

.tbl-red tr td {
	background-color: #FFEEEE;
}

.tbl-custom:not(.tbl-no-line-color) tr:nth-child(2n+1) td {
	background-color: #E2E2E2;
}

.tbl-black:not(.tbl-no-line-color) tr:nth-child(2n+1) td {
	background-color: #E2E2E2;
}

.tbl-blue:not(.tbl-no-line-color) tr:nth-child(2n+1) td {
	background-color: #C8E3F7;
}

.tbl-green:not(.tbl-no-line-color) tr:nth-child(2n+1) td {
	background-color: #DCEDCB;
}

.tbl-purple:not(.tbl-no-line-color) tr:nth-child(2n+1) td {
	background-color: #D0CCEF;
}

.tbl-red:not(.tbl-no-line-color) tr:nth-child(2n+1) td {
	background-color: #FFD1D1;
}

.tbl-custom tr th {
	background-color: #E50013;
}

.tbl-black tr th {
	background-color: #555;
}

.tbl-blue tr th {
	background-color: #518AC5;
}

.tbl-green tr th {
	background-color: #88B996;
}

.tbl-purple tr th {
	background-color: #656093;
}

.tbl-red tr th {
	background-color: #E50013;
}

.tbl-border-color-black table,
.tbl-border-color-black td,
.tbl-border-color-black th {
	border-color: #4D5959;
}

.uppercase * {
	text-transform: uppercase;
}

/* color */
.black,
.black *:not([style*="color"]) {
	color: #4D5959 !important;
}

.blue,
.blue *:not([style*="color"]) {
	 color: #0072B6 !important;
}

.brown,
.brown *:not([style*="color"]) {
	 color: #B59677 !important;
}

.dark-blue,
.dark-blue *:not([style*="color"]) {
	 color: #1B5D7E !important;
}

.golden,
.golden *:not([style*="color"]) {
	 color: #CCB59A !important;
}

.grey,
.grey *:not([style*="color"]) {
	 color: #999 !important;
}

.light-blue,
.light-blue *:not([style*="color"]) {
	 color: #4FAADB !important;
}

.red,
.red *:not([style*="color"]) {
	 color: #E9402F !important;
}

.turquoise,
.turquoise *:not([style*="color"]) {
	 color: #3DBAC1 !important;
}

.white,
.white *:not([style*="color"]) {
	 color: #FFF !important;
}

.black *[style*="color"] *,
.blue *[style*="color"] *,
.brown *[style*="color"] *,
.dark-blue *[style*="color"] *,
.golden *[style*="color"] *,
.green *[style*="color"] *,
.grey *[style*="color"] *,
.light-blue *[style*="color"] *,
.purple *[style*="color"] *,
.red *[style*="color"] *,
.turquoise *[style*="color"] *,
.white *[style*="color"] * {
	 color: inherit !important;
}
/* end - color */
/* end - others */

/* website */
.bg-theme {
	background-color: #BCD6FF;
}

.btn-play {
	display: block;
	height: 80px;
	left: 50%;
	filter: alpha(opacity=90);
	opacity: 0.9;
	position: absolute;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 80px;
	z-index: 9;
}
@-moz-document url-prefix() {  /* firefox */
	.btn-play {
		display: table;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 0){  /* chrome */
	.btn-play {
		display: table;
	}
}

.btn-play:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.btn-tri,
.btn-tri a {
	color: #325D9A;
}

.btn-tri {
	position: relative;
}

.btn-tri.fr {
	margin-right: 18px !important;
}

.btn-tri a:after {
	border-color: transparent transparent transparent #325D9A;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	content: "";
	margin-left: 10px;
	height: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}

.btn-tri.font-size-s a:after {
	border-width: 5px 0 5px 8px;
}

.btn-tri > div > * {
	margin-top: 0;
}

.custom-post-date {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	float: left;
	font-family: "Open Sans", sans-serif;
	height: 54px;
	position: relative;
	width: 70px;
}

.custom-post-date:after {
	background: url(../images/date.png) no-repeat;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.custom-post-date .date-d,
.custom-post-date .date-m,
.custom-post-date .date-y {
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3em;
	z-index: 9;
}

.custom-post-date .date-d {
	bottom: 22px !important;
	color: #FFF;
	font-size: 19px;
	padding-left: 0;
	position: absolute !important;
	text-align: center;
	width: 40px;
}

.custom-post-date .date-m {
	bottom: 8px;
	color: #325D9A;
	font-size: 12px;
	padding-left: 24px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.custom-post-date .date-y {
	bottom: 3px;
	color: #325D9A;
	font-size: 12px;
	position: absolute;
	text-align: right;
	width: 100%;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover { background-color: #DDD; }

.dropdown:hover .dropdown-content { display: block; }

.dropdown:hover .dropbtn { background-color: #3E8E41;} 

@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-title .wpb_content_element {
	float: left;
	margin-right: 5px;
}

.icon-title .btn-tri {
	float: right;
	margin-top: 20px;
}

.icon-title .vc_column-inner:before {
	background-color: #325D9A;
	bottom: 35px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 80px;
	position: absolute;
	width: calc(100% - 95px);
}

.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);
}

.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%;
}

.post-by-date {
	bottom: -35px;
	position: absolute;
	right: 0;
}
@media only screen and (min-width: 48em) {
	.post-by-date {
		bottom: 0;
	}
}

body[no-featured-img="y"] .post-by-date {
	background-color: rgba(255,255,255,.85);
}

.post-by-date > div {
	position: relative;
	width: 140px;
}

.post-by-date > div > ul {
	cursor: pointer;
	list-style: none;
	width: 100%;
}
	
.post-by-date > div > ul:before {
	border-color: transparent transparent transparent #325D9A;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	content: "";
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 0;
	z-index: 9;
}

.post-by-date > div > ul:hover:before {
	top: 30%;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.post-by-date ul li {
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.post-by-date ul li { font-size: 15px; }
}
@media only screen and (max-width: 767px) {
	.post-by-date ul li { font-size: 14px; }
}
@media only screen and (max-width: 576px) {
	.post-by-date ul li { font-size: 13px; }
}

.post-by-date > div > ul > li {
	border-bottom: 2px solid #325D9A;
	color: #325D9A;
	font-size: 16px;
	list-style: none;
	padding: 8px 25px 8px 10px;
}

.post-by-date > div > ul ul {
	background-color: #FFF;
	display: none;
	left: 0;
	list-style: none;
	padding-left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9;
}

.post-by-date > div > ul:hover > li ul {
	display: block;
}

.post-by-date > div > ul  ul li {
	border-bottom: 2px solid #325D9A;
	padding-bottom: 10px;
	padding-top: 10px;
}
	
.post-by-date > div > ul ul li a {
	color: #325D9A;
	display: inline-block;
	padding: 0 10px;
	width: 100%;
}

.post-by-date > div > ul ul li:hover a {
	color: #34B6E7;
}

.post-by-date > div > ul ul li.selected a {
	color: #AAA;
}

.post-grid .vc_gitem-zone-a {
	background-size: contain;
	height: 140px;
    overflow: visible;
}
@media only screen and (min-width: 36em) {
	.post-grid .vc_gitem-zone-a {
		height: 160px;
	}
}
@media only screen and (min-width: 48em) {
	.post-grid .vc_gitem-zone-a {
		height: 180px;
	}
}
@media only screen and (min-width: 62em) {
	.post-grid .vc_gitem-zone-a {
		height: 110px;
	}
}
@media only screen and (min-width: 75em) {
	.post-grid .vc_gitem-zone-a {
		height: 130px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 36em) {
	.vc_grid.vc_row .vc_grid-item {
		float: left;
		width: 50%;
	}
}

@media only screen and (max-width: 991px) and (min-width: 36em) {
	.post-grid .vc_grid-item-zone-c-right .vc_gitem-zone-c,
	.post-grid .vc_grid-item-zone-c-right .vc_gitem-animated-block {
		width: 100%;
	}
}
	
.s-slider.slider-bg .jas-slider-caption {
	background: rgba(181,150,119,0.75);
	padding: 25px 35px 30px;
}
@media only screen and (max-width: 767px) {
	.s-slider.slider-bg .jas-slider-caption {
		padding: 15px 20px 20px;
	}
}
@media only screen and (max-width: 576px) {
	.s-slider.slider-bg .jas-slider-caption {
		padding: 8px 10px 13px;
	}
}
@media only screen and (min-width: 768px) {
	.s-slider.slider-bg .jas-slider-caption {
		min-width: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.s-slider .jas-slider-caption h3 { font-size: 16px; }
	.s-slider .jas-slider-caption h4 { font-size: 14px; }
}
@media only screen and (max-width: 576px) {
	.s-slider .jas-slider-caption h3 { font-size: 12px; }
	.s-slider .jas-slider-caption h4 { font-size: 10px; }
}

.s-slider .jas-slider-caption h3 {
	letter-spacing: 3px;
	margin-bottom: 15px;
	padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.s-slider .jas-slider-caption h3 {
		letter-spacing: 1px;
		margin-bottom: 5px;
		padding-bottom: 13px;
	}
}

.s-slider.slider-sep .jas-slider-caption h3 {
	background: url(../../gecko/assets/images/title-bg.png) center bottom no-repeat;
	background-size: contain;
}

.slick-dots {
	bottom: -22px;
}

.slick-dots li button:before {
	background: #666;
	content: "";
	margin: 5px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slick-dots li.slick-active button:before {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.white .slick-dots li.slick-active button:before {
	color: #FFF;
}

.s-slider .slick-next,
.s-slider .slick-prev {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	background-color: transparent;
	border: 0;
	text-align: left;
	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: 767px) {
	.s-slider .slick-next,
	.s-slider .slick-prev {
		display: none !important;
	}
}

.s-slider .slick-next {
	right: 15px;
	text-align: right;
}

.s-slider .slick-prev {
	left: 15px;
	text-align: left;
}

.s-slider .slick-next:before,
.s-slider .slick-prev:before {
	font-size: 70px;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}

.s-slider .slick-next:before {
	margin-left: -10px;
}

.s-slider .slick-prev:before {
	margin-left: -25px;
}

.header__top .widget a {
	color: #FFF;
	display: inline-block;
	padding-left: 12px;
	padding-top: 8px;
}

.header__top .widget a:focus,
.header__top .widget a:hover {
	color: #FFF;
}

.header__top .widget ul li {
	float: left;
	margin-left: 8px;
}

.header__top .widget ul li:not(:first-child):before {
    background: #FFF;
    content: "";
    float: left;
    height: 13px;
    margin-top: 14px;
    width: 1px;
}

/* end - website */
