/*
Theme Name: SS-Smartech
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: smartech
*/

/* =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);

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}

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;
}
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{
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper: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="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;
}
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;
}

/* Reset non-text input types */
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;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	input[type="checkbox"],
	input[type="radio"]{
		/*transform: translate(0,1.5px);*/
	}
}

@media screen and (min-width: 768px){
	input[type="checkbox"],
	input[type="radio"] {
		position: relative;
		z-index: 0;
		height:20px;
		box-sizing: border-box;
		vertical-align: middle;
		margin-right: 10px;
	}
	input[type="checkbox"]:after,
	input[type="radio"]:after {
		position: absolute;
		content:"";
		width:20px;
		height:20px;
		box-sizing: border-box;
		background-color: #fff;
		border: 1px solid #ddd;
		padding: 9px;
		border-radius: 3px;
		display: inline-block;
		vertical-align: top;
		z-index: 1;
		left:-2px;
		top:-1px;
	}
	input[type="radio"]:after {
		border-radius: 50%;
	}
	input[type="checkbox"]:checked:after,
	input[type="radio"]:checked:after {
		background-color: #b7282e;
		border-color: #b7282e;
		color: #fff;
	}
	input[type="checkbox"]:checked:before,
	input[type="radio"]:checked:before {
		content: '\2714';
		font-size: 13px;
		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: 4px;
		top: 5px;
	}
}


