/*
Theme Name: Reliance
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: http://www.becomingjenny.net
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: reliance
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url(fonts/fonts-Poppings.css);
@import url(fonts/flaticon.css);

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}
.customized-scroller{
	overflow-y: auto;
}
.customized-scroller-horizontal{
	padding-bottom: 10px;
	overflow-x: auto;
}
.customized-scroller::-webkit-scrollbar{
	width:6px;
}
.customized-scroller-horizontal::-webkit-scrollbar{
	height:6px;
}
.customized-scroller::-webkit-scrollbar-track,
.customized-scroller-horizontal::-webkit-scrollbar-track{
	background:#f2f2f2;
	border-radius:3px
}
.customized-scroller::-webkit-scrollbar-thumb,
.customized-scroller-horizontal::-webkit-scrollbar-thumb{
	background:#ccc;
	border-radius:3px
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-style: normal;*/
}
body {
	line-height: 1;
}
html.no-scrollbar{
	overflow: hidden!important;
}
body.no-scrollbar::-webkit-scrollbar {
	display: none;
}
body.no-scrollbar{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 300;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"],
textarea{
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
textarea:focus,
select:focus {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/*radio and checkbox types for pc*/
input[type="checkbox"],
input[type="radio"] {
	display: inline-block!important;
	position: relative;
	z-index: 0;
	height:20px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 8px;
	width: 13px;
	background: transparent;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
	position: absolute;
	content:"";
	width:20px;
	height:20.4px;
	background: url(images/icons-checkbox.png) no-repeat 0 top;
	background-size: 100% auto;
	box-sizing: border-box;
	border: 0;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	left:-3px;
	top:-2px;
}
input[type="radio"]:after {
	border-radius: 50%;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	background-position: 0 101%;
	color: #fff;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	/*content: '\2714';*/
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 3px;
	color: #fff;
	line-height: 20px;
	z-index: 2;
}
input[type="radio"]:checked:before {
	/*content: '';*/
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	left: 6px;
	top: 4px;
}
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #333;
	background-color: #303B74;
	border:none;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition:color 0.2s, background 0.2s;
	transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #0a3e52;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #0a3e52;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

.button,
.button1,
.button2,
.button3,
.button4,
.button5{
	box-sizing: border-box;
	display: inline-block;
	color: #222a35;
	padding: 8px 16px;
	min-width: 140px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 300;
	background-color: #303B74;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{/*dark blue*/
	border:1px solid #303B74;
	color:#fff!important;
	background:#303B74;
}
.button1:hover{
	color:#fff!important;
	border:1px solid #a1a1a1;
	background:#1a1a1a;
}
.button2 {
	border:1px solid #fff;
	color:#fff!important;
	background:transparent;
}
.button2:hover {
	color:#000!important;
	border:1px solid #fff;
	background:#fff;
}
.button2:hover .icon{
	filter: brightness(0);
}
.button3{/*light blue*/
	border:1px solid #3076b1;
	color:#fff!important;
	background:#3076b1;
}
.button3:hover{
	color:#fff!important;
	border:1px solid #a1a1a1;
	background:#1a1a1a;
}
.button4{/*black frame*/
	border:1px solid #000;
	color:#000!important;
	background:transparent;
}
.button4:hover{
	color:#fff!important;
	border:1px solid #a1a1a1;
	background:#1a1a1a;
}
.button4 .icon{
	filter: brightness(0);
}
.button4:hover .icon{
	filter: brightness(1000);
}

.button5{/*white background*/
	border:1px solid #fff;
	color:#000!important;
	background:#fff;
}
.button5:hover{
	color:#fff!important;
	border:1px solid #1a1a1a;
	background:#1a1a1a;
}
.button5 .icon{
	filter: brightness(0);
}
.button5:hover .icon{
	filter: brightness(1000);
}

.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}
.arrow-more{
	width: 16px;
	height: 15px;
	background:url(images/arrow-white-right.svg) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s;
}
.button .icon{
	margin-left: 8px;
}
@media screen and (min-width:1024px){
	.button,
	.button1,
	.button2,
	.button3,
	.button4,
	.button5{
		padding: 10px 28px;
	}
}
/* Responsive images */
img.entry-image,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:#B55235!important}
.txt-blue{color:#3076b1!important}
.txt-green{color:green!important}
.txt-orange{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}

/*grids*/
.col-raw{
	margin:0 -14px 0 -14px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -4px;
	margin-right: -4px;
}
.col-raw.col-medium{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-wide{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 14px;
}
.col-narrow .col-n{
	padding-left: 4px;
	padding-right: 4px;
}
.col-medium .col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-wide .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none!important;
	}
	.col-raw{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium .col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
	.col-raw.col-wide{
		margin-left: -24px;
		margin-right: -24px;
	}
	.col-wide .col-n{
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-flex-mb{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-n-tb{
		float: left;
	}
	.col-1-tb{
		width:8.33%;
	}
	.col-2-tb{
		width:16.66%;
	}
	.col-3-tb{
		width:25%;
	}
	.col-4-tb{
		width:33.33%;
	}
	.col-5-tb{
		width:41.66%;
	}
	.col-6-tb{
		width:50%;
	}
	.col-7-tb{
		width:58.33%;
	}
	.col-8-tb{
		width:66.66%;
	}
	.col-9-tb{
		width:75%;
	}
	.col-10-tb{
		width:83.33%;
	}
	.col-11-tb{
		width:91.66%;
	}
	.col-12-tb{
		width:100%;
	}
}
@media screen and (min-width: 1280px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-6{
		width:50%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
}
@media screen and (min-width: 768px){/*all except mobile*/
	.col-raw{
		margin:0 -28px 0 -28px;
	}
	.col-raw.col-narrow{
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-raw.col-medium{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-raw.col-wide{
		margin-left: -32px;
		margin-right: -32px;
	}
	.col-n{
		box-sizing: border-box;
		padding-left: 28px;
		padding-right: 28px;
	}
	.col-narrow .col-n{
		padding-left: 8px;
		padding-right: 8px;
	}
	.col-medium .col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-wide .col-n{
		padding-left: 32px;
		padding-right: 32px;
	}

	.hide-pc{
		display: none!important;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}

/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Poppins', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #000;
	background-color:#fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #303B74;
	text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 21px;
	padding: 0 1.5rem;
	width: 100%;
}
.site-content {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	width:100%;
	background-color:#0a3e52;
	padding-top: 1px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 2.6;
}
.main-navigation a {
	color: #000;
	text-decoration: none;
	display: block;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#0a3e52;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;
}
.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	/*background: transparent;*/
	color:#303B74;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #EDEDED;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #444;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #fff;
}
.footer-body{
	width: 90%;
	margin: 0 auto;
}
.footer-left{
	width: 100%;
	text-align: center;
}
.footer-left h3{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-left img{
	display: block;
	margin: 0 auto;
	width: 134px;
	height: 20px;
	margin-bottom: 20px;
}
.footer-right{
	margin-top: 30px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.footer-bottom{
	text-align: center;
	padding-top: 40px;
	margin-top: 40px;
	border-top:1px solid rgba(255,255,255,0.5);
}
.footer-bottom a{
	display: inline-block;
}
.footer-menu{
	text-align: left;
	line-height: 1.6;
}
.footer-menu li{
	margin-bottom: 6px;
}
.footer-menu li.tt{
	margin-bottom: 15px;
	opacity: 1;
}
.footer-menu li a{
	opacity: 0.6;
}
.footer-menu li.tt a,
.footer-menu li a:hover{
	text-decoration: none;
	opacity: 1;
}

@media screen and (min-width:768px){
	footer[role="contentinfo"] {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.footer-body{
		width: 100%;
		display: flex;
		gap: 20px;
		align-items: flex-start;
		flex-direction: row;
	}
	.footer-left{
		text-align: left;
		width: 30%;
	}
	.footer-left img{
		margin-left: 0;
		margin-bottom: 40px;
	}
	.footer-left h3{
		font-size: 21px;
	}
	.footer-right{
		margin-top: 68px;
		text-align: right;
		width: 70%;
	}
	.footer-bottom{
		text-align: left;
	}
	.footer-right{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.footer-menu-separator{
		background-color: rgba(255,255,255,0.5);
		height: 90px;
		width: 1px;
		display: block;
	}
	.footer-bottom-links{
		display: inline-block;
		margin-left: 15px;
	}
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid rgba(0,0,0,0.1);;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 600;
	text-align: left;
}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.846153846;
	color:#0a3e52;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
.site-info { text-align: center}
.site-logo {
	width:136px;/* height:45px;*/
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	padding: 6px 12px;
	background-image:none;
	background-color:#f5f4f2;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#fff;
	background-image:none;
	background-color:#3076b1;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0;
	box-shadow: none;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #03589e;
}
body .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 2px;
	padding-bottom: 2px;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ffe6b1!important;
	border-top: 1px solid #b78123!important;
	border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
}
.gform_wrapper .left_label .gfield_label {
	width: 30%!important;
	margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
	margin-left: 0%!important;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: .625em 0 1em;
}
.gform_confirmation_message{
	line-height: 1.6;
    font-size: 16px;
    color: #0a3e52;
}
.gform_required_legend{
	display: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1280px;
	}
	.site-wide{
		max-width: 1600px;
	}
	
	.site-narrow{
		max-width: 1066px;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	hgroup.site{
		max-width: 1440px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: transparent;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}
	.site-logo{
		margin: 15px 0;
		width:136px;
		height:43px;
	}
	#site-lang{
		width:136px;
		height:47px;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
		display: inline-block;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul.nav-menu{
		overflow: visible;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0
	}
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		width: 100%;
	}
	.main-navigation li {
		position: relative;
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		display: block;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 21px;
		line-height: 5.2;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
	}
	.main-navigation .current-menu-item a:hover,
	.main-navigation .current-menu-ancestor a:hover,
	.main-navigation .current_page_item a:hover,
	.main-navigation .current_page_ancestor a:hover,
	.main-navigation a:hover,
	.main-navigation a:focus{
		color: #303B74;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		color: #303B74;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation .nav-menu > li:after{
		content:"";
		position: absolute;
		bottom: 0;
		height:2px;
		left:21px;
		width:calc(100% - 42px);
		background-color:transparent;
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after{
		background-color:#3076b1;
	}

	/*simple mega menu*/
	#site-navigation li ul.sub-menu {
		display: none;
	}

	/*sub submenu*/
	.header-submenu{
		background-color:#fff;
		position: absolute;
		z-index: 51;
		left: 0;
		width: 100%;
		top:75px;
		line-height: 1.6;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0 3px 5px rgba(0,0,0,0.03);
		display: none;
	}
	.site-header.scroll .header-submenu{
		top:57px;
	}
	.header-submenu.current{
		display: block;
	}
	.header-submenu .site{
		box-sizing: border-box;
		padding: 40px 28px 40px 28px;
		display: flex;
		gap: 36px;
		flex-direction: row;
		align-items: stretch;
	}
	.header-submenu-left{
		width: 22%;
		border-right: 1px solid rgba(0,0,0,0.1);
	}
	.header-submenu-left li a{
		display: block;
		padding:8px 14px;
	}
	.header-submenu-left li a:hover{
		background-color: rgba(0,0,0,0.1);
	}
	.header-submenu-right{
		width: 78%;
	}
	.header-submenu-right h2{
		font-size: 21px;
		margin-bottom: 21px;
		float: none;
		width: fit-content;
		display: block;
		line-height: 1.4;
		color: #000;
	}
	.header-submenu-right h2:after{
		width: 20px;
		height: 20px;
		background:url(images/arrow-blue-right.svg) no-repeat;
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		filter: brightness(0);
	}
	.header-submenu-right ul{
		width: 800px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px 20px;
		line-height: 1.6;
	}
	.header-submenu-right ul li a{
		display: block;
	}
	.header-submenu-right ul li{
		padding:8px 0;
	}
	.header-submenu-right ul li small{
		display: block;
		color: #aaa;
	}
	.header-submenu-content{
		display: none;
	}
	.header-submenu-content.current{
		display: block;
	}

	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *,
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header .main-navigation .nav-menu > .current_page_item:after,
	.site-header .main-navigation .nav-menu > .current_page_ancestor:after {
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
/*		margin-top:8px;*/
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3.9;
		/*color: #333;*/
	}
	.site-header.scroll .main-navigation li ul a {
		
	}	
	.site-header.scroll .main-navigation .current-menu-item > a,
	.site-header.scroll .main-navigation .current-menu-ancestor > a,
	.site-header.scroll .main-navigation .current_page_item > a,
	.site-header.scroll .main-navigation .current_page_ancestor > a,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		/*color: #0a3e52;*/
		/*background-color: #000;*/
	}
	.site-header.scroll .main-navigation .nav-menu > .current-menu-item:after,
	.site-header.scroll .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_item:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_ancestor:after {
		
	}
	.site-header.scroll .site-logo {
		margin-top:6px;
		margin-bottom:6px;
		/*width: 209px;
		height: 45px;*/
	}
}
@media screen and (min-width:1280px){
	.main-navigation li a {
		padding: 0 35px;
	}
	.main-navigation .nav-menu > li:after{
		left: 35px;
		width: calc(100% - 70px);
	}
	#site-navigation li ul.sub-menu {
		left:calc(50% - 620px);
		width: 1240px;
	}
}
@media screen and (min-width:1920px){
	.main-navigation li a {
		padding: 0 40px;
	}
	.main-navigation .nav-menu > li:after{
		left: 40px;
		width: calc(100% - 80px);
	}
}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#009d55;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:20px;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
	background-color:#006e3b;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode_img {
	display: inline-block;
	width: 147px;
	height: 147px;
}
#qrCode_img img{
	width: 100%;
	height: 100%;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

/*main menu for mobile side*/
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: url(images/logo.svg) no-repeat center 10px #fff;
	background-size: 120px auto;
	z-index: 10;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
	height: 56px;
	width: 56px;
	line-height: 56px;
	min-height: 56px;
	font-size: 21px;
	text-align: center;
}
#topFloatBar_m {
	display: block;
	height: 56px;
	width: 30%;
	/* width: calc(100% - 100px); */
	margin-left: 35%;
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.3);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 16px;
	font-size: 1.142857rem;
}
#topFloatBar #mobileMenu ul li.current_page_item>a,
#topFloatBar #mobileMenu ul li.current-menu-item>a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
	/*color:#000;*/
	background-color: rgba(255,255,255,0.3);
	border-top: 1px solid rgba(255,255,255,0.3);
}
#topFloatBar #mobileMenu li a {
	padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 58px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	background-image: url(images/icons_menu_2.png);
	background-position: center 0!important;
	width: 56px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: center 100%!important;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#masthead{
	display: none;
	background-color: #fff;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	box-sizing: border-box;
}
.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.8;
}
.site-blocks h1 {
	font-size:28px;
	font-weight: 300;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.5;
}
.site-blocks h2 {
	line-height: 1.6;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 9px;
}
.site-blocks h3 {
	line-height: 1.6;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 9px;
}
h2.site-block-title{
	line-height: 1.6;
	font-size: 28px;
	font-size: 2rem;
}
p.site-block-subtitle{
	line-height: 1.6;
}
p.site-block-subtitle.txt-center{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
h2:first-child,
h3:first-child,
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
h2:last-child,
h3:last-child,
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto;
	margin:5rem auto;
}
.site-blocks.stick-bottom .site{
	margin-bottom:0;
}
.site-blocks.stick-top .site{
	margin-top:0;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}
