/*
Theme Name: Datawords
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: datawords
*/

/* =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/flaticon.css);*/
@font-face {
	font-family: 'Special Gothic';
	font-display: auto;
	src: url('fonts/SpecialGothic-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Special Gothic Expanded One';
	font-display: auto;
	src: url('fonts/SpecialGothicExpandedOne-Regular.ttf') format('truetype');
}

.customized-scroller{
	overflow-y: auto;
}
.customized-scroller::-webkit-scrollbar{
	width:6px;
}
.customized-scroller::-webkit-scrollbar-track{
	background:#f2f2f2;
	border-radius:3px
}
.customized-scroller::-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: #fff;
	border: 0;
	height: 1px;
	margin: 20px 0;
}
sub,
sup {
	font-size: 57.5%;
	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 #fff;
	background-color: transparent;
	color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
	font-size: 18px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input::placeholder{
	color: rgba(255,255,255,0.5)!important;
}

/* 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: #cccc99;
	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;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
}
.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,
.wp-element-button{
	font-family: "Special Gothic Expanded One";
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 6px 14px;
	min-width: 120px;
	text-align: center;
	font-size: 14px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 10px;
	line-height: 1.2;
	font-weight: 400;
	background-color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	word-break: keep-all;
	white-space: nowrap;
}
.button:hover{
	text-decoration: none;
}
.button1,
.wp-element-button{
	border:2px solid #fff;
	color:#fff;
	background:transparent;
	box-shadow: rgba(255, 255, 255, 0.48) 0px 0px 7px 1px;;
}
.button1:hover,
.wp-element-button:hover{
	border:2px solid #fff;
	color:#fff;
	background:transparent;
}

.button2 {
	border: 0 solid transparent;
	background-image: unset !important;
	/* border-image-source: linear-gradient(85.39deg, #9A03B5 -1.51%, #A039DA 40.51%, #A56EFF 82.53%); */
	/* background-size: 100% 100% !important; */
	background-color: transparent;
	border-color: transparent;
	position: relative;
	line-height: 1.4;
}
.button2:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	z-index: 0;
	pointer-events: none;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	background: linear-gradient(85.39deg, #9a03b5 -1.51%, #a039da 40.51%, #a56eff 82.53%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}
.button2:hover {
	
}
.button-large,
.wp-element-button{
	padding: 8px 30px;
}
.button-small{
	padding: 6px 18px;
}
.button.more {
	
}
.wp-block-button.more .wp-element-button:after,
a.more:after,
.button.more:after{
	content:"";
	background: url(images/icon-arrow-right.svg) center no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 15px;
	height: 15px;
	transition: 0.2s all;
	transform: translate(0, -1px);
}
a.more:hover{
	text-decoration: none;
}
.wp-block-button.more .wp-element-button:hover:after,
a.more:hover:after,
.button.more:hover:after{
	transform: translate(5px, -1px);
}
@media screen and (min-width:768px){
	.button,
	.button1,
	.button2,
	.button3,
	.wp-element-button{
		padding: 12px 20px;
		font-size: 18px;
		border-radius: 12px;
	}
	.button-large,
	.wp-element-button{
		padding: 15px 50px;
	}
}

/* Responsive images */
img.entry-image,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	border-radius: 15px;
}
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 */
}
@media screen and (max-width: 768px){
	img.entry-image,
	.entry-content img{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
/* 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:#ff534e!important}
.txt-blue{color:#5b9bd5!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: 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*/
.div-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 10px;
}
.div-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 6px;
	height: 6px;
}
.div-responsive::-webkit-scrollbar-thumb{
	border-radius: 0;
	background-color: rgba(255,255,255,1);
}
.div-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: 18px;
    font-size: 1.285714rem;
	font-family: 'Special Gothic', '微软雅黑', Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	background-color: #0F1122;
	color: #fff;
}
strong, b, .font-bold{
	font-family: 'Special Gothic Expanded One', '微软雅黑', Arial, sans-serif;
	font-weight: 500;
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	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 20px;
	padding: 0 1.42857rem;
	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 {
	font-family: 'Special Gothic Expanded One';
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
}
.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:#cccc99;*/
}

/* 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: 60px 0 50px 0;
	position: relative;
	color: #999;
}
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[role="contentinfo"] h3{
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
footer[role="contentinfo"] strong{
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
}
#footerMenu{
	display: grid;
	grid-gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}
#footerMenu a{
	font-family: "Special Gothic Expanded One";
	text-transform: uppercase;
	font-size: 14px;
}
.footer-bottom-item{
	padding-right:20px;
}
.icon-social{
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.icon-linkedin{ background-image:url(images/icon-linkedin.svg) }
.icon-youtube{ background-image:url(images/icon-youtube.svg) }
@media screen and (min-width: 768px){
	#footerMenu{
		display: flex;
	}
	#footerMenu a{
		margin-right: 35px;
	}
}
/* =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 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 {
	
}
.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;
	margin-left: 25px;
	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-logo {
	width:209px;/* height:45px;*/
	max-width:98%;
	display:block;
	float:none;
	margin:0 0 20px 0;
	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;
	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:#0a3e52;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