/* 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:#fff;
	background-color: #b7282e;
	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: #a92329;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #a92329;
}
.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{
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 8px 10px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 300;
	background-color: #b7282e;
	-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{
	border:2px solid #b7282e;
	color:#fff;
	background:#b7282e;
}
.button1:hover{
	color:#fff;
	border:2px solid #a92329;
	background:#a92329;
}
.button1.transparent{
	color:#54bcb5;
	background:transparent;
}
.button1.transparent:hover{
	color:#f4a23b;
	border:2px solid #f4a23b;
}
.button1.white{
	color:#54bcb5;
	background:white;
	border: 2px solid white;
}
.button1.white:hover{
	background:transparent;
	color:white;
	border:2px solid white;
}
.button2 {
	/*background-color: #ffc000;*/
	background-color: transparent;
	color: #fff;
	border:2px solid #fff;
}
.button2:hover {
	background-color: #fff;
	border:2px solid #fff;
	color: #5b9bd5;
}
.button3 {
	background-color: transparent;
	border: 2px solid #5b9bd5;
	color: #5b9bd5;
	padding: 6px 18px;
	width: auto;
}
.button3:hover {
	background-color: #5b9bd5;
	color: #fff;
}
.button4 {
	background-color: #ff534e;
	border: 2px solid #ff534e;
	color: #fff;
	padding: 6px 18px;
	width: auto;
	cursor: pointer;
}
.button4:hover {
	background-color: #FFA836;
	border: 2px solid #FFA836;
	color: #fff;
}
.button-white{
	color:#5b9bd5;
	background-color: #fff;
	border: 2px solid #fff;
}
.button-white:hover{
	color:#fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}
.button.disabled{
	pointer-events: none;
	filter:grayscale(100%);
}
@media screen and (min-width:1280px){
	.button{
		padding: 12px 20px;
		width: 156px;
	}
	.button.button-small{
		padding: 6px 18px;
		width:auto;
	}
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
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:#b7282e}
.txt-blue{color:#5b9bd5}
.txt-green{color:green}
.txt-orange{color:#ffa836}
.txt-white{color:#fff}
.txt-black{color:#000}

/*grids*/
.col-raw{
	margin:0 -28px 0 -28px;
	overflow: hidden;
}
.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-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.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;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
.col-1-5{
	width:20%;
}
.col-2-5{
	width:40%;
}
.col-3-5{
	width:60%;
}
.col-4-5{
	width:80%;
}
@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;
	}
	.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*/
	.hide-pc{
		display: none;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		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: 10px;
	border-radius: 5px;
	background-color: #f2f2f2;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 5px;
	border: 0;
	background-color: #b7282e;
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}
.txt-center.small-para{
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	max-width: 100%;
	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', 'Noto Sans SC', '微软雅黑', Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #555;
	background-color:#fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* 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: #fff;
	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: #302b28;
	color:#fff;
}

/* 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"] {
	overflow: hidden;
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #100e0f;
	color: #999;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #999;
}
footer[role="contentinfo"] a:hover {
	color: #fff;
}
footer[role="contentinfo"] h3{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #b7282e;
	width: fit-content;
	line-height: 1.4;
}
footer[role="contentinfo"] strong{
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
}
footer[role="contentinfo"] .col-n{
}
footer[role="contentinfo"] .site{
	margin-top: 40px;
	margin-bottom: 40px;
}
footer[role="contentinfo"] .footer-menu li{
	list-style: none;
	margin: 0;
	font-size: 13px;
}
#footer-contact{
	line-height: 1.9;
	font-size: 13px;
}
#footer-contact i{
	display: inline-block;
	width: 15px;
	text-align: center;
	margin-right: 4px;
}
#footer-contact b{
	color: #fff;
}
#footer-qr{
	text-align: center;
	line-height: 1.25;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#footer-qr div{
	padding: 0 15px;
	box-sizing: border-box;
}
#footer-qr img{
	margin:14px auto 7px auto;
	display: block;
}
#footer-bottom{
	font-size: 13px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #484848;
}
@media screen and (min-width:1280px){
	footer[role="contentinfo"] .site{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	#footer-contact,
	footer[role="contentinfo"] .footer-menu li,
	#footer-bottom{
		font-size:14px;
	}
	footer[role="contentinfo"] h3{
		min-width: 85%;
	}
	#footer-qr{
		justify-content:flex-end;
	}
}
/* =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;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #000;
}
.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;
	color:#b7282e;
	font-weight: 500;
	text-align: left;
}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.846153846;
}
.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: 15px;
    font-size: 1.07147285rem;
}
.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;
	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;
}

/* =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-logo {
	width:51px;/* 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 {
	margin: 0 2px;
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	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:#b7282e;
	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;
	border:0;
}
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: transparent!important;
	border-top: 0!important;
	border-bottom: 0!important;
	margin: 0!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
	display: none;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
	color: #fff;
	width: 100%!important;
	padding-top: 8px;
	padding-bottom: 8px;
}
.gform_wrapper .gform_footer input.button.disabled,
.gform_wrapper .gform_footer input[type=submit].disabled{
	pointer-events: none;
	filter: grayscale(50%);
}
.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: #000;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
.gform_button_select_files{
	color: #000;
	background:transparent;
	border: 1px dashed #666;
	border-radius: 4px;
	padding: 10px;
}
body .gform_legacy_markup_wrapper.gf_browser_chrome select{
	padding: 5px 4px;
	margin: 0;
}
body .gform_legacy_markup_wrapper .field_description_below .gfield_description{
	padding:6px 0 0 0;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
body .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
	padding-right: 0;
}
body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100%!important;
}
.flex-checkboxes .gfield_checkbox{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.flex-checkboxes .gfield_checkbox .gchoice {
	white-space: nowrap;
}
.flex-checkboxes .gfield_checkbox label{
	white-space: nowrap;
	margin-right: 25px;
}
.gform_wrapper.gravity-theme .gform_validation_errors,
p.gform_required_legend{
	display: none;
}
h3.gsection_title{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}
body .gform_wrapper.gravity-theme .gsection{
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}
@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;
}
@media screen and (min-width: 600px) {

}

/* 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: 1200px;
	}
	hgroup.site{
		/*max-width: 1920px;*/
	}
	.site.site-narrow{
		max-width: 880px;
	}
	.site.site-medium{
		max-width: 1024px;
	}
	.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;
	}
	.footer-menu {
		display: block;
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: #100e0f;
	}
	.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{
		float:left;
		margin: 17px 0;
		width:200px;
		height:47px;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 285px);
		width: calc(100% - 285px);
		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%;
		text-align: right;
	}
	.main-navigation li {
		position: relative;
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		display: block;
		color: #fff;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 24px;
		line-height: 5.1;
		border-top: 4px solid transparent;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.071428571rem;
	}
	.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{
		/*color: #fff;
		border-top: 4px solid #b7282e;*/
	}
	.main-navigation .menu-item:hover > a{
		color: #fff;
		border-top: 4px solid #b7282e;
		background: #302b28;
	}
	.main-navigation .sub-menu .menu-item a{
		border-top:0!important;
	}
	.main-navigation .sub-menu .menu-item a:hover{
		background-color: #100e0f;
	}
	.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: #fff;
		border-top: 4px solid #b7282e;
		/*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);*/
		left:0;
		width: 100%;
	}
	.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;*/
		width: 100%;
	}
	.main-navigation li ul li{
		width: 100%;
	}
	.main-navigation li ul li a {
		background: #302b28;
		text-align: center;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		display: block;
		line-height: 3;
		padding:0;
		/*font-size: 11px;
		font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		/*padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;*/
/*		width: 200px;*/
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #100e0f;
	}	
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor,
	.main-navigation .nav-menu > .current_page_item,
	.main-navigation .nav-menu > .current_page_ancestor{
		position: relative;
	}
	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		background-color: #100e0f;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation li a {
		line-height: 4;
	}
	.site-header.scroll .main-navigation .sub-menu li a {
		line-height: 3;
	}
	.site-header.scroll .main-navigation li ul a {
/*		background: #0a3e52;*/
	}	
	.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 .site-logo {
		margin-top:6px;
		margin-bottom:6px;
	}
}
@media screen and (min-width:1280px){
	.main-navigation li a {
		padding: 0 35px;
	}
}
@media screen and (min-width:1920px){
	.site {
		max-width: 1400px;
	}
	.main-navigation li a {
		padding: 0 50px;
	}
}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 0;
	background-color:#b7282e;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display: flex;
	justify-content: center;
	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:#a92329;
}
#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-w.png) no-repeat 20px 14px #100e0f;
	background-size: 140px 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: 36px;
	/* width: calc(100% - 100px); */
	margin-left: 20px;
	float: left;
}
#topFloatBar_l a,
#topFloatBar_r a {
	color: #fff;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.1);
}
#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: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	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.current_page_ancestor>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.05);
	border-top: 1px solid rgba(255,255,255,0.05);
}
#topFloatBar #mobileMenu li a {
	padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 48px;
}
#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;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
	#masthead-height{
		height: 64px;
	}
}
.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 28px 0;
	margin: 1rem 0 2rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.65;
}
.site-blocks h1 {
	font-size:21px;
	font-size:1.5rem;
	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.2;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 28px;
	color: #1d1d1f;
	text-transform: uppercase;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks h2:first-child,
.site-blocks h3:first-child,
.site-blocks p:first-child,
.site-blocks ul:first-child,
.site-blocks ol:first-child{
	margin-top: 0;
}
.site-blocks h2:last-child,
.site-blocks h3:last-child,
.site-blocks p:last-child,
.site-blocks ul:last-child,
.site-blocks ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto;
	margin:5rem auto;
}
.site-blocks .site.site-sticktop{
	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;
	}
}
@media screen and (min-width: 1280px){
	.site-blocks .site{
		margin:98px auto;
		margin:7rem auto;
	}
	.site-blocks h2 {
		margin-bottom: 28px;
		font-size: 42px;
		font-size: 3rem;
	}
}