@media screen and (min-width: 1024px){
	.site-blocks{
		padding: 0 28px;
		padding: 0 2rem;
	}
	.site-blocks .site{
		margin:90px auto;
	}
}
@media screen and (min-width: 1600px){
	.site-blocks .site{
		margin:130px auto;
	}
	.site-blocks h1 {
		font-size:35px;
	}
	.site-blocks h2 {
		font-size:31px;
	}
	.site-blocks h3 {
		font-size: 23px;
	}
}
/*homepage*/
.link-cover{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
hr.site{
	background-color: #ccc;
	margin: 0 auto;
	max-width: 1240px;
	width: calc(100% - 40px);
}
hr.site.site-narrow{
	max-width: 1024px;
}
hr.gap{
	margin-top:0;
	margin-bottom: 0;
	opacity: 0;
	height: 20px;
}
hr.gap.x2{
	height: 40px;
}
hr.gap.x3{
	height: 60px;
}
#block-news-col-txt{
	margin-bottom: 40px;
}

.img-mask-container{
	font-size: 0;
	position: relative;
}
.img-mask-container:after{
	position: absolute;
	z-index: 1;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(25,50,108,1) 0%,rgba(25,50,108,0) 100%);
	opacity: 0.6;
}
.line-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-arrow-blue{
	width: 20px;
	height: 18px;
	background:url(images/arrow-blue-right.svg) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
}
.icon-arrow-blue.small{
	width: 14px;
	height: 13px;
}
.icon-subscription{
	width: 18px;
	height: 18px;
	background:url(images/icon-subscript.svg) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	transform: translateY(-1px);
}
#block-product-col{
	display: grid;
	grid-gap: 20px;
}
#block-news-desc{
	margin-bottom: 25px;
}
#block-news-title{
	margin-top: 15px;
	line-height: 1.65;
}
#block-news-title span{
	max-width: calc(100% - 40px);
}
#block-news-title a:hover{
	text-decoration: none;
}
.block-product-col-item{
	min-height: 220px;
	position: relative;
	box-sizing: border-box;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.block-product-col-item.item-1{
	background-color: #3076b1;
	color: #fff;
}
.block-product-col-item .product-image{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	z-index: 0;
	filter: brightness(0.8);
	transition: 0.3s all;
}
.block-product-col-item:hover  .product-image{
	filter: brightness(1);
}
.block-product-col-item h4{
	position: relative;
	z-index: 1;
	font-size: 20px;
	margin-bottom: 30px;
}
.block-product-col-data{
	margin-top: 40px;
}
.block-product-col-data .line-flex{
	padding:14px 0;
	line-height: 1.4;
}
.block-product-col-data .line-flex span{
	width: 60%;
	text-align: left;
}
.block-product-col-data .line-flex span:last-child{
	width: 40%;
	text-align: right;
}
#block-product-list{
	padding: 0;
}
#block-product-list a{
	display: flex block;
	box-sizing: border-box;
	padding: 21px 0;
	border-bottom: 1px solid #666;
}
#block-product-list a:first-child{
	border-top: 1px solid #666;
}
.tab-list{
	line-height: 1.65;
	width: 100%;
	display:flex;
	gap: 5px;
	flex-direction: row;
}
.tab-list a{
	font-size: 13px;
	flex-grow:1;
	box-sizing: border-box;
	padding: 6px 0;
	border-bottom: 4px solid #E6E6E6;
	transition: 0.3s all;
}
.tab-list a.current{
	flex-grow:3;
	border-color:#3076b1;
	font-weight: 600;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: block;
}
.tab-control{
	text-align: right;
}
.swiper-prev,
.swiper-next,
.tab-prev,
.tab-next{
	width: 30px;
	height: 30px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 30px;
	text-align: center;
	background-color: #F2F2F2;
	transition: 0.2s all;
}
.swiper-prev:hover,
.swiper-next:hover,
.tab-prev:hover,
.tab-next:hover{
	background-color: #3076b1;
}
.swiper-prev .icon,
.swiper-next .icon,
.tab-prev .icon,
.tab-next .icon{
	width: 16px;
	height: 14px;
	filter: brightness(0);
}
.swiper-prev .icon,
.tab-prev .icon{
	transform: rotate(180deg);
}
.swiper-prev:hover .icon,
.swiper-next:hover .icon,
.tab-prev:hover .icon,
.tab-next:hover .icon{
	filter: brightness(100);
}
.swiper-navigation{
	margin-top: 20px;
	text-align: center;
}
.about-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#home-movement-cont{
	background: url(images/sustainability-header2.jpg) no-repeat left center;
	background-size: cover;
	color: #fff;
	display: block;
}
#home-movement-img{
	font-size: 0;
}
#home-movement-img img{
	width: 100%;
}
#home-movement-txt{
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	box-sizing: border-box;
	padding: 28px;
	min-height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}
