/*
Theme Name: XTreme China
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is a customized version based on Wordpress theme twentyTwelve. 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, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: fuguanlaw
*/

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

/* =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 {
	-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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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


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

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

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

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 28px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #333;
	background-color: #ffc600;
	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: #ee8d00;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #ee8d00;
}
.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: #222a35;
	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: #ffc600;
	-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 #ffc600;
	color:#000;
	background:#ffc600;
}
.button1:hover{
	color:#fff;
	border:2px solid #ee8d00;
	background:#ee8d00;
}
.button1.transparent{
	color:#54bcb5;
	background:transparent;
}
.button1.transparent:hover{
	color:#f4a23b;
	border:2px solid #f4a23b;
}
.button1.white{
	color:#54bcb5;
	background:white;
	border: 2px solid white;
}
.button1.white:hover{
	background:transparent;
	color:white;
	border:2px solid white;
}
.button2 {
	/*background-color: #ffc000;*/
	background-color: transparent;
	color: #fff;
	border:2px solid #fff;
}
.button2:hover {
	background-color: #fff;
	border:2px solid #fff;
	color: #5b9bd5;
}
.button3 {
	background-color: transparent;
	border: 2px solid #5b9bd5;
	color: #5b9bd5;
	padding: 6px 18px;
	width: auto;
}
.button3:hover {
	background-color: #5b9bd5;
	color: #fff;
}
.button4 {
	background-color: #ff534e;
	border: 2px solid #ff534e;
	color: #fff;
	padding: 6px 18px;
	width: auto;
	cursor: pointer;
}
.button4:hover {
	background-color: #FFA836;
	border: 2px solid #FFA836;
	color: #fff;
}
.button-white{
	color:#5b9bd5;
	background-color: #fff;
	border: 2px solid #fff;
}
.button-white:hover{
	color:#fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}

/* 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}

/*grids*/
.col-raw{
	margin:0 -28px 0 -28px;
	overflow: hidden;
}
.col-raw.col-narrow{/*间距较小*/
	margin:0 -8px 0 -8px;
}
.col-n{
	box-sizing: border-box;
	padding:0 28px;
}
.col-narrow .col-n{
	padding:0 8px;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.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;
	}
}
@media screen and (min-width: 768px){
	.col-n{
		float: left;
	}
	.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;
	}
}
/*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: #ccc;
	background-color:#181717;
}

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: 98%;
}
.site {
	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%;
	background-color:#111;
	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: 7px;
	margin-top: 0.5rem;
	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:#111;
}
.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:#ffc600;
}


/* 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: #111010;
	color: #999;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #999;
}
footer[role="contentinfo"] a:hover {
	color: #fff;
	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{
	padding-top: 14px;
	padding-top: 1rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
}

/*footer*/
.icon-footer{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	margin-right:6px;
	background-image:url(images/icons-footer.png);
	background-position:0 0;
}
.icon-footer#icon-footer-tel{ background-position:0 -25px;}
.icon-footer#icon-footer-email{ background-position:0 -50px;}
.icon-footer#icon-footer-url{ background-position:0 -75px;}
.icon-footer#icon-footer-wechat{ background-position:0 -100px;}
.icon-footer#icon-footer-weibo{ background-position:0 -125px;}
.footer-logo{
	width:226px;
	height:50px;
}
.footer-qr{
	width:115px;
	height: 115px;
}
.footer-right{
	text-align: center;
	padding: 14px 0 28px 0;
}
.footer-right img{
	display: block;
}
.footer-left{
	padding: 28px 0 7px 0;
	text-align: left;
	overflow: hidden;
}
.footer-tt{
	display: block;
	line-height: 1.5;
	font-size: 13px;
	margin-top: 2rem;
	margin-bottom: .5rem;
}
.footer-left a{
	
}
.footer-bottom{
	font-size:13px;
	border-top: 1px solid #1b1919;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Open Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	padding:14px 0;
	padding:1rem 0;
	clear: both;
}
.footer-bottom a{
	display: block;
}
.footer-line{
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
}
.box-qr{
	background:#1b1919;
	box-sizing: border-box;
	padding:8px;
	width: 96px;
	margin-right: 8px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.box-qr img{
	display: block;
	float: left;
	width:80px;
	height:80px;
}
.box-qr span{
	display: none;
}
@media screen and (min-width: 415px) {
	.footer-left .col3-1,
	.footer-left .col3-2,
	.footer-left .col3-3{
		float: left;
		vertical-align: top;
		width:33%;
	}
	.footer-tt{
		margin-top: 0;
		margin-bottom: 28px;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 768px) {
	.footer-left{
		float:left;
		text-align: left;
		width: 50%;
		padding: 35px 0;
	}
	.footer-right{
		float:right;
		text-align: left;
		width: 49%;
		padding: 21px 0;
	}
	.footer-bottom a{
		display: inline-block;
	}
	.footer-bottom{
		padding:21px 0;
		padding:1.5rem 0;
	}
	.box-qr{
		width: 255px;
	}
	.box-qr span{
		display: block;
		float: left;
		height: 80px;
		box-sizing: border-box;
		padding: 14px 8px;
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.footer-line{
		font-size: 14px;
	}
}
/* =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:#111;
	font-weight: 500;
	text-align: left;

}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.846153846;
	color:#fafafa;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	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;}
.site-info { text-align: center}
.site-logo {
	width:196px;/* height:45px;*/
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
	color: #333;
}
.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:#000;
	background-image:none;
	background-color:#ffc600;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.07142857rem;
}
.wp-pagenavi span.pages {
	border: none;
}


.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;
}

/*gravity forms*/
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
.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: #111;*/
	color: #ffc600;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}
