/*
Theme Name: HAH China
Theme URI: http://www.hahchina.com
Version: 1.0
Author: JennyStudio
Author URI: http://www.becomingjenny.net;
Description: This theme is a customed them based on Wordpress default theme twentytwelve. PZinvest.com
License: 
License URI: 
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, 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: twentytwelve
*/

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

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

---------- Examples

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

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

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

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

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

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

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


/* =Reset
-------------------------------------------------------------- */
*::-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;
}
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: normal;
	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;
}
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;
	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,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	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 #ccc;
	border-radius: 3px;
	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 */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #eee;
	background-color: #666a9b;
	-webikt-transition:background-color 0.2s;
	transition:background-color 0.2s;
	border:none;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
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: #EDAB0C;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #EDAB0C;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

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

/* 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 #EDEDED;
}
.nav-previous { border-left: 6px solid #666a9b; }
.nav-next { border-right: 6px solid #666a9b; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #EDEDED;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single + .comments-area,
#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: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color: #f6f5f5;
}
body.custom-font-enabled {
	font-family: "微软雅黑", "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #666a9b;
	text-decoration: none;
}
a:hover {
	color: #000;
	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 {
	margin: 0 auto;
	max-width: 1280px;
	max-width: 91.428571428rem;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.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;
	overflow: hidden;
	width:100%;
}
.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: 14px;
	margin-top: 1rem;
	text-align: center;
	overflow: hidden;
	clear:both;
}
.main-navigation li {
	font-size: 14px;
	font-size: 1rem;
	line-height: 3;
}
.main-navigation a {
	color: #333;
	text-decoration: none;
	display: block;
	text-align: left;
}
.main-navigation a:hover,
.main-navigation a:focus {
	background:#eee;
}
.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-toggle {
	display: inline-block;
	margin-top:8px;
	margin-bottom:8px;
	font-size:14px;
	font-size:1rem;
	background-image:url(images/icon_menu.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 3px 20px 3px 36px;
}
.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 #eee;
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation a{
	padding-left:21px;
	padding-left:1.5rem;
}

.main-navigation .sub-menu a{
	padding-left:35px;
	padding-left:2.5rem;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .nav-menu > .current-page-ancestor > a {

	font-weight: bold;
	background:#eee;
}
.main-navigation ul.sub-menu {
	/*display: none;*/
}
/* 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: #666a9b;
}
.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"] {
	border-top: 10px solid #fff;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 0;
	padding: 1rem 0;
	position: relative;
	background-color: #fff;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =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 {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#666a9b;
	border-bottom: 1px dotted #ededed;

}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.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: 2.114285714;
}
.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;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.6;
	color: #666a9b;
}
.entry-content h3,
.comment-content h3 {
	font-size: 15px;
	font-size: 1.0714rem;
	line-height: 1.846153846;
	font-family: "微软雅黑", 'Droid Serif', serif;
	margin: 14px 0;
	margin: 1rem 0;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	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: 2.114285714;
	font-size: 14px;
	font-size: 1rem;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #666a9b;
}
.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.714285714;
}
.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: 2.114285714;
}
.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: 2;
}
.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: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


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

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

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

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

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


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

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


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

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


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

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

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

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

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


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

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

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


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

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


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

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.site-info { text-align: center}
.site-logo {width:301px; height:59px; display:block; float:none; margin:1rem auto 0 auto; overflow: hidden;}
.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:#006e3c; color: #fff!important }


/* =Plugins
----------------------------------------------- */
/*wp-pagenav*/
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi { text-align: center; margin-bottom: 28px; margin-bottom: 2rem;}
.wp-pagenavi .pages{border:none;}
.wp-pagenavi a, .wp-pagenavi span{
	text-decoration: none;
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding:3px 8px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #666a9b;
	font-weight: normal;
	background-color:#666a9b;
	color:#fff;
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/*homepage cover*/
#home-bg {
	width:100%;
	background-size: auto 100%;
	background-image:url(images/home_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#home-logo {
	/*background:url(images/home_logo2.png) no-repeat center top;*/
	background-size: 100% auto;
	width:500px;
	max-width: 90%;
	/*height:106px;*/
	margin:50px auto 20px auto;
}
#home-slogan {
	/*background:url(images/home_slogan.png) no-repeat center top;*/
	background-size: 100% auto;
	width:300px;
	max-width: 70%;
	/*height:100px;*/
	margin:0 auto 20px auto;
	text-align: center;
}
#home-logo img,
#home-slogan img{
	max-width: 100%;
	height:auto;
}
#home-enterButton,
#home-enterButton a {
	width: 90px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    font-size: 15px;
}
#home-enterButton{
	overflow: hidden;
	height: auto;
	width: auto;
}
a.home-button,
span.home-button,
a.button{
	display: block;
	color: #fff;
	background-color: #edab0c;
	background-image:url(images/bg_button_arraw.png);
	background-repeat: no-repeat;
	background-position:right center;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:4px 18px 4px 10px;
	font-size: 14px;
	font-size: 1rem;
    font-weight: normal;
    text-shadow: none;
}
a.button{ display:inline-block; }
a.home-button:hover,
a.button:hover,
.home-venue-img:hover span{
	background-color: #394461;
}