@media screen and (min-width: 1024px){
	#block-first{
		margin-top: 74px;
	}
	#block-first .site-headerimg{
		margin-top: 70px;
	}
	#block-news-col{
		align-items: stretch;
	}
	#block-news-desc{
		min-height: 150px;
		justify-content: space-between;
	}
	#block-product-col{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}
	#block-product-list a{
		padding: 30px 0;
	}
	.tab-list{
		width: 75.5%;
		gap: 15px;
	}
	.tab-list.fullwidth{
		width: 100%;
	}
	.tab-list a{
		font-size: 14px;
	}
	.about-item{
		gap: 30px;
		flex-direction: row;
	}
	.about-item-img{
		width: calc(60% - 30px);
	}
	.about-item-txt{
		width: 40%;
	}
	.block-product-col-item{
		
	}
	#home-movement-cont{
		display: flex;
		flex-direction: row;
		align-items: stretch;

	}
	#home-movement-img{
		width: 35%;
	}
	#home-movement-txt{
		
	}
	#home-movement-txt .button{
		width: 200px;
/*		align-self: flex-end;*/
	}
}
@media screen and (min-width: 1200px){
	.tab-list a{
		font-size: 15px;
	}
}
a.more {
	float: right;
	width:auto;
	height:22px;
	color:#333;
	font-size: 12px;
	line-height: 22px;
	margin:0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:1px solid #d3d3d3;
	border-radius: 2px;
	background:#fff;
	padding:0 12px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more i{
	color: #0a3e52;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
a.more:hover {
	color:#0a3e52;
}
a.more:hover i{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

/*inner pages*/
.author-link{
	scroll-margin: 50px;
}
.site-headerimg{
	position: relative;
	font-size: 0;
}
.site-headerimg .entry-image{
	width: 100%;
	min-height: 300px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.site-headerimg-txt{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 28px;
}
.site-headerimg-txt .site{
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.site-headerimg-txt h2{
	font-size: 31px;
}
@media screen and (min-width:768px){
	
}
@media screen and (min-width:1200px){
	.site-headerimg-txt{
		padding-left: 50px;
		padding-right: 50px;
	}
	.author-link{
		scroll-margin: 120px;
	}
}
/*about page*/
#about-header-btns{
	gap: 20px;
}
#about-header-btns .button{
	width: 50%;
}
#about-header-img{
	position: relative;
}
#about-header-img img{
	width: 100%;
}
#about-header-gray{
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	padding: 21px;
	background-color: #EBEBEB;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#about-values{
	display: grid;
	grid-gap: 20px;
}
.about-values-item{
	box-sizing: border-box;
	padding: 28px;
	background-color: #3076b1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}
.about-values-item hr{
	margin: 0;
}
.history-item,
.team-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
h2.news-header-title{
	font-size: 18px;
}
@media screen and (min-width:768px){
	#about-values{
		grid-template-columns: repeat(3, 1fr);
	}
	.about-values-item{
		height: 250px;
	}
	.about-values-item p{
		height: 82px;
	}
	h2.news-header-title{
		font-size: 24px;
	}
}
@media screen and (min-width:1024px){
	#block-about-col{
		align-items: stretch;
	}
	#about-header-gray{
		width: 50%;
		padding: 30px;
		min-height: 220px;
		margin-left: 50%;
		margin-top: -80px;
	}
	.history-item,
	.team-item{
		gap: 40px;
		flex-direction: row;
	}
	.team-item-img{
		width: calc(45% - 40px);
	}
	.team-item-txt{
		padding-left: 30px;
		width: 55%;
	}
	.history-item-img{
		width: calc(60% - 40px);
	}
	.history-item-txt{
		padding-left: 30px;
		width: 40%;
	}
}