@media only screen and (max-width: 641px){
	.gform_wrapper .ginput_container span:not(.ginput_price) {
		display: inline-block!important;
	}
	.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
		width: auto!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}
.BMap_cpyCtrl {display: none; }
.anchorBL {display: none;}

/* =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) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1208px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	.site-narrow{
		max-width: 880px;
	}

	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%;
	}
	.site-header{

	}
	.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;
	}
	.main-navigation {
		
	}
	.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;
		position: relative;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.071428571rem;
	}
	.main-navigation li a {
		padding:0 18px;
		display: block;
		color: #fff;
		line-height: 3;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-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: #ffc600;
		/*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: #ffc600;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor{
		
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after{
		/*position: absolute;
		content:"";
		width:100%;
		height: 100%;
		background-color:#ffc600;
		left:0;
		top: 0;
		z-index: -1;
		-webkit-transform:skewX(-15deg);
		transform:skewX(-15deg);*/
	}
	.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:-7px;
	}
	.main-navigation li ul li{
		width: 100%;
	}

	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #000;
		background: rgba(0,0,0,0.5);
		border-top: 1px solid rgba(255,255,255,0.1);
		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: 190px;
		white-space: normal;
		padding-left: 30px;
		white-space: normal;
		text-align: left;
		box-sizing: border-box;
	}
	.main-navigation li ul li:first-child a{
		border-top: 0;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #000;
		color: #ffc600;
	}

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

	.contList li {
	}
	.contList li strong {
		display:inline-block;
		float: left;
	}
	div#page { clear:both;
		/*margin-bottom: 42px;
		margin-bottom: 3rem;*/
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: transparent;
		/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
	}
	.site-logo{
		float:left;
		margin:12px;
		margin-left:0;
	}
	.main-navigation {
		float: right;
		clear: none;
		width: 50%;
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
		margin-top: 27px;
		display: inline-block;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: right;
	}
	.main-navigation li a{
		padding: 0 18px;
	}
	.main-navigation .current-menu-item:hover > a,
	.main-navigation .current-menu-ancestor:hover > a,
	.main-navigation .current_page_item:hover > a,
	.main-navigation .current_page_ancestor:hover > a  {
		color: #000;
	}
	.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: #000;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item .sub-menu a:hover,
	.main-navigation .current-menu-ancestor .sub-menu a:hover,
	.main-navigation .current_page_item .sub-menu a:hover,
	.main-navigation .current_page_ancestor .sub-menu a:hover{
		color: #ffc600;
	}
	.main-navigation .menu-item-has-children:hover a:before,
	.main-navigation a:hover:before,
	.main-navigation a:focus:before{
		position: absolute;
		content:"";
		width:100%;
		height: 100%;
		background-color:#ffc600;
		left:0;
		top: 0;
		z-index: -1;
		-webkit-transform:skewX(-15deg);
		transform:skewX(-15deg);
	}
	.main-navigation li li a:before{
		content:none!important;
	}
	.site-blocks{
		padding: 0 28px;
		padding: 0 2rem;
	}
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	.site-header{
		
	}
	.site-logo{
		width:196px;
		height:68px;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
		margin-top: 20px;
	}
	.main-navigation li {
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		background-color: transparent;
		padding: 0 28px;
		padding: 0 2rem;
		line-height: 3.8;
	}
	.main-navigation li ul {
		/*left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);*/
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after{
		/*width:calc(100% - 56px);
		left:28px;
		top: 0;*/
	}
	
}

@media screen and (min-width: 1024px){
	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *,
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after {
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		background-color: #111;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
		margin-top:0;
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3;
		/*color: #333;*/
	}
	.site-header.scroll .main-navigation li ul a {
		background: #111;
	}	
	.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: #111;*/
		/*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{
		/*top: 46px;*/
	}
	.site-header.scroll .site-logo {
		margin-top: 5px;
		margin-bottom: 5px;
		width: 98px;
		height: 34px;
	}
	.top-inner{
		background-attachment: fixed;
	}
	/* dynamic floating nav bar */
}

/*return Top button*/
#returnTop {
    background-color:#222;
    width:40px;
    height:40px;
    display:block;
    right:20px;
    bottom:20px;
    position:fixed;
    line-height:50px;
    color:#fff;
    -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;
	z-index: 6;
	
}
#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 {background-color:#ffc600;}
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }

/*QR Code button*/
#qrCode {
	background:url(images/icon_qrcode.gif) center center no-repeat;
	background-size: 50% 50%;
	background-color:#222;
	width:40px;
	height:40px;
	display:none;
	right:20px;
	bottom:20px;
	position:fixed;
	line-height:50px;
	color:#fff;
	-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;
	z-index: 6;
	
}

#qrCode:hover {
	background-color:#ffc600;
}
#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:70px;
	}
}


.video-js { max-width:100% }
.vjs-poster { background-color:transparent; }
.video-js .vjs-big-play-button {
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: none;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border:3px solid #fff;
	border-radius: 50%;
	background-color: transparent;
}
.video-js .vjs-control:before {
	line-height: 1.9;
}

/*lightbox*/
a[data-lightbox="jahefactury"]{
	display: inline-block;
	padding:4px;
	border:1px solid #ddd;
	margin:4px;
	font-size:0;
}

