/*
Theme Name: 时代学者
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is a 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: shidaixuezhe
*/

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

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

---------- Examples

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

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

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

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

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

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

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


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

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea,
select {
	-webkit-appearance: none;
}

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

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


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

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
	color: #000;
}
/* 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 */
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
select{
	background:url(images/arraw-select.png) no-repeat #fff;
	background-size: auto 40%;
	background-position: right center;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

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

.button,
.button1,
.button2,
.button3,
.button4{
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 12px 20px;
	width: 156px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 300;
	background-color: #985be4;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	border:2px solid #985be4;
	color:#fff;
	background:#985be4;
}
.button1:hover{
	color:#fff;
	border:2px solid #3f3d56;
	background:#3f3d56;
}
.button1.transparent{
	color:#985be4;
	background:transparent;
}
.button1.transparent:hover{
	color:#f4a23b;
	border-color:#f4a23b;
}
.button1.white{
	color:#985be4;
	background:white;
	border-color:white;
}
.button1.white:hover{
	background:transparent;
	color:white;
}
.button2 {
	/*background-color: #ffc000;*/
	background-color: transparent;
	color: #fff;
	border:2px solid #fff;
}
.button2:hover {
	background-color: #fff;
	border-color: #fff;
	color: #5b9bd5;
}
.button-white{
	color:#5b9bd5;
	background-color: #fff;
	border: 2px solid #fff;
}
.button-white:hover{
	color:#fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


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


/*text color*/
.txt-red{color:#ff534e}
.txt-blue{color:#5b9bd5}
.txt-orinage{color:#ffa836}
.txt-purple{color:#985be4}
/*grids*/
.col-raw{
	margin:0 -28px 0 -28px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-medium{
	margin-left: -16px;
	margin-right: -16px;
}
.col-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;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none;
	}
	.col-raw.col-narrow-mb{
	margin-left: -8px;
	margin-right: -8px;
	}
	.col-raw.col-medium-mb{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-narrow-mb .col-n{
		padding-left: 8px;
		padding-right: 8px;
	}
	.col-medium-mb .col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media screen and (min-width: 768px){
	.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%;
	}
	.hide-pc{
		display: none;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}
/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

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

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

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

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

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

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


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

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Roboto', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #888;
	background-color:#fff;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

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

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 28px;
	padding: 0 2rem;
}
.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%;
	padding-top: 1px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 2.6;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	/*font-family: 'Roboto', '微软雅黑', serif;*/
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#3f3d56;
}
.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:#985be4;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

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

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #3f3d56;
	color: #beb3cc;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
	overflow: visible;
}
footer[role="contentinfo"] a {
	color: #beb3cc;
}
footer[role="contentinfo"] a:hover {
	color: #fff;
	text-decoration: none;
}
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;
}
footer[role="contentinfo"] .col-n{
	color: #beb3cc;
}
.footer-left img{
	-webkit-opacity: 0.5;
	opacity: 0.5;
}
.footer-right a{
	position: relative;
	width: auto;
	padding: 0 21px;
}
.footer-right a:after{
	position: absolute;
	width: 1px;
	height: 10px;
	background: #beb3cc;
	content: "";
	right: 0;
	top:2px;
}
.footer-right a:last-child{
	padding-right: 0;
}
.footer-right a:last-child:after,
.footer-right .button:after{
	display: none;
}
.footer-right .button{
	margin-right: 28px;
	vertical-align: middle;
	padding:5px 0;
	border-width: 1px;
	width: 100px;
	font-size: 14px;
	color: #fff!important;
}
.footer-right .button:hover{
	border-color: #fff;
}
.footer-right br{
	display: none;
}
@media screen and (max-width: 767px){
	.footer-right .button{
		margin: 15px 5px;
		width: 120px;
	}
	.footer-right br{
		display: block;
	}
}
.qr-container{
	position: relative;
}
.qr-container .qr-code{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 166px;
	max-width: 166px;
	height: 166px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform:scale(0,0);
	transform:scale(0,0);
}
.qr-container:hover .qr-code{
	-webkit-transform:scale(1,,);
	transform:scale(1,1);
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid rgba(0,0,0,0.1);;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}

.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.6;
	color:#000;
	font-weight: 500;
	text-align: left;

}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.846153846;
	color:#000;
}
.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 h2,
.entry-content h3,
.entry-content h4{
	color: #000;
}
.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-footer,
.entry-content,
.entry-footer p,
.entry-content p,
.entry-content td{
	color: #000;
}

.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

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

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

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

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


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

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


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

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


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

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

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

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

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


/* =Comments
-------------------------------------------------------------- */

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

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


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

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


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

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


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

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	margin: 2px;
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 30px;
	border-radius: 3px;
	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:#3f3d56;
	text-decoration: none;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #790000;
	border-bottom: 1px solid #790000;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
	color: #000;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent!important;
    border-top: 0!important;
    border-bottom: 0!important;
	margin: 0;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
}
.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;
}
.gfield_radio .gchoice {
	display: inline-block;
	width: 40%;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}