/*contact page*/
#contact-list{
	display: grid;
	grid-gap: 20px;
}
.contact-item{
	position: relative;
	background-color: #3076b1;
	color: #fff;
	box-sizing: border-box;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
#contact-dealer-cont{
	background-color: #353744;
	color: #fff;
	display: block;
}
#contact-dealer-img{
	font-size: 0;
}
#contact-dealer-img img{
	width: 100%;
}
#contact-dealer-txt{
	box-sizing: border-box;
	padding: 28px;
}
#bd_map{
	width: 100%;
	height: 380px;
}
.icon-contact{
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icons-contact.png) no-repeat;
	background-size: 100% auto;
}
.icon-contact.icon-2{
	background-position: 0 100%;
}
.contact-supplier-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.contact-supplier-item{
	position: relative;
	background-color: #3076b1;
	color: #fff;
	box-sizing: border-box;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
@media screen and (min-width:768px){
	#contact-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	.contact-item{
		height: 220px;
	}
	#bd_map{
		height: 460px;
	}
}
@media screen and (min-width:1024px){
	#contact-dealer-cont{
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;

	}
	#contact-dealer-img{
		width: 50%;
	}
	#contact-dealer-txt{
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 40px;
	}
	#contact-dealer-txt .button{
		width: 200px;
		align-self: flex-end;
	}
	.contact-supplier-list{
		grid-template-columns: repeat(4, 1fr);
	}
}