/*homepage*/
#home-headimage{
	position: relative;
}
#home-headimage .swiper-slide{
    font-size: 0;
}
#home-headimage .swiper-slide img{
	width: 100%；;
	height: auto;
	object-fit: cover;
	min-height: 300px;
}
.home-headimage-txt{
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
.home-headimage-link{
	width: 100%;
	height: 100%;
	display: block;
}
.home-headimage-txt .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-shadow: 0 1px 2px black;
	padding-bottom: 15%;
}
.home-headimage-txt h2{
	font-size: 22px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.home-headimage-txt p{
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 30px;
	height: 5px;
	border-radius: 0;
	background:#fff;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background:#fff;
}
#home-count{
	margin-bottom: 20px;
	font-size: 0;
}
.home-count-item{
	text-align: center;
	width: 33.3%;
	width: 50%;
	box-sizing: border-box;
	padding:20px 10px;
	display: inline-block;
	vertical-align: top;
}
.home-count-item p{
	line-height: 1.3;
	margin:21px 0 0 0;
	font-size: 14px;
	font-size: 1rem;
}
.home-count-num{
	margin:0 auto;
	position: relative;
	display: block;
	width:80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background:#eeeeee;
	border-radius: 50%;
	font-size: 21px;
}
.home-count-num:after{
	position: absolute;
	width: 90px;
	height: 90px;
	content:"";
	background:url(images/circle-3-4.svg) no-repeat;
	background-size: 100% auto;
	z-index: 0;
	left: -5px;
	top:-5px;
}
.home-count-num.num-2:after{ transform:rotate(53deg);}
.home-count-num.num-3:after{ transform:rotate(102deg);}
.home-count-num.num-4:after{ transform:rotate(282deg);}
.home-count-num.num-5:after{ transform:rotate(233deg);}
.home-count-num.num-6:after{ transform:rotate(184deg);}
#home-advantage{
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
#home-advantage-left{
	box-sizing: border-box;
	width: calc(50% - 150px);
	background:#eee;
	display: flex;
	flex-direction: row-reverse;
}
#home-advantage-right{
	position: relative;
	font-size: 0;
	width: calc(50% + 110px);
	margin-left: 40px;
}
#home-advantage-right img{
	position: relative;
	object-fit:cover;
	width: 100%;
	height: 100%;
	max-height: 560px;
	transition: 0.2s all;
	opacity: 0;
}
#home-advantage-right img.ot{
	position: absolute;
	left: 0;
	top:0;
}
#home-advantage-right img.current{
	opacity: 1;
}
#home-advantage-content{
	padding:40px 28px;
	width: 480px;
	box-sizing: border-box;
}
.advantage-item{
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.advantage-item h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.35;
}
.advantage-item h2{
	line-height: 1.2;
	margin-bottom: 20px;
}
html[lang="en-US"] .advantage-item h2{
	font-size: 25px;
}