/*baidu map*/
.iw_poi_title {color:#e83c16;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {
	.footer-menu li {
		width:32%;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	hgroup{
		overflow: visible;
		display: flex;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1280px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	.site-narrow{
		max-width: 880px;
	}
	.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%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 20%;
	}
	

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	.footer-center,
	.footer-left {
		text-align: left;
	}
	.footer-right {
		text-align: right;
	}
	.footer-menu {
		display: block;
		/*margin-bottom: 14px;
		margin-bottom: 1rem;*/
	}
	#masthead-right{
		width:50px;
		text-align: right;
	}
	.icon-masthead-right{
		font-size: 18px;
	}
	.search-trigger{
		margin-right: 10px;
	}
	#masthead-right a{
		display: inline-block;
		margin-left: 15px;
		line-height: 3.5;
	}
	.scroll #masthead-right a{
		line-height: 2.6;
	}
	#masthead-right a:hover{
		text-decoration: none;
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	
	.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-container{
		width: 175px;
	}
	.site-logo{
		margin:12px;
		margin-left:0;
	}
	.main-navigation {
		clear: none;
		width: 50%;
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
		margin-top: 0;
		display: inline-block;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: right;
	}

	.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;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		padding:0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.071428571rem;
	}
	.main-navigation li a {
		display: block;
		color: #000;
		text-transform: uppercase;
		white-space: nowrap;
		padding: 0 12px;
		line-height: 4.5;
		-webkit-transition:0.2s all;
		transition:0.2s all;
	}

	.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: #985be4;
		/*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: #985be4;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 96px);
		left:calc(50% - 96px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #fff;
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.2);
		display: block;
		line-height: 3;
		padding:0;
		/*font-size: 11px;
		font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		/*padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;*/
		width: 200px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		color: #985be4;
	}
	
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		/*background-color: transparent;*/
		background-color: #fafafb;
	}
	.site-logo{
		width:163px;
		height:39px;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
		margin-top: 0;
	}
	.main-navigation li {
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		background-color: transparent;
		padding: 0 22px;
		line-height: 4.5;
	}
	.main-navigation li ul {
		left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);
	}

	
	/* dynamic floating nav bar */
	.site-header,
	.site-header *{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
		margin-top:0;
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3.2;
	}
	.site-header.scroll .main-navigation li ul a {
		
	}	

	.site-header.scroll .site-logo {
		margin-top: 9px;
		margin-bottom: 9px;
		width: 122px;
		height: 29px;
	}

}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 3px 0 0 3px;
	background-color:#985be4;
	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:#3f3d56;
}
#returnTop {
	
}
#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 #qrCode_cont img {
	display: inline-block;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

/*main menu for mobile side*/
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: url(images/logo.png) no-repeat center 16px #fff;
	background-size: 100px auto;
	z-index: 10;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
	height: 56px;
	width: 56px;
	line-height: 56px;
	min-height: 56px;
	font-size: 21px;
	text-align: center;
}
#topFloatBar_m {
	display: block;
	height: 56px;
	width: 30%;
	/* width: calc(100% - 100px); */
	margin-left: 35%;
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.3);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid #fafafb;
	font-size: 16px;
	font-size: 1.142857rem;
}
#topFloatBar #mobileMenu ul li.current_page_item>a,
#topFloatBar #mobileMenu ul li.current-menu-item>a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
	color:#985be4;
	background-color: #fafafb;
	border-top: 1px solid #fafafb;
}
#topFloatBar #mobileMenu li a {
	padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 58px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}