/*sustainability page*/
#sustainability-governance-list,
#sustainability-social-list,
#sustainability-governance-list{
	display: grid;
	grid-gap: 20px;
}

.sustainability-social-item,
.sustainability-governance-item{
	background-color: #3076b1;
	color: #fff;
	box-sizing: border-box;
	padding: 28px;
}
.sustainability-social-item hr{
	background-color: rgba(255,255,255,0.3);
}
.sustainability-social-item p{
	opacity: 0.85;
}
@media screen and (min-width:768px){
	#sustainability-social-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.sustainability-social-item{
/*		height: 300px;*/
	}
	#sustainability-governance-list{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

}
@media screen and (min-width:768px){
	
}

/*product page*/
.gray-box{
	box-sizing: border-box;
	padding: 28px;
	background-color: #EBEBEB;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#product-feature-list{
	display: grid;
	grid-gap: 20px;
}
.product-feature-item{
	box-sizing: border-box;
	padding: 28px;
	background-color: #3076b1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}
#product-certi-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.product-certi-item{
	text-align: center;
}
.product-certi-item img{
	display: block;
	max-width: 100%;
	margin: 5px auto;
}
.scene-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
p.tab-num{
	font-size: 20px;
	font-weight: 500;
}
.scene-item h3{
	margin-bottom: 40px;
}
.scene-item p{
	opacity: 0.75;
}
.accordion-item{
	overflow: hidden;
	margin-bottom: 0;
	border-top:1px solid #999;
	transition: 0.2s all;
}
.accordion-item.current,
.accordion-item.current:hover{
	
}
.accordion-item:hover{
/*	background: rgba(0,0,0,0.03);*/
}
.accordion-item-q{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	height:auto;
	padding: 15px 60px 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
	margin: 0 auto;
}
.accordion-item-q:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 30px;
	text-align: center;
	line-height: 1;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.accordion-item.current .accordion-item-q{
	/*background:#e02726;
	color: #fff;
	background:#fafafa;*/
}
.accordion-item.current .accordion-item-q:after{
	transform: rotate(180deg);
}
.accordion-item.current .accordion-item-q:after{
/*	color: #fff;*/
}
.accordion-item-q img{
	vertical-align: middle;
}
.accordion-item.current .accordion-item-q img{
/*	filter: brightness(10);*/
}
.accordion-item-q p{
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
}
.accordion-item-a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	overflow: hidden;
	transition: 0.2s all;
	padding: 0 15px;
	height: 0;
	margin: 0 auto;
	line-height: 1.7;
}
.accordion-item.current .accordion-item-a{
	padding: 0 15px 25px 15px;
}
.accordion-item-a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A";
	color: #f28d31;
	font-weight: 800;
	background: #f7f5f8;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.accordion-item-a p{
	margin: 10px 0;
}
.accordion-item-a li{
	list-style: disc;
	margin-left: 20px;
}
.accordion-item-a a{
	text-decoration: underline;
}
.swiper-scene{
	padding-bottom: 40px;
}
@media screen and (min-width:768px){
	.gray-box{
		min-height: 280px;
	}
	#product-feature-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}
	.product-feature-item{
		height: 270px;
	}
	#product-certi-list{
		grid-gap: 40px;
		grid-template-columns: repeat(5, 1fr);
	}
	.scene-item{
		flex-direction: row-reverse;
		gap: 40px;
	}
	.scene-item-img{
		width: 60%;
	}
	.scene-item-txt{
		width: 40%;
	}

	#product-feature-list{