#home-venues-out {
	width:100%;
	/*background-color:#fff;*/
	margin-top:56px;
	margin-top:4rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#home-venues-out { 
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99ffffff', endColorstr='#99ffffff');
}
:root #home-venues-out { 
	filter:none; background-color:rgba(255,255,255,0.9);
}
#home-venues {
	width:1180px;
	padding:40px 20px;
	margin:0 auto 0 auto;
	max-width:90%;
	overflow: hidden;
}
.home-venue{
	width:100%;
	overflow: hidden;
	margin-top:14px;
	margin-top:1rem;
	margin-bottom:28px;
	margin-bottom:2rem;
	font-size:15px;
	font-size:1.07143rem;
	color: #111;
}
.home-venue-space { display:none; width:3.5%; float:left; min-height: 50px; }
.home-venue-img {
	position: relative;
	display: block;
	
	
	max-width:100%;
	margin:10px auto 0 auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
}

span.home-button {
	position:absolute;
	width:60px;
	height:26px;
	line-height: 26px;
	right:20px;
	bottom: 20px;
}
#home-colophon {
	margin: 56px auto 28px auto;
	margin: 4rem auto 2rem auto;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.5;
	text-align: center;
	color: #333;
	text-shadow:0 1px 0 #fff;
}
@media screen and (min-width:600px){
	#home-enterButton{
		/*margin-top:14px;
		margin-top: 1rem;*/
	}
	.home-venue{
		float:left;
		width:31%;
	}
	.home-venue-space { display: block; }
}
@media screen and (min-width:769px){
	#home-bg{
		background-size: 100% auto;
		background-size: cover;
	}
}

/*homepage*/
a.more {
	width:36px;
	height:22px;
	color:#333;
	font-size: 12px;
	line-height: 22px;
	position: absolute;
	right: 0;
	margin:21px 21px 0 0;
	margin:1.5rem 1.5rem 0 0;
	display: inline-block;
	text-align: right;
	text-decoration: none;
	background-position:left -22px;
}
a.more:hover {
	color:#000;
}
#home-headimage,
#home-headimage ul,
#home-headimage ul li,
#home-headimage ul li a { width:100%; height:200px; }

#home-headimage ul {
	margin:0;
	padding: 0;
	position: relative;
}
#home-headimage ul li {
	list-style: none;
	margin:0;
	padding: 0;
	position: absolute;
	top:0;
	left:0;
}
#home-headimage ul li a{
	display: block;
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#home-headimage ul li#headimage1 a{ background-image: url(images/headimage_2.jpg); } 
#home-headimage ul li#headimage2 a{ background-image: url(images/headimage_1.jpg); } 

#home-block1,
#home-block2,
#home-block3,
#home-block21,
#home-block22 { 
	overflow: hidden;
	/*position: relative;to hold the more button*/
}
.home-blocks-cont img{
	max-width: 100%;
}
#home-block20 {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
}
#home-block21 {
	background-color: #f2f2f2;
	padding-top:21px;
	padding-top:1.5rem;
}
#home-block21,
#home-block22{
	margin-top:35px;
	margin-top: 2.5rem;
}
#home-block21 .home-blocks-cont,
#home-block22 .home-blocks-cont{
	padding-top: 0;
}
#home-block1 h2.home-title,
#home-block2 h2.home-title,
#home-block3 h2.home-title,
#home-block21 h2.home-title,
#home-block22 h2.home-title,
#content h2.home-title{
	display: inline-block;
	margin-right: 3px;
	padding-bottom: 2px;
}

#home-block1 { background-color: #fff; }
#home-block2 { background-color: #f2f2f2; }
#home-block3 { background-color: #fff; }
h2.home-title {
	border-left:4px solid #edab0c;
	font-size: 17px ;
	font-size: 1.2143rem;
	padding-left: 10px;
	padding-right: 0;
	line-height: 1.2;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	font-weight: normal;
	font-weight: bolder;
}
#home-content,
.home-blocks {
	max-width: 1280px;
	max-width: 91.428571428rem;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}
#home-content p,
.home-blocks p,
.home-blocks ul{
	line-height: 1.5;
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 14px;
	font-size: 1rem;
}