#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	display: inline-block;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	background-image: url(images/icons_menu_2.png);
	background-position: 0 0!important;
	width: 40px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	vertical-align: bottom;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: 0 -34px!important;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}

.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}

.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.8;
}
.site-blocks .entry-content p,
.site-blocks .entry-content ul {
	font-size: 16px;
	font-size: 1.147285rem;
}
.site-blocks .entry-footer{
	margin-top: 28px;
	margin-top: 2rem;
	font-size: 16px;
	font-size: 1.147285rem;
	line-height: 1.5;
	color: #999;
}
.site-blocks .entry-summary p{
	color: #999;
	font-size: 14px;
}
.site-blocks h1 {
	font-size:21px;
	font-size:1.5rem;
	font-weight: 300;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.5;
}
.site-blocks h2 {
	line-height: 1.6;
	text-align: center;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 9px;
	color: #333;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks .entry-content h2:first-child,
.site-blocks .entry-content h3:first-child,
.site-blocks .entry-content p:first-child,
.site-blocks .entry-content ul:first-child,
.site-blocks .entry-content ol:first-child{
	margin-top: 0;
}
.site-blocks .entry-content h2:last-child,
.site-blocks .entry-content h3:last-child,
.site-blocks .entry-content p:last-child,
.site-blocks .entry-content ul:last-child,
.site-blocks .entry-content ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto 0 auto;
	margin:5rem auto 0 auto;
}
.site-blocks .site.last{
	margin-bottom: 70px;
	margin-bottom: 5rem;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}
.site-blocks .sub-title:hover{
	/*text-decoration: none;
	color:#111;*/
}
@media screen and (min-width: 1024px){
	.site-blocks{
		padding: 0 28px;
		padding: 0 2rem;
	}
}

.footerContent {
	text-align: center
}
.footerConnect img{
	border:3px solid #fff;
	width: 90px;
	height: 90px;
}
.footerLink {
	text-align: center;
	font-size: 13px;
	font-size: 0.928571429rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
	padding-top: 14px;
	padding-top: 1rem;
	line-height: 1.6;
}

.footer-menu {
	/*display: none;*/
}
.copyright{
	margin-top:14px;
	margin-top:1rem;
	margin-bottom:14px;
	margin-bottom:1rem;
	font-weight:400;
}
.footer-menu li {
	display: inline-block; 
	padding:0;
	width:48%;
}
footer .site-info {
	margin:0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}