/*		grid-gap: 80px;*/
	}
	.accordion-item.current .accordion-item-a,
	.accordion-item-a{
		padding-left: 250px;
	}
	.accordion-item-q{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.accordion-item.current .accordion-item-a{
		transform: translateY(-70px);
		pointer-events: none;
	}
}

/*competence page*/
.development-item{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.development-item img{
	object-fit: cover;
	min-height: 250px;
}
.patent-item,
.process-item{
	color: #fff;
	background-color: #3076b1;
	box-sizing: border-box;
	padding: 28px;
}
.process-item{
	background-color: #fff;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.process-line{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}
.list-3cols{
	display: grid;
	grid-gap: 20px;
}
.process-txt{
	margin-top:20px;
	margin-bottom:20px;
}
.process-txt h3{
	font-size: 16px;
}
.test-item,
.employee-item{
	display: flex;
	flex-direction: column;
	gap:20px;
}
:root {
    --swiper-theme-color: #3076b1;
}
#swiper_test_img,
#swiper_employees_img,
.swiper-equipment{
	padding-bottom: 30px;
}
#swiper_test_img_pagination{
}
.swiper-equipment .swiper-slide{
	width: 300px;
}
.equipment-item{
	padding: 0;
	box-sizing: border-box;
	background-color: #EBEBEB;
}
.equipment-item-txt{
	box-sizing: border-box;
	padding: 28px;
	min-height: 295px;
}
.equipment-image{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.equipment-image-b{
	margin-bottom: 28px;	
}
#swiper_equipment_2 .equipment-item{
	
}
.icon-mes{
	display: block;
	flex-shrink: 0;
	margin: 0 auto 10px auto;
	width: 80px;
	height: 80px;
	background:url(images/icons-menufacturing-1.svg) no-repeat;
	background-size: 100% auto;
}
.icon-mes.icon-2{ background-position:0 33.33% }
.icon-mes.icon-3{ background-position:0 66.67% }
.icon-mes.icon-4{ background-position:0 100% }
.icon-qm{
	display: block;
	flex-shrink: 0;
	margin: 0 auto 20px 0;
	width: 65px;
	height: 65px;
	background:url(images/icons-menufacturing-2.svg) no-repeat;
	background-size: 100% auto;
}
.icon-qm.icon-2{ background-position:0 50% }
.icon-qm.icon-3{ background-position:0 100% }
.mes-list,
.qm-list{
	display: grid;
	grid-gap: 40px;
}
@media screen and (max-width:768px){
	.mes-item,
	.qm-item{
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
	.mes-item p{
		margin-top: 0
	}
	.icon-mes,
	.icon-qm{
		width: 60px;
		height: 60px;
	}
	.equipment-image-b{

	}
}
@media screen and (min-width:768px){
	.list-3cols{
		grid-template-columns: repeat(3, 1fr);
	}
	.patent-item,
	.process-item{
		min-height: 300px;
	}
	.process-item{
		width: 300px;
	}
	.patent-item h3{
		margin-bottom: 30px;
	}
	.test-item{
		flex-direction: row-reverse;
		gap:40px;
	}
	.employee-item{
		flex-direction: row;
		gap:40px;
	}
	.test-item-img,
	.test-item-txt{
		width: 50%;
	}
	.employee-item-img{
		width: 60%;
	}
	.employee-item-txt{
		width: 40%;
	}
	.mes-list{
		max-width: 800px;
		grid-gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}
	.qm-list{
		grid-gap: 40px;
		grid-template-columns: repeat(3, 1fr);
	}
	.process-line{
		flex-direction: row;
		gap: 40px;
	}
}
@media screen and (min-width:1024px){
	.development-item-txt{
		/*padding-left: 15%;
		padding-right: 30%;*/
	}
	.development-item-txt h3{
		margin-bottom: 30px;
	}
	.mes-list,
	.qm-list{
		grid-gap: 60px;
	}
}

/*post page*/
.post-list{
	display: grid;
	grid-gap: 24px;	
}
.post-item{
	max-width: 100%;
	box-sizing: border-box;
	min-height: 455px;
	overflow: hidden;
}
#block-news-list .post-item{
	margin-bottom:28px;
}
.post_thumbnail,
.post_thumbnail img{
	width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}
.post-txt{
    font-size: 14px;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 28px 0;
}
.post-txt time{
	display: block;
	margin-bottom: 14px;
}
.post-title{
	color: #000;
	font-weight: 400;
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
}
.post-title:hover{
	text-decoration: none;
}
.post-content{
	opacity: 0.75;
	line-height: 1.65;
}
@media screen and (min-width:768px){
	.post-header h1{
		line-height: 1.3;
		font-size: 28px;
		font-size: 2rem;
	}
	.post-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap:30px;
	}
	.post-title{
		min-height: 52px;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}


/*页面遮盖层*/
.coverThePage{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 98;
}
.coverThePage.stay{
	display: block;
}

/*interactive ui*/
#fullMask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-opacity: 0;
	opacity: 0;
	/*pointer-events: none;*/
}
#fullMask.stay{
	z-index: 98;
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
}
#fullMask.stay.unclickable{
	pointer-events: none;
}
#toast{
	position: fixed;
	z-index: 100;
	width: 600px;
	height: 300px;
	box-sizing: border-box;
	padding: 30px 48px;
	background-color: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left:calc(50% - 300px);
	top: calc(50% - 150px);
	pointer-events: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
}
#toast.stay{
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
#toast i{
	display: block;
	width: 50px;
	height: 50px;
	background:url(images/icon-question.png);
}
#toast p{
	line-height: 1.6;
	font-size: 13px;
	margin: 21px auto;
	max-width: 75%;
}
#toast p a{
	text-decoration: underline;
}
#toast.error i{
	background:url(images/icon-question.png);
}
#toast.note i{
	background:url(images/icon-note.png);
}
#toast.success i{
	background:url(images/icon-success.png);
}
.closeLayer{
	cursor: pointer;
	position: absolute;
	right:10px;
	top:10px;
	width: 20px;
	height: 20px;
	background:url(images/close.svg);
	background-position: center center;
	background-size: 100% auto;
	transition: all 0.2s;
}
.closeLayer:hover{
	transform:rotate(90deg);
}
#loading{
	width: 100px;
	height: 100px;
	position: fixed;
	left: calc(50vw - 50px);
	top: calc(50vh - 30px);
	background:url(images/loading-rolling.svg) center center no-repeat;
	background-color: rgba(255,255,255,0.9);
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: -1;
	-webkit-opacity: 0;
	opacity: 0;
}
#loading.stay{
	top: calc(50vh - 50px);
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1;
}