/*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-2.png) no-repeat center 10px #111;
	background-size: 110px auto;
	z-index: 10;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
	height: 56px;
	width: 56px;
	background: url(images/bg_topBt.png) no-repeat;
	min-height: 56px;
}
#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.06);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(255,255,255,0.06);
	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:#ffc600;
	background-color: rgba(255,255,255,0.06);
	border-top: 1px solid rgba(255,255,255,0.06);
}
#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 -42px!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:768px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}


/*homepage*/
.kv{
	display: none;
	background-size: 100% auto;
}
.kv-mb{
	display: block;
	background-size: 100% auto;
}
#home-headimage{
	position: relative;
}
#home-headimage a.chevron-down{
	display: none;
	width: 30px;
	height: 50px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	border: 3px solid #fff;
	border-radius: 23px;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	left: -webkit-calc(50% - 20px);
	left: calc(50% - 20px);
	bottom: 46px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#home-headimage a.chevron-down:after{
	content: "";
	position:absolute;
	left:calc(50% - 2px);
	top:10px;
	width:4px;
	height:8px;
	background-color:#fff;
	border-radius: 2px;
}
#home-headimage a.chevron-down:hover{
	background-color:#ffc600;
}
#home-headimage a.chevron-down i{
	position: absolute;
	top: 60px;
	left: 8px;
}
a.kv-full{
	font-size: 0;
	display: block;
	width: 100%;
}
.kv-txt{
	display: block;
	box-sizing: border-box;
	background: rgba(0,0,0,0.7);
	padding:14px 30px;
	color:#fff;
	text-align: center;
	width:500px;
	max-width:100%;
	font-size: 40px;
	font-size: 2.58714rem;
	font-weight: 400;
	position:absolute;
	top:48%;
	left:-webkit-calc(50% - 250px);
	left:calc(50% - 250px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}
.kv-txt h2{
	color: #fff;
	font-size: 40px;
	font-size: 2.58714rem;
	font-weight: 400;
	line-height:1.3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.kv-txt{
}
a.kv-txt:hover{
	text-decoration: none;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
a.kv-txt:hover h2{
	color: #ffc600;
}
#home-headimage .swiper-button-white{
	width:56px;
	height: 13px;
	background-size: 100% auto;
}
#home-headimage .swiper-button-prev{
	background-image: url(images/slider-left.png);
}
#home-headimage .swiper-button-next{
	background-image:url(images/slider-right.png);
}
@media screen and (max-width: 520px){
	.kv-txt{
		left:0;
		bottom:0;
		top:auto;
	}
	.kv-txt h2{
		font-size: 25px;
		font-size: 1.785714rem;
	}
	#home-headimage .swiper-button-white{
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}
@media screen and (min-width: 768px){
	.kv{
		display: block;
	}
	.kv-mb{
		display: none;
	}
	#home-headimage a.chevron-down{
		display: block;
	}
	.kv-txt{
		opacity: 0;
		top:52%;
		-webkit-transition-delay:0.3s;
		transition-delay:0.3s;
	}
	.swiper-slide-active .kv-txt{
		opacity: 1;
		top:48%;
	}
	.swiper-slide-active a.kv-txt:hover{
		background-color: rgba(0,0,0,0.8);
	}
}
@media screen and (min-width: 1200px){
	.kv{
		/*background-attachment: fixed;*/
	}
}
a.more {
	width:auto;
	height:22px;
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	margin:0 0 0 5px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding:0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more i{
	width: 24px;
	height: 12px;
	background: url(images/icon-more-arrow.png) no-repeat;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	vertical-align: middle;
}
a.more:hover {
	color:#ffc600;
}
a.more:hover i{
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
#home-headimage {
	width:100%;
	overflow: hidden;
}
#home-headimage .swiper-slide img {
	width:100%;
	height: auto;
}

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

h2.home-title { 
	background: url(images/icon_arrow.gif) no-repeat;
	background-position: 0 5px;
	font-size: 17px ;
	font-size: 1.2143rem;
	padding-left: 18px;
	padding-right: 0;
	line-height: 1.5;
	margin: 21px 0 14px 0;
	margin: 1.5rem 0 1rem 0;
	font-weight: normal;
}
.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;
	color:#ccc;
}
.site-blocks p.txt-small {
	font-size: 15px;
	font-size: 1.07147285rem;
}
@media screen and (min-width: 1200px){
	.site-blocks p,
	.site-blocks ul {
		font-size: 16px;
	}
}
.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;
	letter-spacing: 1px;
	text-align: center;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	color: #fff;
}
.site-blocks h2 span{
	color:#ffc600;
}
.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{
	margin-top: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto;
	margin:5rem auto;
}
.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;*/
}