/*homepage*/
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
	background-color: #fafafb;
}
#home-headimage-img img{
	max-width: 100%;
	height: auto; 
}
#home-headimage .site{
	margin-top: 90px;
	margin-bottom: 60px;
}
#home-headimage-txt h1{
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.25;
}
#home-headimage-subtitle{
	margin-top: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: center;
}
#home-qr-container{
	margin-top: 28px;
	margin-bottom: 28px;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 18px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.02)
}
#home-qr-container p{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin: 14px 0;
}
#home-qr-container div{
	width: calc(100% - 110px);
}
#home-qr{
	width: 90px;
	height: 90px;
}
#home-qr-arrow{
	width: 24px;
	margin-left: 10px;
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: middle;
}
#searchform{
	text-align: center;
	margin: 35px auto;
	font-size: 0;
	max-width: 100%;
	width: 350px;
}
#searchform_key{
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	width: -webkit-calc(100% - 52px);
	width: calc(100% - 52px);
	padding:8px 10px;
	vertical-align: middle;
	border:2px solid #985be4;
	border-radius: 4px 0 0 4px;
}
#searchsubmit{
	box-sizing: border-box;
	width: 50px;
	padding:8px;
	font-size: 18px;
	line-height: 1.25;
	font-family: 'FontAwesome';
	position:relative;
	vertical-align: middle;
	color: #fff;
	border:2px solid #985be4;
	background:#985be4;
	border-radius:0  4px 4px 0;
}
#searchform_key:focus,
#searchsubmit:focus{
	outline: 0;
}
a.more {
	width:auto;
	height:22px;
	color:#985be4;
	font-size: 14px;
	font-size: 1rem;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more i{
	margin-left: 6px;
	color: #3f3d56;
	display: inline-block;
	background:url(images/icon-more.png) no-repeat;
	width: 17px;
	height: 7px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
a.more:hover i{
	transform:translate(5px,0);;
}
.item-service{
	margin: 50px auto;
}
.item-service-icn{
	position:relative;
	width: 80px;
	height: 80px;
	display: block;
	margin:0 auto;
	z-index: 1;
	background:url(images/icons-service.png) no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 -20px 20px rgba(0,0,0,0.04);
}
.item-service-icn-2{
	background-position: 0 33.33%;
}
.item-service-icn-3{
	background-position: 0 66.66%;
}
.item-service-icn-4{
	background-position: 0 100%;
}
.item-service-txt{
	position:relative;
	margin:0 auto;
	box-sizing: border-box;
	padding:40px;
	margin-top: -40px;
	border-radius: 8px;
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
}
.item-service-txt h3{
	font-size: 20px;
	margin: 28px 0;
	font-weight: 500;
	color: #000;
}
.item-service-txt a.more{
	margin-top: 20px;
}
.item-hoster{
	margin:28px auto 50px auto
}
.item-hoster-icn{
	position:relative;
	width:116px;
	height:116px;
	display: block;
	margin:0 auto;
	z-index: 1;
	/*background:url(images/avatar.png) no-repeat;*/
	background:url(images/icon-book.png) no-repeat center center;
	background-size: 60% auto;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 -20px 20px rgba(0,0,0,0.04);
}
.item-hoster-txt{
	position:relative;
	margin:0 auto;
	box-sizing: border-box;
	padding:80px 40px 40px 40px;
	margin-top: -58px;
	border-radius: 8px;
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
}
.item-hoster-txt h3{
	font-size: 20px;
	margin: 28px 0 14px 0;
	font-weight: 500;
	color: #000;
}
.item-hoster-txt a.more{
	margin-top: 20px;
}
.item-hoster-txt p{
	position: relative;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.item-hoster-txt p:before{
	content: "";
	position: absolute;
	display: block;
	width: 85px;
	height: 57px;
	background:url(images/quotemark.png) no-repeat;
	z-index: 0;
	left: -50px;
	top: -30px;
}
#mySwiperTestimonial .swiper-slide{
	width: 580px;
	max-width: 100%;
	-webkit-opacity: 0.2;
	opacity: 0.2;
}
#mySwiperTestimonial .swiper-slide-active,
#mySwiperTestimonial .swiper-slide-next{
	-webkit-opacity: 1;
	opacity: 1;
}

.testimonial-item{
	border:1px solid #e9edf0;
	box-sizing: border-box;
	width: 100%;
	padding:40px;

}
.testimonial-item h3{
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.testimonial-item h3:after{
	content:"";
	width: 30px;
	height: 30px;
	background:url(images/testimonial.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-bottom: 6px;
}
.testimonial-item p.testimonial-title{
	text-align: center;
	margin:0 0 21px 0;
}
#home-news h2,
#home-jobs h2,
#home-testimonial h2{
	margin-bottom: 30px;
}
#mySwiperTestimonial,
#home-testimonial .site{
	overflow: visible;
}
#home-testimonial{
	overflow: hidden;
}
#home-testimonial .site{
	padding-left: 0;
	padding-right: 0;
	max-width: 1230px;
}
#mySwiperTestimonial .swiper-wrapper{
	max-width: 1200px;
}
.swiper-nav-outer{
	padding-left: 43px;
	padding-right: 43px;
	position: relative;
}
#home-testimonial .swiper-nav{
	color: #999;
	font-size: 35px;
	text-align: center;
}
#home-testimonial .swiper-nav:after{
	display:none;
}
#mySwiperTestimonial-prev{left: 2px}
#mySwiperTestimonial-next{right: 2px}
.item-fastentrance{
	margin-top: 28px;
	margin-bottom: 28px;
	box-sizing: border-box;
	padding:0 10px 0px 30px;
	width: 100%;
	background:#f2f1f7;
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	flex-wrap: nowrap;
}
.item-fastentrance h3{
	font-size: 21px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
}
.item-fastentrance img{
	height: auto;
	max-width: 100%;
}
.item-fastentrance-txt{
	flex:1.8;
	box-sizing: border-box;
}
.item-fastentrance-img{
	flex:3;
	box-sizing: border-box;
}
.item-post-home{
	box-sizing: border-box;
	padding: 14px;
	background: #fafafa;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
}
.item-post-home:after{
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: #985be4;
	right: -9px;
	top: -9px;
	transform: rotate(45deg);
}
#home-jobs .item-post-home:after{
	background: #333;
}
a.item-post-home-title{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
a.item-post-home-title:hover{
	text-decoration: none;
}
.item-post-home-sub a{
	color: #888;
}
@media screen and (min-width: 768px){
	#home-qr-container p{
		font-size: 21px;
	}
	#home-qr-container div{
		width: calc(100% - 140px);
	}
	#home-qr{
		width: 110px;
		height: 110px;
	}
	#home-qr-container{
		padding:20px
	}
	#home-headimage-txt h1{
		margin-top: 30px;
		font-size: 35px;
	}
	#home-headimage-subtitle{
		font-size: 20px;
	}
	#searchform{
		margin: 35px 0 0 0;
		text-align: left;
	}
	.item-service-txt{
		padding:50px 80px;
	}
	.item-hoster-txt{
		padding:80px 80px 50px 80px;
	}
	#home-news h2,
	#home-jobs h2,
	#home-testimonial h2{
		margin-bottom: 50px;
	}
	.testimonial-item{
		padding:40px 70px;
		min-height: 254px;
	}
	.testimonial-item h3,
	.testimonial-item p.testimonial-title{
		text-align: left;
	}
	.item-fastentrance{
		padding-left: 60px;
	}
	.item-fastentrance h3{
		font-size: 28px;
	}
	.item-post-home{
		padding: 15px 28px;
	}
	a.item-post-home-title{
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		white-space: nowrap;
		height: 22px;
	}
}
@media screen and (min-width: 1440px){
	#home-headimage{
		padding-top: 1px;
		overflow: visible;
	}
	#home-headimage .col-raw{
		overflow: visible;
	}
	#home-headimage-img img{
		transform:translate(0,56px);
	}
}
.home_more{
	margin: 0 auto;
	display: block;
	width: 56px;
	text-align: center;
	clear: both;
	float:right;
}
.home_post_container {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.inner_post_container{
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
}
/*inner pages*/
div#content {
	min-height: 150px;
}
p.quote{
	text-align: center;
	box-sizing: border-box;
	padding:21px 28px;
	border:1px solid rgba(0,0,0,0.05);
	color: #333;
	margin-bottom:42px;
	margin-top: 20px!important;
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner {
	width: 100%;
	overflow: hidden;
	background-image: url(images/top-regular2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fafafb;
    background-size: auto 100%;
   	height:170px;
	color: #985be4;
}
#top-inner.top-inner-empty{
	background-image: none;
	background-color: transparent;
	height: 30px;
}
a.top-inner-banner {
	display: block;
	width: 100%;
	height: 100%;
}
.top-inner-banner img{
	width: 100%;
	height: auto;
}
#top-inner .entry-title{
	color: #000;
	font-size: 28px;
	font-size:2rem;
	text-align: center;
	margin-top: 66px;
	letter-spacing: 5px;
	font-weight: 500;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3, 3, 3, .2)));
}
#top-inner .entry-title-sub{
	margin-top: 28px;
	color: #985be4;
	text-align: center;
	font-size: 14px;
	font-size:1rem;
	font-weight: 200;
	line-height: 1.6;
}
#top-inner.top-inner-banner-outer{
	background-image: none;
	width: 100%;
	height: auto;
	min-height: 10px;
	font-size: 0;
}
#bannerTop .swiper-pagination{
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 3px;
}
#bannerTop .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
#bannerTop .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 20px;
}
#bannerTop .swiper-slide{
	font-size: 0;
}
#mainContent{
	min-height: 50px;
}
.block-aside{
	width: 100%;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.block-aside-img{
	font-size: 0;
}
.block-aside-img img{
	width:100%;
	height: auto; 
}
.block-aside h3{
	font-size: 16px;
	color: #985be4;
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
}
.block-aside-post-list{
	background: #f5f5f5;
    padding: 21px;
    box-sizing: border-box;
}
.block-aside-post-list ul{
	list-style: disc;
	margin-bottom: 0;
}
.block-aside-post-list ul li{
	margin-left: 18px;
	margin-bottom: 10px;
}
.block-aside-post-list ul li a{
	display: block;
	color: #333
}
.block-aside-post-list ul li a:hover{
	color: #000;
	text-decoration: none;
}
/*news pages*/
.icon-article{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin-right:4px;
	background-image:url(images/icons-article.png);
	background-size: 100% auto;
	background-position:0 0;
}
.icon-article-auther{}
.icon-article-time{ background-position:0 -100%;}
.icon-article-location{ background-position:0 -200%;}
.icon-article-view{ background-position:0 -300%;}
.icon-article-folder{ background-position:0 -400%;}
.icon-article-expense{ background-position:0 -500%;}
.social-share{
	color: #000;
	margin-top: 46px;
	margin-top: 4rem;
	text-align: center;
}
.social-share .social-share-icon{
	color: #fff;
	border-color: #985be4;
	background-color: #985be4;
	font-size: 16px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.social-share .social-share-icon:hover{
	text-decoration: none;
	border-color: #3f3d56;
	background-color: #3f3d56;
}
#block-post-topic .site{
	margin-top:14px;
	margin-top:1rem;
}
#block-post-list .site{
	margin-top:35px;
	margin-top:2.5rem;
}
#block-post-list .col-raw{
	overflow: hidden;
}
.block-aside #searchform{
	margin-top: 0;
	width: 100%;
}
a.item-topic{
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	padding:8px 14px;
	background:#f8f8f8;
	border:1px solid #f8f8f8;
	text-align: left;
	line-height: 1.5;
	margin-top: 21px;
	min-height: 96px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
a.item-topic:hover{
	border:1px solid #f8f8f8;
	background:#fff;
}
a.item-topic h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
a.item-topic p{
	margin: 0;
	color: #999;
	font-size: 13px;
	font-size: 0.9285714rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list-target{
	box-sizing: border-box;
	background:#f5f5f5;
	padding:9px 0;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
.list-target a{
	display:inline-block;
	margin: 0 15px;
}
.item-post{
	display: block;
	box-sizing: border-box;
	padding-bottom:21px;
	margin-bottom: 21px;
	border-bottom: 1px solid #f5f5f5;
}
.item-post-term{
	border-radius:3px;
	display: inline-block;
	vertical-align: top;
	background: #985be4;
	padding: 0px 4px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
	width: 56px;
}
.item-post-txt{
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#block-page-search .item-post-txt{
	width: 100%;
}
.item-post a{
	text-decoration: none;
}
a.item-post-title{
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 7px;
	display: block;
}
time.item-post-date{
	display: block;
	font-size: 13px;
	color: #999;
}
div.no-data{
	margin:100px auto;
}
.item-mosaic{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
.item-mosaic-sub{
	font-size: 14px;
	font-size: 1rem;
	color: #999;
}
.item-mosaic time.item-post-date{
	display: inline-block;
}
.item-mosaic img{
	border:1px solid #f2f2f2;
	max-width: -webkit-calc(100% - 2px);
	max-width: calc(100% - 2px);
}
a.item-mosaic-title{
	margin: 0;
	color: #000;
	font-size: 15px;
	font-size: 1.0714rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 45px;
	margin-bottom: 5px;
	line-height: 1.5;
}
a.item-mosaic-title:hover{
	text-decoration: none;
	color: #3f3d56;
}
.search-header{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
h1.page-title{
	font-weight: 600;
}
@media screen and (max-width: 767px){
	#block-news-1 .site{
		margin-top: 10px;
	}
	#block-page-search .site{
		margin-top: 21px;
	}
}
.related-posts{
	border-top: 1px solid #f2f2f2;
	padding-top: 35px;
	padding-top: 2.5rem;
	margin-top: 35px;
	margin-top: 2.5rem;
}
.related-posts h3{
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align: left;
}
.related-posts ul{
	list-style: disc;
	padding-left: 20px;
}
.related-posts ul li{
	margin-bottom: 7px;
}
#block-topic-header .site{

}
.topic-header{
	overflow: hidden;
	box-sizing: border-box;
	padding: 21px;
	background-color: #f8f8f8;
	background-image: url(images/top-topic.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: auto 90%;
}
.topic-header-mark{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background:#985be4;
	text-align: center;
	color: #fff;
}
@media screen and (max-width:767px){
	#block-topic-header .site{
		margin-top: 40px;
		margin-bottom: 0;
	}
	.topic-header{
		background-image: none;
	}
}
.topic-header-txt{
	float: right;
	width: -webkit-calc(100% - 82px);
	width: calc(100% - 82px);
}
.topic-header h1{
	color: #000;
	font-weight: bold;
	margin:0 0 7px 0;
}
.topic-header p{
	color: #000;
	margin:0;
}
@media screen and (min-width:768px){
	#top-inner {
		background-size: initial;
		height:320px;
		/*display: block;*/
	}
	#top-inner .entry-title{
		margin-top: 150px;
	}
	.top-image {
		height: 150px;
		background-size:auto 100%;
	}
	
	.sub-nav {
		float: left;
		width:180px;
	}
	.sub-nav-title {
		text-align: left;
	}
	.sub-nav li {
		border-left:3px solid #999;
		width:auto;
		float:none;
	}
	.sub-nav li a{
		border-right:none;
	}
	.sub-nav li a:hover{
	}
	
	.sub-nav li.current-menu-item,
	#menu-knowledge li.current_page_item {
		border-left:3px solid #333;
	}
	.sub-nav li.sub-nav-name {
		text-align: left;
	}
	.sub-nav li.sub-nav-name span{
		padding-left:23px;
	}
	.content-with-sub {
		border-left: 1px solid rgba(0,0,0,0.1);
		width:76%;
		width:-webkit-calc(100% - 210px);
		width:calc(100% - 210px);
		float:right!important;
		padding-left: 28px;
		padding-bottom: 60px;
	}
	.content-left {
		float:left;
		width:76%;
		width:-webkit-calc(100% - 230px);
		width:calc(100% - 230px);
	}
	.content-right{
		float:right;
		width:200px;
	}
	
	/*contact us page*/
	#contact-left {
		float:left;
		width:33.5%;
		width:-webkit-calc(40% - 50px);
		width:calc(40% - 50px);
		/*border-right:1px solid #ededed;*/
		padding-right:40px;
		margin-right:40px;
		border-bottom: none;
		min-height:450px;

		/*margin-bottom: -300px;
		padding-bottom: 300px;*/
	}
	#contact-right {
		float:right;
		width:55%;
		width:-webkit-calc(59.5% - 30px);
		width:calc(59.5% - 30px);

		/*margin-bottom: -300px;
		padding-bottom: 300px;*/
		margin-top: 14px;
	}
	.contList li {

	}
	.contList li strong {
		display:inline-block;
		float: left;
	}
	div#page {
		clear:both;
		/*margin-bottom: 42px;
		margin-bottom: 3rem;*/
	}
}
@media screen and (min-width:1200px){
	#home-headimage {
		margin-top: 0;
	}
	#top-inner .entry-title{
		font-size: 38px;
		margin-top: 160px;
		letter-spacing: 10px;
	}
	#top-inner {
		height:420px;
		margin-top: 68px;
	}
	
	#top-inner .entry-title-sub{
		font-size: 20px;
	}
}

