
.wp_syntax {
	color: #333;
	margin: 0;
	margin-bottom: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 99%;
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
.wp_syntax table {
	border: 0;
	margin-bottom: 0
}
.wp_syntax caption {
	padding: 5px;
	width: 100%;
	text-align: left;
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace;
	font-size: 14px;
	line-height: 22px
}
.wp_syntax caption a {
	color: #1982d1;
	text-align: left;
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none
}
.wp_syntax div, .wp_syntax td {
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace;
	border: 0;
	text-align: left;
	padding: 0;
	vertical-align: top;
	background-color: #f8f8f8
}
.wp_syntax td.code {
	background-color: #f8f8f8;
	line-height: normal;
	white-space: normal;
	padding-left: 10px;
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace
}
.wp_syntax pre {
	background-color: #f8f8f8;
	margin: 0;
	padding: 10px 5px;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace;
	font-size: 14px;
	line-height: 22px;
	white-space: pre;
	border: 0
}
.wp_syntax pre span {
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace;
	line-height: 22px
}
.wp_syntax td.line_numbers {
	width: 50px;
	border-right: 1px solid #eee
}
.wp_syntax td.line_numbers pre {
	background-color: #f8f8f8;
	width: 50px;
	font-size: 14px;
	line-height: 22px;
	padding: 8px 10px;
	text-align: right;
	font-family: Consolas, Monaco, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Lucida Console', monospace
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: 'FontAwesome';
	src: url(../font/fontawesome-webfont.eot);
	src: url(../font/fontawesome-webfont.eot) format('embedded-opentype'), url(../font/fontawesome-webfont.woff2) format('woff2'), url(../font/fontawesome-webfont.woff) format('woff'), url(../font/fontawesome-webfont.ttf) format('truetype'), url(../font/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
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%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
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
}
body {
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
	background: #476f80;
	background-image: -moz-linear-gradient(to bottom left, #405e6e, #e6dacb);
	background-image: -webkit-linear-gradient(to bottom left, #405e6e, #e6dacb);
	background-image: linear-gradient(to bottom left, #405e6e, #e6dacb)
}
::selection {
	background: #38a6a6;
	color: #fff
}
::-moz-selection {
background:#38a6a6;
color:#fff
}
a {
	color: #666;
	text-decoration: none;
	outline: 0
}
a:hover {
	color: #38a6a6
}
img {
	max-width: 100%;
	height: auto
}
a, a:before, a:after {
	-webkit-transition-property: background color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background color;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	transition-property: background color;
	transition-duration: .2s;
	transition-timing-function: ease
}
address, cite, em {
	font-style: italic
}
b, strong {
	font-weight: 600
}
.left, .alignleft {
	float: left
}
.right, .alignright {
	float: right
}
.aligncenter {
	margin-left: auto;
	margin-right: auto
}
.text-center {
	text-align: center
}
.mb30 {
	margin-bottom: 30px
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.group:before, .group:after {
	content: "";
	display: table
}
.group:after {
	clear: both
}
.group {
	zoom: 1
}
.fa {
	width: 1em;
	text-align: center
}
input, textarea, button, select, label {
	font-family: inherit
}
.themeform input, .themeform textarea, .themeform button, .themeform select, .themeform label {
	font-size: 14px
}
.themeform input::-moz-focus-inner, .themeform button::-moz-focus-inner {
border:0;
padding:0
}
.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform input[type="submit"], .themeform button, .themeform textarea {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0
}
.themeform input, .themeform textarea, .themeform button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
.themeform input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox
}
.themeform input[type="radio"] {
	-moz-appearance: radio;
	-webkit-appearance: radio
}
.themeform label {
	color: #666
}
.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform textarea {
	background: #fff;
	border: 2px solid #edf1f2;
	color: #777;
	/**display: block;**/
	max-width: 100%;
	outline: 0;
	padding: 7px 8px
}
.themeform input[type="text"]:focus, .themeform input[type="password"]:focus, .themeform input[type="email"]:focus, .themeform textarea:focus {
	border-color: #ddd;
	color: #666;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1)
}
.themeform label .required {
	color: #e14d43
}
.themeform input[type="submit"], .themeform button[type="submit"] {
	background: #38a6a6;
	color: #fff;
	padding: 8px 14px;
	display: inline-block;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.themeform input[type="submit"]:hover, .themeform button[type="submit"]:hover {
	background: #666
}
.poptip {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 6px 10px 5px;
	border: solid 1px #ffbb76;
	border-radius: 2px;
	background-color: #fffcef;
	color: #db7c22;
	font-size: 12px;
	line-height: 16px;
*padding:7px 10px 4px;
}
.poptip-arrow {
	position: absolute;
	overflow: hidden;
	text-shadow: 0 0 2px #ededed;
	font-style: normal;
	font-size: 12px;
	font-family: simsun
}
.poptip-arrow em, .poptip-arrow i {
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal
}
.poptip-arrow em {
	color: #ffbb76
}
.poptip-arrow i {
	color: #fffcef;
	text-shadow: none
}
.poptip-arrow-top, .poptip-arrow-bottom {
	left: 12px;
	margin-left: -6px;
	width: 12px;
	height: 6px
}
.poptip-arrow-left, .poptip-arrow-right {
	top: 12px;
	margin-top: -6px;
	width: 6px;
	height: 12px
}
.poptip-arrow-top {
	top: -6px
}
.poptip-arrow-top em {
	top: -1px
}
.poptip-arrow-top i {
	top: 0
}
.poptip-arrow-bottom {
	bottom: -6px
}
.poptip-arrow-bottom em {
	top: -8px
}
.poptip-arrow-bottom i {
	top: -9px
}
.poptip-arrow-left {
	left: -6px
}
.poptip-arrow-left em {
	left: 1px
}
.poptip-arrow-left i {
	left: 2px
}
.poptip-arrow-right {
	right: -6px
}
.poptip-arrow-right em {
	left: -6px
}
.poptip-arrow-right i {
	left: -7px
}
.entry {
	font-size: 16px;
	line-height: 1.6em
}
.entry a {
	color: #38a6a6
}
.entry a:hover {
	color: #666
}
.entry p, .entry dd {
	margin-bottom: 1em
}
.entry dt {
	color: #666
}
.entry ol, .entry ul {
	margin: 0 0 15px 30px
}
.entry ol ol, .entry ol ul, .entry ul ul, .entry ul ol {
	margin-bottom: 0
}
.entry li {
	margin: 0
}
.entry ul li, .entry ol ul li {
	list-style: square
}
.entry ol li, .entry ol ul ol li {
	list-style: decimal
}
.entry dt, .entry strong, .entry p strong {
	font-weight: 600
}
.entry address {
	margin-bottom: 1em
}
.entry blockquote {
	position: relative;
	color: #777;
	font-style: italic;
	margin: 0 0 20px 0;
	padding-left: 50px
}
.entry blockquote p {
	margin-bottom: .75em
}
.entry blockquote:before {
	content: "\f10d";
	color: #ccc;
	font-size: 32px;
	font-style: normal;
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}
.entry blockquote.twitter-tweet:before {
	content: "\f099"
}
.entry code, .entry pre {
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size: 11px
}
.entry pre {
	background: url(../image/pre.png) repeat top;
	padding: 18px 20px;
	margin: 30px 0;
	border: 1px solid #edf1f2;
	line-height: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
	overflow-y: hidden
}
.entry code {
	background: #edf1f2;
	padding: 0 3px
}
.entry ins {
	background: #fff486
}
.entry sub, .entry sup {
	font-size: 62.5%
}
.entry sub {
	vertical-align: sub
}
.entry sup {
	vertical-align: super
}
.entry img {
	max-width: 95%;
	height: auto
}
.entry img.size-auto, .entry img.size-large, .entry img.size-medium, .entry attachment img {
	max-width: 95%;
	height: auto
}
.entry img.alignleft {
	margin: 18px 20px 18px 0
}
.entry img.alignright {
	margin: 18px 0 18px 20px
}
.entry img.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block
}
.entry img.size-full {
	max-width: 95%
}
.entry .gallery img, .entry img.wp-smiley {
	margin: 0
}
.entry .wp-caption {
	background: #f1f1f1;
	max-width: 95%;
	margin-bottom: 14px;
	padding-top: 5px;
	text-align: center
}
.entry .wp-caption-text {
	font-style: italic
}
.entry .wp-caption a {
	border-bottom: 0
}
.entry .wp-caption img {
	margin: 0;
	max-width: 95%;
	height: auto
}
.entry .wp-caption.alignleft {
	margin-right: 20px
}
.entry .wp-caption.alignright {
	margin-left: 20px
}
.entry .wp-caption.alignnone {
	overflow: hidden
}
.entry .wp-caption.alignnone img {
	margin: 0 auto
}
.entry .wp-caption-text {
	color: #999;
	font-size: 13px;
	padding: 0 0 8px 0;
	margin: 0
}
.entry table {
	font-size: 14px;
	margin-bottom: 1.5em;
	width: 100%
}
.entry table tr.alt {
	background: #edf1f2
}
.entry table td {
	border-bottom: 1px solid #eee;
	padding: 9px;
	vertical-align: middle
}
.entry table th {
	font-weight: 600;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 5px;
	text-align: left
}
.entry .gallery {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 15px 0 !important
}
.entry .gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-width: 1px 2px !important;
	border-color: transparent !important
}
.entry .gallery .gallery-item {
	position: relative;
	overflow: hidden;
	border-color: transparent;
	margin-top: 0 !important
}
.entry .gallery .gallery-caption {
	background: rgba(255,255,255,0.8);
	color: #333;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px 0;
	text-align: left;
	text-indent: 10px;
	font-style: normal;
	margin: 0;
	bottom: -44px;
	left: 2px;
	right: 2px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease
}
.entry .gallery .gallery-item:hover .gallery-caption {
	bottom: 0
}
.entry .gallery-columns-5 .gallery-caption, .entry .gallery-columns-6 .gallery-caption, .entry .gallery-columns-7 .gallery-caption, .entry .gallery-columns-8 .gallery-caption, .entry .gallery-columns-9 .gallery-caption {
	display: none !important
}
.p-text-indent .entry p {
	text-indent: 2em
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span {
	color: #bbb
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
border-left: 3px solid #D90000;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1.25em;
}
.entry h1 {
	font-size: 26px;
	letter-spacing: -1px
}
.entry h2 {
border-left: 3px solid #D90000;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1.25em;
}
.entry h3 {
	font-size: 22px;
	letter-spacing: -.5px;
	padding-left: 10px
}
.entry h4 {
	font-size: 20px;
	letter-spacing: -.3px;
	padding-left: 15px
}
.entry h5 {
	font-size: 18px;
	padding-left: 20px
}
.entry h6 {
	font-size: 16px;
	padding-left: 25px
}
#wrapper {
	height: 100%
}
.wrapper-inner {
	width: 96%;
	max-width: 1120px;
	margin: 30px auto;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.container-inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto
}
.main {
	background: #edf1f2;
	position: relative
}
.main-inner {
	position: relative;
	min-height: 500px
}
.content {
	width: 94%;
	position: relative;
	background: #fff;
	padding: 0 3%
}
.wide-box .content {
	width: 96%;
	position: relative;
	background: #fff;
	padding: 10px 2%
}
.pad {
	padding: 20px 0
}
.col-2cl .main-inner {
	padding-right: 340px
}
.col-2cl .side-right {
	float: right;
	margin-right: -340px
}
.col-2cl .content {
	float: left
}
.pad.home-cms {
	padding-bottom: 0;
	padding-top: 0
}
.sidebar {
	position: relative;
	z-index: 2;
	margin-top: 25px;
	background: #edf1f2
}
.sidebar .pad {
	padding-left: 20px;
	padding-right: 20px
}
.sidebar-top {
	padding: 15px 20px
}
.sidebar-top p {
	float: left;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 0
}
.sidebar-toggle {
	display: none;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 50px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1)
}
.sidebar-toggle i {
	font-size: 38px;
	color: #fff;
	padding: 5px 0
}
.side-right-expand .side-right {
	-moz-transition: width .2s ease;
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}
.icon-sidebar-toggle:before {
	font-family: FontAwesome
}
.col-2cl .side-right .icon-sidebar-toggle:before {
	content: "\f100"
}
.side-right {
	width: 320px;
	z-index: 2
}
.side-right:hover {
	z-index: 9
}
.side-right .sidebar-top, .side-right .sidebar-toggle {
	background: #38a6a6
}
@media only screen and (min-width:479px) and (max-width:960px) {
.side-right .sidebar-top {
	background: none !important;
	border-bottom: 1px solid #ddd
}
.side-right .sidebar-top p {
	color: #666
}
.side-right .sidebar-top .social-links .social-tooltip {
	color: #666
}
}
.grid {
	margin-right: 3.2%;
	float: left;
	display: inline;
	position: relative
}
.last {
	clear: right;
	margin-right: 0 !important
}
.one-full {
	margin-right: 0;
	width: 100%;
	overflow: hidden
}
.one-half {
	width: 48.4%
}
.one-third {
	width: 31.2%
}
.two-third {
	width: 65.6%
}
.one-fourth {
	width: 22.6%
}
.three-fourth {
	width: 74.2%
}
.one-fifth {
	width: 17.4%
}
.two-fifth {
	width: 38.1%
}
.three-fifth {
	width: 58.7%
}
.four-fifth {
	width: 79.4%
}
.site-notice {
	background: #fff;
	border: 1px #edf1f2 solid;
	border-top: 0;
	padding: 8px 15px;
	font-size: 14px
}
#breadcrumb {
	padding-top: 25px
}
#breadcrumb a {
	color: #666
}
#breadcrumb a:hover {
	color: #38a6a6
}
ul.resp-tabs-list, p {
	margin: 0;
	padding: 0
}
ul.resp-tabs-list {
	text-align: center;
	padding-top: 10px
}
.resp-tabs-list li {
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	padding: 4px 13px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background: #fff;
	border: 2px solid #38a6a6;
	border-radius: 5px
}
.resp-tabs-container {
	padding: 0;
	clear: left
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none
}
.resp-tab-content {
	display: none;
	padding: 20px 0 0 0
}
ul.resp-tabs-list li.resp-tab-active {
	background-color: #38a6a6;
	color: #fff
}
.resp-content-active, .resp-accordion-active {
	display: block
}
.resp-tab-content {
	border-top: 2px solid #38a6a6;
	margin-top: -18px;
	padding-top: 36px
}
h2.resp-accordion {
	font-size: 18px;
	margin: 0;
	padding: 6px 15px
}
h2.resp-tab-active {
	margin-bottom: 0 !important;
	padding: 6px 15px !important
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none
}
.resp-vtabs .resp-tabs-container {
	padding: 0;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none
}
.resp-vtabs .resp-tab-content {
	border: 0
}
.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #fff
}
h2.resp-tab-active span.resp-arrow {
	border: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #fff
}
h2.resp-tab-active {
	background: #16a085
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
	background: #38a6a6;
	color: #fff
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important
}
.resp-jfit {
	width: 100%;
	margin: 0
}
.resp-tab-content-active {
	display: block
}
@media only screen and (max-width:719px) {
ul.resp-tabs-list {
	display: none
}
h2.resp-accordion {
	display: block;
	background: #38a6a6;
	color: #fff;
	margin-bottom: 2px
}
.resp-tabs-container {
	margin-bottom: 25px
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #c1c1c1
}
.resp-vtabs .resp-tabs-container {
	border: 0;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none
}
.resp-accordion-closed {
	display: none !important
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important
}
}
.page-title {
	float: right;
	padding-top: 25px;
	color: #666;
	font-size: 16px;
	line-height: 22px
}
.page-title a {
	color: #aaa
}
.page-title a:hover {
	color: #666
}
.page-title span {
	color: #aaa
}
.page-title i {
	margin-right: 8px
}
.page-title h1, .page-title h2, .page-title h4 {
	color: #666
}
.page-title .meta-single li {
	float: left;
	margin-right: 14px
}
.page-title .meta-single li.comments {
	float: right;
	margin-right: 0
}
.page-title .rss-cat-icon i {
	color: #f39c12
}
.page-title .rss-cat-icon i:hover {
	color: #e67e22
}
.notebox {
	background: #fff;
	position: relative;
	padding: 15px 20px;
	color: #888;
	margin-top: 23px;
	border: 2px #edf1f2 solid;
	border-radius: 3px
}
.notebox:before {
	content: '';
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #edf1f2;
	position: absolute;
	top: -10px;
	right: 60px
}
.notebox:after {
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	right: 62px
}
.notebox span {
	font-weight: 600
}
.notebox .search-again {
	margin-top: 10px
}
.notebox input[type="text"] {
	width: 100%
}
.nav-container {
	background: #888;
	z-index: 99;
	position: relative
}
.nav-toggle {
	display: none;
	background: #777;
	cursor: pointer;
	float: right;
	height: 50px;
	width: 60px;
	color: #fff;
	text-align: center
}
.nav-toggle i {
	font-size: 29px;
	padding: 10px 0
}
.nav-text {
	display: none;
	float: right;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 20px
}
.nav li a {
	color: #fff;
	color: rgba(255,255,255,0.85)
}
.nav ul li a {
	font-size: 14px;
	text-align: left
}
.nav li>a:after, .nav>li>a:after {
	font-family: FontAwesome;
	display: inline-block
}
.nav ul>li:hover>a {
	padding-left: 25px
}
@media only screen and (min-width:720px) {
.nav-wrap {
	height: auto !important
}
#nav-header .nav-wrap {
	padding: 0;
	margin: 0
}
ul#menu-header {
	text-align: center
}
.nav {
	font-size: 0;
	position: relative
}
.nav li a {
	display: block;
	line-height: 20px
}
.nav li>a:after {
	content: "\f0da";
	float: right;
	opacity: .5
}
.nav>li>a:after {
	content: "\f0d7";
	float: none;
	margin-left: 3px;
	font-size: 14px
}
.nav li>a:only-child:after {
	content: "";
	margin: 0
}
#footer .nav li>a:after {
	content: "\f0da"
}
#footer .nav>li>a:after {
	content: "\f0d8"
}
#footer .nav li>a:only-child:after {
	content: ""
}
.nav>li {
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	position: relative;
	min-width: 100px;
	text-align: center
}
.nav>li>a>i {
	display: block;
	margin: 0 auto 5px;
	font-size: 20px
}
.nav>li>a {
	padding: 15px 25px;
	color: #aaa
}
.nav>li>a:hover, .nav>li:hover>a {
	background-color: #21292e
}
.nav li>a:hover {
	color: #fff;
	background-color: #21292e
}
.nav li.current_page_item>a, .nav li.current-menu-item>a, .nav li.current-menu-ancestor>a, .nav li.current-post-ancestor>a, .nav li.current-post-parent>a {
	color: #fff;
	background-color: #38a6a6;
	margin-bottom: 0
}
.nav li:hover>ul {
	display: block
}
.nav ul {
	display: none;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 180px;
	padding: 10px 0;
	z-index: 2
}
.nav ul li {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 0;
	box-shadow: 0 1px 0 rgba(255,255,255,0.06);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06)
}
.nav ul li a {
	padding: 10px 20px
}
.nav ul li:last-child {
	border-bottom: 0 !important;
	box-shadow: none;
	-webkit-box-shadow: none
}
.nav ul ul {
	position: absolute;
	top: -10px;
	left: 180px
}
#nav-topbar .nav ul {
	background: #21292e url(../image/opacity-10.png) repeat
}
#nav-header .nav ul {
	background: #21292e
}
}
@media only screen and (max-width:719px) {
.nav-container {
	text-transform: none
}
.nav-toggle, .nav-text {
	display: block
}
.nav-wrap {
	position: relative;
	float: left;
	width: 100%;
	height: 0;
	overflow: hidden
}
.nav-wrap.transition {
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
.expand .nav-wrap {
	height: auto
}
.nav {
	float: left;
	width: 100%
}
.nav li a {
	line-height: 21px;
	display: block;
	padding: 8px 20px
}
.nav li li a {
	padding-left: 15px;
	padding-right: 15px
}
.nav li i {
	margin-right: 5px
}
.nav li>a:after {
	content: '\f0d7';
	opacity: .5;
	margin-left: 6px
}
.nav>li>a:after {
	content: '\f0d7';
	font-size: 14px
}
.nav li>a:only-child:after {
	content: ''
}
.nav>li {
	font-size: 16px
}
.nav li>a:hover {
	background: rgba(0,0,0,0.15);
	color: #fff
}
.nav li.current_page_item>a, .nav li.current-menu-item>a, .nav li.current-post-parent>a {
	background: rgba(0,0,0,0.15);
	color: #fff
}
.nav ul {
	display: block !important;
	margin-left: 40px
}
.nav ul li {
	font-size: 13px;
	font-weight: 300
}
.nav ul li a {
	padding-top: 6px;
	padding-bottom: 6px
}
}
#header {
	position: relative
}
#header .container-inner {
	position: relative
}
#header .top-inner {
	padding: 10px;
	position: relative
}
.site-title {
	font-size: 28px;
	font-weight: normal;
	width: 100%;
	line-height: 60px;
	text-align: center
}
.site-title a {
	display: inline;
	width: auto;
	color: #67737a;
	max-width: 100%
}
.site-title a.site-image {
	display: block;
	max-height: 60px;
	height: auto;
	width: 250px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	background: url(http://demo101.99yuanma.net:8889/skin/ecms101/images/logo.png)no-repeat scroll 0 0 transparent;
	text-indent: -9999px
}
.site-description {
	font-size: 16px;
	font-style: italic;
	color: #67737a;
	float: left;
	text-align: center;
	width: 100%
}
.top-follow {
	position: absolute;
	top: 27px;
	right: 50px
}
.top-follow .follow-icon {
	padding: 2px 7px;
	background: #2c353a;
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	display: inline-block;
	opacity: .6
}
.top-follow .qq {
	background: #15baf8
}
.top-follow .sina-weibo {
	background: #e74c3c
}
.top-follow .qq-weibo {
	background: #38a6a6
}
.top-follow .twitter {
	background: #359bed
}
.top-follow .google-plus {
	background: #21292e
}
.top-follow .rss {
	background: #f39c12
}
.top-follow .weixin {
	background: #51c332;
	z-index: 99;
	position: relative
}
.top-follow .weixin .weixin-img {
	display: none
}
.top-follow .weixin:hover .weixin-img {
	display: block;
	position: absolute;
	top: 40px;
	left: -65px;
	width: 160px;
	height: 160px
}
.top-follow .follow-icon.weixin:hover {
	opacity: 1
}
.top-follow .follow-icon:hover {
	opacity: 1
}
.toggle-search {
	color: #67737a;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 20px;
	top: 27px
}
.toggle-search:hover, .toggle-search.active {
	color: #38a6a6
}
.search-expand {
	display: none;
	position: absolute;
	top: 22px;
	right: 18px;
	width: 200px;
	z-index: 999
}
.search-expand .themeform input {
	width: 200px;
	border: 0;
	padding: 5px 40px 5px 10px;
	line-height: 24px;
	margin-right: 0;
	float: left;
	border: 2px solid #edf1f2;
	border-radius: 20px
}
.searchform div {
	position: relative
}
.searchform div #submit-bt {
	border: 0;
	padding: 4px 10px;
	font-size: 16px;
	background: #fff;
	margin-left: -40px;
	margin-top: 3px;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
	color: #edf1f2;
	border-radius: 20px
}
.searchform div #submit-bt:hover {
	color: #67737a
}
.entry .searchform #s {
	padding: 14px 2%;
	width: 70%;
	border: 2px solid #edf1f2;
	color: #888;
	font-size: 16px
}
.entry .searchform #searchsubmit {
	padding: 13px 2%;
	width: 24%;
	background: #38a6a6;
	border: 1px solid #38a6a6;
	color: #fff;
	font-size: 16px;
	border-radius: 2px
}
.entry .searchform #searchsubmit:hover {
	background: #21292e;
	border: 1px solid #21292e
}
#nav-topbar.nav-container {
	background: #21292e;
	min-height: 32px
}
#nav-topbar .nav {
	margin: 0 auto;
	position: relative
}
#nav-topbar .nav>li>a {
	padding: 6px 12px;
	font-size: 14px
}
#nav-topbar .nav ul li a {
	font-size: 14px
}
@media only screen and (min-width:1025px) {
.full-width.admin-bar #nav-topbar.nav-container {
	top: 32px
}
}
@media only screen and (min-width:720px) {
#nav-topbar .nav>li:last-child {
	margin-right: 200px
}
#nav-topbar .nav ul {
	position: absolute;
	left: 0;
	top: 32px
}
#nav-topbar .nav ul ul {
	top: -10px;
	left: 180px
}
}
@media only screen and (max-width:719px) {
#nav-topbar .nav li a {
	border-top: 1px solid rgba(255,255,255,0.06)
}
#nav-topbar .nav ul {
	position: relative;
	left: 0;
	top: 0
}
#nav-topbar .nav-toggle {
	cursor: pointer;
	float: left;
	height: 34px;
	width: 54px;
	color: #fff;
	text-align: center;
	background: transparent
}
#nav-topbar .nav-toggle i {
	font-size: 26px;
	padding: 4px 0
}
#nav-topbar .nav-text {
	color: #fff;
	color: rgba(255,255,255,0.7)
}
}
#nav-header.nav-container {
	background: #2c353a;
	z-index: 97
}
#nav-header .container {
	padding: 0
}
#nav-header .nav-toggle {
	background: transparent;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2)
}
#nav-header .nav-text {
	color: rgba(255,255,255,0.7)
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	opacity: .9
}
.fixed .toggle-search, .fixed .search-expand {
	right: 15px
}
.admin-bar .fixed {
	position: fixed;
	top: 32px;
	left: 0;
	right: 0
}
@media only screen and (max-width:719px) {
#nav-header.nav-container {
	border-left: 0;
	border-right: 0;
	margin-top: -15px
}
#nav-header .container {
	padding: 0
}
#nav-header .nav {
	padding-bottom: 20px
}
#nav-header .nav li a {
	color: #fff;
	color: rgba(255,255,255,0.8);
	border-top: 1px solid rgba(255,255,255,0.06)
}
.fixed .nav-toggle {
	margin-right: 0
}
.fixed {
	padding: 0
}
.top-follow {
	display: none
}
}
.btn {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	min-width: 52px;
	height: 32px;
	color: #67737a;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer
}
.btn:hover {
	border-color: #38a6a6
}
.btn:active, .btn.btn-active {
	border-color: #38a6a6;
	color: #38a6a6
}
.btn:focus {
	outline: 0
}
.btn-primary {
	background: #38a6a6;
	color: #fff
}
.btn-primary:hover {
	background: #21292e;
	color: #fff
}
.btn-primary:focus {
	outline: 0
}
.btn-large {
	padding: 0 25px;
	height: 37px;
	font-size: 14px;
	line-height: 37px
}
.btn-mini {
	padding: 0 8px;
	height: 23px;
	font-weight: normal;
	line-height: 23px
}
.btn-arrow {
	padding: 1px 20px 1px 8px
}
.btn-arrow .arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #67737a transparent;
	_display: none
}
.btn-primary.btn-arrow .arrow {
	border-top-color: #67737a
}
.btn-primary.btn-arrow:hover .arrow {
	border-top-color: #fff
}
.btn-image {
	padding-left: 3px;
	vertical-align: top;
	display: inline-block
}
.btn-image img {
	margin: 4px;
	float: left;
	border-radius: 16px
}
.btn-image img.avatar {
	width: 23px;
	height: 23px
}
.btn-popupmenu {
	font-weight: normal;
	border-radius: 0;
	overflow: hidden
}
.btn-popupmenu:hover {
	box-shadow: none
}
.popup-layer {
	position: absolute;
	top: 53px;
	left: -22px;
	z-index: 99;
	display: none
}
.popup {
	border: 2px #edf1f2 solid;
	background-color: #fff;
	border-radius: 5px
}
.popup:before {
	content: '';
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #edf1f2;
	position: absolute;
	top: -8px;
	left: 50px
}
.popup:after {
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -6px;
	left: 52px
}
.popup-menu {
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 99;
	font-size: 14px
}
.popup-menu>div {
	position: relative;
	border: 2px solid #edf1f2;
	border-radius: 30px
}
.popup-inner {
	padding: 15px;
	min-width: 200px
}
.popup-inner h4 {
	line-height: 30px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px #edf1f2 solid
}
.popup-inner h4 a {
	color: #444
}
.popup-inner h4 a:hover {
	color: #38a6a6
}
.popup-inner p {
	margin: 5px 0;
	line-height: 24px
}
.popup-inner>a, .popup-user-menu li a {
	width: 50%;
	float: left;
	font-size: 14px;
	margin: 4px 0
}
.popup-inner>a i, .popup-user-menu li a i, .popup-inner p i {
	margin-right: 5px
}
.popup-user-menu li.log-out a {
	color: #e14d43
}
.popup-inner p a {
	margin-right: 5px
}
.popup-inner input.ipt {
	width: 95%;
	padding: 6px 4px;
	margin: 5px 0;
	border: 1px #edf1f2 solid;
	color: #888;
	background: #f9f9f9
}
.popup-inner input.submit {
	width: 100%;
	margin-top: 5px;
	border: 0
}
.fep-notice {
	position: absolute;
	top: 30px;
	left: 160px;
	display: block
}
.fep-notice i {
	color: #f60;
	margin-right: 5px
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.grabbing {
	cursor: url(../image/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-theme .owl-controls {
	text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display:inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: .85
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: .8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	width: 14px;
	height: 14px;
	margin-bottom: -2px
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-item.loading {
	min-height: 150px;
	background: url(../image/AjaxLoader.gif) no-repeat center center
}
#page {
	padding-bottom: 25px
}
#page .carousel {
	max-width: 1340px;
	width: 96%;
	margin: 0 auto;
	background: #f4f4f4
}
#page .container-inner {
	background: #f4f4f4
}
.slider .owl-controls .owl-pagination {
	position: absolute;
	bottom: 10px;
	right: 70px
}
.slider .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #38a6a6
}
.slider .owl-controls .owl-buttons {
	position: absolute;
	bottom: 16px;
	right: 14px;
	padding: 0 3px;
	font-family: FontAwesome
}
.slider .owl-controls .owl-buttons div {
	background: #38a6a6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 3px;
	padding: 0;
	font-size: 10px;
	line-height: 22px;
	height: 22px;
	width: 22px
}
.slider .owl-next:before {
	content: "\f054";
	text-align: center
}
.slider .item img {
	display: block;
	width: 100%;
	height: auto
}
.slider .owl-prev:before {
	content: "\f053";
	text-align: center
}
.slider .owl-next:hover, .slider .owl-prev:hover {
	opacity: 1
}
.slider .post-hover:hover .post-title a {
	color: #fff
}
.slider-one {
	background: #fff;
	margin-bottom: 20px
}
.slider-one .item img {
	display: block;
	width: 100%;
	height: auto
}
.slider-one .post-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2c353a;
	margin-bottom: 0;
	width: 100%;
	padding: 8px 0;
	opacity: .8;
	white-space: nowrap;
	text-overflow: ellipsis
}
.slider-one .post-title a {
	padding: 10px 20px;
	color: #fff
}
.slider-one .post-meta, .slider-one .excerpt {
	padding: 5px 20px
}
.slider .owl-controls .owl-buttons {
	width: 100%;
	right: 0;
	display: none
}
.slider .owl-controls .owl-buttons div {
	background: #38a6a6;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 0;
	font-size: 20px;
	line-height: 36px;
	height: 36px;
	width: 36px
}
.slider:hover .owl-controls .owl-buttons {
	display: block
}
.slider .owl-controls .owl-buttons div.owl-prev {
	margin-right: 80%
}
.slider-two {
	margin-bottom: 20px
}
.slider-two .item {
	margin-right: 10px;
	background: #fff
}
.slider-two .item.ml20 {
	margin-left: 10px;
	margin-right: 1px
}
.slider-two .item img {
	width: 100%
}
.slider-two .post-title {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 8px 20px;
	width: auto;
	height: 1.4em;
	background: #38a6a6;
	opacity: .9;
	margin-right: -1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff
}
.slider-two .post-title a {
	color: #fff
}
.slider-two .excerpt {
	height: 98px;
	overflow: hidden;
	margin: 10px 20px
}
.slider-two .post-meta {
	margin: 15px 20px
}
.slider-three {
	margin-bottom: 30px
}
.slider-three .item {
	margin: 0 10px 0 10px;
	background: #fff
}
.slider-three .item-1, .slider-three .item-4, .slider-three .item-7, .slider-three .item-10 {
	margin-right: 20px;
	margin-left: 0
}
.slider-three .item-3, .slider-three .item-6, .slider-three .item-9, .slider-three .item-12 {
	margin-right: 0;
	margin-left: 20px
}
.slider-three .post-title {
	font-size: 1em;
	line-height: 1.5em;
	padding: 8px 20px;
	width: auto;
	height: 2.7em;
	overflow: hidden;
	background: #21292e;
	opacity: .7;
	color: #fff
}
.slider-three .post-title a {
	color: #fff
}
.slider-three .excerpt {
	height: 147px;
	overflow: hidden;
	margin: 10px 15px
}
.slider-three .post-meta {
	margin: 15px
}
#top-carousel {
	margin: 0;
	width: 96%;
	padding: 30px 2% 40px 2%;
	background: #edf1f2
}
#top-carousel .owl-controls .owl-buttons {
	position: absolute;
	right: 0;
	top: 40%
}
#top-carousel .owl-controls .owl-pagination {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center
}
#top-carousel .owl-controls .owl-buttons div.owl-prev {
	margin-right: 85%
}
#top-carousel .post-title {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 8px 20px;
	width: auto;
	height: 1.4em;
	overflow: hidden;
	background: #21292e;
	opacity: .7;
	margin-right: -1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff
}
#top-carousel.slider-one {
	border: 0;
	border-bottom: 2px solid #edf1f2;
	margin-bottom: -10px;
	border-radius: 0
}
#top-carousel.slider-one .post-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #38a6a6;
	margin-bottom: 0;
	width: 100%;
	padding: 8px 0;
	opacity: .9;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5em;
	margin-right: -1px
}
#top-carousel.slider-two .excerpt {
	height: 70px;
	overflow: hidden
}
#top-carousel.slider-three .excerpt {
	height: 98px;
	overflow: hidden
}
#left-carousel {
	margin-bottom: 20px;
	border-bottom: 2px solid #edf1f2;
	padding-bottom: 20px
}
#left-carousel .owl-controls .owl-buttons {
	position: absolute;
	bottom: 50%;
	right: 0
}
#left-carousel .owl-controls .owl-pagination {
	position: absolute;
	bottom: -13px;
	right: 0;
	left: 0;
	width: 100%
}
.scroll-posts {
	margin-bottom: 30px
}
.scroll-posts .slider .owl-controls .owl-pagination {
	background: #fFF;
	position: absolute;
	top: -53px;
	right: 20px;
	height: 22px;
	padding: 0 10px
}
.scroll-posts .slider .owl-controls .owl-buttons {
	position: absolute;
	top: 50%;
	height: 26px
}
.scroll-posts .slider .owl-controls .owl-buttons {
	width: 100%;
	right: 0;
	display: none
}
.scroll-posts .slider .owl-controls .owl-buttons div {
	background: none;
	color: #fff;
	padding: 0;
	font-size: 60px;
	line-height: 36px;
	height: 36px;
	width: 36px
}
.scroll-posts .slider:hover .owl-controls .owl-buttons {
	display: block
}
.scroll-posts .slider .owl-controls .owl-buttons div.owl-prev {
	margin-right: 80%
}
.scroll-posts .slider-one {
	max-width: 1075px
}
.scroll-posts .slider-two .excerpt {
	height: 40px;
	overflow: hidden
}
.scroll-posts .slider-three .excerpt {
	height: 64px;
	overflow: hidden
}
.scroll-posts .item {
	border: 2px solid #edf1f2;
	border-radius: 3px
}
.scroll-posts .item:hover {
	border: 2px solid #38a6a6
}
.side-slider .post-title {
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	background: #38a6a6;
	opacity: .9;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff
}
.slider-one .post-title a {
	padding: 8px
}
.widget-content .slider.side-slider .owl-controls .owl-pagination {
	position: absolute;
	top: -48px;
	right: 0;
	height: 22px
}
.widget-content .slider.side-slider .owl-controls .owl-buttons {
	display: none
}
.slider-one.side-slider {
	margin-bottom: 0
}
#footer {
	color: #fff;
	width: 100%
}
#footer a {
	color: #fff
}
#footer a:hover {
	color: #ccc
}
#footer .pad {
	padding-bottom: 30px
}
#footer-links, #footer-widgets {
	background: #2c353a;
	padding: 30px 20px 0 20px
}
#footer-widgets p, #footer-links p {
	color: #858d91
}
#footer-widgets a, #footer-links a {
	color: #858d91
}
#footer-widgets a:hover, #footer-links a:hover {
	color: #fff
}
#footer-widgets .footer-widget {
	width: 32%;
	float: left;
	margin-right: 2%
}
#footer-widgets .footer-widget.one-c {
	width: 100%;
	margin-right: 0
}
#footer-widgets .footer-widget.two-c {
	width: 48%;
	float: left;
	margin-right: 4%
}
#footer-widgets .footer-second-widget-area.two-c, #footer-widgets .footer-widget .widget {
	margin-right: 0
}
#footer-links .widget>.widget-title span, #footer-widgets .footer-widget .widget>.widget-title span {
	color: #858d91
}
#footer-widgets .footer-third-widget-area {
	margin-right: 0
}
#footer-widgets .slider-one .post-title a, #footer-widgets .pic-t a {
	color: #fff
}
#footer-widgets .widget-content {
	color: #858d91;
	font-size: 14px
}
#footer-links li {
	width: 16%;
	display: inline-block
}
#footer-bottom {
	background: #21292e;
	z-index: 9;
	position: relative;
	border-radius: 0 0 5px 5px
}
#footer-bottom .pad {
	padding-top: 30px
}
#footer-bottom a {
	color: #fff;
	color: rgba(255,255,255,0.7)
}
#footer-bottom a:hover {
	color: #fff
}
#footer-bottom #copyright {
	color: #8f989c;
	font-size: 15px;
	line-height: 1.5em;
	width: 100%;
	text-align: center
}
#nav-footer.nav-container {
	background: #38a6a6
}
#nav-footer .nav-toggle {
	background: transparent;
	color: #fff
}
@media only screen and (min-width:720px) {
#nav-footer {
	z-index: 9
}
#nav-footer .nav {
	text-align: center
}
#nav-footer .nav li a {
	color: #edf1f2
}
#nav-footer .nav>li>a {
	padding: 15px 10px
}
#nav-footer .nav li>a:hover, #nav-footer .nav li:hover>a {
	color: #fff
}
#nav-footer .nav ul {
	background: #21292e;
	bottom: 50px;
	top: auto;
	text-align: left;
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.05)
}
#nav-footer .nav ul li {
	border-bottom: 1px solid #41494c
}
#nav-footer .nav ul ul {
	top: -10px
}
#nav-footer .nav ul ul {
	position: absolute;
	top: auto;
	bottom: -10px
}
}
@media only screen and (max-width:719px) {
#nav-footer .nav li a {
	color: #edf1f2;
	border-top: 1px solid #48cfad
}
#nav-footer .nav-toggle {
	float: left
}
}
.content .post, .content .page {
	position: relative
}
.post-list .column-title {
	width: auto
}
.post-list .post-row {
	float: left;
	width: 100%;
	position: relative
}
.post-list .post-row:last-child {
	border: 0
}
.post-hover:hover .post-title a {
	color: #38a6a6
}
.post-hover:hover .thumb-icon {
	background: #fff;
	color: #111
}
.post-meta {
	font-size: 14px;
	line-height: 24px;
	color: #bbb;
	display: block;
	margin-top: 5px
}
.post-meta a {
	color: #bbb
}
.post-meta span {
	margin-right: 10px
}
.post-meta span i {
	padding-right: 3px
}
.post-meta span a {
	margin-right: 5px
}
.post-thumbnail {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}
.post-thumbnail {
	position: relative
}
.post-thumbnail img {
	display: block;
	width: auto;
	height: auto
}
.post-title {
	font-size: 20px;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: normal
}
.post-title strong {
	font-weight: 600
}
.post-title i {
	font-style: italic
}
.post-title a {
	color: #666
}
.post-title a:hover {
	color: #38a6a6
}
.post-title i.fa-thumb-tack {
	color: #38a6a6
}
.post-like {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 8px;
	background: #e14d43;
	font-size: 14px;
	opacity: .8
}
.post-like:hover {
	padding-right: 10px;
	opacity: 1
}
.post-like i {
	margin-right: 3px
}
.post-like a.jm-post-like {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	width: auto
}
.post-like a.jm-post-like.liked {
	color: #fff
}
.post-like a.jm-post-like:hover, .post-like a.jm-post-like:active, .post-like a.jm-post-like:focus, .post-like a.liked:hover, .post-like a.liked:active, .post-like a.liked:focus {
	color: #000
}
.excerpt {
	font-size: 14px;
	color: #888;
	margin: 10px 0
}
.post-list .big-thumb {
	margin-bottom: 15px
}
.big-thumb .post-info {
	margin: 0;
	padding: 15px 20px;
	background: #fff;
	border: 2px #edf1f2 solid;
	border-radius: 3px
}
.big-thumb .post-thumbnail {
	margin: -15px -20px 15px -20px
}
.big-thumb .post-author {
	position: absolute;
	bottom: -40px;
	left: 20px
}
.big-thumb .post-author img {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	border-radius: 60px
}
.big-thumb .post-title {
	margin-left: 100px
}
.big-thumb .post-meta {
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 15px -20px -15px -20px;
	padding: 10px 20px;
	background: #edf1f2;
	color: #a5b1b8
}
.big-thumb .post-meta a {
	color: #a5b1b8
}
.post-list .small-thumb.two {
	width: 47%;
	float: left;
	margin-right: 2.6%
}
.post-list .small-thumb.two-last {
	margin-right: 0
}
.post-list .medium-thumb .post-inner, .post-list .small-thumb .post-inner {
	border: 2px #edf1f2 solid;
	width: 100%;
	background: #fff;
	border-radius: 3px
}
.post-list .small-thumb .post-inner {
	margin-bottom: 15px
}
.post-list .medium-thumb .post-inner:hover, .post-list .small-thumb .post-inner:hover {
	border: 2px #38a6a6 solid
}
.post-list .medium-thumb .post-info {
	padding: 10px 20px
}
.post-list .medium-thumb .post-title {
	font-size: 20px
}
.post-list .medium-thumb .excerpt {
	margin: 5px 0
}
.post-list .medium-thumb .post-meta {
	margin: 15px -20px -10px -20px;
	padding: 10px 20px;
	background: #edf1f2;
	color: #a5b1b8
}
.big-thumb .post-meta a {
	color: #a5b1b8
}
.medium-thumb .post-thumbnail img {
	width: 100%;
	padding-right: 0
}
.post-list .small-thumb .post-title {
	font-size: 16px;
	padding: 5px 5px 0 0;
	max-height: 45px;
	overflow: hidden
}
.post-list .small-thumb .post-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	padding-bottom: 0
}
#related-posts .small-thumb .post-thumbnail {
	margin-bottom: 0;
	padding-bottom: 0
}
#related-posts {
	margin-bottom: 5px
}
#related-posts .small-thumb .post-title {
	font-size: 14px
}
.post-list .medium-thumb.horizontal {
	width: 100%;
	margin-right: 0
}
.post-list .medium-thumb.horizontal .post-thumbnail {
	float: left;
	width: 48.8%;
	margin-right: 2.4%
}
.post-list .medium-thumb.horizontal .post-info {
	padding: 10px 20px
}
.little-thumb {
	background: #fff;
	padding: 20px;
	margin-bottom: 15px;
	border: 2px solid #edf1f2;
	border-radius: 3px
}
.little-thumb:hover {
	border-color: #38a6a6
}
.little-thumb .avatar {
	width: 28px;
	float: left;
	margin-top: -3px;
	margin-right: 10px;
	border-radius: 32px;
	border: 3px solid #edf1f2
}
.little-thumb .post-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #edf1f2;
	padding-bottom: 10px
}
.little-thumb .post-thumbnail {
	float: left;
	margin-right: 15px;
	border-radius: 3px
}
.little-thumb.thumb-right .post-thumbnail {
	float: right;
	margin-left: 15px;
	margin-right: 0
}
.little-thumb .post-meta {
	font-size: 14px;
	line-height: 24px;
	color: #bbb;
	display: block;
	margin: 15px -20px -20px -20px;
	padding: 10px 20px;
	background: #edf1f2;
	color: #a5b1b8
}
.little-thumb .post-meta a {
	color: #a5b1b8
}
.post-list .medium-thumb {
	width: 48.4%;
	margin-right: 0;
	margin-bottom: 15px;
	float: left
}
.post-list .medium-thumb.two-last {
	width: 48.4%;
	margin-left: 2.6%
}
.wide-box .post-list .small-thumb {
	width: 31.2%;
	float: left;
	margin-right: 3%;
	background: #fff
}
.wide-box .post-list .medium-thumb.three, .wide-box .small-thumb.three {
	margin-right: 0
}
.wide-box .post-box .medium-thumb {
	width: 31.2%;
	margin-right: 0
}
.wide-box .post-box .other-thumb {
	width: 31.2%;
	float: left;
	margin-left: 2.7%;
	margin-right: 0
}
.wide-box .post-box .medium-thumb.two {
	width: 48.4%
}
.wide-box .post-box .medium-thumb.two-last {
	margin-left: 2.6%
}
.wide-box .post-box .medium-thumb.two .post-title {
	margin: 15px 15px 0 15px;
	font-size: 18px
}
.box-title {
	height: 12px;
	border-bottom: 2px solid #38a6a6;
	text-align: center;
	margin: 20px 0 40px 0
}
.box-title span {
	font-size: 18px;
	font-weight: normal;
	background: #fff;
	color: #666;
	padding: 6px 13px;
	border: 2px solid #38a6a6;
	border-radius: 5px
}
.box-title span a {
	color: #666
}
.box-title span a:hover {
	color: #38a6a6
}
.post-box {
	background: transparent;
	border: 0;
	width: 100%
}
.post-box .medium-thumb {
	width: 48.8%;
	margin-bottom: 15px;
	float: left;
	margin-right: 2.4%;
	background: #fff
}
.post-box .medium-thumb .post-inner {
	border: 2px #edf1f2 solid;
	width: 99.8%;
	display: inline-block;
	border-radius: 3px
}
.post-box .medium-thumb .post-inner:hover {
	border: 2px #38a6a6 solid
}
.post-box .medium-thumb .post-info {
	padding: 8px 15px
}
.post-box .other-thumb {
	float: left;
	background: #fff;
	margin-bottom: 15px;
	border: 2px #edf1f2 solid;
	border-radius: 3px
}
.post-box .other-thumb:hover {
	border: 2px #38a6a6 solid
}
.post-box .other-thumb .post-title {
	font-size: 16px;
	padding: 5px 5px 0 0;
	max-height: 45px;
	overflow: hidden
}
.post-box .other-thumb .post-thumbnail {
	float: left;
	margin-right: 15px
}
.half-width .medium-thumb .post-title {
	max-height: 48px;
	line-height: 22px;
	overflow: hidden;
	font-size: 18px
}
.full-width .medium-thumb {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px
}
.full-width .medium-thumb .post-thumbnail {
	float: left;
	margin: 15px
}
.full-width .medium-thumb .post-info {
	padding: 8px 10px
}
.full-width .other-thumb {
	width: 48.8%;
	float: left;
	margin-right: 2.4%;
	border: 0;
	margin-bottom: 15px
}
.full-width .other-thumb.even {
	margin-right: 0
}
.full-width .other-thumb .post-inner {
	border: 1px #edf1f2 solid;
	width: auto
}
.pic-posts article {
	width: 23%;
	float: left;
	margin-right: 2.6%;
	margin-bottom: 15px
}
.pic-posts article.four {
	margin-right: 0
}
.pic-posts article .post-inner {
	border: 2px solid #edf1f2;
	border-radius: 3px
}
.pic-posts article .post-inner:hover {
	border: 2px #38a6a6 solid
}
.pic-posts article .post-title {
	font-size: 16px;
	padding: 10px;
	max-height: 42px;
	overflow: hidden
}
.pic-posts article .post-meta {
	padding: 0 10px 10px 10px
}
.pic-posts article.five {
	width: 17.9%
}
.pic-posts article.five-last {
	margin-right: 0
}
.pic-posts article.five .post-title {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0)
}
.pic-posts article.five .post-title a {
	color: #fff
}
.pic-posts article.five:hover .post-title {
	background: #38a6a6;
	color: #fff;
	opacity: .9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.page-nav {
	float: left
}
.page-nav a {
	float: left;
	margin-right: 20px;
	color: #999
}
.page-nav a, .page-nav span {
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 3px 11px;
	border-radius: 20px;
	background: #fff;
	color: #999;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out
}
.page-nav span.current, .page-nav a:hover {
	background: #38a6a6;
	color: #fff
}
.page-nav a:hover {
	color: #fff
}
.page-nav a.page {
	width: auto
}
.page-nav span.pages {
	display: none
}
.load-more {
	display: inline-block;
	width: 99.5%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #edf1f2;
	background: #edf1f2;
	border-radius: 3px
}
.load-more a {
	width: auto;
	display: block;
	padding: 12px 0;
	color: #666
}
.load-more a:hover {
	background: #1abc9c;
	color: #fff
}
.load-more a.loading {
	background: #1abc9c url(http://demo101.99yuanma.net:8889/skin/ecms101/images/ajax-loader.gif) 45% center no-repeat;
	padding-left: 5%;
	color: #fff
}
#post {
	background: #fff;
	padding: 20px 20px 10px 20px;
	border: 2px #edf1f2 solid;
	margin-bottom: 20px;
	border-radius: 3px
}
#post .post-title {
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin-bottom: 15px
}
#post .post-inner .post-thumbnail {
	margin-bottom: 2em
}
#post .post-meta {
	margin-bottom: 15px
}
#post .entry-header {
	border-bottom: 1px #edf1f2 solid;
	margin-bottom: 15px
}
#post article.post {
	margin-bottom: 0
}
.cmpay {
	margin: 0 auto;
	padding-top: 20px;
	min-height: 300px;
	width: 90%
}
.entry .paydown {
	margin-bottom: 20px;
	width: auto;
	border: 1px solid #edf1f2;
	background: #f8f8f8
}
.entry .paydown p {
	margin: 3px;
	padding: 3px 15px;
	border-bottom: 1px solid #f8f8f8;
	text-indent: 0
}
.entry .paydown p span {
	padding: 0 5px;
	color: #e14d43;
	font-weight: bold;
	font-size: 120%
}
.entry .paydown .down-title {
	float: left;
	padding-top: 15px;
	width: 9%;
	color: #666;
	text-align: center;
	font-weight: bold;
	font-size: 16px
}
.entry .paydown .down-detail {
	float: right;
	min-height: 140px;
	width: 90%;
	border-left: 1px solid #edf1f2;
	background: #fff
}
.entry .paydown p.down-ordinary {
	color: #38a6a6
}
.entry .paydown p.down-vip {
	color: #e14d43
}
.entry .paydown p a {
	margin-left: 10px;
	font-weight: bold
}
.entry .paydown p.down-tip {
	border-bottom: 0
}
.post-message {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: solid 1px #ffbb76;
	border-radius: 2px;
	background: #fffcef;
	color: #db7c22;
	font-size: 14px
}
.entry-header .wpfp-span {
	position: relative;
	float: right;
	margin-top: 8px;
	width: 80px
}
.entry-header .wpfp-span img {
	position: absolute;
	top: 2px;
	left: 3px
}
.wpfp-span i.add {
	color: #f74d4d;
	font-size: 22px
}
.wpfp-span i.remove {
	color: #999;
	font-size: 22px
}
.wpfp-span .poptip {
	position: absolute;
	top: 0;
	left: 30px;
	padding: 3px;
	width: 30px;
	box-shadow: none;
	text-align: center;
	line-height: 13px;
*padding:3px;
}
.wpfp-span .poptip-arrow {
	text-shadow: none
}
.wpfp-span .poptip-arrow-left {
	top: 10px
}
.wpfp-hide {
	display: none
}
.wpfp-img {
	margin-right: 2px;
	border: 0;
	vertical-align: middle
}
.entry .wpfp-span ul {
	padding: 0;
	border: 1px solid #f1f1f1
}
.entry .wpfp-span ul li {
	margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #edf1f2;
	list-style: none;
	line-height: 44px
}
.entry .wpfp-span ul li a {
	margin-left: 10px;
	font-size: 14px;
	color: #666
}
.entry .wpfp-span ul li:last-child {
	border-bottom: 0
}
.entry .wpfp-span ul li:nth-child(even) {
	background: #edf1f2
}
.entry .wpfp-span ul li a i {
	margin-right: 5px
}
.entry .wpfp-span ul li a i.fa-trash {
	color: #f74d4d
}
.entry .wpfp-span p {
	margin: 10px 0 20px;
	text-indent: 0
}
.entry .screen-reader-text {
	display: none
}
.post-pages {
	text-align: center;
	margin: 10px auto;
	font-weight: 700
}
.post-pages span {
	background: #38a6a6;
	color: #fff;
	padding: 4px 9px;
	border: 1px solid #38a6a6;
	font-size: 14px;
	font-weight: 700
}
.post-pages a span {
	background: #f8f8f8;
	color: #666;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-weight: normal
}
.post-pages span:hover {
	background: #edf1f2;
	border: 1px solid #e1e1e1;
	color: #666
}
.post-pages a span:hover {
	background: #edf1f2;
	border: 1px solid #e1e1e1
}
.post-tags {
	margin-bottom: 10px
}
.post-tags span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 7px 0 0
}
.post-tags a {
	background: #f2f2f2;
	display: inline-block;
	line-height: 16px;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
	padding: 3px 7px;
	margin: 0 5px 2px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.post-tags a:hover {
	background-color: #38a6a6;
	color: #fff
}
.follows {
	padding: 16px 13px 16px 10px;
	min-height: 24px
}
.follows ul li {
	background: none
}
.follows li a {
	display: block;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	background: url(../image/social24.png) no-repeat;
	text-indent: -9999px;
	opacity: .7
}
.follows li a:hover {
	opacity: 1
}
.follows li.website a {
	background-position: 0 0
}
.follows li.sina-weibo a {
	background-position: 0 -68px
}
.follows li.qq-weibo a {
	background-position: 0 -102px
}
.follows li.rss a {
	background-position: 0 -238px
}
.follows li.email a {
	background-position: 0 -170px
}
.follows li.qq a {
	background-position: 0 -34px
}
.follows li.twitter a {
	background-position: 0 -204px
}
.follows li.google-plus a {
	background-position: 0 -136px
}
.follows li.archive a {
	width: 78px;
	height: 24px;
	background: url(../image/archive.png) no-repeat
}
.follows li.donate a {
	width: 78px;
	height: 24px;
	background: url(../image/donate.png) no-repeat
}
.follows li {
	display: inline;
	float: left;
	margin-right: 4px;
	height: 24px;
	text-align: center;
	line-height: 190%
}
#author-box {
	margin-bottom: 20px;
	border: 2px solid #edf1f2;
	background: #fcfcfc;
	border-radius: 3px
}
#author-box h3 {
	padding: 8px;
	border-bottom: 1px solid #edf1f2;
	background: #fff;
	font-size: 14px
}
#author-box h3 span {
	float: right;
	min-width: 160px;
	width: 50%;
	text-align: right;
	font-weight: normal
}
.author-avatar img {
	float: left;
	margin: 10px;
	padding: 4px;
	width: 64px;
	height: 64px;
	border: 1px solid #edf1f2;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	background: #fff;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf;
	box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
	transition: transform .4s ease-out
}
.author-avatar img:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1)
}
.author-description {
	padding: 10px 10px 0 5px;
	font-size: 14px;
	line-height: 22px
}
#author-name {
	display: none
}
.navigation {
	clear: both;
	overflow: hidden;
	margin: 10px 0
}
.nav-previous {
	float: left
}
.nav-next {
	float: right
}
.post-navigation {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px
}
.post-navigation div {
	position: relative;
	display: block;
	width: 42%;
	color: #999;
	font-size: 14px
}
.post-previous {
	float: left;
	padding-left: 40px
}
.post-next {
	float: right;
	padding-right: 40px;
	text-align: right
}
.post-navigation div span {
	display: block;
	color: #999;
	font-size: 80%
}
.post-navigation div a:after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #edf1f2;
	font-size: 56px;
	line-height: 22px
}
.post-previous a:after {
	left: 0;
	content: '«'
}
.post-next a:after {
	right: 0;
	content: '»'
}
.widget {
	color: #777;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: 20px
}
.widget select {
	padding: 5px;
	border-color: #edf1f2;
	margin-left: 5px;
	color: #666
}
.widget a {
	color: #777
}
.widget a:hover {
	color: #38a6a6
}
.widget>.widget-title {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: normal
}
.widget ul {
	margin: 0;
	padding: 0
}
.widget ul li {
	margin-bottom: 10px;
	font-size: 14px
}
.widget ul li:last-child {
	margin-bottom: 5px
}
.widget ul li:hover a {
	color: #38a6a6
}
.one-c .widget ul li {
	width: 32%;
	float: left;
	margin-right: 2%
}
.one-c .widget ul li.item-3, .one-c .widget ul li.item-6, .one-c .widget ul li.item-9, .one-c .widget ul li.item-12, .one-c .widget ul li.item-15, .one-c .widget ul li.item-18, .one-c .widget ul li.item-21 {
	margin-right: 0
}
.widget-thumb .post-thumbnail {
	float: left;
	width: 60px;
	height: auto;
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 2px
}
.widget ul li:hover .post-thumbnail {
	border-color: #38a6a6
}
.widget-thumb .post-title {
	font-size: 14px;
	word-wrap: break-word
}
.widget-thumb .date {
	color: #bbb;
	font-size: 14px
}
.widget-thumb:hover .post-thumbnail {
	opacity: .75
}
.widget-thumb:hover .post-title {
	color: #38a6a6
}
.widget-recent-comments ul {
	width: 100%
}
.widget-recent-comments ul li {
	min-height: 50px;
	margin-left: 65px;
	position: relative;
	margin-bottom: 15px;
	font-size: 14px
}
.widget-recent-comments ul a {
	display: block
}
.widget-recent-comments li img {
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	position: absolute;
	top: -1px;
	left: -65px;
	border-radius: 50px
}
.widget-recent-comments li:hover img {
	border: 2px solid #38a6a6
}
.widget-recent-comments ul span.comment-author {
	font-weight: 600
}
.widget-recent-comments ul a:hover {
	color: #38a6a6
}
.one-c .widget-recent-comments ul li {
	width: 25.7%;
	float: left;
	margin-right: 2.4%;
	height: 60px
}
.one-c .widget-recent-comments ul li.three {
	margin-right: 0
}
.one-c .widget-recent-comments ul li a {
	line-height: 20px
}
.widget_rss .rssSummary, .widget_rss cite {
	font-size: 14px;
	color: #888
}
.widget_views li {
	font-size: 14px;
	color: #bbb
}
.social-icons-widget .social-icons li {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 20px 20px 0
}
.social-icons-widget .social-icons li a {
	margin-left: 0
}
.social-icons-widget .popup-follow-feed p {
	margin-bottom: 20px;
	font-size: 14px
}
.social-icons-widget .popup-follow-feed p a {
	font-size: 14px;
	padding: 3px 10px;
	background: #38a6a6;
	color: #fff;
	border-radius: 2px
}
.social-icons-widget .popup-follow-feed p a:hover {
	background: #666
}
.social-icons-widget input.ipt {
	width: 73%;
	border: 0;
	padding: 8px;
	color: #888;
	line-height: 20px;
	border-radius: 3px
}
.social-icons-widget input[type="submit"] {
	background: #38a6a6;
	width: 22%;
	padding: 4px 24px;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin-left: -3px;
	border-radius: 0 3px 3px 0;
	height: 36px
}
.social-icons-widget input[type="submit"]:hover {
	background: #666
}
#footer-widgets .social-icons-widget .popup-follow-feed p a {
	color: #fff
}
.widget-pic .post-inner {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	background: #fff
}
.widget-pic .post-inner.even {
	margin-right: 0
}
.widget-pic .post-inner .post-thumbnail img {
	width: 100%;
	height: auto
}
.widget-pic .post-inner .post-thumbnail:hover img {
	opacity: .8
}
.widget-pic .post-inner .pic-t {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 22px;
	font-size: 14px;
	width: 92%;
	overflow: hidden;
	background: #38a6a6;
	opacity: .9;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	padding: 8px 4%
}
.widget-pic .post-inner .pic-t a {
	color: #FFF
}
.widget-pic {
	margin-bottom: 15px
}
.one-c .widget-pic .post-inner {
	width: 32%;
	float: left;
	margin-right: 2%
}
.one-c .widget-pic .post-inner.three {
	margin-right: 0
}
.widget_author .widget-content {
	background: #fff;
	padding: 5px;
	border: 1px #edf1f2 solid
}
.widget_author .author-social li {
	background: none;
	border: 0;
	padding: 0;
	margin: 5px 6px 5px 0
}
.widget_author .author-social li a {
	margin-left: 0
}
.text-html .widget-content p {
	padding: 5px;
	background: #fff;
	border: 1px #edf1f2 solid
}
.widget_readers {
	margin-bottom: 15px;
	margin-right: -10px
}
.widget_readers ul li {
	width: auto;
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	background: none;
	border: 0
}
.widget_readers ul li img {
	width: 48px;
	height: 48px;
	border: 2px #fff solid;
	border-radius: 30px
}
.widget_readers ul li:hover img {
	opacity: .8;
	border: 2px #38a6a6 solid
}
.one-c .widget.widget_readers ul li {
	width: 52px;
	height: auto;
	margin-right: 13px
}
.two-c .widget_readers ul li {
	margin-right: 12px
}
.three-c .widget_readers ul li {
	margin-right: 16px
}
.widget_categories ul ul {
	margin: 8px 0
}
.widget_categories ul ul li {
	margin-left: 20px;
	border: 0;
	padding: 2px 0
}
.widget_categories ul ul li:before {
	font-family: FontAwesome;
	content: "\f101";
	margin-right: 5px
}
.widget_tag_cloud .widget-content a {
	padding: 4px 5px 4px 0
}
.widget_calendar a:hover {
	color: #38a6a6
}
.widget_calendar #wp-calendar {
	width: 100%
}
.widget_calendar caption {
	color: #fff;
	padding: 5px 10px;
	background: #38a6a6
}
.widget_calendar caption:before {
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-size: 14px
}
.widget_calendar thead {
	background: #e2e2e2;
	-webkit-box-shadow: 0 1px 0 #ddd;
	box-shadow: inset 0 -1px 0 #ddd
}
.widget_calendar thead th {
	background: #f4f4f4
}
.widget_calendar th {
	font-weight: 600
}
.widget_calendar th, .widget_calendar td {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #edf1f2;
	background: #fff
}
.widget_calendar .pad {
	padding: 0
}
.widget_meta ul li, .widget_links ul li {
	width: 50%;
	float: left
}
.one-c .widget_meta ul li, .one-c .widget_links ul li {
	width: 16%;
	float: left
}
.two-c .widget_meta ul li, .two-c .widget_links ul li {
	width: 33.3%;
	float: left
}
#pinglist-container {
	display: none
}
.comments-loading {
	display: none;
	width: 100%;
	height: 32px;
	background: url(../image/AjaxLoader.gif) no-repeat center
}
.comment-tabs {
	border-bottom: 2px solid #edf1f2;
	margin-bottom: 20px
}
.comment-tabs li {
	float: left;
	margin-bottom: -2px
}
.comment-tabs li a {
	font-weight: normal;
	padding: 0 10px 10px;
	display: block;
	color: #aaa;
	border-bottom: 2px solid #edf1f2
}
.comment-tabs li a:hover {
	color: #666;
	border-color: #ccc
}
.comment-tabs li i {
	margin-right: 6px
}
.comment-tabs li.active a {
	color: #38a6a6;
	border-bottom-color: #38a6a6
}
.commentlist, .pinglist {
	margin-bottom: 20px
}
.commentlist li, .pinglist li {
	padding-left: 88px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px
}
.commentlist .comment-body {
	background: #fff;
	padding: 15px;
	border: 2px #edf1f2 solid;
	border-radius: 3px
}
.commentlist .comment-body:before {
	content: '';
	display: inline-block;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #edf1f2;
	position: absolute;
	top: 18px;
	left: -10px
}
.commentlist .comment-body:after {
	content: '';
	display: inline-block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	position: absolute;
	top: 20px;
	left: -8px
}
.commentlist .comment-body, .pinglist li {
	clear: both;
	position: relative;
	padding-bottom: 15px
}
.commentlist .comment-author, .commentlist .comment-meta, .commentlist .comment-awaiting-moderation {
	font-size: 14px;
	display: block;
	float: left;
	line-height: 20px
}
.commentlist .comment-author {
	margin-right: 6px
}
.commentlist .fn, .pinglist .ping-link {
	color: #666;
	font-size: 14px;
	font-style: normal
}
.commentlist .floor {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #ffa300;
	font-size: 16px
}
.commentlist .says {
	display: none
}
.commentlist .avatar {
	position: absolute;
	left: -88px;
	top: 0;
	width: 64px;
	height: 64px;
	-webkit-border-radius: 40px;
	border-radius: 40px
}
.commentlist .comment-meta:before, .pinglist .ping-meta:before {
	color: #ccc;
	content: "\f017";
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 3px;
	vertical-align: 4%
}
.commentlist .comment-meta, .commentlist .comment-meta a, .pinglist .ping-meta {
	color: #aaa
}
.commentlist .reply {
	font-size: 14px;
	line-height: 16px
}
.commentlist .reply a {
	color: #aaa
}
.commentlist .reply a:hover {
	color: #666
}
.comment-awaiting-moderation {
	color: #38a6a6;
	font-style: normal
}
.pinglist li {
	padding-left: 0;
	background: #fff;
	padding: 15px;
	border: 1px #edf1f2 solid
}
.pinglist li .ping-link {
	font-size: 16px
}
.commentlist .comment-body p {
	line-height: 26px;
	color: #777;
	clear: both;
	font-size: 14px;
	margin: 10px 0
}
.commentlist .comment-body strong {
	font-weight: bold
}
.commentlist .comment-body em {
	font-style: italic
}
.commentlist .comment-body ol li {
	list-style: decimal;
	margin-left: 2em;
	padding: 0
}
.commentlist .comment-body ul li {
	list-style: square;
	margin-left: 2em;
	padding: 0
}
.commentlist li ul {
	margin-top: 20px
}
.commentlist li li {
	padding-left: 78px
}
.commentlist li li .avatar {
	width: 56px;
	height: 56px;
	left: -78px;
	top: 0
}
.commentlist li li .comment-meta {
	left: 70px
}
.heading, #reply-title {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 1em
}
.heading i {
	font-size: 22px;
	margin-right: 6px
}
.form-allowed-tags {
	display: none
}
.logged-in-as {
	font-size: 14px
}
#respond {
	position: relative
}
#reply-title {
	margin-bottom: 20px
}
li #reply-title {
	font-size: 0;
	margin: 0 !important;
	padding: 0;
	height: 0;
	border-top: 0
}
#cancel-comment-reply-link {
	color: #e77068;
	display: block;
	position: absolute;
	top: -34px;
	right: 20px;
	font-size: 14px
}
#cancel-comment-reply-link:hover {
	color: #777
}
.comment-form {
	position: relative
}
#commentform {
	background: #fff;
	padding: 10px 20px 20px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px #edf1f2 solid
}
li #commentform {
	margin-top: -1px
}
#commentform:before {
	content: '';
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #edf1f2;
	position: absolute;
	top: -10px;
	left: 24px
}
#commentform:after {
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	left: 26px
}
#commentform p.comment-form-author {
	width: 48%;
	float: left
}
#commentform p.comment-form-email {
	width: 48%;
	float: right
}
#commentform p.comment-form-url, #commentform p.comment-form-comment {
	clear: both
}
#commentform label {
	padding: 6px 0;
	display: block
}
#commentform input[type="text"], #commentform textarea {
	max-width: 100%;
	width: 100%;
	background: #f8f8f8
}
#commentform textarea {
	height: 100px
}
#commentform p.form-submit {
	margin-top: 10px
}
.logged-in #reply-title {
	margin-bottom: 20px
}
.logged-in #commentform p.comment-form-comment {
	margin-top: 10px
}
.logged-in #commentform p.comment-form-comment label {
	display: none
}
#commentform #smilies {
	margin: 8px 0;
	display: inline-block
}
.quicktags-toolbar input {
	border: 1px #edf1f2 solid;
	min-width: 40px;
	padding: 5px;
	font-size: 12px;
	margin: 0 5px 15px 0;
	background: #f8f8f8
}
.quicktags-toolbar input:hover {
	border-color: #ccc;
	background: #f1f1f1;
	cursor: pointer
}
.comment-closed {
	background: #fff;
	padding: 15px;
	border: 1px #edf1f2 solid;
	margin-bottom: 15px;
	border-radius: 3px
}
.tag-sort ul {
	margin: 0
}
.tag-sort ul li {
	margin-left: 0;
	list-style: none;
	word-wrap: break-word
}
.tag-sort ul a {
	margin-right: 18px
}
.tag-sort #first-letter {
	margin-bottom: 15px
}
.tag-sort #first-letter a {
	margin: 10px 1px;
	font-weight: bolder;
	font-size: 18px;
	color: #fff;
	background: #38a6a6;
	padding: 0 5px
}
.user-list .user-info {
	width: 115px;
	height: 150px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px
}
.user-list .user-info img {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out
}
.user-list .user-info:hover img {
	box-shadow: 0 0 10px #fff;
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 10px #fff;
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg)
}
.col-2cl .wide-box {
	padding: 0;
	margin: 0;
	width: 100%
}
.user-center {
	padding: 0
}
.user-inner {
	position: relative;
	background: #edf1f2
}
#user-left {
	width: 240px;
	position: absolute;
	top: 0;
	left: 0;
	color: #666
}
#user-left a {
	color: #666
}
#user-right {
	margin-left: 240px;
	min-height: 600px;
	border-left: 1px solid #edf1f2;
	background: #fff;
	padding: 20px
}
#user-right .user-header {
	margin: 0 -20px;
	border-bottom: 1px #edf1f2 solid
}
#user-right .user-title {
	font-size: 26px;
	padding-left: 20px;
	line-height: 1.5em
}
#user-right .feedback {
	float: right;
	margin-top: 12px;
	width: 100px
}
#user-left .user-avatar {
	padding: 15px;
	text-align: center
}
#user-left .user-avatar img {
	padding: 5px;
	max-width: 100px;
	max-height: 100px;
	width: 98%;
	height: auto;
	border: 1px solid #edf1f2;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf;
	box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
	transition: transform .4s ease-out
}
#user-left .user-avatar img:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
-webkit-rgba(255, 255, 255, .6), inset 0 0 20px rgba(255,255,255,1)
}
#user-left .user-pm {
	margin-top: 10px;
	font-size: 14px
}
#user-left .user-pm a {
	background: #38a6a6;
	color: #fff;
	padding: 5px;
	border-radius: 3px
}
#user-left .user-pm a:hover {
	background: #666
}
#user-menu li i {
	margin-right: 5px
}
#user-menu li {
	padding: 10px;
	text-align: center
}
#user-menu li.current-post-ancestor, #user-menu li.current-menu-ancestor, #user-menu li.current-menu-parent, #user-menu li.current-menu-item {
	margin-right: -1px;
	background: #fff
}
#user-menu li.current-post-ancestor a, #user-menu li.current-menu-ancestor a, #user-menu li.current-menu-parent a, #user-menu li.current-menu-item a {
	color: #38a6a6
}
#user-menu li.display-none {
	display: none
}
#user-right .post-count {
	margin-bottom: 20px
}
#user-right .author-posts-count {
	margin-bottom: 20px;
	margin-top: 20px
}
#user-right .wpuf-table {
	border: 1px solid #f1f1f1
}
.user-header .poptip {
	position: absolute;
	top: 28px;
	left: 380px
}
#user-right ul {
	margin: 0
}
#user-right ul.author-posts {
	border: 1px solid #eaeaea
}
#user-right .archive-simple {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	margin: 0 0 -7px 0
}
#user-right li.archive-simple.even {
	background: #edf1f2
}
#user-right .archive-simple h2 {
	font-size: 14px;
	padding-top: 8px;
	width: 70%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