#home-advantage-pagination{
	bottom:20px;
	text-align: left;
	padding-left: 28px;
}
#home-advantage-pagination .swiper-pagination-bullet{
	background:#000;
	margin-left: 0;
}
.advantage-item-desc{
	margin-bottom: 30px;
}
p.advantage-item-sub{
	margin-top: 0!important;
}
@media screen and (max-width: 1023px){
	#home-advantage{
		display: block;
	}
	#home-advantage-left,
	#home-advantage-right,
	#home-advantage-content{
		width:100%;
	}
	#home-advantage-right{
		margin:0;
	}
}
@media screen and (min-width: 768px){
	#home-count{
		margin-bottom: 0;
	}
	.home-headimage-txt h2{
		font-size: 42px;
	}
	.home-headimage-txt p{
		font-size: 18px;
	}
	#home-advantage-content{
		padding-right: 40px;
		padding-left: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#home-advantage-pagination {
		padding-left: 40px;
	}
	#home-advantage-content{
		margin-right: 0;
	}
	.advantage-item h3{
		font-size: 21px;
		margin-bottom: 21px;
	}
}
@media screen and (min-width: 1280px){
	.home-count-num{
		width:120px;
		height: 120px;
		line-height: 120px;
		font-size: 30px;
	}
	.home-count-num:after{
		width: 136px;
		height: 136px;
		left: -8px;
		top:-8px;
	}
	.home-count-item p{
		font-size: 15px;
	}
	#home-advantage-content{
		width: 440px;
	}
	.advantage-item-desc{
		min-height: 230px;
	}
	.advantage-item h3{
		/*font-size: 28px;
		margin-bottom: 28px;*/
	}
	#home-advantage-pagination{
		bottom:50px;
	}
	.swiper-pagination .swiper-pagination-bullet{
		width: 50px;
		margin:0 6px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 10px;
	}
}
@media screen and (min-width: 1920px){
	.home-headimage-txt h2{
		font-size: 56px;
	}
	#home-advantage-content{
		width: 550px;
	}
}
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);
}
#home-headimage {
	width:100%;
	overflow: hidden;
}
#home-headimage .swiper-slide img {
	width:100%;
	height: auto;
}