body .gform_wrapper.gform-theme--framework .gfield .iti__country{
	background-color: #0F1122;
}
.iti__search-input{
	background-color: #0F1122!important;
}
.gform-theme--api, .gform-theme--framework{
	--gf-color-in-ctrl-primary: #fff!important;
	--gf-color-in-ctrl: transparent!important;
	--gf-local-bg-ctrl: transparent!important;
	--gf-color-in-ctrl-contrast: #fff!important;
	--gf-ctrl-label-color-primary: #fff!important;
    --gf-ctrl-label-color-secondary: #fff!important;
	--gf-color-out-ctrl-dark: #fff!important;
	--gf-color-danger: #ffc600!important;
	--gf-ctrl-border-color-error: #fff!important;
	--gf-form-validation-border-color: #ffc600!important;
	/*--gf-color-danger-rgb: rgb(255,198,0)!important;*/
	--gf-color-primary: #118cd9!important;
	--gf-color-primary-darker: #2c5aa7!important;
	--gform-theme-color-primary: #118cd9!important;
	--gform-theme-color-primary-darker: #2c5aa7!important;
	--gform-theme-form-row-gap: 25px!important;
	--gf-form-gap-y: 25px!important;
	--gf-ctrl-btn-font-weight: 400!important;
	--gf-ctrl-border-color-focus: rgba(194, 5, 223)!important;

	--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255, 255, 255, 0.65)'/%3E%3C/svg%3E")!important;
	--iti-hover-color: #0F1122;
}
.gfield_select option{
	background-color: #0F1122;
}
.gfield--type-consent .gfield_label{
	display: none!important;
}
.gform_required_legend{
	display: none;
}
.gform_button{
	border-radius: 8px!important;
	outline: none!important;
    position: relative!important;
    width: 100% !important;
    background: #0f1122 !important;
    display: block !important;
    height: 53px !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-family: "Special Gothic Expanded One" !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.gform_button:before{
	position: absolute!important;
    content: ""!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    border-radius: 13px!important;
    background: linear-gradient(86.77deg, #6a01c9 -2.01%, #c105de 59.89%)!important;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0)!important;
    mask-composite: exclude!important;
    padding: 2px!important;
}
.gform-field-label a{
	text-decoration: underline;
}
.gfield_select, textarea, input{
	outline: none!important;
}

.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;
	outline: none!important;
	display: none;
}
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_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;
	}
}

/*contact form*/
#contact-layer{
	box-sizing: border-box;
	padding: 50px 0;
	z-index: 999999;
	background: #0F1122;
	position: fixed;
	width: 100vw;
	height: auto;
	max-height: calc(100vh - 0px);
	left: 0;
	bottom: 0;
	overflow-y: auto;
	transition: 0.3s all;
	left: -100vw;
}
#contact-layer.stay{
	left: 0;
}
#contact-layer .site{
	position: relative;
}
#contact-layer-close{
	/*top: -20px;
	right: 10px;*/
}
@media screen and (min-width: 768px){
	#contact-layer{
		width: calc(100vw - 10px);
	}
}
/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {

	.friend-link li,
	.footer-menu li {
		width:32%;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.site {
		margin: 0 auto;
		max-width: 1240px;
	}
	.site-narrow{
		max-width: 800px;
	}
	.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;
	}
}

/* Minimum width of 1025 pixels. */
@media screen and (min-width: 1025px) {
	hgroup.site{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: transparent;
		background-image: linear-gradient(180deg, #0f1122 0%, #0f112200 100%);
	}
	.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: 25px 0;
		width:240px;
		height:29px;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		box-sizing: border-box;
		padding-right: 40px;
		clear: none;
		width: calc(100% - 240px);
		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;
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 20px;
		line-height: 3.8;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 16px;
	}
	.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: #cccc99;
		/*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: #cccc99;*/
		/*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: 10px 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:calc(50% - 90px);
		left:0;
		backdrop-filter: blur(8px);
		background: rgba(15, 17, 34, 0.6);
		/*border: 1px solid ;
		border-image: linear-gradient(45deg, rgba(194, 5, 223, 1), #fff) 1;*/
		border: 1px solid transparent;
    	background: 
	        linear-gradient(rgba(15, 17, 34,1), rgba(15, 17, 34, 1)) padding-box,
	        linear-gradient(45deg, rgba(194, 5, 223, 1), rgba(193, 5, 222, 0.3)) border-box;
		border-radius: 15px;
		text-align: left;
	}
	.main-navigation li ul ul {
		top: 0;
		left: calc(100% - 5px);
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		font-family: 'Special Gothic';
		background: transparent;
		text-align: left;
		display: block;
		line-height: 1.5;
		padding:10px 20px;
		/*font-size: 11px;
		font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		/*padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;*/
		min-width: 160px;
		width: fit-content;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		
	}	
	.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;
	}
	.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{
		position: absolute;
		/*content:"";*/
		height:2px;
		background-color:#cccc99;
		width:calc(100% - 56px);
		left:28px;
		top: 55px;
	}
	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.4s; 
		-moz-transition: all 0.4s; 
		transition: all 0.4s;
	}
	.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;*/
	}
	.site-header.scroll .main-navigation {
		/*margin-top:8px;*/
	}
	.site-header.scroll .main-navigation li a {
		/*line-height: 3;*/
		/*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 {
		/*top: 46px;*/
	}
	.site-header.scroll .site-logo {
		/*margin-top:6px;
		margin-bottom:6px;*/
		/*width: 209px;
		height: 45px;*/
	}
	.site-header.scroll.up{
		top: -150px;
	}
}
@media screen and (min-width:1280px){
	.main-navigation {
		padding-right: 0;
	}
}
@media screen and (min-width:1920px){
	
}