#home-intro{
	background: url(images/bg-x.jpg) no-repeat center bottom #141415;
}
#home-intro p,
#home-race-3 p{
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.race-blocks{
	width: 100%;
	overflow: hidden;
	padding-top: 98px;
	padding-top: 7rem;
	margin:0 auto;
	max-width: 1920px;
}
.race-blocks p strong,
.center-intro  p strong{
	color: #ffc600;
}
.race-blocks .site{
	margin-top: 0;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	text-align: center;
}
.race-blocks .site p{
	text-align: center;
}
.race-blocks img{
	height: auto;
}
.race-blocks h2{
	position: relative;
	text-align: left;
}
.race-blocks h2:after{
	position: absolute;
	content: "";
	width: 419px;
	height: 165px;
	background: url(images/bg-title-1.png) no-repeat left top;
	left: -15px;
	top: -30px;
	z-index: 0;
	transform: scale(0.8);
	transform-origin: left top;
}
.race-blocks-2-right h2:after{
	background-image: url(images/bg-title-2.png);
}
.race-blocks-1-right{
	float: right;
	width: 1000px;
	text-align: center;
}
.race-blocks-1-left{
	box-sizing: border-box;
	width:calc(100% - 1000px);
	float: left;
	padding-left:calc(50% - 598px);
	padding-right: 50px;
	padding-top: 110px;
	padding-bottom: 50px;
}
.race-blocks-2-left{
	float: left;
	width: 1000px;
	text-align: center;
}
.race-blocks-2-right{
	box-sizing: border-box;
	width:calc(100% - 1000px);
	float: right;
	padding-right:calc(50% - 628px);
	padding-left: 50px;
	padding-top: 110px;
	padding-bottom: 50px;
}
@media screen and (max-width: 1600px){
	.race-blocks-1-right,
	.race-blocks-2-left{
		width: 850px;
	}
	.race-blocks-1-left,
	.race-blocks-2-right{
		width:calc(100% - 850px);
	}
}
@media screen and (max-width: 1199px){
	.race-blocks-1-right,
	.race-blocks-1-left,
	.race-blocks-2-right,
	.race-blocks-2-left{
		float: none;
		width: 100%;
	}
	.race-blocks-1-left,
	.race-blocks-2-right{
		padding:28px;
		padding:2rem;
		text-align: center;
	}
	.race-blocks{
		padding-top: 56px;
		padding-top: 4rem;
	}
	.race-blocks h2{
		text-align: center;
	}
	.race-blocks h2:after{
		left:calc(50% - 120px);
	}
}
#home-race-3 .site{
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.home-race-3-bg{
	background:url(images/erl-2020.jpg) center center no-repeat;
	background-size: cover;
	height: 350px;
	padding-top: 65px;
	padding-bottom: 65px;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (min-width:768px){
	.home-race-3-bg{
		height: 660px;
	}
}
.home-race-3-bg img{
	width: auto;
	max-width: 50%;
	height: auto;
}
#home-news{
	background: transparent;
	font-size: 0;
}
#home-news,
#home-news h2{
	color: #fff;
}
#home-news p.sub-title{
	color: #ddd;
}
#home-news p{
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#home-news .post_content p{
	text-align: unset;
}
#home-news .post_txt{
	background-color: #282828;
}
#home-news .post_txt a{
	color: #fff;
}
#home-news .post_content{
	color: #999;
}
.post_txt .post_content{
	min-height: 108px;
	font-size: 15px;
	font-size: 1.071428rem;
}
#home-convertion{
	background:url(images/bg-convertion.jpg) repeat-y bottom center #030303;
}
#home-convertion h2{
	color:#fff;
}
#home-convertion .button1{
	display: block;
	margin:48px auto 0 auto;
}