/*inner pages*/
#top-inner {
	position: relative;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.top-inner-header-img{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	filter:brightness(0.8);
	object-fit: cover;
	max-height: 700px;
	min-height: 260px;
}
.top-inner-txt{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#top-inner .entry-title{
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	text-shadow: 0 1px 2px black;
}
#top-inner .entry-title-sub{
	margin-top: 14px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	text-shadow: 0 1px 2px black;
}
@media screen and (min-width:1024px){
	#top-inner .entry-title{
		font-size: 35px;
	}
}
@media screen and (min-width:1600px){
	#top-inner .entry-title{
		font-size: 42px;
	}
	#top-inner .entry-title-sub{
		margin-top: 28px;
		font-size: 21px;
		font-size: 1.5rem;
	}
}
/*about*/
#block-about-2{
	margin-bottom: 40px;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: stretch;
}
#block-about-2-right{
	box-sizing: border-box;
	width: calc(50% - 150px);
	background:#eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#block-about-2-left{
	position: relative;
	font-size: 0;
	width: calc(50% + 110px);
	margin-right: 40px;
}
#block-about-2-left img{
	position: relative;
	object-fit:cover;
	width: 100%;
	height: 100%;
	max-height: 500px;
}
#block-about-2-content{
	padding:40px;
	width: 480px;
	box-sizing: border-box;
	max-width: 100%;
}
#award-list{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
#award-list-inner{
	text-align: center;
	width: 100%;
	min-width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom:15px;
}
#award-list::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 10px;
	border-radius: 5px;
	background-color: #f2f2f2;
}
#award-list::-webkit-scrollbar-thumb{
	border-radius: 5px;
	border: 0;
	background-color: #b7282e;
}
.award-img{
	margin: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	width: auto;
	height: 190px;
}
.award-img:first-child{
	margin-left:0;
}
.award-img:last-child{
	margin-right:0;
}
#partner-list{
	display: grid;
	grid-gap: 8px;
	grid-template-columns:repeat(3,1fr);
}
.partner-item img{
	width: 100%;
}
#block-about-5 .site{
	margin-top: 0;
}
@media screen and (max-width: 1023px){
	#block-about-2{
		display: block;
	}
	#block-about-2-left,
	#block-about-2-right,
	#block-about-2-content{
		width:100%;
	}
	#block-about-2-content{
		padding:40px 28px;
	}
	#block-about-2-right{
		margin:0;
	}
}
@media screen and (min-width: 768px){
	#partner-list{
		grid-template-columns:repeat(5,1fr);
	}
}
@media screen and (min-width: 1024px){
	#award-list-inner{
		min-width: 1200px;
	}
	.award-img{
		margin: 20px;
		height: 380px;
	}
	#partner-list{
		grid-template-columns:repeat(10,1fr);
	}
}
@media screen and (min-width: 1920px){
	#block-about-2-content{
		width: 550px;
	}
}