/*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:10px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

/*main menu for mobile side*/
#wpadminbar{
	position: fixed!important;
}
#topFloatBar {
	position: fixed;
	display: block;
	width: 100%;
	padding: 0;
	background-image: linear-gradient(180deg, #0f1122 0%, #0f112200 100%);
	z-index: 999999;
	z-index: 99;
	transition: 0.3s all;
	
}
.admin-bar #topFloatBar {
	top: 46px;
}
#topFloatBar.up{
	top: -50px;
}
#topFloatBar.toggled-on{
	top: unset;
	background: #0F1122;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar-header{
	height: 56px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#topFloatBar_tools{
	box-sizing: border-box;
	padding-right: 10px;
	width: 190px;
	display: flex;
}
.topFloatBar-btn {
	height: 56px;
	width: 45px;
	line-height: 56px;
	min-height: 56px;
	font-size: 21px;
	text-align: center;
}
.topFloatBar-btn a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#topFloatBar_m {
	display: block;
	height: 56px;
	width: 80px;
	/* width: calc(100% - 100px); */
	background: url(images/logo-small.svg) no-repeat center 8px;
	background-size: 60px auto;
}

.topFloatBar-btn:hover{
	/*background-color: rgba(255,255,255,0.3);*/
}
.topFloatBar-btn {
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	box-sizing: border-box;
	padding: 0 20px;
	background: #0F1122;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: calc(100vh - 56px);
	overflow: auto;
	transition: all 0.3s;
	left: -100%;
}
.admin-bar #topFloatBar #mobileMenu {
	height: calc(100vh - 102px);
}
#topFloatBar #mobileMenu.toggled-on {
	left: 0;
}
#topFloatBar #mobileMenu a {
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.142857rem;
}
#topFloatBar #mobileMenu > ul > li{
	border-bottom: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#topFloatBar #mobileMenu > ul > li > a{
	font-family: 'Special Gothic Expanded One';
}
#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: 0;
}
/*sub menu*/
#topFloatBar #mobileMenu ul li ul.sub-menu{
	
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 20px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	width: calc(100% - 30px);
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li ul.sub-menu > li{
	padding-left: 20px;
}

#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	padding: 0!important;
	position: relative;
	width: 30px!important;
	display: inline-block!important;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#topFloatBar #mobileMenu li a.menu-item-switch:after,
#topFloatBar #mobileMenu li a.menu-item-switch:hover:after{
	position: absolute;
	left: 10px;
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	font-size: 24px;
	transition: 0.2s all;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch:after {
	transform: rotate(180deg);
}

#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;
}
/*--强制移动端的孙菜单一直显示--*/
#topFloatBar #mobileMenu ul li ul.sub-menu > li ul.sub-menu > li{
	height: 40px!important;
}
#topFloatBar #mobileMenu ul li ul.sub-menu .menu-item-switch{
	display: none!important;
}
/*----*/
.icon-menu{
	width: 56px;
	height: 56px;
	display: block;
	background: url(images/icon-menu.svg) center center no-repeat;
	transition: 0.2s all;
}
.toggled-on .icon-menu{
	background-image: url(images/icon-close_white.svg);
}
#masthead{
	display: none;
}
@media screen and (min-width:1025px){
	#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{
	position: relative;
	box-sizing: border-box;
}
.site-blocks p,
.site-blocks ul,
.site-blocks ol {
	margin: 21px 0 21px 0;
	margin: 1.5rem 0 1.5rem 0;
	font-size: 18px;
	font-size: 1.285714rem;
	line-height: 1.4;
}
html[lang=zh-hans] .site-blocks p,
html[lang=zh-hans] .site-blocks ul,
html[lang=zh-hans] .site-blocks ol {
	font-size: 17px;
}
p.small,
.site-blocks p.small{
	font-size: 12px;
}
.top-inner h1,
.site-blocks h2 {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 30px;
	font-size: 2.142857rem;
	font-weight: 400;
}
.site-blocks h3 {
	font-weight: 500;
	line-height: 1.3;
	font-size: 18px;
}
.site-blocks h3 b,
.site-blocks h3 strong{
	font-weight: 500;
}
.site-blocks h4 {
	line-height: 1.3;
	font-size: 18px;
	font-weight: 300;
}
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 h2:first-child,
.site-blocks h3:first-child,
.site-blocks h4: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 h4: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.stick-bottom .site{
	margin-bottom:0;
}
.site-blocks.stick-top .site{
	margin-top:0;
}
div.gap{
	margin: 0;
	height: 15px;
	opacity: 0;
	grid-column: 1 / -1;
}
div.gap.x2{
	height: 30px;
}
div.gap.x3{
	height: 45px;
}
div.gap.x4{
	height: 60px;
}
@media screen and (max-width: 767px){
	.site-blocks h2.wp-block-heading b,
	.site-blocks h2.wp-block-heading strong{
		display: block;
	}
}
@media screen and (min-width: 768px){
	.site-blocks p,
	.site-blocks ul,
	.site-blocks ol {
		margin: 30px 0 30px 0;
		font-size: 21px;
		line-height: 1.45;
	}
	html[lang=zh-hans] .site-blocks p,
	html[lang=zh-hans] .site-blocks ul,
	html[lang=zh-hans] .site-blocks ol {
		font-size: 20px;
	}
	.top-inner h1,
	.site-blocks h2 {
		font-size: 50px;
	}
	.site-blocks h3 {
		font-size: 25px;
	}
	.site-blocks h3.wp-block-heading{
		font-size: 24px;
	}
	.site-blocks h4 {
		font-size: 23px;
	}
}
@media screen and (min-width: 1024px){
	div.gap{
		height: 20px;
	}
	div.gap.x2{
		height: 40px;
	}
	div.gap.x3{
		height: 60px;
	}
	div.gap.x4{
		height: 80px;
	}
}
@media screen and (min-width: 1440px){
/*@media screen and (min-width: 1600px){*/
	.site-blocks p,
	.site-blocks ul,
	.site-blocks ol {
		margin: 30px 0 30px 0;
		font-size: 24px;
		line-height: 1.45;
	}
	html[lang=zh-hans] .site-blocks p,
	html[lang=zh-hans] .site-blocks ul,
	html[lang=zh-hans] .site-blocks ol {
		font-size: 22px;
	}
	.top-inner h1,
	.site-blocks h2 {
		font-size: 60px;
	}
	.site-blocks h3 {
		font-size: 30px;
	}
	.site-blocks h4 {
		font-size: 26px;
	}
}