.home-blocks .home-blocks-cont {
	padding:25px;
	padding:1.785714rem;
	overflow: hidden;
}
.home-blocks .home-blocks-cont ul {
	overflow: hidden;
	margin-bottom: 0;
}
#downloadList li,
#home-block3 .home-blocks-cont li{
	line-height: 1.6;
	background: url(images/icon_downloaddoc.png) 0 10px no-repeat;
	background-position: left center;
    background-size: 20px auto;
	margin-bottom: 16px;
	margin-bottom: 1.14285714rem;
	padding-left: 35px;
}
#downloadList li:last-child,
#home-block3 .home-blocks-cont li:last-child{
	margin-bottom: 0
}
.home-blocks .home-blocks-cont li {
	margin-bottom: 10px;
}
.home-blocks .home-blocks-cont .postlist li a{
	background: url(images/icon_bulet.gif) no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 15px;
}
.home-blocks .home-blocks-cont li a time{
	font-style: normal;
	color:#777;
	padding-right:5px;
	font-size: 13px;
	font-size: 0.92857rem;
}
.home-blocks .home-blocks-cont .postlist li a time,
.home-blocks .home-blocks-cont .postlist li a:hover time{ text-decoration: none; }
.home-blocks .home-blocks-cont li a time,
.home-blocks .home-blocks-cont li a span{
	display: inline-block;
	vertical-align: top;
}
.home-blocks .home-blocks-cont li a span{
	width: calc(100% - 86px);
}
.home-blocks .home-blocks-cont li a:hover{
	text-decoration: none;
}
@media screen and (min-width:1200px){
	.home-blocks .home-blocks-cont li a span{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}
.home-gray {
	background-color: #ebebeb;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.exhibition-container {
	overflow: hidden;
	padding-bottom: 14px;
	padding-bottom: 1rem;
	margin-bottom:14px;
	margin-bottom:2rem;
	border-bottom: 1px solid #eee;
}
.home-blocks-cont .exhibition-container {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	margin-top: 14px;
	margin-top: 1rem;
	border:none;
}
.inner-blocks-cont .exhibition-container {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	margin-top: 14px;
	margin-top: 1rem;
	border:none;
}
.exhibition-container .exhibition-img{
	float:left;
	margin:0 14px 14px 0;
	margin:0 1rem 1rem 0;
	width:30.5%;
	width:-webkit-calc(36% - 18px);
	width:calc(36% - 18px);
	max-width:220px;
	max-height: 130px;
	border: 2px solid #fff;
	text-align: center;
	background-color: transparent;
}
.exhibition-container .exhibition-img img{
	max-width: 100%;
	max-height: 165px;
	height: auto;
}
.exhibition-container .entry-content{
	float:left;
	width:64%;
}
.exhibition-container .entry-content h3{
	margin-top:0;
	margin-bottom: 3px;
	line-height:1.5;
}
.exhibition-container .entry-content p{
	line-height:1.7;
	margin:0;
}
.exhibition-container .entry-content span{
	color:#888;
}
.home-blocks-cont .exhibition-container .entry-content p{
	line-height:1.5;
	color:#666a9b;
}
.exhibition-view{
	line-height: 0;
	display: inline-block;
	margin:0 1px 0 0;
	float:left;
	width:49%;
	width:-webkit-calc(50% - 1px);
	width:calc(50% - 1px);
	
	overflow: hidden;
}
.exhibition-view img.thumb{
	display: block;
	width:100%;
	height:auto;
}
.exhibition-link{
	position: relative;
	display: block;
	margin:0 0 1px 0;
	overflow: hidden;
}
.exhibition-link .exhibition-cap{
	position:absolute;
	width:100%;
	height:200px;
	-moz-opacity:0;
	opacity:0;
	
	color: #fff;
	line-height: 1.5;
	text-align: center;	
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;

	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#aa000000', endColorstr='#aa000000');
}
:root .exhibition-link .exhibition-cap { 
	filter:none;
	background-color:rgba(0,0,0,0.6); 
}
.exhibition-link:hover .exhibition-cap{
	-moz-opacity:1;
	opacity:1;
}
.exhibition-link .exhibition-cap span{
	display:block;
	padding: 8px;
}

.home-blocks-cont .post_thumbnail{
	width: 110px;
	height:80px;
	margin: 3px 14px 14px 0;
	margin: 0.2rem 1rem 1rem 0;
}
.home-blocks-cont .post_thumbnail img{
	border: 1px solid #fff;
}
.home-blocks-cont .post_title{
	font-size:15px;
	font-size: 1.0714rem;
}
.home-blocks-cont .post_container{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	margin-top: 14px;
	margin-top: 1rem;
}
.home-blocks-cont .post_container:last-child{
	margin-bottom: 0;
}
.home-blocks-cont .post_content{
	line-height: 1.5;
	font-size: 13px;
	font-size: 0.9285714rem;
}
/*post list page*/

.post_container {
	overflow: hidden;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	padding-bottom: 21px;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #f2f2f2
}
.post_thumbnail {
	float: left;
	width:140px;
	height:120px;
	margin: 0 21px 14px 0;
	margin: 0 1.5rem 1rem 0;
}
.post_content {
	width:100%;
	line-height: 1.8;
}

.post_title {
	font-size: 16px;
	font-size: 1.14286rem;
	line-height: 1.4;
}
.post_content .image-gallery {
	display: none;
}
.post_data { color:#999; margin:5px 0;} 
.list-calendar {
	margin:28px 0;
	margin:2rem 0;
	text-align: right;
	font-size:14px;
	font-size:1rem;
	border-bottom: 1px dotted #ededed;
	padding-bottom: 14px;
	padding-bottom: 1rem;
}
.list-calendar a {
	font-size:13px;
	font-size:0.92857rem;
	border-bottom:4px solid #ddd;
	display: inline-block;
	margin-left:1px;
	text-align: center;
	width:35px;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top:8px;
	font-style: italic;
	-webkit-transition: border 0.1s, color 0.1s;
	transition: border 0.1s, color 0.1s;
}
.list-calendar a:hover,
.list-calendar a.current {
	border-bottom:4px solid #666a9b;
	color:#000;
}
.homepage-reports li {
	background: url(images/icon_bulet.gif) no-repeat;
	background-position: 0 16px;
	line-height: 1.5;
	padding: 8px 0 8px 16px;
	border-bottom: 1px dotted #ddd;
}
.homepage-reports li:first-child {
	padding-top: 0;
	background-position: 0 8px;
}
.homepage-reports li a {
	text-decoration: none;
}
#home-hot img {
	width:100%;
	height:auto;
}
#home-hot p {
	margin-bottom: 0.5rem
}