/*career / service page*/
#block-career-2,
#block-service-1{
	background-color: #eee;
}
.career-item{
	margin:30px auto;
	width: 100%;
}
.career-item big{
	font-size: 120%;
	font-weight: 500;
}
.career-item-pic{
	width: 100%;
	height: auto;
}
.career-item-txt{
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
}
.career-item-txt-gray{
	background-color: #f2f2f2;
}
.career-item-txt h3{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.career-item .button{
	margin-top: 20px;
}
.box-gray{
	box-sizing: border-box;
	padding: 20px;
	background-color: #f2f2f2;
	color: #000;
	line-height: 1.4;
	margin-bottom: 20px;
}
.box-gray .num{
	display: block;
	font-size: 28px;
	font-weight: 600;
}
.box-gray .unit{
	display: block;
	font-size: 12px;
	height: 16px;
}
.box-gray p{
	font-size: 14px;
	font-size: 1rem;
	margin-bottom: 7px;
}
.box-simple-title.col-n{
	margin-bottom: 28px;
}
.box-simple-title h3{
	color: #000;
	font-size: 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid #000;
	margin-bottom: 14px;
}
div.space-holder{
	height: 20px;
}
#block-creation-4 .box-gray{
	min-height: 236px;
}
#block-creation-6{
	background-color: #f2f2f2;
}
.apply-example-list{
	margin-top: 20px;
	display: grid;
	grid-gap: 15px;
	grid-template-columns:repeat(2,1fr);
}
.apply-example-item{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 15px;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
	line-height: 1.35;
}
.list-promise{
	list-style: none;
}
.list-promise li{
	box-sizing: border-box;
	padding:10px;
	margin:15px 0;
	background-color: #000;
	border-left: 10px solid #b7282e;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
.icon-service{
	width: 60px;
	height: 60px;
	background:url(images/icons-aftersale.png) no-repeat center top;
	background-size: 100% auto;
	display: block;
	margin-bottom: 15px;
}
.icon-service.icon-2{ background-position:0 33.33%; }
.icon-service.icon-3{ background-position:0 66.66%; }
.icon-service.icon-4{ background-position:0 100%; }
html[lang="en-US"] #block-creation-2 .box-gray p{
	min-height: 75px;
}
@media screen and (min-width:768px){
	.career-item-pic,
	.career-item-txt{
		width: 50%;
	}
	.career-item-txt{
		padding: 40px;
	}
	.career-item-txt .button{
		align-self: flex-end;
	}
	.career-item{
		margin:40px auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}
	.career-item-txt h3{
		font-size: 21px;
	}
	
}
@media screen and (min-width:1280px){
	.career-item-txt{
		padding: 70px 50px;
	}
	.career-item-txt h3{
		font-size: 25px;
	}
	.box-gray{
		padding: 30px;
	}
	.box-gray .num{
		font-size:35px;
	}
	.box-gray p{
		font-size: 15px;
	}
	.box-simple-title h3{
		font-size: 21px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	div.space-holder{
		height: 30px;
	}
	.apply-example-list{
		grid-gap: 28px;
		grid-template-columns:repeat(3,1fr);
	}
	.apply-example-item{
		padding: 20px;
		font-size: 18px;
	}
	.icon-service{
		width: 75px;
		height: 75px;
	}
	.list-promise li{
		max-width: 400px;
		font-size: 18px;
	}
}

/*news / jobs*/
.post-item{
	width: 100%;
	box-sizing: border-box;
	background:#f2f2f2;
	overflow: hidden;
	margin-bottom: 28px;
}
.post_thumbnail,
.post_thumbnail img{
	width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}
.post-txt{
	line-height: 1.55;
	box-sizing: border-box;
	padding: 28px;
	font-size: 14px;
	min-height: 58px;
}
.post-txt time{
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
}
.post-title{
	font-weight: 400;
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
}
.post-title:hover{
	text-decoration: none;
}

.post-footer{
	margin-top: 40px;
	text-align: right;
}
.post-header{
	margin-bottom: 40px;
}
.post-header .post-title{
	margin: 0;
	font-weight: 500;
	font-size: 21px;
	font-size: 1.5rem;
	color: #000;
}
.post-header .post-date{
	margin-top: 20px;
	display: block;
}
.post-content{
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.7;
}
.job-item{
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.job-date{
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
	background-color: #f2f2f2;
	padding: 4px 6px;
}
.job-title{
	font-weight: 400;
}
.job-title:hover{
	text-decoration: none;
}
@media screen and (min-width:768px){
	.post-item.post-item-horizontal{
		display: flex;
		flex-direction: row;;
		align-items: stretch;
	}
	.post-item.post-item-horizontal .post_thumbnail{
		width: 360px;
		flex-shrink:0;
	}
	.post-txt{
		min-height: 258px;
	}
	.job-item{
		font-size: 16px;
		padding: 28px 0;
	}
}
@media screen and (min-width:1280px){
	.post-header .post-title{
		font-size: 28px;
	}
	.post-title,
	.job-title{
		font-size: 18px;
	}
	.post-content{
		font-size: 15px;
	}
	
}

/*product pages*/
.product-content h1.product-title{
	margin-top: 30px;
	font-weight: 500;
	font-size: 21px;
	font-size: 1.5rem;
	color:#000;
}
.product-component{
	margin-top: 50px;
}
.product-component h2.product-component-title{
	color:#b7282e;
	font-size: 18px;
	margin-bottom: 20px;
}
.product-component table.tablepress{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	min-width: 1000px;
}
.product-component table.tablepress>:where(thead,tfoot)>*>th{
	background:transparent;
}
.product-component table.tablepress>*+tbody>*>*, .product-component table.tablepress>tbody>*~*>*, .product-component table.tablepress>tfoot>*>*{
	border-top: 1px solid #999;
	font-size: 14px;
}
.product-component table.tablepress>:not(caption)>*>*{
	padding: 5px 5px 5px 0;
	line-height: 1.6;
}
.product-component table h3{
	margin-bottom: 0;
}
.box-circle{
	box-sizing: border-box;
	margin: 20px auto;
	line-height: 1.2;
	padding: 0;
	background:url(images/bg-circle.png) center center no-repeat;
	background-size: 100% auto;
	width: 180px;
	max-width: 100%;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.product-list{
	background:#f2f2f2;
}
#product-filter{
	min-height: 50px;
	background:#f2f2f2;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}
.product-filter-line.disabled{
	pointer-events: none;
}
.product-filter-line{
	margin-top: 0;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-filter-section{
	overflow: hidden;
	transition: 0.2s all;
}
.product-filter-section label{
	display: block;
	font-size: 13px;
	padding: 5px 0;
}
.product-filter-name{
	cursor: pointer;
	position: relative;
}
.product-filter-name:after{
	display: block;
	position: absolute;
	content: "\f107";
	font: normal normal normal 20px/1 FontAwesome;
	right: 0;
	top: 4px;
	transition: 0.2s all;
}
.product-filter-line.toggled-on .product-filter-name:after{
	transform: rotate(180deg);
}
.product-filter-name h3{
	color: #000;
	padding: 7px 0;
	margin: 0;
	text-transform: none;
	font-size: 15px;
	transition: 0.2s all;
}
.product-filter-line.toggled-on .product-filter-name h3{
	padding-bottom: 20px;
}
#filter_submit{
	width: 100%;
}
.product-list-item{
	border-bottom: 4px solid #fff;
	display: block;
	box-sizing: border-box;
	padding: 20px 15px 20px 10px;
}
.product-list-item a{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.product-list-item a:hover{
	text-decoration: none;
}
.product-list-thumb{
	width: 40%;
}
.product-list-txt{
	line-height: 1.65;
	width:calc(60% - 20px);
}
.product-list-txt h3{
	line-height: 1.4;
	font-size: 16px;
	margin-bottom: 14px;
}
.product-list-desc{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#product-list-categories{
	display: flex;
	flex-direction: row;
	list-style: none;
	margin-bottom: 4px;
}
#product-list-categories li{
	width: 33.33%;
}
#product-list-categories li a{
	text-align: center;
	padding:10px 0;
	display: block;
	color: #fff;
	background:#666;
	border-left: 6px solid transparent;
}
#product-list-categories li a:hover{
	color: #fff;
	text-decoration: none;
}
#product-list-categories li a.current{
	border-left: 6px solid #b7282e;
	background:#100e0f;
}
.product-none{
	padding:100px 0;
}
@media screen and (min-width:768px){
	.product-content h1.product-title{
		margin-top: 40px;
		font-size: 28px;
		font-size: 2rem;
	}
	.product-component{
		margin-top: 70px;
	}
	.product-component h2.product-component-title{
		font-size: 21px;
		margin-bottom: 40px;
	}
	.product-list-item{
		padding: 30px;
	}
	.product-list-txt{
		width:calc(60% - 30px);
	}
	.product-list-txt h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.product-list-desc{
		display: block;
	}
}
@media screen and (min-width:1280px){
	.product-content h1.product-title{
		font-size: 35px;
		font-size: 2.5rem;
	}
	.product-component h2.product-component-title{
		font-size: 28px;
	}
	.box-circle{
		font-size: 18px;
	}
	.product-component table.tablepress>*+tbody>*>*, .product-component table.tablepress>tbody>*~*>*, .product-component table.tablepress>tfoot>*>*{
		font-size: 15px;
	}
	.product-component table.tablepress>:not(caption)>*>*{
		padding: 10px 10px 10px 0;
	}
	#product-list-categories li a{
		font-size: 17px;
	}
}

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