/*homepage*/
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
}
#home-headimage:after{
	position: absolute;
	left: 0;
	bottom:0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	--background-overlay: '';
	background-image: linear-gradient(0deg, #0F1122 12%, #B104DA00 27%);
}
#homeVideo{
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 120px;
	z-index: 0;
	object-fit: cover;
	max-height: 980px;
	min-height: 520px;
}
#home-headimage-txt{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
#home-headimage .site{
	margin-top: 100px;
	height: calc(100% - 50px);
}
#home-headimage h1{
	line-height: 1.2;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
#home-headimage h1 b{
	display: block;
}
#home-headimage-cover{
	margin-top: 80px;
	width: 100%;
	height: calc(100% - 410px);
	position: relative;
}
#home-headimage-item-1{
	width: 77px;
	left: 0;
	top:10%;
}
#home-headimage-item-2{
	left: calc(50% - 75px);
	top:calc(50% - 17px);
}
#home-headimage-item-3{
	right: 0;
	bottom:10%;
}
.home-headimage-item{
	position: absolute;
	text-transform: uppercase;
	background: linear-gradient(289.56deg, rgba(193, 5, 222, 0.3) -3.97%, rgba(15, 17, 34, 0.06) 98.87%);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	width: 150px;
	height: 33px;
	border-radius: 8px;
}
#home-info-cont{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
#homeInfoVideo{
	width: 100%;
	height: auto;
}
#home-need .button{
	width: 400px;
	max-width: 100%;
}
#home-need-form-outter{
	max-width: 900px;
	margin:40px auto;
	position: relative;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 2px;
	backdrop-filter: blur(8px);
	height: 205px;
	overflow: hidden;
}
#home-need-form-outter:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	z-index: 2;
	pointer-events: none;
	width: calc(100% - 4px);
	padding: 2px;
	background: linear-gradient(296.87deg, rgba(194, 5, 223, 0.8) 7.54%, rgba(121, 1, 205, 0) 127.99%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	/* top: -0.5px; */
	/* bottom: -0.5px; */
	height: 201px;
}
.glow {
	animation: move 8s linear infinite;
	offset-path: rect(0% auto 100% auto);
	background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	width: 52px;
	height: 52px;
	position: absolute;
	inset: 0px;
	--tw-rotate: 45deg;
	transform: translate(0), var(0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
	z-index: 2;
}
	@keyframes move{
		0% { offset-distance: 0%; }
		100% { offset-distance: 100%; }
	}
#home-need-form{
	position: relative;
	z-index: 3;
	background: #0e1025;
	border-radius: 16px;
	width: 100%;
	height: 100%;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:20px;
}
#home-need-form select,
#home-need-form option,
#city-filter-row select,
#city-filter-row option{
	background-color: #0F1122;
	color: #fff;
	border:none;
}
#home-need-form select{
	width: 250px;
}
#home-need-form label{
	width: 100%;
	text-align: left;
}
#home-customers-logos{
	padding: 40px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}