.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;
}
.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/bg-x.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #010101;
   	height:280px;
	color: #ffc600;
}
.top-inner-small,
.top-inner-smaller {
	height:180px;
}
.top-inner .entry-title{
	color: #fff;
	font-size: 28px;
	font-size:2rem;
	text-align: center;
	margin-top: 130px;
	letter-spacing: 4px;
	font-weight: 500;
	padding:0 28px;
}
.top-inner-small .entry-title,
.top-inner-smaller .entry-title{
	margin-top: 60px;
	line-height: 1.3;
}
.top-inner .entry-title-sub{
	margin-top: 14px;
	color: #ffc600;
	text-align: center;
	font-size: 14px;
	font-size:1rem;
	font-weight: 200;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: Arial;
}
.inner-menu-sub{
	width:100%;
	margin-top: 42px;
	margin-top: 3rem;
	border-bottom: #dddddd 1px solid;
}
.menu-sub{
	width: 100%;
	margin:0;
	list-style: none;
	text-align: center;
}
@media screen and (min-width: 1200px){
	.menu-sub{
		justify-content: center;
	}
}
.menu-sub li{
	font-size: 16px;
	/*display: inline-block;*/
	width: auto;
	margin-right: 2px;
}
.menu-sub li a{
	display: block;
	padding:10px 22px;
	border:1px solid #dddddd;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	color: #999;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.menu-sub li a:hover,
.menu-sub li.current_page_item a,
.menu-sub li.current-cat a{
	color:#fff;
	background:#9c8f34;
	border-color: #9c8f34;
}

h1.page-title,
h2.page-title {
	position: relative;
	line-height: 1.4;
	padding-bottom: 28px;
	padding-top: 2px;
	color:#333;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 50px;
	margin-top: 0;
	text-align: center;
}
h1.page-title{
	font-size: 28px;
	font-size: 2rem;
}
.page-title:after{
	display: block;
	position: absolute;
	content:"";
	background:#ffc600;
	width: 50px;
	height:3px;
	left:calc(50% - 25px);
	bottom: 0;
}
.content-with-sub {
	min-height: 300px;
}
.sub-nav {
	margin: 21px 0 28px 0;
	margin: 1.5rem 0 2rem 0;
	width:100%;
	overflow: hidden;
}
.sub-nav ul {
	overflow: hidden;
	background-color: #f2f2f2;
}
.sub-nav li {
	background-color: #fafafa;
	height:35px;
	line-height: 35px;
	margin-top: 1px;
	overflow: hidden;
	width:50%;
	float:left;
}
.sub-nav li a{
	display: block;
	padding-left: 20px;
	border-right:1px solid rgba(0,0,0,0.1);
}
.sub-nav li a:hover,
.sub-nav li.current_page_item{
	text-decoration: none;
	background-color: #fff;
}

.sub-nav li.current-menu-item{
	background-color: #fff;
}
.sub-nav-title {
	text-align: center;
	color:#000;
	font-size: 16px;
	font-size: 1.225714286rem;
	height:35px;
	line-height:35px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 2px solid #008dd7;
}
.sub-nav-title span {
	display: inline-block;
	padding-left:24px;
}
.sub-nav li.sub-nav-name {
	border-left:none;
	line-height:28px;
	height:28px;
	background-color: #fcfcfc;
	width: 100%;
	text-align: center;
}
.sub-nav li.sub-nav-name span{
	display: inline-block;
	padding-left:23px;
	color:#e83c16;
}

/*lamborghini/radical pages*/
.top-inner-brands{
	background-image: url(images/bg-x.jpg);
}
.top-inner-lamborghini{
	background-image: url(images/bg-top-lamborghini.jpg);
}
.top-inner-radical{
	background-image: url(images/bg-top-radical.jpg);
}
.top-inner-ktm{
	background-image: url(images/bg-top-ktm-2.jpg);
}
.race-blocks h2.title-center{
	text-align: center;
}
.race-blocks h2.title-center:after{
	display: none;
}
.race-blocks-last{
	padding-bottom: 70px;
	padding-bottom: 5rem;
}
.race-blocks-3-left,
.race-blocks-3-right,
.race-blocks-4-left,
.race-blocks-4-right{
	box-sizing: border-box;
}
.race-blocks-3-left,
.race-blocks-4-right{
	padding:28px;
}
.race-blocks-3-right,
.race-blocks-4-left{
	padding:0 28px;
}
.race-blocks-image{
	text-align: center;
}
.race-blocks-image img{
	margin-bottom: 25px;
}
.list-info li{
	margin:10px 0;
}
.list-info li span{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
}
.list-info li span.list-info-title{
	padding-left: 20px;
	width: 110px;
	margin-right: 10px;
	background-color: #1e1d1d;
}
.race-blocks-2 h2{
	margin-bottom: 35px;
}
.race-blocks-2 h2:after{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2a2929;
	content: "";
	top: 30px;
	left: 0;
	z-index: -1;
	transform: none;
}
#inner-lambo-4 h3{
	font-size: 18px;
	font-weight: 500;
}
#inner-lambo-4 .col-6{
	margin-bottom: 50px;
}
#ktm-intro{
	background: transparent url(images/bg-ktm-logo.png) no-repeat center center;
	text-align: center;
}
.table-light{
	margin:0 14px;
	border:1px solid #302f2f;
	padding:14px 14px 5px 14px;
	overflow: hidden;
}
.table-light h3{
	font-size: 21px;
	font-size: 1.5rem;
	color:#fafafa;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}
.table-light table{
	width: 100%;
	margin-bottom: 32px;
}
.table-light table td{
	border-top: 1px solid #262525;
	line-height: 1.5;
	padding:5px 0;
	vertical-align: middle;
}
.table-light table td:last-child{
	text-align: right;
}
.table-light thead td{
	font-weight: 800;
	color:#fafafa;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}
.table-light tr:first-child td{
	border-top: 0;
}
#inner-ktm-1 .list-info li span.list-info-title,
#inner-ktm-2 .list-info li span.list-info-title {
    padding-left: 50px;
    width: 200px;
}
#inner-ktm-1 .list-info li span,
#inner-ktm-2 .list-info li span {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
}
.ktm-feature-list{
	font-size: 0;
}
.ktm-feature{
	display: inline-block;
	padding-bottom: 28px;
	padding-bottom: 2rem;
	vertical-align: top;
	float: none;
}
.brand-item{
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: 35px;
}
.brand-item img{
	display: block;
}
.brand-item .mask{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.brand-item .mask img{
	background-color:rgba(0,0,0,0.7);
}
.brand-item:hover .mask{
	-webkit-opacity: 0;
	opacity: 0;
}
.brand-item h3{
	color: #ffc600;
	margin: 14px 0;
}
.brand-item a:hover{
	text-decoration: none;
}
.milestones{
	margin: 50px auto 0 auto;
	max-width: 600px;
}
.milestones ul li{
	position: relative;
	padding: 0 0 35px 0 ;
	padding: 0 0 3rem 0;
	z-index: 1;
}
.milestones ul{
	position: relative;
}
.milestones ul:after{
	position: absolute;
	content:"";
	background:#ddd;
	height:100%;
	width: 1px;
	left:97px;
	top:11px;
	z-index: 0;
}
.milestones ul li:after{
	content:"";
	position: absolute;
	width: 5px;
	height: 5px;
	background:#fff;
	left:95px;
	top:10px;
	border-radius: 50%;
}
.milestones ul li time{
	width: 65px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding: 0;
	background-color: #ffc600;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	margin-top: 3px;
}
.milestones .milestones-txt{
	display: inline-block;
	vertical-align: top;
	font-size:13px;
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	margin-left: 60px;
}
@media screen and (min-width:960px){
	.race-blocks-3-left,
	.race-blocks-4-right,
	.race-blocks-3-right,
	.race-blocks-4-left{
		width: calc(50% - 50px);
	}
	.race-blocks-3-right,
	.race-blocks-4-left{
		padding:0 ;
	}
	.race-blocks-3-right,
	.race-blocks-4-right{
		float: right;
	}
	.race-blocks-3-left,
	.race-blocks-4-left{
		float: left;
	}
	.race-blocks-image{
		text-align: left;
	}
	.race-blocks-4-left{
		text-align: right;
	}
	.table-light{
		margin:0 5px;
	}
	.milestones ul li time{
		width:75px;
	}
	.milestones .milestones-txt{
		width: -webkit-calc(100% - 210px);
		width: calc(100% - 210px);
		margin-left: 130px;
		font-size: 14px;
	}
	.milestones ul:after{
		left:142px;
	}
	.milestones ul li{
		padding: 0 0 49px 0 ;
		padding: 0 0 3.5rem 0;
	}
	.milestones ul li:after{
		left:140px;
	}
}

@media screen and (min-width:1200px){
	.race-blocks-3-left{
		padding:0;
		padding-left: calc(50% - 600px);
	}
	.race-blocks-4-right{
		padding:0;
		padding-right: calc(50% - 600px);
	}
	.race-blocks-2.loose h2{
		margin-bottom: 54px;
	}
	.loose .list-info li{
		margin:28px 0;
	}
	.loose .list-info li span{
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
	}
	.loose .list-info li span.list-info-title{
		padding-left: 50px;
		width: 160px;
	}
	body .top-inner-ktm .entry-title{
		margin-top: 305px;
	}
}

/*club pages*/
.darkerbg{
	background:#111;
}
.lighterbg{
	background:#1c1c1c;
}
.top-inner-club{
	background-image: url(images/bg-top-club.jpg);
}
.top-inner-club-sh{
	background-image: url(images/bg-top-club-sh.jpg);
}
.top-inner-club-nb{
	background-image: url(images/bg-top-club-nb-2.jpg);
}
.top-inner-club-ktm{
	background-image: url(images/bg-top-club-ktm.jpg);
}
.top-inner-club-support-sh{
	background-image: url(images/bg-top-club-sh-support.jpg);
}
.club-intro,
.center-intro{
	text-align: center;
}
.center-intro h2{
	text-align: center;
}
.club-intro p {
	max-width: 960px;
	margin:0 auto 48px auto;
}
.center-intro p{
	max-width: 960px;
	margin:21px auto 21px auto;
}
.club-item img{
	display: block;
	margin-bottom: 16px;
}
h2.margin-bottom-big{
	margin-bottom: 42px;
	margin-bottom: 3rem;
}
p.price{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}
/*competition*/
.top-inner-competition{
	background-image: url(images/bg-top-competition.jpg);
}
.top-inner-competition-chinagt{
	background-image: url(images/bg-top-chinagt.jpg);
}
.top-inner-competition-radical2018{
	background-image: url(images/bg-top-redical2018.jpg);
}
.top-inner-competition-radicaltraining{
	background-image: url(images/bg-top-competition-radicaltraining.jpg);
}
.top-inner-competition-training2019{
	background-image: url(images/bg-top-training2019.jpg);
}
.top-inner-competition-training2020{
	background-image: url(images/bg-top-club-training.jpg);
}
.top-inner-competition-cec{
	background-image: url(images/bg-top-cec.jpg);
}
.top-inner-competition-ops{
	background-image: url(images/bg-top-ops.jpg);
}
.top-inner-e-competition{
	/*background-image: url(images/bg-race-4.jpg);*/
	background-image: url(images/bg-top-f1.jpg);
}
.logo-ops{
	width: 300px;
	height: auto;
	margin: 48px auto;
}
#swiperPics .swiper-pagination-bullets,
#swiperPics .swiper-pagination-bullets,
#swiperPics1 .swiper-pagination-bullets{
	bottom: 0;
}
#swiperPics .swiper-pagination-bullet,
#swiperPics1 .swiper-pagination-bullet,
#swiperPics2 .swiper-pagination-bullet{
	border-radius: 2px;
	background-color: #fff;
	width: 15px;
	height: 3px;
}
#swiperPics .swiper-pagination-bullet-active,
#swiperPics1 .swiper-pagination-bullet-active,
#swiperPics2 .swiper-pagination-bullet-active{
	background-color:#ffc600;
}
#swiperPics .swiper-featured-pic,
#swiperPics1 .swiper-featured-pic,
#swiperPics2 .swiper-featured-pic{
	width: 100%;
	padding-bottom: 25px
}
#inner-competition-radicaltraining-4 form{
	padding: 21px;
	padding: 1.5rem;
	border: 1px solid #333;
}
@media screen and (min-width: 768px){
	#swiperPics .swiper-featured-pic,
	#swiperPics1 .swiper-featured-pic,
	#swiperPics2 .swiper-featured-pic{
		width: 50%;
	}
}
@media screen and (min-width: 960px){
	#swiperPics .swiper-featured-pic,
	#swiperPics1 .swiper-featured-pic,
	#swiperPics2 .swiper-featured-pic{
		width: 33%;
	}
}
/*news pages*/
.lightBg{
	background-color:#ddd;
}
.post_container {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
}
.post_container a {
	text-decoration: none;
}
.post_container a:hover { }