/*WPML plug css moveing here*/
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}
.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}
.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1;color:#fff}
.wpml-ls-legacy-list-horizontal a span{vertical-align:middle;line-height: 13px;}
.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}

.site-header .wpml-ls-legacy-list-horizontal{
	display: inline-block;
	vertical-align: middle;
	border: 0;
	padding: 0;
	height: 22px;
	margin: 0 8px;
	display: inline-block;
	font-size: 15px;
	transform: translate(0, -3px);
}
.site-header .wpml-ls-legacy-list-horizontal ul{
	background: rgba(255,255,255,0.12);
	border-radius: 15px;
	padding: 4px;
}
.site-header .wpml-ls-legacy-list-horizontal a{
	font-size: 14px!important;
	font-size: 1rem!important;
	margin: 0!important;
	padding: 0 6px;
	color: #aaa;
	/*line-height: 52px!important;*/
}
.site-header .wpml-ls-current-language a{
	color: #fff;
}

#topFloatBar .wpml-ls-legacy-list-horizontal{
	padding: 0 15px 0 15px;
	line-height: 40px;
	overflow: hidden;
	height: 0;
}
#topFloatBar .wpml-ls-legacy-list-horizontal a:hover{
	text-decoration:none;
	color: #89daff;
}
#topFloatBar .wpml-ls-legacy-list-horizontal.toggled-on{
	border-top: 1px solid rgba(0,0,0,0.05);
	height: 40px;
}