/*assessment page*/
#block-assessment-2{
	background-color: #fafafb;
}
.assessment-txt p{
	font-size: 16px;
	width: 480px;
	max-width: 100%;
	}
.assessment-img{
	text-align: center;
}
.assessment-img img{
	width: 500px;
	height: auto;
	margin:21px 0;
}
ul.list-assessment-benefits{
	overflow: hidden;
	margin:50px auto;
	width: 500px;
	max-width: 100%;
}
ul.list-assessment-benefits li{
	position: relative;
	font-size: 18px;
	line-height: 2;
	box-sizing: border-box;
	padding-left: 60px;
	padding-bottom: 30px;
	color: #000;
	width: 250px;
	float: left;
}
ul.list-assessment-benefits li:before{
	position: absolute;
	left: 30px;
	top: 0;
	width: 36px;
	height: 36px;
	content: "";
	background: url(images/icon-benefit.png) no-repeat;
	background-size: 100% auto;
	display: block;
}
#block-assessment-2 h2{
	font-size: 21px;
	font-size: 1.5rem;
}
@media screen and (max-width: 500px){
	ul.list-assessment-benefits li{
		float: none;
		width: 100%;
	}
	#block-assessment-2 h2{
		font-size: 21px;
		font-size: 1.5rem;
	}
	#block-assessment-2 h2 span{
		display: inline-block;
	}
}
/*forms*/
.coverThePage{/*页面遮盖层*/
	width:100vw;
	height:100vh;
	background:transparent;
	background:rgba(0,0,0,0.2);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 98;
}
.coverThePage.stay{
	display: block;
}
.popup-form-container{
	pointer-events: none;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	padding:28px;
	position: fixed;
	left:40%;
	left:-webkit-calc(50% - 250px);
	left:calc(50% - 250px);
	top: -webkit-calc(50vh - 220px);
	top: calc(50vh - 220px);
	text-align: left;
	width:500px;
	height: 750px;
	max-height: calc(100vh - 120px);
	font-size: 14px;
	font-size: 1rem;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	z-index: 101;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	line-height: 1.5;
	overflow: hidden;
	overflow-y: auto;
	display: block
}
.popup-form-container.stay{
	pointer-events: auto;
	/*top:36px;*/
	top: -webkit-calc(50vh - 360px);
	top: calc(50vh - 360px);
	-webkit-opacity: 1;
	opacity: 1;
}