div.halo-left,
div.halo-right,
div.halo-center,
.site-blocks.halo-left,
.site-blocks.halo-right,
.site-blocks.halo-center{
	position: relative;
	overflow-y: visible;
}
div.halo-left:after,
div.halo-right:after,
div.halo-center:after,
.site-blocks.halo-left:after,
.site-blocks.halo-right:after,
.site-blocks.halo-center:after{
	content: "";
	background: url(images/bg-circle-2.webp);
	z-index: -1;
	background-repeat: no-repeat;
	height: 780px;
	max-width: 100%;
	width: 780px;
	position: absolute;
	top: -50px;
	background-size: contain;
}
div.halo-left:after,
.site-blocks.halo-left:after{
	left: 0;
	top: 20%;
}
div.halo-center:after,
.site-blocks.halo-center:after{
	left: calc(50% - 390px);
}
div.halo-right:after,
.site-blocks.halo-right:after{
	right: 0;
}
.case-grid {
	display: grid;
	grid-gap: 15px;
}
.case-grid-item {
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	background: #0F1122;
	min-height: 138px;
}
.case-grid-txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(257.28deg, #A56EFF -31.49%, #A039DA 29.59%, #0F1122 102.58%);
}
.case-grid-logo{
	box-sizing: border-box;
	padding: 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0F1122;
	height: 138px;
}
.case-grid-logo img{
	max-width: 100%;
}
.case-grid-kv img,
.case-grid-thumb img{
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}
.case-grid-kv img{
	height: 189px;
}
.block-cases-control{
	height: 56px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.case-swiper{
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-slide-img{
	font-size: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.swiper-slide-txt{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 25px;
	box-sizing: border-box;
	background: linear-gradient(257.28deg, #A56EFF -31.49%, #A039DA 29.59%, #0F1122 102.58%);
}
.swiper-slide-txt h3{
	font-size: 18px;
}
@media screen and (min-width: 768px){
	.swiper-slide-txt h3{
		font-size: 26px;
	}
}
.block-cases-control-left{
	position: relative;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.swiper-case-pagination{
	text-align: left;
	bottom: 0!important;
}
:root {
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-theme-color: #fff;
	--swiper-pagination-bullet-size: 15px;
	--swiper-pagination-bullet-inactive-color: #fff;
}
@media screen and (max-width: 767px){
	#home-customers-logos img:nth-child(1){ width:106px }
	#home-customers-logos img:nth-child(2){ width:78px }
	#home-customers-logos img:nth-child(3){ width:78px }
	#home-customers-logos img:nth-child(4){ width:68px }
	#home-customers-logos img:nth-child(5){ width:110px }
	#home-customers-logos img:nth-child(6){ width:48px }
	body{
		overflow-x: hidden;
	}
}
@media screen and (min-width: 768px){
	#home-headimage h1{
		font-size: 60px;
	}
	#home-headimage .site{
		margin-top: 180px;
		height: calc(100% - 180px);
	}
	#homeVideo{
		margin-top: 130px;
	}
	.home-headimage-item{
		width: 305px;
		height: 80px;
		font-size: 20px;
	}
	#home-headimage-item-1{
		width: 200px;
	}
	#home-headimage-item-2{
		left: calc(50% - 152px);
		top:calc(50% - 40px);
	}
	#homeVideo{
		min-height: 800px;
	}
	#home-info-cont{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#home-headimage-cover{
		margin-top: 0;
	}
	#home-info-txt{
		width: 65%;
	}
	#home-info-video{
		width: 54%;
	}
	#home-need-form{
		flex-direction: row;
	}
	#home-need-form label{
		width: 38%;
	}
	#home-need-form select{
		width: 200px;
	}
	label#home-need-3{
		width: 26%;
	}
	label#home-need-3 select{
		width: 150px;
	}
	#home-need-form-outter{
		height: 85px;
	}
	#home-need-form-outter:before{
		height: 81px;
	}
	.case-grid{
		grid-gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}
	.case-grid-item {
		min-height: 282px;
		height: 282px;
	}
	.case-grid-kv{
		grid-column: span 2;
		grid-row: span 2;
		height: 584px;
	}
	.case-grid-kv img{
		height: 100%;
	}
	.case-grid-txt{
		grid-column: span 2;
	}

}
@media screen and (min-width: 1024px){
	.home-headimage-item{
		width: 350px;
		height: 80px;
		font-size: 28px;
		border-radius: 16px;
	}
	#home-headimage-item-1{
		width: 228px;
	}
	#home-headimage-item-2{
		left: calc(50% - 175px);
	}
	#homeVideo{
		min-height: 980px;
	}
}
@media screen and (min-width: 1920px){
	.site-blocks.halo-left:after{
		opacity: 0.6;
		left: calc(50% - 600px - 390px);
	}
	.site-blocks.halo-center:after{
		left: calc(50% - 390px);
	}
	.site-blocks.halo-right:after{
		opacity: 0.6;
		left: calc(50% + 500px - 390px);
	}
}