/*popup layer*/
#popup-form-layer{
	background-color: #fff;
	position: fixed;
	width: 90%;
	left: 5%;
	top: calc(50% - 320px);
	height: auto;
	transition: 0.3s all;
	z-index: -1;
	opacity: 0;
	overflow: auto;
	max-height: calc(100vh - 120px);
}
.popup-form-close{
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(images/close.png) no-repeat center;
	background-size: 100% auto;
	top: 16px;
	right: 16px;
	position: absolute;
	z-index: 1;
	transition: 0.2s all;
}
.popup-form-close:hover{
	transform: rotate(90deg);
}
#popup-form-layer.stay{
	z-index: 201;
	opacity: 1;
}
#popup-form-layer-body{
	box-sizing: border-box;
	padding:21px 28px;
}
#popup-form-layer-header{
	box-sizing: border-box;
	padding:21px 28px;
	color: #fff;
	background-color: #b7282e;
}
#popup-form-layer-header h3{
	font-size: 21px;
	margin: 0 0 7px 0;
	color: #fff;
	line-height: 1.3;
}
#popup-form-layer-header p{
	color: #fff;
	line-height: 1.55;
	margin: 0 0 0 0;
	font-size: 17px;
}
#popup-form-layer .gform_wrapper .gform_footer input.button,
#popup-form-layer .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
#popup-form-layer .gform_wrapper .gform_footer input.button + img,
#popup-form-layer .gform_wrapper .gform_footer input[type=submit] + img{
	display: block;
	margin:0 auto;
}
body .gform_wrapper.gravity-theme #field_submit,
body .gform_wrapper.gravity-theme .gform_footer{
	display: block;
	text-align: center;
}
#popup-form-layer .gform_legacy_markup_wrapper ul.gfield_checkbox li,
#popup-form-layer .gform_legacy_markup_wrapper ul.gfield_radio li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
	line-height: 1.5;
}
@media screen and (min-width:768px){
	#popup-form-layer{
		border-radius: 10px;
		max-width: 100%;
		width: 690px;
		left: calc(50% - 345px);
		top: calc(50% - 350px);
	}
	#popup-form-layer-body{
		padding: 26px 50px 20px 50px;
		overflow: hidden;
		overflow-y: auto;
	}
	#popup-form-layer-body::-webkit-scrollbar{
		width:10px;
	}
	#popup-form-layer-body::-webkit-scrollbar-track{
		background:#e9dde9;
		border-radius:5px
	}
	#popup-form-layer-body::-webkit-scrollbar-thumb{
		background:#4B0050;
		border-radius:5px
	}
	#popup-form-layer-body .entry-content{
		margin: 0 auto;
		max-width: 100%;
	}
	#popup-form-layer-body h2.block-title {
		font-size: 42px;
	}
}