.footerContent {
	text-align: center
}
.footerConnect {
	text-align: left;
	overflow:hidden;
	line-height: 1.6;
	width: 440px;
	max-width: 100%;
	margin:14px auto;
	margin:1rem auto;
}
#footerConnect-1{
	display: none;
	float: left;
	width: 42px;
	padding: 0 14px;
	padding: 0 1rem;
	border-right: 1px solid #ededed;
	margin-right: 14px;
	margin-right: 1rem;
	letter-spacing: 3px;
	font-size: 18px;
	line-height: 1.5;
}
#footerConnect-2{
	float: left;
	line-height: 1.5;
}
.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;
}
.friend-link {
	display: inline; 
}
.footer-menu {
	display: none;
}
.friend-link li,
.footer-menu li {
	display: inline-block; 
	padding:0 12px;
}
.footer-menu li:first-child{
	padding-left: 0;
}
footer .site-info {
	max-width: 1200px;
	max-width: 85.71428rem;
	margin:0 auto;
}
#footerLinkCont {
	margin-top: 0;
	border-top: 1px solid #ddd;
	position: relative;
}
.icon_f{ width:20px; height:20px; background:url(images/facebook_icon.gif) no-repeat; display: inline-block; margin-right: 6px; padding: 0!important; vertical-align: text-bottom; }
.icon_t{ width:20px; height:20px; background:url(images/twitter_icon.gif) no-repeat; display: inline-block; margin-right: 0; padding: 0!important; vertical-align: text-bottom; }

/*inner pages*/
#top-inner-cont {
	height:150px;
	width:100%;
	display: none;
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner {
	/*background-image: url(images/top_inner.jpg);
	background-color: #0d0f1a;*/
}
.entry-content ul li {
	/*list-style: none;
	margin-left: 0;
	padding-left: 15px;
	background: url(images/icon_bulet.gif) no-repeat;
	background-position: 0 14px;*/
}
.entry-content h1.entry-title,
.entry-content .post_data_inner {
	text-align: center;
}
.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 {
	font-size:14px;
	font-size:1rem;
	background-color: #eee;
	height:35px;
	line-height: 35px;
	margin-top: 1px;
	overflow: hidden;
	width:50%;
	float:left;
}
.sub-nav li a{
	display: block;
	text-align: center;
	/*border-right:1px solid #f2f2f2;*/
}
.sub-nav li a:hover{
	text-decoration: none;
	background-color: #efefef;
}
.sub-nav li.current_page_item,
.sub-nav li.current-cat {
	background-color: #fafafa;
}
.sub-nav li.current_page_item a,
.sub-nav li.current-cat a{
	color: #444;
}
.sub-nav-title {
	text-align: center;
	color:#666a9b;
	font-size: 16px;
	font-size: 1.225714286rem;
	height:35px;
	line-height:35px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.sub-nav-title span {
	display: inline-block;
}
.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:#EDAB0C;
}
#title-about {
	
}

/*contact us page*/
#contact-left {
	border-bottom:1px solid #ededed;
	padding-bottom:30px;
	margin-bottom:30px;
	min-height:250px;
}
#contact-right {
	line-height: 2.114285714;
	margin-bottom: 30px
}
#contact-form{
	border-top:1px solid #ededed;
	padding-top: 28px;
	clear: both;
}
#contact-right .qr-wechat{
	width: 280px;
	max-width:90%;
}
#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;
}
#dituContent {
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	height:300px;
	border:1px solid #ededed;
}
.gform_wrapper { margin-top: 0!important }
.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;
	margin-left:8px;
}
.gform_wrapper form ul li, .gform_wrapper ul li {
	line-height: 1.5;
	padding-left: 0;
	background-image: none;
}


/*baidu map*/
.iw_poi_title {color:#EDAB0C;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}
/*Academy section*/
.academy_home {
	background-color: #fff;
	border-top: 1px solid #fff;
}
.academy_odd {
	background-color: #fcfcfc;
}
#academy-headimage,
#academy-headimage ul,
#academy-headimage ul li,
#academy-headimage ul li a { width:100%; height:200px; }

#academy-headimage ul {
	margin:0;
	padding: 0;
	position: relative;
}
#academy-headimage ul li {
	list-style: none;
	margin:0;
	padding: 0;
	position: absolute;
	top:0;
	left:0;
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#academy-headimage ul li#academy-headimage1 { background-image: url(images/top_academy.jpg); } 

.qtrans_language_chooser {
	list-style: none;
	width:162px;
	margin:0 auto;
	overflow: hidden;
	position: absolute;
	top: 86px;
	right: 10px;
}
.qtrans_language_chooser li {
	float: left;
	width: 80px;
	font-size: 12px;
	font-size: 0.865714286rem;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	margin-bottom: 4px;
}
.qtrans_language_chooser li a {
	text-decoration: none;
	color:#fff;
	display: inline-block;
	background-position: 6px center;
	background-color: #ccc;
	width: 46px;
	padding: 4px 5px 4px 30px;
	display: inline-block;
	line-height: 1.628571429;
}