.post_thumbnail {
	display: block;
	width:100%;
	font-size: 0;
	background-color:#000;
}
.post_container .post_thumbnail img{
	width:100%;
	height:auto;
	/*opacity:0.8;
	-webkit-transition:-webkit-opacity 0.3s;
	transition:opacity 0.3s;*/
}
.post_container:hover .post_thumbnail img{
	/*opacity:1;*/
}
.post_txt {
	line-height: 1.7;
	padding:21px;
	padding:1.5rem;
}
.post_title {
	display: block;
	font-size: 16px;
	font-size: 1.14286rem;
	line-height: 1.6;
}
.post_content{
	color:#666;
}
.post_content .image-gallery {
	display: none;
}
.post-footer {
	margin-top:14px;
	margin-top:1rem;
}
.post-date{
	width:80px;
	color:#000;
	text-align: center;
	background-color: #ffc600;
	font-size:13px;
	font-size:0.9285714rem;
	position: absolute;
	top:0;
	right: 0;
	line-height: 1.3;
	padding: 6px 0;
	font-weight: 500;
}
.post-date span.day{
	font-size:28px;
	font-size:2rem;
	display: block;
	font-weight: 300;
}
.press-content .post-date{
	right:0;
	left: auto;
}
.press-content .post-share{
	position: absolute;
	right:90px;
	top:20px;
}
#home-posts{
	font-size: 0;
}
.bshare-custom {
	float: right;
	text-align: right;
}
.post_txt .bshare-custom {
	margin-top: 4px;
}
.site-blocks .press-content .entry-content p,
.site-blocks .press-content .entry-content h2,
.site-blocks .press-content .entry-content h3,
.site-blocks .press-content .entry-content h4,
.site-blocks .press-content .entry-content table,
.site-blocks .press-content .entry-content li,
.site-blocks .press-content .entry-content{
	color:#333;
}
#content {
    margin: 0 auto;
}
#content.press-content{
	background-color: #fff;
    z-index: 2;
    position: relative;
	padding:0 28px;
	padding:0 2rem;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
}
#content.member-content{/*for bbpress member center*/
	padding: 3rem!important;
	overflow: hidden;
}
a.back-news {
	background: url(images/arraw_back.png) left 0 no-repeat;
	text-decoration: none;
	width: 136px;
	padding-left: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 28px 0;
	margin: 2rem 0;
}
@media screen and (min-width: 768px) {	
	.post_container {
		vertical-align: top;
		display: inline-block;
		width: 31.33%;
		margin:14px 1%;
		margin:1rem 1%;
		text-align: left;
	}
	.post_title{
		min-height:77px;;
		min-height:5.5rem;
	}
	.press-mediainfo{
		margin-left: -28px;
		margin-left: -2rem;
	}
}
@media screen and (min-width: 1200px) {

	#content {
		max-width:1200px;
		min-height:560px;
	}
	#content.press-content{
		max-width: 980px;
		box-sizing: border-box;
		padding:0 56px;
		padding:0 4rem;
		padding-bottom: 42px;
		padding-bottom: 3rem;
		width: -webkit-calc(100% - 112px);
		width: calc(100% - 112px);
		margin-top: -130px;
		margin-bottom: 70px;
		margin-bottom: 5rem;
	}
	#content.site-content{
		margin-bottom: 42px;
		margin-bottom: 3rem;
	}
	.press-mediainfo{
		margin-left: -56px;
		margin-left: -4rem;
		padding-left:2px;
		max-width: 700px;
	}
	.post_title{
		min-height:51px;
	}
}
/*about page*/
.top-inner-about{
	background-image: url(images/bg-top-about.jpg);
}
#inner-about-2 .race-blocks,
#inner-about-4 .race-blocks{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#inner-about-2 .race-blocks img,
#inner-about-4 .race-blocks img{
	margin-bottom: 0;
}
/*video page*/
.top-inner-video {
	background-image: url(images/bg-top-video.jpg);
}
.video-item{
	text-align: center;
	padding-top: 28px;
	padding-top: 2rem;
	padding-bottom: 28px;
	padding-bottom: 2rem;
}
.video-item h3{
	color:#ffc600;
}
/*contact us page*/
.lightBg,
.lightBg p,
.lightBg ul,
.lightBg legend{
	color:#333;
}
.lightBg .itemName{
	color:#000;
}
#contact-left {
	border-bottom:1px solid #333;
	padding-bottom:30px;
	margin-bottom:30px;
	min-height:250px;
}
#contact-right {
	line-height: 2.114285714;
	margin-bottom: 30px
}
#countrySelect {
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
}
.contList h3 {
	margin-bottom: 6px;
	font-weight: normal;
}
.contList {
	margin-top: 14px;
	margin-top: 1rem;
}
.contList li {
	list-style:none;
	overflow: hidden;
	line-height: 22px;
	padding: 5px 0;
	margin-left: 0;
}
.contList li strong {
	display:block;
	width:180px;
	height:30px;
}
.itemName {
	display: inline-block;
	width:90px;
	color:#999;
}
#dituContent {
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	height:300px;
	border:1px solid #ededed;
}