/*inner pages*/
div#content {
	min-height: 150px;
}
.top-header-image {
	object-fit: cover;
	width: 100%;
	min-height: 800px;
	height: auto;
	max-height: 100vh;
}
.top-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height:auto;
}
.top-inner:after{
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	--background-overlay: '';
	background-image: linear-gradient(0deg, #0F1122 10%, #B104DA00 60%)
}
.top-inner-article{
	height: 260px;
	margin-bottom: 30px;
}
.top-inner-article .site{
	position: relative;
	text-align: center;
}
.top-inner-article .site:after{
	width: calc(100% - 40px);
	left: 20px;
	bottom: 0;
	position: absolute;
	height: 1px;
	background: #fff;
	content: "";
}
.top-inner-txt{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top-inner .site{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-bottom: 70px;
}
.list-arrow{
	display: grid;
}
.list-arrow.cols-2{
	grid-gap: 0 20px;
	grid-template-columns: repeat(2, 1fr);
}
.list-arrow li{
	padding-bottom: 14px;
}
.list-arrow li:last-child{
	/*padding-bottom: 0;*/
}
.list-arrow a{
	display: inline-block;
	transition: 0.2s all;
}
.list-arrow a:hover{
	text-decoration: none;
	transform: translate(10px,0);
}
.list-arrow a:before{
	content:"";
	background: url(images/icon-arrow-right.svg) center no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 18px;
	width: 15px;
	height: 15px;
	transition: 0.2s all;
}
.list-data{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
.list-data-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: center;
	backdrop-filter: blur(10px);
	border-radius: 16px;
}
.list-data-item:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	z-index: -1;
	pointer-events: none;
	width: 100%;
	padding: 1px;
	opacity: 0.8;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}
.list-data-item.style-1{
	background: linear-gradient(289.56deg, rgba(193, 5, 222, 0.3) -3.97%, rgba(15, 17, 34, 0.06) 98.87%);
}
.list-data-item.style-1:before{
	background: linear-gradient(270deg, rgba(194, 5, 223, 1) 0%, rgba(121, 1, 205, 0) 100%);
	
}
.list-data-item.style-2{
	background: linear-gradient(65.79deg, rgba(193, 5, 222, 0.3) 0.62%, rgba(15, 17, 34, 0.06) 114.08%);
}
.list-data-item.style-2:before{
	background: linear-gradient(90deg, rgba(194, 5, 223, 1) 0%, rgba(121, 1, 205, 0) 100%);
	
}
.list-data-item.style-3{
	grid-column: -1/1;
	background-color: #7901CD00;
	background: radial-gradient(ellipse at center bottom, 
		rgba(193, 5, 222, 0.3) 0%, 
		rgba(15, 17, 34, 0.06) 70%);
}
.list-data-item.style-3:before{
	background: linear-gradient(336.97deg, rgba(194, 5, 223, 0.8) -60.94%, rgba(121, 1, 205, 0) 145.29%);
	
}
.list-data-item.style-4{
	grid-column: -1/1;
	background: linear-gradient(90deg, rgba(193, 5, 222, 0.3) -165.79%, rgba(15, 17, 34, 0.06) 103.95%);
}
.list-data-item.style-4:before{
	background: linear-gradient(54.48deg, rgba(194, 5, 223, 0.8) -76.14%, rgba(121, 1, 205, 0) 151.99%);
    
}
.list-data num{
	font-family: 'Special Gothic Expanded One';
	font-weight: 600;
	font-size: 30px;
}
.list-data-item p{
	margin-top: 10px;
}
#top-inner.empty{
	height: 120px;
}
#block-about-1 .site,
#block-about-2 .site,
.block-inner-overflow .site{
	overflow: visible;
}
#block-about-1,
#block-about-2{
	overflow: hidden;
}
.bullet-box,
.about-item{
	box-sizing: border-box;
	position: relative;
	padding-left: 40px;
}
.bullet-box:before,
.about-item:before{
	box-shadow: 0px 0px 12px #FFFFFF, inset 0px 4px 24px 10px rgba(255, 255, 255, 0.99);
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	top: 2px;
	left: 0;
}
.bullet-box:after,
.about-item:after{
	box-shadow: 0px 0px 12px #FFFFFF, inset 0px 4px 24px 10px rgba(255, 255, 255, 0.99);
	position: absolute;
	content: "";
	width: 3000px;
	height: 1px;
	background: #fff;
	z-index: 1;
	top: 10px;
	left: -3000px;
}
.bullet-box p,
.about-item p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.service-list{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	display: grid;
	grid-gap: 30px;
}
.service-list:before{
	box-shadow: 0px 0px 12px #FFFFFF, inset 0px 4px 24px 10px rgba(255, 255, 255, 0.99);
	position: absolute;
	content: "";
	z-index: 1;
	width: 1px;
	height: 100%;
	left: 9px;
	top: 0;
}
@media screen and (max-width:1023px){
	.service-list{
		padding-top: 0;
	}
	.service-list:before{
		top: 10px;
	}
}
.service-item{
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
}
.service-item:before{
	box-shadow: 0px 0px 12px #FFFFFF, inset 0px 4px 24px 10px rgba(255, 255, 255, 0.99);
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	top: 5px;
	left: 0;
}
.service-item h3{
	font-size: 24px!important;
}
.service-item p{
	margin-top: 15px;
}
.service-item p a{
	display: block;
}
.term-list{
	margin-bottom: -40px;
}
.term-list li{
	display: inline-block;
	margin: 0 10px 10px 0 ;
}
.term-list li .button.current{
	pointer-events: none;
	background-color: #fff;
	color: #000;
}
.case-info{
	margin-top: -50px;
	color: rgb(201, 202, 223);
}
.case-info li{
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}
.case-info li:last-child{
	border-bottom: 0;
}
.case-info li b{
	font-weight: 500;
	display: inline-block;
	width: 130px;
	vertical-align: middle;
}
.case-info li span{
	display: inline-block;
	width: calc(100% - 130px);
	font-size: 16px;
	vertical-align: middle
}
.header-case-logo{
	width: 90px;
	height: auto;
	max-height: 60px;
	object-fit: cover;
	margin-bottom: 20px;
}
.header-date{
	margin-bottom: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
a.layer-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.news-list{
	display: grid;
	grid-gap: 20px;
	grid-auto-rows: 280px;
}
.news-item{
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.news-item-txt{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
}
.news-item-txt *{
	position: relative;
	z-index: 1;
}
.news-item-txt:after{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	z-index: 0;
	transition: 0.3s all;
	background: rgba(15, 17, 34, 0.6);
}
.news-item:hover .news-item-txt:after{
	background: rgba(15, 17, 34, 0.4);
}
img.news-thumb{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
h3.news-item-title{
	font-size: 18px;
}
.news-item-case-logo{
	width: 100px;
	height: auto;
	margin-bottom: 20px;
}
.top-inner-offices .site{
	justify-content: center;
	padding-bottom: 0;
}
.office-list{
	display: grid;
	grid-gap: 20px;
}
.office-item{
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.office-item-title,
.office-item-txt{
	position: absolute;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(15, 17, 34, 0.3);
	transition: 0.3s all;
}
.office-item-title{
	z-index: 3;
	text-transform: uppercase;
	text-align: center;
}
.office-item-title h3{
	font-size: 26px;
}
.office-item-txt{
	line-height: 1.4;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 38% 40px 0 40px;
	z-index: 2;
	opacity: 0;
}
.office-item:hover .office-item-txt{
	opacity: 1;
	background: rgba(15, 17, 34, 0.6);
}
.office-item:hover .office-item-title{
	background: transparent;
	padding-bottom: 60%;
}
.office-item-thumb{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.office-item-txt h4{
	font-size: 21px;
	text-align: left;
	margin-bottom: 10px;
}
.office-item-txt p{
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 16px;
}
.office-item-txt p:empty{
	display: none;
}
a.office-item-hint{
	pointer-events: none;
	font-size: 16px;
	margin-top: 16px;
	transition: 0.3s all;
}
.office-item:hover a.office-item-hint{
	opacity: 0;
}

.step-item{
	box-sizing: border-box;
	position: relative;
	padding-left: 40px;
}
.step-item:before{
	box-shadow: 0px 0px 12px #FFFFFF, inset 0px 4px 24px 10px rgba(255, 255, 255, 0.99);
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	top: 9px;
	left: 0;
}
.step-item:after{
	box-shadow: 0px 0px 12px #FFFFFF, inset 0px 4px 24px 10px rgba(255, 255, 255, 0.99);
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% + 20px);
	background: #fff;
	z-index: 1;
	top: 11px;
	left: 8px;
}
.step-item p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.swiper-full-width{
	overflow: hidden;
	position: relative;
	width: 98.8vw;
	left: calc(50% - 49.9vw);
}
.swiper-full-width .swiper-slide{
	text-align: center;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#studio-swiper .swiper-slide{
	text-align: center;
	width: 350px;
	height: 230px;
}
#studio-swiper .swiper-slide img{
	object-fit: contain;
	width: 320px;
	height: 150px;
}
#studio-swiper .swiper-slide p{
	font-size: 18px;
}
#partner-swiper .swiper-slide img{
	object-fit: contain;
	width: 250px;
	height: 110px;
}
.expertise-list{
	position: relative;
	padding:50px 0 0 0;
	display: grid;
	grid-gap: 15px;
}
.expertise-list-video{
	display: none;
	position: absolute;
	z-index: 0;
	width: 98vw;
	height: 650px;
	left: calc(50% - 49vw);
	top: 0;
}
.expertise-list-video video,
.expertise-list-video img{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 650px;
	object-fit: cover;
}
.expertise-list-video:before{
	content: '';
	background-image: linear-gradient(180deg, #0F1122 2%, #b104da00 48%);
	position: absolute;
	width: 100%;
	height: 25%;
	z-index: 1;
	opacity: 1;
	background-color: transparent;
}
.expertise-list-video:after{
	content: '';
	background-image: linear-gradient(0deg, #0F1122 2%, #b104da00 48%);
	position: absolute;
	width: 100%;
	height: 25%;
	z-index: 1;
	opacity: 1;
	background-color: transparent;
	left: 0;
	bottom: 0;
}
.expertise-item{
	position: relative;
	z-index: 2;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 30px 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(268.19deg, rgba(99, 1, 199, 0.1) 1.54%, rgba(193, 5, 222, 0.1) 98.48%);
	backdrop-filter: blur(20px);
}
.expertise-item:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	z-index: -1;
	pointer-events: none;
	width: 100%;
	padding: 1px;
	background: linear-gradient(284.65deg, rgba(99, 1, 199, 0.64) 10.31%, rgba(194, 5, 223, 0.4) 90.31%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}
.expertise-item h3{
	text-transform: uppercase;
	font-size: 24px;
}
@media screen and (min-width:768px){
	#top-inner.empty{
		height: 200px;
	}
	.top-inner .site{
		padding-bottom: 100px;
	}
	.top-header-image {
		min-height: 75vh;
	}
	.list-data num{
		font-size: 70px;
	}
	.top-inner-article{
		height: 460px;
	}
	.term-list{
		margin-bottom: -30px;
	}
	.term-list li{
		margin: 0 25px 0 0 ;
	}
	.term-list li a{
		width: 150px;
	}
	.case-info li b{
		display: inline-block;
		width: 215px;
	}
	.case-info li span{
		width: calc(100% - 215px);
	}
	.header-case-logo{
		width: 200px;
		max-height: 150px;
	}
	.news-list{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 25px;
	}
	.news-item:nth-child(2),
	.news-item:nth-child(4){
		grid-row: span 2;
	}
	h3.news-item-title{
		font-size: 23px;
	}
	.office-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.office-item-hint{
		display: none;
	}
	.step-item{
		padding-left: 75px;
	}
	.news-item-txt{
		padding:25px 40px;
	}
	#social-swiper .swiper-slide{
		width: 140px;
	}
	#studio-swiper .swiper-slide{
		width: 350px;
	}
	#partner-swiper .swiper-slide img{
		height: 90px;
		width: auto;
	}
	#partner-swiper .swiper-slide{
		width: auto;
		height: 150px;
	}
	.expertise-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.expertise-item{
		padding-top: 50px;
		padding-bottom: 50px;
		justify-content: flex-start;
	}
	.expertise-item.cols-2{
		padding: 50px 50px;
		grid-column: -1/1;
		flex-direction: row;
		justify-content: center;
		gap: 40px;
	}
	.expertise-item.cols-2 p{
		margin: 0;
	}
	.expertise-list-2 .expertise-item h3{
		font-size: 27px;
	}
	.expertise-list-video{
		display: block;
	}
}
@media screen and (min-width:1024px){
	.bullet-box,
	.about-item{
		padding-left: 20%;
	}
	.bullet-box:before,
	.about-item:before{
		width: 30px;
		height: 30px;
		top: 5px;
		left: calc(20% - 60px);
	}
	.bullet-box:after,
	.about-item:after{
		top: 18px;
		left: calc(20% - 3060px);
	}
	.service-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.service-list.cols-4{
		grid-template-columns: repeat(4, 1fr);
		gap: 8px!important;
	}
	.service-list:before{
		width: 98.8vw;
		left: calc(50% - 49.9vw);
		top: 34px;
		height: 1px;
	}
	.service-item{
		text-align: center;
		padding-top: 50px;
		padding-left: 0;
	}
	.service-item:before{
		width: 30px;
		height: 30px;
		left: calc(50% - 15px);
		top: 0;
	}
	.service-item h3{
		font-size: 34px!important;
	}
	.service-list.cols-4 h3{
		font-size: 28px!important;
	}
	.news-item-case-logo{
		width: 182px;
	}
	.office-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 25px;
	}
	.office-item-title h3{
		font-size: 30px;
	}
	.step-item:before{
		width: 30px;
		height: 30px;
		top: 11px;
	}
	.step-item:after{
		left: 15px;
	}
	.list-data{
		grid-gap: 20px;
	}
	.list-data.cols-3{
		grid-template-columns: 1fr 1fr 0.7fr;
	}
	.list-data-item.style-3{
		flex-direction: row;
		gap: 40px;
		height: 215px;
	}
	.list-data-item.style-4{
		grid-row: span 2;
		grid-column: 3;
	}

	.expertise-list{
		grid-gap: 25px;
	}
	.expertise-item h3{
		font-size: 40px;
		min-width: 30%;
	}
	.expertise-list-2{
		grid-template-columns: repeat(4, 1fr);
	}
	.expertise-list-2 .expertise-item p{
		font-size: 21px;
	}
}
@media screen and (min-width:1200px){
	.news-item-txt{
		padding:25px 60px;
	}
}
@media screen and (min-width: 1440px){
	.list-data-item{
		padding: 40px;
	}
	.list-data num{
		font-size: 90px;
	}
}