.qtrans_language_chooser li a.qtrans_flag_en {
	border-radius: 3px 0 0 3px;
}
.qtrans_language_chooser li a.qtrans_flag_zh {
	border-radius: 0 3px 3px 0;
}
.qtrans_flag_zh {
	background-image: url(images/cn.png)!important;
}
.qtrans_flag_en {
	background-image: url(images/en.png)!important;
}
html[lang="zh-CN"] .qtrans_language_chooser li a.qtrans_flag_zh {
	background-color: #006e3c;
}
html[lang="en-US"] .qtrans_language_chooser li a.qtrans_flag_en {
	background-color: #006e3c;
}
.qtrans_language_chooser li a:hover{
	background-color: #bd8321!important;
}
/*inner pages*/
div.job,
div.doc { 
	overflow: hidden;
	border:1px solid #f2f2f2;
	margin-bottom: 20px;
	clear: both;
}
div.job h2,
div.doc h2 { 
	background-color: #f2f2f2;
	color: #666a9b;
	margin: 0;
	line-height: 2;
	padding: 2px 20px
}
div.job h3,
div.doc h3 {
	font-size: 15px;
	font-size: 1.071428571rem;
	padding: 0px 20px;
	margin: 14px 0 7px 0;
}
div.job p,
div.doc p {
	padding: 0px 20px;
	margin: 10px 0;
}
div.job ul,
div.doc ul {
	margin: 10px 0;
	overflow: hidden;
}
div.job ul li,
div.doc ul li{
	padding: 2px 0 2px 0;
	margin-left: 40px;
	box-sizing: border-box;
}
div.job ol li,
div.doc ol li {
	margin-left:40px;
	padding-right:20px;
}
div.job table,
div.doc table {
	margin: 20px auto;
	width: auto;
	min-width: 90%;
}
div.doc table img {
	min-width: 52px;
}
div.doc a.download {
	width: 40px;
    display: block;
    margin: 28px auto 28px auto;
    margin: 2rem auto 2rem auto;
    color:#fff;
}
a.download{
	display: inline-block;
	padding:3px 20px 3px 46px;
	background: url(images/icon_download.png) 18px center no-repeat;
	background-color: #EDAB0C;
	border-radius: 3px;
	color: #fff;
	font-size:16px;
	font-size: 1.225714286rem;
	text-decoration: none;
	-webkit-transition:background-color 0.2s;
	transition:background-color 0.2s;
}
a.download:hover{
	background-color: #666a9b;
}
/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 480 pixels. */
@media screen and (min-width: 480px) {
	.exhibition-view{
		width:32%;
		width:-webkit-calc(33% - 1px);
		width:calc(33% - 1px);
	}
 
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1232px;
		max-width: 88rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 20%;
	}
	.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;
	}
	
	.entry-header .entry-title {
		font-size: 20px;
		font-size: 1.421428571rem;
	}
	#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;
	}
	

	

	.top-image {
		height: 150px;
		background-size:auto 100%;
	}

	.sub-nav {
		float: left;
		width:200px;
	}
	.sub-nav-title {
		text-align: left;
	}
	.sub-nav-title span {
		padding-left:24px;
	}
	.sub-nav li {
		border-left:3px solid #666a9b;
		width:auto;
		float:none;
		border-bottom: 1px solid #eee;
		background-color:transparent;
	}
	.sub-nav li a{
		padding-left: 20px;
		/*border-right:1px solid #f2f2f2;*/
		text-align:left;
	}
	.sub-nav li a:hover{
	}
	.sub-nav li.current_page_item,
	.sub-nav li.current-cat {
		border-left:3px solid #EDAB0C;
		background-color: #f2f2f2;
	}
	.sub-nav li.sub-nav-name {
		text-align: left;
	}
	.sub-nav li.sub-nav-name span{
		padding-left:23px;
	}
	.content-with-sub {
		border-left: 1px solid #ededed;
		width:76%;
		width:-webkit-calc(100% - 230px);
		width:calc(100% - 230px);
		float:right!important;
		padding-left: 28px;
		padding-bottom: 42px;
		padding-bottom: 3rem;
	}
	
	/*contact us page*/
	#contact-left {
		float:left;
		width:48.5%;
		width:-webkit-calc(55% - 30px);
		width:calc(55% - 30px);
		padding-right:30px;
		margin-right:30px;
		border-bottom: none;
		min-height:450px;
	}
	#contact-right {
		float:right;
		width:40%;
		width:-webkit-calc(44.5% - 30px);
		width:calc(44.5% - 30px);
	}

	.contList li {

	}
	.contList li strong {
		display:inline-block;
		float: left;
	}
	.qtrans_language_chooser {
		margin:0;
		top:0;
		right:0;
	}	

}
@media screen and (min-width:768px){
	body:not(.template-front-page){
		background-image:url(images/inner_bg_b.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.site-logo{
		float:left;
		margin:11px 0 11px 21px;
		margin:0.785714rem 0 0.785714rem 1.5rem;
	}
	.menu-toggle {
		display: none;
	}

	hgroup{ overflow:visible; height:83px; height:5.9285714rem}
	.site-header { height:83px; height:5.9285714rem }
	.site-header,
	.main-navigation,
	.main-navigation ul.nav-menu { overflow:visible;}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}

	.main-navigation {
		margin-top: 35px;
		margin-top: 2.5rem;

		float: right;
		width: 65%;
		width: -webkit-calc(100% - 340px);
		width: calc(100% - 340px);
		clear: none;
		border-top: none;
		text-align: right;
	}

	.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 a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #333;
		line-height: 3.2;
		text-transform: uppercase;
		white-space: nowrap;
		padding:0 15px;
		padding:0 1.1rem;
		border-bottom: 4px solid transparent;
		-webkit-transition: background 0.3s ease, border  0.3s ease;
		transition: background 0.3s ease, border  0.3s ease;
	}
	.main-navigation li:hover > a,
	.main-navigation a:hover,
	.main-navigation a:focus,
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .nav-menu > .current-page-ancestor > a  {
		color: #000;
		border-bottom: 4px solid #edab0c;
		background-color: #fff;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .nav-menu > .current-page-ancestor > a  {
		background: url(images/main_nav_bg.png) repeat-x left bottom;
	}

	.main-navigation li {
		position: relative;
	}

	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 99%;
		z-index: 10;
		height: 1px;
		width: 1px;
		/*overflow: hidden;*/
		clip: rect(1px, 1px, 1px, 1px);
		line-height: 0;
	}
	.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: 100%;
	}
	.main-navigation li ul li a {
		background: #efefef;
		display: block;
		font-size: 14px;
		font-size: 1rem;
		line-height: 2.6;
		padding: 4px 24px;
		padding: 0.28571rem 1.7rem;
		width: 56px;
		width: 4rem;
		white-space: normal;
		border-bottom: none;
		text-align: left;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus,
	.main-navigation li ul li.current-menu-item > a,
	.main-navigation li ul li.current-menu-ancestor > a,
	.main-navigation li ul li.current_page_item > a,
	.main-navigation li ul li.current-page-ancestor > a  {
		/*border-left: 6px solid #EDAB0C;*/
		border-bottom: none;
	}

	.main-navigation .sub-menu li,
	.main-navigation .sub-menu li a{
		width:100%;
		padding:0;
		text-align: center;
	}

	#home-headimage,
	#home-headimage ul,
	#home-headimage ul li,
	#home-headimage ul li a{ height:400px; }

	#home-block1 {width:36.6%; min-height: 416px;}
	#home-block2 {width:36.4%; min-height: 416px;}
	#home-block3 {width:27%; min-height: 416px;}
	#home-block1,
	#home-block2,
	#home-block3,
	#home-block21,
	#home-block22{ 
		float:left;
		overflow: hidden;
		
		/*padding-bottom: 200px;
		margin-bottom: -200px;*/
	}
	#home-block21 {
		background-color: transparent;
		padding-top:0;
	}
	#home-block21,
	#home-block22{
		/*background:url(images/home_bg_s2.png) no-repeat left top;*/
		width:50%;
	}
	#home-block22{ width:49.5%; border-left:1px solid #ddd;}
	#home-block21 h2.home-title,
	#home-block22 h2.home-title{
		border-left: none;
		padding-left: 0;
		line-height: 1;
	}
	
	#top-inner-cont {
		display: block;
	}
	#downloadList li {
		float:left;
		width:45%;
		width:-webkit-calc(50% - 30px);
		width:calc(50% - 30px);
		background-position: left top;
	}
	.inner-blocks-cont {
		background-color: #fafafa;
		padding:14px;
		padding:1rem;
		overflow: hidden;
		margin: 10px 0 14px 0;
		margin: 0.8rem 0 1rem 0;
		border:1px dotted #ddd;
	}
	.inner-blocks-cont .exhibition-container {
		width: 49.5%;
		margin-left: 1%;
		margin-right: 1%;
		min-height: 140px;
		display: inline-block;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 10px 20px 10px;
		vertical-align: top;
	}
	.exhibition-view{
		width:24%;
		width:-webkit-calc(25% - 1px);
		width:calc(25% - 1px);
	}

	.exhibition-link .exhibition-cap{
		background-image:url(images/icon_zoom2.png);
		background-position: center 100px;
		background-repeat: no-repeat;
	}
	.exhibition-link:hover .exhibition-cap{
		background-position: center 90px;
	}
	.footerContent {
		text-align: left;
		float:right;
		width:47%;
		line-height: 1.6;
		margin: 5px 0;
	}
	.footerConnect {
		text-align: left;
		float:left;
		width:49%;
		margin:0;
		margin: 5px 0;
	}

	.footer-menu {
		display: block;
	}
	.footerLink {
		text-align: left;
	}

	div.job ul li,
	div.doc ul li{
		float:left;
		width: 44.5%;
	}
	div.doc ul li:nth-child(odd){
		width: 34%;
	}
	div.doc ul li:nth-child(even){
		width: 52%;
	}

}