#user-right .archive-simple h2 a {
	color: #666;
	margin-left: 5px
}
#user-right .archive-simple .post-meta {
	float: left;
	width: 20%;
	min-width: 200px
}
#user-right .archive-simple .post-meta i.fa {
	width: 14px;
	display: inline
}
#user-right .page-nav {
	float: left;
	margin-top: 10px
}
#user-right .wpuf-pagination.page-nav {
	margin-top: 0
}
#user-right .entry {
	padding: 20px 0
}
#user-right #wpuf-post-draft {
	padding: 1px 12px
}
#user-right .success {
	border: solid 1px #83d186;
	padding: 10px;
	margin: 10px 0;
	display: block;
	max-width: 100%
}
#user-right .wpuf-table a {
	color: #666
}
#user-right .wpuf-table a:hover {
	color: #38a6a6
}
.gright {
	width: 50%;
	max-width: 468px;
	height: auto;
	float: right;
	margin-top: 5px;
	color: #fff
}
.gright img {
	width: 100%;
	height: auto
}
.gtop {
	margin: 20px 0 -10px 0;
	display: inline-block;
	width: 100%
}
.gbottom {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px
}
.gtop img, .gbottom img {
	width: 100%;
	height: auto
}
.gtop .w49, .gbottom .w49 {
	width: 49%;
	height: auto;
	float: left
}
.gtop .ml2, .gbottom .ml2 {
	margin-left: 2%
}
.gtop .w32, .gbottom .w32 {
	width: 32%;
	height: auto;
	float: left
}
.ghome {
	margin-bottom: 25px
}
.side-buttons {
	position: fixed;
	width: 40px;
	bottom: 15%;
	right: 25px;
	z-index: 890
}
.side-buttons .relative {
	position: relative;
	top: 0;
	left: 0
}
.side-buttons .side-buttons-box {
	width: 100%;
	margin-bottom: 3px;
	background: #38a6a6;
	text-align: center;
	border-radius: 3px
}
.side-buttons .side-buttons-box>a {
	display: block;
	height: 35px;
	padding-top: 5px;
	color: #222;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}
.side-buttons .side-buttons-box>a:hover {
	background: #21292e;
	text-decoration: none;
	color: #c31900;
	border-radius: 3px
}
.side-buttons .side-buttons-box>a:hover .sb-title, .side-buttons .side-buttons-box .sb-title {
	color: #fff;
	font-size: 12px;
	display: block;
	padding-left: 5px;
	line-height: 18px;
	width: 30px;
	margin-top: -2px
}
.side-buttons .current-bg {
	background: #21292e;
	text-decoration: none
}
.side-buttons .sb-layer {
	border: 2px solid #edf1f2;
	background: #fff;
	position: absolute;
	right: 47px;
	bottom: -44px;
	border-radius: 5px
}
.side-buttons .qr-img {
	padding: 10px;
	width: 200px
}
.side-buttons .qr-text {
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: 700
}
.side-buttons-triangle {
	width: 12px;
	height: 40px;
	position: absolute;
	right: 45px;
	bottom: -12px;
	z-index: 100
}
.border-sj, .con-sj {
	display: block;
	width: 18px;
	height: 28px;
	font-size: 18px;
	overflow: hidden;
	font-family: SimSun
}
.border-sj {
	color: #edf1f2;
	font-style: normal
}
.con-sj {
	color: #fff;
	margin: -28px 0 0 -2px
}
.side-buttons .bdsharebuttonbox {
	width: 80px;
	padding: 10px
}
.side-buttons .bdsharebuttonbox a {
	margin: 3px 0;
	width: 60px;
	text-align: left;
	padding-left: 25px;
	color: #666;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}
.side-buttons .side-buttons-box>a i {
	display: inline-block;
	color: #fff;
	font-size: 24px
}
.side-buttons .side-buttons-box>a i.fa-chevron-up {
	margin-top: 2px;
	font-size: 22px
}
.side-buttons .side-buttons-box>a i.fa-qrcode {
	margin-top: 5px
}
.side-buttons .side-buttons-box>a i.fa-share-square-o {
	margin-top: 5px;
	font-size: 23px;
	margin-left: 1px
}
.side-buttons .side-buttons-box>a i.fa-star-o {
	margin-top: 4px
}
.side-buttons .side-buttons-box>a i.fa-comment-o {
	font-size: 20px;
	margin-top: 5px
}
.home-ads {
	margin-bottom: 25px
}
body.ie8 {
	font-weight: 400
}
.ie8 .author-bio .bio-avatar:after, .ie8 .commentlist li.bypostauthor>.comment-body:after {
	display: none
}
.ie8 .nav li>a:after, .ie8 .nav>li>a:after, .ie8 #footer .nav li>a:after, .ie8 #footer .nav>li>a:after {
	content: ""
}
.ie8 #nav-topbar .nav>li>a:hover, .ie8 #nav-topbar .nav>li:hover>a, .ie8 #nav-header .nav>li>a:hover, .ie8 #nav-header .nav>li:hover>a, .ie8 .toggle-search:hover, .ie8 .toggle-search.active, .ie8 .search-expand-inner {
	background: url(../image/opacity-10.png)
}
.ie8 .thumb-icon, .ie8 .image-caption, .ie8 .page-image-text .description i, .ie8 .flex-direction-nav a {
	background: url(http://demo101.99yuanma.net:8889/skin/ecms101/images/ie/opacity-70.png)
}
.ie8 .entry .gallery .gallery-caption {
	background: url(../image/opacity-80-light.png)
}
.entry #content-index-contents li {
	margin-left: 0;
	list-style: none
}
.entry #content-index-contents li .children {
	margin-left: 10px
}
@media only screen and (max-width:1050px) {
.wide-box .post-list .small-thumb {
	width: 48%;
	margin-right: 3.4%
}
.wide-box .post-list .small-thumb.item-2, .wide-box .post-list .small-thumb.item-4, .wide-box .post-list .small-thumb.item-6, .wide-box .post-list .small-thumb.item-8, .wide-box .post-list .small-thumb.item-10, .wide-box .post-list .small-thumb.item-12, .wide-box .post-list .small-thumb.item-14, .wide-box .post-list .small-thumb.item-16, .wide-box .post-list .small-thumb.item-18, .wide-box .post-list .small-thumb.item-20 .wide-box .post-list .small-thumb.item-22, .wide-box .post-list .small-thumb.item-24, .wide-box .post-list .small-thumb.item-26, .wide-box .post-list .small-thumb.item-28, .wide-box .post-list .small-thumb.item-30 {
	margin-right: 0
}
.wide-box .post-box .medium-thumb {
	width: 99.6%
}
.wide-box .post-box .medium-thumb.two {
	width: 99.6%;
	margin-right: 0;
	margin-left: 0
}
.wide-box .post-box .medium-thumb img {
	max-width: 360px;
	float: left;
	margin-right: 30px
}
.wide-box .post-box .medium-thumb .post-info {
	padding: 15px
}
.wide-box .post-box .other-thumb {
	width: 48%;
	margin-right: 2.9%;
	margin-left: 0
}
.wide-box .post-box .other-thumb.item-3, .wide-box .post-box .other-thumb.item-5, .wide-box .post-box .other-thumb.item-7, .wide-box .post-box .other-thumb.item-9, .wide-box .post-box .other-thumb.item-11, .wide-box .post-box .other-thumb.item-13, .wide-box .post-box .other-thumb.item-15, .wide-box .post-box .other-thumb.item-17, .wide-box .post-box .other-thumb.item-19 {
	margin-right: 0;
	margin-left: 0
}
}
@media only screen and (min-width:480px) and (max-width:960px) {
.side-right {
	width: 50px
}
.side-right .sidebar-content {
	display: none;
	float: left;
	width: 100%
}
.side-right .sidebar-toggle {
	display: block
}
.side-right-expand .side-right {
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 340px;
	margin: 0 !important;
	z-index: 9;
	overflow: auto;
	-moz-transition: width .2s ease;
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}
.side-right-expand .side-right .sidebar-content {
	display: block;
	width: 330px;
	padding-left: 15px
}
.side-right-collapse .side-right .sidebar-content {
	display: none
}
.col-2cl.side-right-expand .side-right .icon-sidebar-toggle:before {
	content: "\f101"
}
.col-2cl .main-inner {
	padding-right: 50px
}
.col-2cl .wide-box {
	padding-right: 0
}
.col-2cl .side-right {
	margin-right: -50px
}
.col-2cl.side-right-expand .side-right {
	right: 0
}
.col-2cl.side-right-expand .sidebar-toggle {
	float: right;
	margin-bottom: 20px
}
#header .top-inner {
	min-height: 90px
}
.top-follow {
	position: absolute;
	top: 75px;
	right: 0;
	width: 100%;
	text-align: center
}
.site-description {
	display: none
}
.one-c .widget ul li {
	width: 48%;
	margin-right: 4%
}
.one-c .widget ul li.three {
	margin-right: 4%
}
.one-c .widget ul li.two {
	margin-right: 0
}
.one-c .widget-recent-comments ul li {
	width: 38%;
	float: left;
	margin-right: 3%;
	height: 60px
}
.one-c .widget-recent-comments ul li.three {
	margin-right: 3%
}
.one-c .widget-recent-comments ul li.two {
	margin-right: 0
}
}
@media only screen and (min-width:720px) and (max-width:800px) {
.grid {
	margin-right: 2.9%
}
.one-half {
	width: 48.5%
}
.one-third {
	width: 31.4%
}
.two-third {
	width: 65.65%
}
.one-fourth {
	width: 22.8%
}
.three-fourth {
	width: 74.1%
}
.one-fifth {
	width: 17.6%
}
.two-fifth {
	width: 38.5%
}
.three-fifth {
	width: 59%
}
.four-fifth {
	width: 79.5%
}
#user-left {
	width: 180px
}
#user-right {
	margin-left: 180px
}
.user-header .poptip {
	position: absolute;
	top: 28px;
	left: 340px
}
.slider-two .item, .slider-three .item, .slider-three .item-3, .slider-three .item-6, .slider-three .item-9, .slider-three .item-12, .slider-two .item.ml20 {
	margin-left: 2px;
	margin-right: 2px
}
.wide-box .post-box .medium-thumb {
	width: 99.6%
}
.wide-box .post-box .medium-thumb.two {
	width: 99.6%;
	margin-right: 0;
	margin-left: 0
}
.wide-box .post-box .other-thumb {
	width: 48%;
	margin-right: 2.6%;
	margin-left: 0
}
.pic-posts article {
	width: 48.5%;
	margin-right: 2.6%
}
.pic-posts article.five {
	width: 48.5%;
	margin-right: 2.6%
}
.pic-posts article.item-2, .pic-posts article.item-4, .pic-posts article.item-6, .pic-posts article.item-8, .pic-posts article.item-10, .pic-posts article.item-12, .pic-posts article.item-14, .pic-posts article.item-16, .pic-posts article.item-18, .pic-posts article.item-20, .pic-posts article.item-22, .pic-posts article.item-24, .pic-posts article.item-26, .pic-posts article.item-28, .pic-posts article.item-30 {
	margin-right: 0
}
.one-c .widget-pic .post-inner {
	width: 48%;
	float: left;
	margin-right: 4%
}
.one-c .widget-pic .post-inner.three {
	margin-right: 4%
}
.one-c .widget-pic .post-inner.two {
	margin-right: 0
}
#footer-widgets .footer-widget {
	width: 100%;
	float: none;
	margin-right: 0
}
#footer-links li {
	width: 24%
}
}
@media only screen and (max-width:719px) {
.side-right {
	width: 40px
}
.col-2cl .main-inner {
	padding-right: 0
}
.col-2cl .wide-box {
	padding-right: 0
}
.col-2cl .side-right {
	margin-right: -40px
}
.container {
	padding: 0
}
.grid {
	width: 100%;
	margin: 0 0 10px
}
.site-description, .image-caption {
	display: none
}
.pad {
	padding: 20px 2px
}
.notebox {
	margin-bottom: 20px
}
.entry {
	font-size: 16px
}
.popup-menu {
	position: absolute;
	top: 102px;
	left: 10px
}
.popup-menu>div {
	position: relative;
	border: 0;
	border-radius: none;
	color: #fff
}
.popup-menu>div>a {
	color: #fff
}
.btn-image {
	line-height: 36px
}
.popup-menu .btn-image img.avatar {
	border: 2px solid #fff
}
.fep-notice {
	position: absolute;
	top: 110px;
	left: 160px;
	display: block;
	z-index: 99
}
.fep-notice i {
	font-weight: 600
}
.toggle-search {
	position: absolute;
	right: 80px;
	top: 108px;
	z-index: 999;
	color: #fff
}
.search-expand {
	position: absolute;
	top: 101px;
	right: 70px
}
#footer-widgets .footer-widget {
	width: 100%;
	float: none;
	margin-right: 0
}
#footer-bottom .pad {
	padding-top: 50px;
	padding-bottom: 40px
}
#footer-bottom .one-half.last {
	margin-bottom: 0
}
#footer-bottom {
	text-align: center
}
#footer-links li {
	width: 49%
}
.comment-tabs {
	font-size: 13px
}
.comment-tabs i {
	display: none !important
}
.commentlist li {
	font-size: 13px
}
.commentlist li ul li {
	padding-left: 10px
}
.post-list {
	margin-left: 0;
	margin-right: 0
}
.post-list .post-row {
	margin-left: 0;
	padding-left: 0
}
.post-list .post-inner {
	margin-right: 0
}
.slider-one .post-title {
	position: relative
}
.slider-two .item, .slider-three .item, .slider-three .item-3, .slider-three .item-6, .slider-three .item-9, .slider-three .item-12, .slider-two .item.ml20 {
	margin-left: 2px;
	margin-right: 2px
}
.post-navigation div {
	width: 100%
}
.hide-sidebar {
	display: none
}
.post-list .small-thumb.two, .wide-box .post-list .small-thumb {
	width: 99.4%;
	margin-right: 0
}
.wide-box .post-box .medium-thumb {
	width: 99.6%
}
.wide-box .post-box .medium-thumb img {
	float: none;
	margin: 0 auto
}
.wide-box .post-box .medium-thumb.two img {
	max-width: 360px;
	float: left;
	margin-right: 30px
}
.wide-box .post-box .other-thumb {
	width: 99.4%;
	margin-right: 0;
	margin-left: 0
}
.pic-posts article {
	width: 48.5%;
	margin-right: 2.6%
}
.pic-posts article.five {
	width: 48.5%;
	margin-right: 2.6%
}
.pic-posts article.item-2, .pic-posts article.item-4, .pic-posts article.item-6, .pic-posts article.item-8, .pic-posts article.item-10, .pic-posts article.item-12, .pic-posts article.item-14, .pic-posts article.item-16, .pic-posts article.item-18, .pic-posts article.item-20, .pic-posts article.item-22, .pic-posts article.item-24, .pic-posts article.item-26, .pic-posts article.item-28, .pic-posts article.item-30 {
	margin-right: 0
}
.big-thumb .post-author {
	display: none
}
.big-thumb .post-title {
	margin-left: 0
}
.one-c .widget ul li {
	width: 100%;
	margin-right: 0
}
.one-c .widget ul li.three {
	margin-right: 0
}
.one-c .widget ul li.two {
	margin-right: 0
}
.one-c .widget.widget_links ul li {
	width: 50%
}
.one-c .widget-pic .post-inner {
	width: 48%;
	float: left;
	margin-right: 4%
}
.one-c .widget-pic .post-inner.three {
	margin-right: 4%
}
.one-c .widget-pic .post-inner.two {
	margin-right: 0
}
.one-c .widget-recent-comments ul li {
	width: 80%;
	float: none;
	margin-right: 0
}
.one-c .widget-recent-comments ul li.three, .one-c .widget-recent-comments ul li.two {
	margin-right: 0
}
#user-left {
	width: 100%;
	position: relative
}
#user-right {
	margin-left: 0
}
#user-menu li {
	padding: 1%;
	text-align: center;
	width: 31%;
	float: left
}
#user-menu li.current-post-ancestor, #user-menu li.current-menu-ancestor, #user-menu li.current-menu-parent, #user-menu li.current-menu-item {
	border: 0;
	background: #fff
}
#user-menu li.current-post-ancestor a, #user-menu li.current-menu-ancestor a, #user-menu li.current-menu-parent a, #user-menu li.current-menu-item a {
	margin-left: 0;
	color: #38a6a6
}
.user-header {
	padding-top: 30px
}
.user-header .poptip {
	position: absolute;
	top: 280px;
	left: 20px
}
.gright {
	width: 100%
}
.gtop .w48, .gbottom .w48 {
	width: 100%
}
.gtop .ml4, .gbottom .ml4 {
	margin-left: 0;
	max-width: 100%
}
.mobile-no {
	display: none
}
.sb-comment, .sb-bookmark, .sb-share, .sb-qr {
	display: none
}
}
@media only screen and (max-width:479px) {
.wrapper-inner {
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.mobile-sidebar-hide-s1 .side-right, .mobile-sidebar-hide .sidebar {
	display: none
}
.sidebar-top, .sidebar .widget {
	padding-left: 15px !important;
	padding-right: 15px !important
}
.notebox {
	margin-bottom: 15px
}
#header .top-inner {
	min-height: 90px
}
#footer-bottom {
	border-radius: 0
}
.pic-posts article {
	width: 100%;
	margin-right: 0
}
.pic-posts article img {
	margin: 0 auto
}
.pic-posts article.five {
	width: 100%;
	margin-right: 0
}
.post-list .medium-thumb, .post-list .medium-thumb.two-last {
	width: 99%;
	margin-left: 0
}
.wide-box .post-box .medium-thumb.two img {
	float: none;
	margin: 0 auto
}
.widget_meta ul li, .widget_links ul li {
	width: 184px
}
.hide-sidebar {
	display: none
}
.side-buttons {
	position: fixed;
	width: 40px;
	bottom: 10px;
	right: 10px;
	z-index: 890
}
.gtop .w32, .gbottom .w32 {
	width: 100%
}
.gtop .ml2, .gbottom .ml2 {
	margin-left: 0
}
.slider .owl-controls .owl-buttons div.owl-prev {
	margin-right: 70%
}
.slider .post-title {
	font-size: 16px;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: normal
}
.one-c .widget-pic .post-inner {
	width: 100%;
	float: none;
	margin-right: 0
}
.one-c .widget-pic .post-inner.three, .one-c .widget-pic .post-inner.two {
	margin-right: 0
}
.one-c .widget ul li {
	width: 100%
}
.one-c .widget.widget_links ul li {
	width: 100%
}
.one-c .widget-recent-comments ul li {
	width: 80%
}
#footer-links li {
	width: 98%
}
}
.dwqa-container {
	padding: 20px 0
}
.dwqa-answer-meta .avatar, .dwqa-question-item .avatar {
	width: 48px;
	height: 48px;
	max-width: 100%
}
.p-text-indent .dwqa-container p {
	text-indent: 0
}
.dwqa-single-question .dwqa-question-item .avatar {
	left: 0
}
.dwqa-comments-list .dwqa-comment-meta .avatar {
	width: 24px;
	height: 24px
}
.dwqa-content-edit-form input[type="submit"], .dwqa-ask-question a, .dwqa-btn-primary {
	width: 90px;
	padding: 8px 10px;
	border: 1px solid #38a6a6;
	background: #38a6a6;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.dwqa-content-edit-form input[type="submit"]:hover, .dwqa-btn-primary:hover {
	border: 1px solid #666;
	background: #666;
	cursor: pointer
}
.dwqa-container select {
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.dwqa-content-edit-form input[type="text"] {
	padding: 7px 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.dwqa-questions-footer .dwqa-ask-question a {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #38a6a6;
	background: #38a6a6;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.dwqa-questions-footer .dwqa-ask-question a:hover {
	border: 1px solid #666;
	background: #666
}
.dwqa-search .dwqa-autocomplete li {
	list-style: none
}
.dwqa-pagination a:hover {
	color: #fff
}
.dwqa-pagination span.dwqa-current, .dwqa-pagination a:hover {
	background: #38a6a6;
	color: #fff
}
.dwqa-pagination a, .dwqa-pagination span {
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 2px 10px;
	border: 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #fff;
	color: #999;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out
}
.my-dwqa-ask-question {
	position: absolute;
	top: 5px;
	right: 0
}
.my-dwqa-ask-question a {
	color: #fff;
	padding: 11px 25px;
	background: #38a6a6
}
.my-dwqa-ask-question a:hover {
	color: #fff;
	background: #666;
	border: 1px solid #666
}
textarea#comment {
	vertical-align: middle;
	font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif
}
#qt_dwqa-answer-content_toolbar {
	text-align: left
}
.dwqa-staff {
	display: none
}
.dwqa-widget ul li {
	font-size: 14px;
	color: #bbb
}
.dwqa-widget ul li a.question-title {
	font-size: 16px
}
ul.cmpuser-tabs {
	border-bottom-color: #edf1f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
	list-style-type: none
}
ul#cmpuser-tabs {
	padding: 0;
	margin-bottom: 16px;
	margin-left: 0
}
ul.cmpuser-tabs li {
	display: inline-block;
	margin: 0 3px -1px 0
}
ul.cmpuser-tabs li a {
	padding: 4px 15px 6px;
	font-size: 18px;
	vertical-align: top;
	border-width: 1px;
	color: #666;
	border-color: #eaeaea;
	text-decoration: none;
	display: block;
	border-style: solid;
	background: #f8f8f8;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
ul.cmpuser-tabs li.highlight a {
	background-color: #922540;
	color: #fff;
	border-color: #84273e
}
ul.cmpuser-tabs li a.active {
	border-bottom-color: #fff;
	background-color: #fff
}
ul.cmpuser-tabs li.highlight a.active {
	background-color: #c95874;
	color: #fff
}
.cmpuser-field {
	margin-bottom: 24px
}
.cmpuser-field label {
	display: block;
	font-size: 16px;
	margin-bottom: 4px
}
.cmpuser-select-field label, .cmpuser-checkbox-field label {
	display: inline;
	margin-right: 10px
}
label.cmp_login_save_description {
	display: none
}
.cmpuser-field input, .cmpuser-textarea-field textarea {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd
}
.cmpuser-field input[type="text"], .cmpuser-field input[type="email"], .cmpuser-field input[type="password"], .cmpuser-textarea-field textarea {
	width: 100%
}
.cmpuser-field p.description {
	font-size: 14px;
	font-style: italic;
	color: #999;
	text-indent: 0
}
.cmpuser-select-field p.description, .cmpuser-checkbox-field p.description {
	display: inline
}
.cmpuser-select-field select {
	border: 2px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	padding: 2px;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px
}
.cmpuser-save input[type="submit"] {
	background: #38a6a6;
	border-radius: 3px;
	border: 0;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer
}
.cmpuser-save input[type="submit"]:hover {
	background: #666
}
.cmpuser-field textarea.wp-editor-area, .cmpuser-field .quicktags-toolbar {
	border: 1px solid #ccc
}
.cmpuser-field textarea.wp-editor-area {
	border-top: 0
}
.cmpuser-field .quicktags-toolbar {
	border-bottom: 0
}
.cmpuser-form-avatar p {
	text-indent: 0
}
p.error, p.updated {
	background-color: #f2f2f2;
	padding: 10px;
	padding-left: 14px;
	border-left: 3px solid #7ad03a
}
p.error {
	border-left: 3px solid #900
}
.cmpuser-container {
	margin: 0 auto;
	position: relative
}
.cmpuser-container h4 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 0
}
.cmpuser-container h4>small {
	margin-top: 5px;
	font-size: 20px;
	font-style: italic;
	display: block
}
.cmpuser-container.cmpuser-full-width {
	max-width: none
}
.cmpuser-full-width form fieldset {
	clear: both;
	margin-bottom: 26px
}
.cmpuser-fields {
	width: 100%;
	min-width: 200px;
	margin: 15px auto
}
.cmpuser-field {
	width: 100%;
	max-width: 600px;
	min-width: 200px;
	margin: 15px auto
}
.cmpuser-fields .cmpuser-field {
	width: 70%;
	margin: 15px 0
}
.cmpuser-form, .cmpuser-preview {
	border-color: inherit;
	display: block;
	position: relative;
	width: 50%;
	margin: 0 auto;
	min-width: 200px;
	max-width: 600px;
	margin-bottom: 30px
}
.cmpuser-form label {
	display: block;
	font-size: 16px;
	text-align: left
}
.cmpuser-form input[type="text"], .cmpuser-form input[type="password"], .cmpuser-form input[type="email"] {
	height: 40px;
	padding: 4px 8px;
	width: 100%;
	border: 1px solid #ddd
}
.cmpuser-form input[type="submit"] {
	width: 100%;
	font-size: 16px;
	height: 40px;
	text-align: center;
	background: #38a6a6;
	color: #fff;
	border: 2px solid #38a6a6;
	border-radius: 20px
}
.cmpuser-form input[type="submit"]:hover {
	cursor: pointer;
	background: #666;
	border: 2px solid #666
}
.cmpuser-form select {
	color: #7c7c7c;
	width: 100%;
	height: 40px;
	-webkit-appearance: menulist-button;
	border: 2px solid #edf1f2
}
.cmpuser-form span {
	color: #7c7c7c;
	margin-left: 8px
}
.cmpuser-form button, .cmpuser-form input, .cmpuser-form select, .cmpuser-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cmpuser-field-website {
	display: none !important
}
.cmpuser-field-remember>label {
	display: inline
}
.cmpuser-preview-top {
	padding-bottom: 36px;
	height: 24px
}
.cmpuser-form-bottom {
	padding-top: 6px;
	height: 24px
}
.cmpuser-form p.cmpuser-form-description {
	color: #7c7c7c;
	font-size: 14px;
	font-style: italic;
	line-height: 20px
}
.cmpuser-notification {
	clear: both;
	width: 50%;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 3px;
	font-size: 16px;
	text-align: left;
	padding: 10px
}
.p-text-indent .cmpuser-notification>p, .cmpuser-notification>p {
	margin-bottom: 0;
	text-indent: 0
}
.cmpuser-notification.success {
	background: #f0f2dd;
	border-color: #24890d;
	color: #24890d
}
.cmpuser-notification.error {
	background: #ffe7e7;
	border-color: #ff5656;
	color: #ff5656;
	margin-bottom: 20px
}
.p-text-indent .entry .cmpuser-container p, .p-text-indent .entry .cmpuser-form-avatar p {
	text-indent: 0
}
.cmpuser-form-avatar #wpua-undo-existing {
	display: none
}
.cmpuser-form-avatar #wpua-add-existing, .cmpuser-form-avatar #wpua-remove-existing {
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	padding: 8px;
	border-radius: 3px;
	cursor: pointer
}
.cmpuser-form-avatar #wpua-add-existing:hover, .cmpuser-form-avatar #wpua-remove-existing:hover {
	background: #666;
	color: #fff
}
.cmpuser-form-avatar .description {
	font-size: 14px
}
.cmpuser-form-avatar #submit {
	border: 0;
	background: #38a6a6;
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
	color: #fff
}
.cmpuser-form-avatar #submit:hover {
	background: #666
}
.cmpuser-form-avatar h3 {
	display: none
}
.cmpuser-preview {
	border-color: inherit;
	text-align: center
}
.cmpuser-preview .avatar {
	border-radius: 90px;
	float: none;
	width: 128px;
	height: 128px;
	margin: 0 auto 20px auto;
	border: 3px solid #edf1f2
}
.avatar.avatar-96.photo {
	margin-bottom: 10px
}
.cmpuser-preview ul.user-view-menu {
	margin-left: 0
}
.cmpuser-preview ul li {
	list-style: none;
	margin-bottom: 10px
}
.cmpuser-preview ul li i {
	margin-right: 5px
}
.cmpuser-form a.cmpuser-form-register-link, .cmpuser-preview a.cmpuser-preview-logout-link {
	text-align: right;
	float: right;
	text-decoration: none
}
.cmpuser-form a.cmpuser-form-login-link, .cmpuser-form a.cmpuser-form-pwd-link, .cmpuser-preview a.cmpuser-preview-edit-link {
	text-align: left;
	float: left;
	text-decoration: none
}
#field-wrapper {
	width: 100%;
	max-width: 1000px
}
#field-wrapper label {
	margin-top: 10px
}
#field-wrapper>input, #field-wrapper>textarea {
	max-width: 96%;
	width: 96%;
	border: 1px solid #ddd;
	padding: 10px 1.9%
}
#field-wrapper textarea {
	min-height: 60px
}
#field-wrapper select {
	color: #7c7c7c;
	width: 100%;
	height: 38px;
	-webkit-appearance: menulist-button;
	border: 1px solid #ddd
}
#field-wrapper .wp-editor-container {
	border: 1px solid #e5e5e5
}
#field-wrapper #cmpuser_frontend_post_cat_checklist {
	max-height: 110px;
	overflow-y: scroll;
	font-size: 14px
}
#field-wrapper .send-button {
	background: #38a6a6;
	color: #fff;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	min-width: 100px
}
#field-wrapper .send-button:hover {
	background: #666;
	cursor: pointer
}
#errors {
	border: solid 1px #e58e8e;
	padding: 10px;
	margin: 25px 0;
	display: block;
	width: 437px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ffe6e6;
	display: none
}
#errors #info {
	font-weight: bold
}
#errors #info:before {
	content: ''
}
#success {
	border: solid 1px #83d186;
	padding: 15px 10px;
	margin: 25px 0;
	max-width: 100%;
	display: none
}
#refresher {
	display: none
}
#error, .noscriptmsg {
	border: solid 1px #e58e8e;
	padding: 15px 10px;
	margin: 25px 0;
	display: none;
	max-width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ffe6e6
}
.noscriptmsg {
	width: auto;
	background: #ffe6e6
}
#errors.visible, #success.visible, #refresher.visible {
	display: block
}
#fep-footer {
	display: none
}
#fep-header>div>div:first-child {
	display: none
}
#fep-header {
	border: 0;
	color: #666;
	margin: -10px
}
#fep-header strong {
	display: none
}
#fep-menu {
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
	margin: 10px 0
}
.fep-button {
	font-size: 14px;
	border: 1px solid #eaeaea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f8f8f8;
	font-weight: normal;
	color: #666 !important;
	cursor: pointer
}
.fep-button:hover {
	background: #666;
	color: #fff !important
}
#fep-menu .fep-button, .fep-button-active {
	color: #666 !important;
	display: block;
	float: left;
	font-size: 18px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	padding: 6px 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 3px 3px 0 0;
	margin-right: 8px;
	margin-top: 10px;
	font-weight: normal;
	text-decoration: none
}
#fep-menu .fep-button:hover, #fep-menu .fep-button-active {
	background: #fff;
	color: #666;
	font-size: 18px;
	border-bottom: 0;
	padding-bottom: 7px;
	margin-bottom: -1px
}
#fep-content {
	margin: 10px 0;
	padding: 10px;
	height: auto;
	width: auto;
	color: #666
}
.fep-odd-even>div:nth-child(odd) {
	background-color: #edf1f2
}
.fep-odd-even>div:nth-child(even) {
	background-color: #fff
}
.fep-table>div {
	display: block;
	padding: 10px
}
.fep-action-table {
	margin-bottom: 10px;
	margin-top: -10px
}
.fep-action-table select {
	padding: 10px;
	border-color: #eaeaea;
	color: #666;
	margin-left: -10px;
	margin-right: 10px;
	border-radius: 3px
}
.fep-table .fep-message-date {
	font-size: 14px;
	color: #999
}
#fep-content a {
	color: #666;
	text-decoration: none
}
.fep-unread-class {
	position: absolute;
	top: -1px;
	left: 10px;
	padding: 1px;
	background-color: #e74c3c;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
	min-width: 36px;
	line-height: 16px;
	border-radius: 2px;
	box-shadow: none;
	text-align: center
}
.fep-table .fep-message-excerpt {
	opacity: .5;
	font-size: 14px
}
.fep-align-centre {
	text-align: left;
	margin-top: 20px
}
.fep-pagination>li>a, .fep-pagination>li>span {
	position: relative;
	float: left;
	padding: 4px 11px;
	margin-right: 5px;
	border-radius: 30px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #38a6a6;
	background-color: #fff;
	border: 0;
	font-size: 16px
}
.fep-pagination>li:first-child>a, .fep-pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px
}
.fep-pagination>li:last-child>a, .fep-pagination>li:last-child>span {
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px
}
#fep-content .fep-pagination>li>a:hover, #fep-content .fep-pagination>li>span:hover, #fep-content .fep-pagination>li>a:focus, #fep-content .fep-pagination>li>span:focus {
	color: #fff;
	background-color: #38a6a6
}
#fep-content .fep-pagination>.active>a, #fep-content .fep-pagination>.active>span, #fep-content .fep-pagination>.active>a:hover, #fep-content .fep-pagination>.active>span:hover, #fep-content .fep-pagination>.active>a:focus, #fep-content .fep-pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #38a6a6;
	border-color: #fff;
	cursor: default
}
#fep-content .fep-pagination>.disabled>span, #fep-content .fep-pagination>.disabled>span:hover, #fep-content .fep-pagination>.disabled>span:focus, #fep-content .fep-pagination>.disabled>a, #fep-content .fep-pagination>.disabled>a:hover, #fep-content .fep-pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.fep-message .fep-message-title-heading {
	border: 0;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	background-color: #fff;
	border-radius: 0;
	padding: 10px
}
.fep-per-message {
	margin: 15px 5px;
	padding: 0;
	border: 1px solid #eaeaea
}
.fep-per-message .fep-message-title {
	position: relative;
	border: 0;
	width: auto;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	background-color: #f8f8f8;
	padding: 10px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.fep-per-message .fep-message-title .date {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	padding-left: 10px;
	width: 30%;
	display: block;
	font-weight: normal;
	font-size: 14px
}
#fep-content .wp-editor-container {
	border: 1px solid #e5e5e5
}
#fep-content p, #fep-content form {
	margin: 10px;
	text-indent: 0
}
.fep-form-field {
	margin-top: 20px
}
.front-end-pm-form .fep-button {
	background: #38a6a6;
	color: #fff !important;
	min-width: 100px
}
.front-end-pm-form .fep-button:hover {
	background: #666;
	color: #fff !important
}
.fep-attachment-field {
	font-size: 14px
}
#fep-content input[type=text] {
	width: 60%;
	min-width: 250px;
	border: 1px solid #eaeaea;
	padding: 10px
}
.fep-error, .fep-success, .fep-wp-error {
	width: auto
}
#fep-notification-bar {
	color: #666;
	max-width: 1120px;
	font-size: 14px;
	font-weight: normal;
	margin: 10px auto
}
.fep-font-red {
	color: #e74c3c
}
@media screen and (max-width:480px) {
.fep-action-table>div>div {
	width: 96%
}
#fep-menu .fep-button, .fep-button, .fep-button-active {
	width: auto
}
#fep-content input[type=text] {
	width: 96%
}
.user-header .poptip {
	display: none
}
.little-thumb .post-thumbnail{ float:none;}
.post-thumbnail img{width:100%}
}

#tag_cloud_widget{position:relative;width:240px;height:240px;margin:10px auto 10px}#tag_cloud_widget a{position:absolute;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;top:0;left:0;padding:3px 5px;border:0}#tag_cloud_widget a:hover{background:#d02f53;display:block}#tag_cloud_widget a:nth-child(n){background:#666;border-radius:3px;display:inline-block;line-height:18px;margin:0 10px 15px 0}#tag_cloud_widget a:nth-child(2n){background:#d1a601}#tag_cloud_widget a:nth-child(3n){background:#286c4a}#tag_cloud_widget a:nth-child(5n){background:#518ab2}#tag_cloud_widget a:nth-child(4n){background:#c91d13}
.pcd_ad{display:block;}

.mbd_ad{ display:none}

@media(max-width:768px) {

.pcd_ad{display:none !important;}

.mbd_ad{display:block !important;}

}
.chapter-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #d48b3b;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.chapter-btn:hover {
    background-color: #0056b3;
    border-color: #003d80;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.chapter-btn:active {
    background-color: #003d80;
    transform: translateY(1px);
}