/*页面遮盖层*/
.coverThePage{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0);
	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: 40px;
	height: 40px;
	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: linear-gradient(289.56deg, rgba(193, 5, 222, 0.3) -3.97%, rgba(15, 17, 34, 0.06) 98.87%);
    backdrop-filter: blur(10px);
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: transparent;
	
	border-radius: 8px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: -1;
	-webkit-opacity: 0;
	opacity: 0;
}
#loading:after{
	position: absolute;
	z-index: -1;
	content: "";
	background:url(images/loading-rolling.svg) center center no-repeat;
	background-size: 100% auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#loading.stay{
	top: calc(50vh - 50px);
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1;
}
@media screen and (min-width: 768px){
	.closeLayer{
		right:20px;
		top:20px;
	}
}

/*asside*/
#asside-right{
	display: none;
	box-sizing: border-box;
	padding-top: 48px;
	width: 64px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.aside-btn{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.aside-btn a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.icon-globe{
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/icon-globe.svg) center no-repeat;
	background-size: 100% auto;
}
.icon-search{
	display: block;
	width: 24px;
	height: 24px;
	background: url(images/icon-search.svg) center no-repeat;
	background-size: 100% auto;
}
#asside-contact{
	height: 200px;
}
#asside-contact a{
	font-size: 16px;
	width: 200px;
	text-transform: uppercase;
	transform: rotate(-90deg);
}
@media screen and (min-width: 1025px){
	#asside-right{
		display: block;
	}
}