@media screen and (min-width: 768px) {
	.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;
	}
	.top-image {
		height: 150px;
		background-size:auto 100%;
	}
	.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;
	}
}
@media screen and (min-width: 1200px) {
	#home-headimage {
		margin-top: 0;
	}
	.top-inner {
		height:490px;
	}
	.top-inner-small {
		height:350px;
	}
	.top-inner-smaller {
		height:250px;
	}
	.top-inner .entry-title{
		font-size: 35px;
		font-size: 2.5rem;
		margin-top: 240px;
		letter-spacing: 10px;
	}
	.top-inner-small .entry-title{
		margin-top: 188px;
	}
	.top-inner-smaller .entry-title{
		margin-top: 130px;
	}
	#home-posts{
		padding-top: 0;

	}
}

/*header login*/
.coverThePage{/*页面遮盖层*/
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.2);
	/*background:transparent;*/
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 100;
}
.coverThePage.stay{
	display: block;
}
.header-login-container{
	pointer-events: none;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	/*border-top: 3px solid #ee0000;*/
	padding:28px;
	position: fixed;
	left:40%;
	left:-webkit-calc(50% - 190px);
	left:calc(50% - 190px);
	top: -webkit-calc(50vh - 130px);
	top: calc(50vh - 130px);
	text-align: left;
	width:380px;
	color:#333;
	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;
}
@media screen and (max-width: 450px){
	.header-login-container{
		width: 90%;
		left:5%;
	}
}
.header-login-container:before{
	/*content: "";
	display: block;
	position: absolute;
	top: -17px;
	left: 50%;
	left: -webkit-calc(50% - 46px);
	left: calc(50% - 46px);
	border: 8px solid transparent;
	border-bottom: 8px solid #ee0000;*/
}
.header-login-container.stay{
	pointer-events: auto;
	/*top:36px;*/
	top: -webkit-calc(50vh - 250px);
	top: calc(50vh - 250px);
	-webkit-opacity: 1;
	opacity: 1;
}
.header-login-container .social_hint{
	margin-bottom: 7px;
}
.header-login-container .xh-social{
	display: inline-block;
	vertical-align: middle;
}
.header-login-container .social{
	/*text-align: right;*/
	margin-top: 28px;
	margin-bottom: 14px;
}
.header-login-container input.header-login-input{
	width:100%;
	/*box-sizing: border-box;*/
	border: 0;
	border-bottom: 1px solid #eeeeee;
	height: 35px;
	padding: 5px 0;
	font-size: 16px;
}
.header-login-container label{
	margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    display: block;
}
.header-login-container label.social_hint,
.header-login-container .xh_social_box{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.header-login-container fieldset{
	margin:15px 0;
	position: relative;
}
.header-login-container #foget-pwd{
	position: absolute;
	bottom: 7px;
	right: 0;
	font-size: 15px;
}
.header-login-container h2{
	color: #111;
	font-size: 20px;
	margin-bottom: 25px;
}
.button.header-login-btn{
	vertical-align: middle;
}
.header-login-container input[type="submit"]{
	padding: 6px 35px;
    font-size: 16px;
}
.icon-user{
	background-size: auto 100%;
	width: 40px;
	height: 40px;
	line-height: 40px!important;
	font-size: 18px!important;
	vertical-align: middle;
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.login-bar{
		width:280px;
	}
	a.login-bar-btn {
		line-height: 4.7;
		width:33.2%;
		font-size: 15px;
		font-size: 1.07142857rem;;
	}
	a.login-bar-btn span.txt{
		display: inline;
		line-height: 0;
	}
	.login-bar-menu{
		width:66%;
	}
	.login-bar-menu-list{
		top:100%;
	}
	#btLogin-m{
		display: none;
	}
	#btSearch{
		background-size: auto 60%;
	}
	#btLogin,
	#btRegister{
		display: inline-block;
	}
}