/* Minimum width of 1000 pixels. */
@media screen and (min-width: 1025px) {
	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;
	}
	
	#home-logo{
		margin-top:80px;
	}
	#home-slogan {
		margin:30px auto 50px auto;
	}
	.main-navigation ul.nav-menu {
		text-align: right;
	}
	.main-navigation li a {
		padding: 0 38px;
		padding: 0 2.71rem;
	}

	.main-navigation li ul li a {
		padding: 4px 35px;
		padding: 0.28571rem 2.5rem;
	}
	.home-gray{
		overflow: visible;
		height: 320px;
		margin-bottom: 45px;
	}
	.home-blocks {
		position: relative;
		min-height: 200px;
		overflow: visible;
	}

	#home-blocks-position{
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		position:absolute;
		top:-50px;
		z-index: 11;
	}

	.home-blocks .home-blocks-cont li{
		/*float:left;
		width: 49.9%;*/
	}


	/* dynamic floating nav bar */
	.main-navigation {
		-webkit-transition: margin 0.6s; 
		-moz-transition: margin 0.6s; 
		transition: margin 0.6s;	
	}
	.site-logo {
		-webkit-transition: margin 0.6s; 
		-moz-transition: margin 0.6s; 
		transition: margin 0.6s;
	}
	hgroup{
		-webkit-transition: height 0.6s; 
		-moz-transition: height 0.6s; 
		transition: height 0.6s;
	}
	.site-header.scroll {
		/*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
		position: fixed;
		z-index: 20;
		top: 0;
		height:auto;
	}
	.site-header.scroll hgroup {height:68px}
	.site-header.scroll .main-navigation {
		margin-top:20px;
	}
	.site-header.scroll .site-logo {
		margin-top:2px;
		margin-bottom: 2px;
	}
	/* dynamic floating nav bar */

	/*show the sub menu*/
	.main-navigation ul.sub-menu {
		display: block;
	}

	/*show the sub menu*/

	.footerConnect{ width:495px; }
	#footerConnect-1{display: block;}
}
@media screen and (min-width: 1200px) {
	.main-navigation li a {
		padding: 0 56px;
		padding: 0 4rem;
	}
	/*.main-navigation .sub-menu a {
		padding: 0 53px;
		padding: 0 3.8rem;
	}*/

	#home-content p,
	.home-blocks p,
	.home-blocks ul,
	.post_content,
	.entry-content p,
	.entry-summary p,
	.comment-content p,
	.mu_register p{
		font-size: 15px;
		font-size: 1.0714rem;
	}
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/*duoshuo*/
#ds-thread { margin-top: 42px; margin-top: 3rem;}
#ds-thread #ds-reset .ds-sort a.ds-current, #ds-thread #ds-reset .ds-sort a:active { color: #006e3c!important; }
#ds-thread #ds-reset .ds-meta { text-align: center;}
#ds-thread #ds-reset .ds-post-button { background: #006e3c!important; }
.ds-powered-by { display: none}
#ds-thread #ds-reset .ds-replybox .ds-avatar { margin: 0 0 0 0!important; }
#ds-thread #ds-reset .ds-post-self { padding: 20px 0!important; }
#ds-thread #ds-reset .ds-comment-body, #ds-thread #ds-reset ul.ds-children .ds-comment-body { padding-left: 50px!important; }

/*return Top button*/
#returnTop {
    background-color:#444879;
    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: 12;
}
#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:#000;}
#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:#444879;
	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: 12;
}