/*search layer*/
/*language layer*/
#lang-layer,
#search-layer{
	box-sizing: border-box;
	padding: 50px 0;
	z-index: 999999;
	background: #0F1122;
	position: fixed;
	width: 100vw;
	height: 100vh;
	max-height: calc(100vh - 0px);
	left: 0;
	bottom: 0;
	overflow-y: auto;
	transition: 0.3s all;
	left: -100vw;
}
#lang-layer.stay,
#search-layer.stay{
	left: 0;
}
#lang-layer .site,
#search-layer .site{
	min-height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search-input-wrap{
	box-sizing: border-box;
	position: relative;
	width: calc(100% - 6px);
	padding: 2px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.search-input-wrap:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	z-index: 0;
	pointer-events: none;
	width: 100%;
	padding: 2px;
	background: linear-gradient(296.87deg, rgba(194, 5, 223, 0.8) 7.54%, rgba(121, 1, 205, 0) 127.99%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}
.search-input{
	box-sizing: border-box;
	border:0;
	padding: 20px;
	width: calc(100% - 66px);
}
.search-button{
	box-sizing: border-box;
	border:0;
	padding: 18px;
}
.search-button:hover{

}
#search-layer-news{
	margin-top: 20px;
}
#search-layer-news .button1{
	min-width: 170px;
}
h3.search-news-title{
	font-size: 21px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.search-news-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	margin-bottom: 30px;
}
.search-news-list .news-item{
	height: 170px;
}
.search-news-list .news-item-txt{
	padding: 20px;
}
.search-news-list .news-item.empty{
	grid-column: -1/1;
	text-align: center;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#lang-layer{
	text-align: center;
}
#lang-layer li{
	font-size: 20px;
	
}
#lang-layer li a{
	line-height: 1.8;
}
@media screen and (max-width: 767px){
	.search-news-list .news-item:nth-child(3){
		display: none;
	}
}
@media screen and (min-width: 768px){
	#search-layer{
		
	}
	h3.search-news-title{
		font-size: 24px;
	}
	.search-news-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	.search-news-list .news-item{
		height: 300px;
	}
	#lang-layer li{
		font-size: 30px;
	}
}

/*glossary patches*/
img.wp-image-172{
	/*引号图片*/
	transform: translate(-10px,0);
}
.top-inner-offices .top-header-image{
	max-height: 88vh;
}
.wp-block-media-text>.wp-block-media-text__content{
	padding: 0;
}
.wp-block-image.entry-image-fits img,
img.entry-image-fits{
	min-height: 360px;
	object-fit:cover;
	margin:0;
}
@media screen and (min-width: 600px){
	.wp-block-media-text.highter-700 img,
	img.highter-700{
		/*高一些的插图*/
		min-height: 700px;
		object-fit: cover;
	}
	.wp-block-columns.col-flex{
		align-items: center!important;
		gap: 56px;
	}
	.wp-block-media-text{
		grid-gap: 56px;
	}
	.wp-block-media-text{
		grid-template-columns: repeat(2, 1fr)!important;
	}
}