/*erl page*/
.bg-erl{
	background:url(images/erl/bg2.jpg) no-repeat center top;
	background-size: auto 100%
}
.block-erl{
	box-sizing: border-box;
	padding:0 21px;
	padding:0 1.5rem;
	margin:0 auto;
	width:880px;
	max-width: 100%;
}
.block-erl img{
	width: 100%;
	height: auto;
}
#erl-convertion{
	background:url(images/erl/bg-erl-conversion.jpg) no-repeat center center #030303;
	text-align: center;
	color: #fff;
}
#erl-convertion h2{
	color:#fff;
}
#erl-convertion .button1{
	display: block;
	margin:48px auto 0 auto;
	width: 230px;
}
#erl-convertion .disabled{
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
a.disabled{
	pointer-events: none;
	background-color:#999!important;
	border-color:#999!important;
}
#sc4mapContainer{
	background-size: 100% auto;
	background-image: url(images/erl/sc4_0.png);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#sc4mapContainer.sc4_1{background-image: url(images/erl/sc4_1_nn.png);}
#sc4mapContainer.sc4_2{background-image: url(images/erl/sc4_2_nn.png);}
#sc4mapContainer.sc4_3{background-image: url(images/erl/sc4_3_nn.png);}
#sc4mapContainer.sc4_4{background-image: url(images/erl/sc4_4_nn.png);}
#block-erl-4{
	position: relative;
}
.sc4map{
	position: absolute;
	width:25%;
	height: 70px;
	display: block;
	left:0;
	top:19%;
}
#sc4map2{ left:25%; }
#sc4map3{ left:50%; }
#sc4map4{ left:75%; }
@media screen and (min-width: 880px){
	.bg-erl{
		background-size: auto;
	}
	.block-erl{
		padding:0;
	}
	#block-erl-1{ height: 630px; }
	#block-erl-2{ height: 770px; }
	#block-erl-3{ height: 778px; }
	#block-erl-4{ height: 939px; }
	#block-erl-5{ height: 688px; }
	#block-erl-6{ height: 790px; }
	#block-erl-7{ height: 670px; }
}
/*buddypress application list*/
.application-post-container{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
	clear: both;
	overflow: hidden;
}
.application-post-thumbnail{
	width:250px;
	margin-right: 20px;
	float: left;
}
.application-post-title{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
	display: block;
}
.application-post-txt{
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.7;
	width:-webkit-calc(100% - 270px);
	width:calc(100% - 270px);
	float: left;
}
.application-post-txt span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	color: #ccc;
}
@media screen and (max-width: 768px){
	.application-post-thumbnail,
	.application-post-txt{
		width: 100%;
		float: none;
	}
}

.popup-form-container{
	color: #333;
	pointer-events: none;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	/*border-top: 3px solid #009fe8;*/
	padding:28px;
	position: fixed;
	left:40%;
	left:-webkit-calc(50% - 200px);
	left:calc(50% - 200px);
	top: -webkit-calc(50vh - 260px);
	top: calc(50vh - 260px);
	text-align: left;
	width:400px;
	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;
	max-height: 76vh;
    overflow-y: auto;
}
.popup-form-container .gform_wrapper .gfield_radio li{
	display: inline-block;
	margin-right: 30px;
}
#input_2_4{
	width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}    
.popup-form-container.stay{
	pointer-events: auto;
	/*top:36px;*/
	top: -webkit-calc(50vh - 320px);
	top: calc(50vh - 320px);
	-webkit-opacity: 1;
	opacity: 1;

}
@media screen and (max-width: 450px){
	.popup-form-container{
		width: 90%;
		left:5%;
	}
	.popup-form-container.stay{
		top: -webkit-calc(50vh - 300px);
		top: calc(50vh - 300px);
	}
}
.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;
}
.popup-form-container .xh-btn {/*pay button on the popup layer*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
}
.closeLayer{
	width:27px;
	height:27px;
	position: absolute;
	top:-30px;
	right:-30px;
	background:url(images/close.png) no-repeat;
	cursor: pointer;
}

.template-notice{
	border:1px solid #ea605d;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 3px 15px;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1rem;
	color: #ea605d;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-notice.error{
	border-color: #ea605d;
	color: #ea605d;
}
.template-notice.success{
	border-color: #54bcb5;
	color: #54bcb5;
}
.template-notice.notice{
	border-color: #f4a23b;
	color: #f4a23b;
}