.popup-form-container h2{
	text-align:center;
	color:#111;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 7px;
}
.popup-form-container small{
	text-align:center;
	color:#8f0909;
	display: block;
}
.popup-form-container .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.popup-form-container .gform_wrapper.gf_browser_chrome select,
.popup-form-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 6px 8px;
}
.popup-form-container .gform_wrapper .gform_footer input.button,
.popup-form-container .gform_wrapper .gform_footer input[type=submit],
.popup-form-container .gform_wrapper .gform_page_footer input.button,
.popup-form-container .gform_wrapper .gform_page_footer input[type=submit]{
	width: inherit;
}

.popup-form-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
}
.popup-form-container .gform_wrapper .field_description_below .gfield_description {
	padding-top: 2px;
}
.popup-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.popup-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 6px;
}
.popup-form-container .gform_wrapper .gform_footer{
	text-align: center;
}
.popup-form-container .gform_confirmation_message {
	margin: 50px 0;
	text-align: center;
	font-size: 18px;
	color: green;
}
.closeLayer{
	width:27px;
	height:27px;
	position: absolute;
	top:10px;
	right:10px;
	background:url(images/icon-close.svg) no-repeat;
	cursor: pointer;
}
@media screen and (max-width: 450px){
	.popup-form-container{
		width: 100%;
		left:0;
		top:0;
		height: 100vh;
		max-height: 100vh;
	}
	.popup-form-container.stay{
		left:0;
		top:0;
		height: 100vh;
	}
	.closeLayer{
		position: fixed;
	}
}

/*search bar*/
#searchbar{
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 82px;
	background:#fff;
	text-align: center;
	z-index: 99;
	transition: 0.3s all;
	top:-82px;
}
#searchbar.stay{
	top:0;
}
.admin-bar #searchbar.stay{
	top:32px;
}
#searchbar-close{
	top: 26px;
	position: absolute;
}
#searchbar .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#searchsubmit{
	text-align: center;
	position: relative;
	width: 40px;
	height: 43px;
	line-height: 24px;
	background-color: #985be4;
	border:1px solid #985be4;
	color: #fff;
	vertical-align: middle;
	transition: 0.2s all;
}
#searchsubmit:hover{
	border-color: #000;
	background-color: #000;
	color: #fff;
}
#searchbar input{
	box-sizing: border-box;
	vertical-align: middle;
	width: 500px;
	max-width: calc(100% - 80px);
	padding: 8px;
}
#searchsubmit:before{
	/*content: "\f002";*/
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	z-index: 2;
	display: block;
	top: 0;
	left: 4px;
	width: 32px;
	height: 32px;
	line-height: 31px;
}
#searchbar-form div{
	font-size: 0;
}
@media screen and (max-width:600px){
	#searchbar{
		text-align: left;
	}
}