/*aside form*/
#aside-fixed-form .gform-theme--api, .gform-theme--framework{
	--gf-color-danger:#f90!important;
	--gf-form-validation-border-color:#f90!important;
	--gf-color-primary:#FAA22C!important;
	--gf-color-primary-darker: #f90!important;
	--gf-ctrl-size-sm: 25px!important;
	--gf-ctrl-size-md: 30px!important;
	--gf-ctrl-textarea-height: 80px!important;
}
#aside-fixed-form{
	color: #fff;
	box-sizing: border-box;
	position: fixed;
	width: 520px;
	max-width: 100vw;
	height: 100vh;
	top: 0;
	right: -600px;
	z-index: 99;
	background-color: #076194;
	transition: 0.3s all;
}
#aside-fixed-form.stay{
	right: 0;
}
.aside-fixed-form-header{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 15px 30px;
}
.aside-fixed-form-header h3{
	font-size: 18px;
	line-height: 1.4;
}
.aside-fixed-form-body{
	overflow-y: auto;
	max-height: calc(100vh - 75px);
	box-sizing: border-box;
	padding: 10px 30px 20px 30px;
}
.aside-fixed-form-body .gform_confirmation_message{
	text-align: center;
	line-height: 1.55;
	font-weight: 500;
	padding-top: 50px;
}
.aside-fixed-form-body .gform_button{
	width: 100%!important;
}
#aside-fixed-form-close{
    filter: brightness(100);
    right: 30px;
    top:30px;
}
#aside-fixed-form label{
	color: #fff;
}
#aside-fixed-form .gform_fields{
	row-gap: 15px;
}
@media screen and (min-width:1024px){
	.aside-fixed-form-header,
	.aside-fixed-form-body{
		padding-left:50px;
		padding-right:50px;
	}
	#aside-fixed-form-close{
		right:50px;
	}
	body.admin-bar #aside-fixed-form{
		top:32px;
	}
}