#qrCode:hover {
	background-color:#000;
}
#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;
}
#qrNotice{
	display:none;
	width:48px;
	height:46px;
	padding-top:4px;
	position:fixed;
	right:16px;
	bottom:56px;
	background:url(images/bg_talk.png) no-repeat;
	color:#222;
	font-size:12px;
	line-height:16px;
	text-align:center;
	z-index: 13;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrNotice,
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:70px;
	}
	#qrNotice{
		display:none;
		-webkit-animation:0.3s 0.3s ease infinite alternate;
		-webkit-animation-name:qrNoticeAni;
		-moz-animation:0.3s 0.3s ease infinite alternate;
		-moz-animation-name:qrNoticeAni;
	}
	@-webkit-keyframes qrNoticeAni{
		from{bottom:63px;}
		to{bottom:56px;}
	}
}

@media screen and (max-width: 480px) {
	.entry-content img.alignright{float:none; margin:1rem auto}
}

/*.listTitle { display: inline-block; width:92px;}*/


/*rotate images*/
/*set size*/
#rotate, #rotateControl, #rotateImg1, #rotateImg2, #rotateImg1 img, #rotateImg2 img, 
#rotateControl #rotateImageLinkCont { width:100%; }
#rotate, #rotateControl, #rotateImg1, #rotateImg2, #rotateIntro, #rotateTC, #rotateImg1 img, #rotateImg2 img,
#rotateImgBorder, #rotateControl #rotateImageLinkCont { height:200px; }
@media screen and (min-width: 768px) {
	#rotate, #rotateControl, #rotateImg1, #rotateImg2, #rotateIntro, #rotateTC, #rotateImg1 img, #rotateImg2 img,
	#rotateImgBorder,
	#rotateControl #rotateImageLinkCont { 
		height:400px;
	}
}
#rotateImageLink { cursor:default;}
#rotateImageLinkCont {z-index: 5}
#rotateImageLinkCont a { display: block;}
#rotateImgBorder { width:100%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px) }
#rotateIntro {display:none;}/*hide all text*/
#rotateControl #rotatePrev { top:180px; left:10px; right:auto; position:absolute; z-index: 6}
#rotateControl #rotateNext { top:180px; right:10px; left:auto; position:absolute; z-index: 6}
#rotateControl #rotatePoints { width:100%; height: 10px; text-align: center; margin:0 auto; top:320px; z-index:6;}
#rotateControl #rotatePoints a {display: inline-block; background-color:#fff; width:12px; height:12px; margin:0 6px; border-radius: 50%;}
#rotateControl #rotatePoints a:hover,
#rotateControl #rotatePoints a.current { background-color:#edab0c;}
@media screen and (max-width: 768px) {
	#rotateControl #rotatePrev,
	#rotateControl #rotateNext { display: none }
}
#rotateControl #rotatePrev a,
#rotateControl #rotateNext a{ height:35px; width: 35px; }