/*gutenberg blocks*/
/*gutenberg frontend styles*/
.wp-block-cover, .wp-block-cover-image{
	border-radius: 10px;
}
.wp-block-column.box-round{
	box-sizing: border-box;
	padding: 25px;
	border:1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.wp-block-column.box-round img{
	min-height: unset;
	max-width: 100%;
	height: auto;
}
.wp-block-columns.swiper-wrapper{
	flex-wrap: nowrap !important;
	gap: 0;
}
.entry-content h2 + p.txt-green,
.entry-content h2 + p.txt-red{
	margin-top: 2px;
	/*margin-bottom: 25px;*/
}
.is-layout-flex{
	display: flex;
}
.wp-block-columns{
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-columns.stick-bottom{
	padding-bottom: 0;
}
.wp-block-columns.stick-top{
	padding-top: 0!important;
}
.wp-block-columns:first-child{
	padding-top: 0!important;
}
.wp-block-columns:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.wp-block-columns .img-circle{
	width: 200px;
	height: 200px;
}
.entry-content .wp-block-column h2{
/*	color: #000;*/
}
.wp-block-image img{
	object-fit: cover;
	min-height: 200px;
}
.wp-block-image.size-full img{
	width: 100%!important;
}
.image-scrollable{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.image-scrollable::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.image-scrollable::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.image-scrollable img{
	width: fit-content;
	min-width: 800px;/*width for yangtze-river-cruise*/
	max-width: unset;
}

.wp-block-image.full-width img{
	width: 100%;
}
#content-primary a:not(.button):not(.more):not(.wp-element-button):not(.post-title):not(.load-more-btn) {
	text-decoration: underline;
}
#content-primary .wp-block-heading a{
	text-decoration: none!important;
	color: #484848;
}
#content-primary .wp-block-heading a:hover{
/*	color: #000;*/
}
.wp-element-button{
	padding:12px 24px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 500;
	border-radius: 35px;
	text-decoration: none;
	transition: all 0.2s;
	text-shadow: none;
}
.wp-block-button.button1,
.wp-block-button.button2,
.wp-block-button.button3,
.wp-block-button.button4{
	padding: 0;
	width: fit-content;
}
.wp-block-button.button1 .wp-element-button,
.wp-block-button.button2 .wp-element-button,
.wp-block-button.button3 .wp-element-button,
.wp-block-button.button4 .wp-element-button{
	background-color: transparent;
	display: block;
	border:0;
	height: 100%;
	width: auto;
}
.wp-block-button + .wp-block-button{
	margin-left: 10px;
}

.wp-element-button:hover{
	text-decoration: none;
}
.wp-element-button{
	border:1px solid #e02726;
	color:#fff!important;
	background:#e02726;
}
.wp-element-button:hover{
	color:#fff;
	border:1px solid #e43d3c;
	background:#e43d3c;
}
.wp-block-buttons.has-small-font-size .wp-element-button{
	font-size: 14px;
	padding: 6px 12px;
	width:auto;
}
.entry-content h1.wp-block-heading,
.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading{
	margin-bottom: 20px;
	margin-top: 40px;
}
hr.wp-block-separator {
	background-color: #ededed;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin: 30px 0;
	margin-bottom: 1.714285714rem;
}
hr.wp-block-separator.gap{
	opacity: 0;
}
.wp-block-heading.has-text-align-center{
	text-align: center!important;
}
.wp-block-heading.has-text-align-right{
	text-align: right!important;
}
.wp-block-details summary{
	font-size: 13px;
}
.wp-block-details summary:marker{
	display: none;
}
/*hide the read more txt when block is open
.wp-block-details[open] summary:first-child{
	display: none;
}*/
.wp-block-column .box-page-item,
.wp-block-column .flip-item,
.wp-block-column .tour-item{
	
}
.wp-block-spacer.gap{
	height: 40px!important;
}
.wp-block-spacer.gap.x2{
	height: 60px!important;
}
.load-more-btn{
	color: #333;
	display: block;
	cursor: pointer;
	background-color: transparent;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ededed;
	font-size: 14px;
	border-radius: 10px;
	margin: 15px auto;
	transition: 0.2s all;
	font-weight: 600;
}
.load-more-btn:hover{
	background-color: #f6f6fa;;
	text-decoration: none;
}
.wp-block-brain1981-gutenberg-load-more .load-more-btn-inner,
.wp-block-brain1981-gutenberg-load-more.triggered .load-more-btn{
	display: none;
}
.wp-block-brain1981-gutenberg-load-more .load-more-btn,
.wp-block-brain1981-gutenberg-load-more.triggered .load-more-btn-inner{
	display: block;
}
.wp-block-cover-is-layout-constrained h1,
.wp-block-cover-is-layout-constrained h2,
.wp-block-cover-is-layout-constrained h3,
.wp-block-cover-is-layout-constrained h4,
.wp-block-cover-is-layout-constrained p,
.wp-block-cover-is-layout-constrained a,
.wp-block-cover-is-layout-constrained a:hover{
	color: #fff;
	text-decoration: none!important;
}
.wp-block-cover-clickable{
	cursor: pointer;
}
.anchor{
	scroll-margin-top: 110px;
}
@media all and (max-width:781px){
	.wp-block-columns .button{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.wp-block-columns .wp-block-column h2{
/*		text-align: center;*/
	}
	.wp-block-columns .img-circle{
		width: 150px;
		height: 150px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.box-page-item,
	.flip-item,
	.tour-item{
		max-width: 100%;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width:782px){
	.column-2{
		columns: 2;
		column-gap: 20px;
	}
	.wp-block-columns{
		gap: 20px;
	}
	.wp-block-columns{
		/*padding-top: 20px;
		padding-bottom: 20px;*/
	}
	.load-more-btn{
		width: calc(33% - 10px);
	}
	.wp-block-column .box-page-item,
	.wp-block-column .flip-item,
	.wp-block-column .tour-item,
	.wp-block-column .post-item{
		margin-top: 13px;
		margin-bottom: 13px;
	}
}
@media screen and (min-width:1024px){
	.wp-element-button{
		padding:12px 24px;
		font-size: 16px;
	}
	hr.wp-block-separator {
		margin: 40px 0;
	}
}
@media screen and (min-width:1280px){
	.column-2{
		column-gap: 30px;
	}
	.wp-block-columns{
		gap: 25px;
	}
}
@media screen and (min-width:1600px){
	.wp-block-columns{
		/*padding-top:30px;
		padding-bottom:30px;*/
	}
}

/*lightbox*/
.lb-outerContainer{
	background: transparent;
}
.lightbox .lb-image{
	border: 0;
}