#rotate { position:relative; overflow:hidden }
#rotateIntro { background:#000; position:absolute; top:0; right:0 ;width:188px; z-index:4;  overflow:hidden; padding:35px 28px 25px 28px; color:#fff; }
#rotateTC { overflow:hidden }
#rotateIntro h1 { font-size:1.7em;   }
#rotateIntro a { color:#FFFFFF }
#rotateImg1, #rotateImg2 { position:absolute; top:0; left:0; }
#rotateImage1, #rotateImage2 { border:none }
#rotateImg1 img, #rotateImg2 img {background-position:center top; background-size:auto 100%;}
#rotateImg1 { background-image:url(images/rotate_loader.gif); background-repeat:no-repeat; background-position:center;z-index:2 }
#rotateImg2 { z-index:3; filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
#rotateTC { filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
#rotateImgBorder { z-index:1; border:1px solid #eee;  top:0; left:0; position:absolute;  background-color:#fff;  }
#rotateControl { position: absolute; text-align: center; z-index: 5; top:0; left:0;}
#rotateControl ul { margin:0; padding:0; list-style:none; font-size:0; }
#rotateControl ul li { display:inline-block; height:35px; width:7px;  }
#rotateControl #rotatePrev, #rotateControl #rotateNext{ width:35px; height:35px;}
#rotateControl ul li.rotate_point { margin:0 6px; display:none;}
#rotatePrev a,
#rotateNext a,
.rotate_point a { background-image:none; display:block; background-repeat:no-repeat;}
#rotatePrev a:hover { background-image:url(images/rotate_prev_100.png); }
#rotateNext a:hover { background-image:url(images/rotate_next_100.png); }
.rotate_point a:hover,
.rotate_point a.current { background-image:url(images/rotate_point_100.png); }

#rotateControl ul li img {vertical-align:middle; margin:0 6px 0 0; border:none}
#rotateControl ul li.rotate_point a{ margin:15px 0px; height:7px; line-height:7px; font-size:7px }
.rotate_cap{
	position: absolute;
	z-index: 6;
	color: #fff;
	text-align: left;
	top: 120px;
	left: 8%;
	font-size: 22px;
	font-size: 1.571428rem;
	font-weight: bolder;
	text-shadow: 0px 1px 1px #000;
	line-height: 1.4;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	opacity: 0;

}
.rotate_cap span.sub{	
	font-size: 16px;
	font-size: 1.142857rem;
	/*position: absolute;
	top: -45px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;*/
}
span.englishName {
	height: 20px;
	font-size:11px;
	font-size:0.785714rem;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
}
.home-blocks-cont .englishName {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
    line-height: 1.2;
    color: #777;
}
#home-venues span.englishName{
	margin-top:5px;
	color: #777;
	line-height: 1.4;
	height:auto;
	text-transform: none;
}
.rotate_cap a.button{
	vertical-align: text-bottom;
}
.rotate_cap.current{
	opacity: 1;
	top: 100px;
	z-index: 7;
}
.rotate_cap.current span.sub{
	/*top:0;*/
}

@media screen and (min-width: 768px) {
	.rotate_cap{
		top: 165px;
	}
	.rotate_cap.current{
		top: 155px;
	}
	.home-blocks-cont .englishName {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.site-header{
		z-index: 1;
		position: relative;
	}
	#rotate { position:absolute; top:0; z-index: 0}
	body.admin-bar #rotate { top:32px; }
	#home-headimage{ height:317px; }
	.top-image{
		z-index: 0;
		position: absolute;
		top:0;
	}
	body.admin-bar .top-image { top:32px; }
	.rotate_cap{
		top: 260px;
		left: 20%;
		left: -webkit-calc(50% - 616px);
		left: calc(50% - 616px);
	}
	.rotate_cap.current{
		top: 240px;
	}

	.home-blocks-cont .englishName {
		display: inline-block;
		margin-left: 5px;
	}
}
/*rotate end*/
#gsLink { display: none;}
@media screen and (min-width: 1025px) {
	#gsLink {
		float:right;
		width:47px;
		height: 47px;
		display: block;
	}
}