html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	margin: .67em 0;
	font-size: 2em
}
mark {
	color: #000;
	background: #ff0
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}
legend {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
td, th {
	padding: 0
}
#header, .post, .post-advertisement, .pagination a, .pagination .previous, .pagination .next, .widget, .sidebar-advertisement, .archive-header .archive-header-title, .page-about, .page-friends, .page-tags, .page-contact, .form-submit-wrap {
	box-shadow: 0px 2px 0px rgba(170,170,170,0.1);
	background: #fff
}
.header-menu li .grand-menu, .header-menu li .descendant-menu, .header-menu li .child-menu {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	background: #fff
}
.post-type-aside .post-right .post-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "tohoma,sans-serif";
	font-size: 14px;
	line-height: 1.42857143;
	color: #3f3f3f;
	background-color: #f5f5f5
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	box-shadow: none
}
a {
	text-decoration: none
}
a:hover {
	cursor: pointer
}
::-moz-selection {
background:#111;
color:#fff
}
::selection {
	background: #111;
	color: #fff
}
.popup-effect {
	transform: scale(1) !important
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn:hover {
	background-image: linear-gradient(to top, rgba(0,0,0,0.05), rgba(0,0,0,0.05))
}
.form-group {
	margin-bottom: 16px
}
.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
.form-group .form-control {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-group input {
	height: 34px
}
.form-group textarea {
	height: 160px
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
.d-block {
	display: block
}
.d-inline-block {
	display: inline-block
}
.d-inline {
	display: inline
}
.hidden {
	display: none !important
}
@media screen and (max-width: 767px) {
.hidden-xs {
	display: none !important
}
}
.show {
	display: block !important
}
.text-center {
	text-align: center
}
.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}
.container:after, .row:after, .row-mobile:after {
	clear: both;
	content: "";
	display: table
}
@media (min-width: 768px) {
.container {
	width: 750px
}
}
@media (min-width: 992px) {
.container {
	width: 970px
}
}
@media (min-width: 1200px) {
.container {
	width: 1000px
}
}
@media screen and (max-width: 767px) {
.hidden-xs {
	display: none
}
}
.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -10px;
	margin-left: -10px
}
.row-mobile {
	margin-right: -10px;
	margin-left: -10px
}
@media screen and (max-width: 767px) {
.row-mobile {
	margin-left: 0;
	margin-right: 0
}
}
.md-3-5, .md-8-5, .xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .lg-2, .xs-3, .sm-3, .md-3, .lg-3, .xs-4, .sm-4, .md-4, .lg-4, .xs-5, .sm-5, .md-5, .lg-5, .xs-6, .sm-6, .md-6, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .md-8, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .sm-12, .md-12, .lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
	float: left
}
.xs-12 {
	width: 100%
}
.xs-11 {
	width: 91.66666667%
}
.xs-10 {
	width: 83.33333333%
}
.xs-9 {
	width: 75%
}
.xs-8 {
	width: 66.66666667%
}
.xs-7 {
	width: 58.33333333%
}
.xs-6 {
	width: 50%
}
.xs-5 {
	width: 41.66666667%
}
.xs-4 {
	width: 33.33333333%
}
.xs-3 {
	width: 25%
}
.xs-2 {
	width: 16.66666667%
}
.xs-1 {
	width: 8.33333333%
}
@media (min-width: 768px) {
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 {
	float: left
}
.sm-12 {
	width: 100%
}
.sm-11 {
	width: 91.66666667%
}
.sm-10 {
	width: 83.33333333%
}
.sm-9 {
	width: 75%
}
.sm-8 {
	width: 66.66666667%
}
.sm-7 {
	width: 58.33333333%
}
.sm-6 {
	width: 50%
}
.sm-5 {
	width: 41.66666667%
}
.sm-4 {
	width: 33.33333333%
}
.sm-3 {
	width: 25%
}
.sm-2 {
	width: 16.66666667%
}
.sm-1 {
	width: 8.33333333%
}
}
@media (min-width: 992px) {
.md-3-5, .md-8-5, .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12 {
	float: left
}
.md-12 {
	width: 100%
}
.md-11 {
	width: 91.66666667%
}
.md-10 {
	width: 83.33333333%
}
.md-9 {
	width: 75%
}
.md-8-5 {
	width: 70.833333333%
}
.md-8 {
	width: 66.66666667%
}
.md-7 {
	width: 58.33333333%
}
.md-6 {
	width: 50%
}
.md-5 {
	width: 41.66666667%
}
.md-4 {
	width: 33.33333333%
}
.md-3-5 {
	width: 29.16667%
}
.md-3 {
	width: 25%
}
.md-2 {
	width: 16.66666667%
}
.md-1 {
	width: 8.33333333%
}
.md-offset-12 {
	margin-left: 100%
}
.md-offset-11 {
	margin-left: 91.66666667%
}
.md-offset-10 {
	margin-left: 83.33333333%
}
.md-offset-9 {
	margin-left: 75%
}
.md-offset-8 {
	margin-left: 66.66666667%
}
.md-offset-7 {
	margin-left: 58.33333333%
}
.md-offset-6 {
	margin-left: 50%
}
.md-offset-5 {
	margin-left: 41.66666667%
}
.md-offset-4 {
	margin-left: 33.33333333%
}
.md-offset-3 {
	margin-left: 25%
}
.md-offset-2 {
	margin-left: 16.66666667%
}
.md-offset-1 {
	margin-left: 8.33333333%
}
.md-offset-0 {
	margin-left: 0
}
}/*!
 *  Font Awesome 4.7.0 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: 0.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: 0.14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	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: #ffffff
}
.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: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"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.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
}
#header {
	z-index: 100;
	top: 0;
	position: fixed;
	width: 100%;
	height: 70px;
	line-height: 70px
}
@media screen and (max-width: 767px) {
#header {
	height: 52px;
	line-height: 52px
}
}
@media screen and (max-width: 767px) {
#header .row {
	margin-right: -10px;
	margin-left: -10px
}
}
#header .search-button {
	display: none
}
@media screen and (max-width: 767px) {
#header .search-button {
	display: block;
	position: absolute;
	right: 50px;
	font-weight: 600;
	font-size: 18px;
	top: 1px
}
}
#header .mobile-search-wrap {
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none
}
#header .mobile-search-wrap .mobile-header-search {
	padding: 20px;
	margin-top: 20px;
	position: relative
}
#header .mobile-search-wrap .mobile-header-search input {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #ddd;
	height: 42px;
	box-sizing: border-box;
	font-size: 13px;
	outline: none;
	box-shadow: none;
	background: none;
	background-image: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0 !important;
	-webkit-appearance: none
}
#header .mobile-search-wrap .fa-close {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 20px
}
#header .header-search {
	float: right;
	position: relative;
	width: 100px;
	height: 70px
}
@media screen and (max-width: 767px) {
#header .header-search {
	display: none
}
}
#header .header-search:after {
	position: absolute;
	left: 12px;
	top: 27px;
	font-size: 16px;
	color: #999;
	content: "\f002";
	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
}
#header .header-search input {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	margin-top: 21px;
	border-radius: 28px;
	height: 28px;
	padding-left: 28px;
	box-sizing: border-box;
	font-size: 13px
}
#header .header-search input:focus {
	outline: none;
	border: 1px solid #aaa
}
.admin-login {
	float: right;
	margin-left: 20px
}
@media screen and (max-width: 767px) {
.admin-login {
	display: none
}
}
.admin-login a {
	border-radius: 3px;
	padding: 6px 12px;
	color: #333;
	border: 1px solid #333
}
.admin-login a:hover {
	border: 1px solid transparent;
	color: #fff
}
.header-menu {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	float: left
}
@media screen and (max-width: 767px) {
.header-menu {
	display: none
}
}
.header-menu li {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	position: relative
}
.header-menu li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #3f3f3f;
	position: relative
}
.header-menu li a .dot {
	background-color: #f23030;
	position: absolute;
	top: 16px;
	right: -2px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.header-menu li a i {
	display: inline-block;
	margin-right: 5px
}
.header-menu li .grand-menu, .header-menu li .descendant-menu {
	z-index: 3;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 16px 20px;
	opacity: 0;
	transform-origin: 40% 0;
	transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale3d(0, 0, 0);
	white-space: nowrap
}
.header-menu li .child-menu {
	z-index: 2;
	position: absolute;
	top: 70px;
	margin: 0;
	white-space: nowrap;
	padding: 16px 20px;
	opacity: 0;
	transform-origin: 40% 0;
	transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale3d(0, 0, 0)
}
.header-menu li .child-menu:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: -5px;
	left: 28px
}
.header-menu li .child-menu li {
	display: block;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #eee
}
.header-menu li .child-menu li:last-child {
	border-bottom: none
}
.header-menu li .child-menu li a {
	font-size: 14px;
	padding: 0
}
#header nav {
	position: relative
}
#header nav .logo {
	float: left;
	width: auto;
	height: 42px;
	margin-top: 14px
}
@media screen and (max-width: 767px) {
#header nav .logo {
	display: none
}
}
#header nav .logo a {
	display: block;
	height: 42px;
	line-height: normal
}
#header nav .logo a img {
	width: auto;
	height: 100%
}
#header nav .mobile-logo {
	display: none
}
@media screen and (max-width: 767px) {
#header nav .mobile-logo {
	display: block;
	float: left;
	height: 36px;
	width: auto;
	margin-top: 8px
}
}
#header nav .mobile-logo a {
	display: block;
	height: 36px
}
#header nav .mobile-logo a img {
	width: auto;
	height: 100%
}
#header nav .site-title {
	font-size: 16px;
	font-weight: 600;
	float: left;
	color: #000
}
#header nav .site-title {
	text-decoration: none;
	font-size: 24px
}
@media screen and (max-width: 767px) {
#header nav .site-title {
	font-size: 18px
}
}
#header nav .menu-item-has-children>a:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px;
	color: #B5B5B5
}
#header nav .menu-button {
	position: absolute;
	right: 10px;
	top: 6%
}
#header nav .menu-button i {
	font-size: 22px
}
@media screen and (max-width: 767px) {
#header nav .menu-button {
	display: block
}
}
@media screen and (min-width: 992px) {
#header nav .menu-button {
	display: none
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
#header nav .menu-button {
	display: none
}
}
.mobile-menu-wrap {
	position: absolute;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
	background: #fff;
	z-index: 2;
	top: 52px;
	display: none;
	box-shadow: 0 2px 3px #bbb;
	line-height: 28px
}
.mobile-menu-wrap .child-menu, .mobile-menu-wrap .grand-menu, .mobile-menu-wrap .sub-menu {
	list-style: none
}
.mobile-menu-wrap .child-menu li, .mobile-menu-wrap .grand-menu li, .mobile-menu-wrap .sub-menu li {
	padding: 6px 0 !important
}
.mobile-menu-wrap .mobile-menu-nav {
	list-style: none;
	padding: 0;
	margin: 0 12px
}
.mobile-menu-wrap .mobile-menu-nav li {
	padding: 10px 0;
	border-top: 1px solid #eee
}
.mobile-menu-wrap .mobile-menu-nav li a {
	text-decoration: none;
	color: #000;
	font-size: 15px
}
.mobile-menu-wrap .mobile-menu-nav li i {
	margin-right: 3px
}
.mobile-menu-wrap .header-search {
	padding: 6px 12px;
	display: block !important;
	width: 100%;
	margin-top: 0
}
.mobile-menu-wrap .header-search:after {
	top: 29px;
	left: 23px
}
.mobile-menu-wrap .header-search input {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #aaa;
	outline: 0;
	padding: 6px 0 6px 26px
}
.mobile-menu-wrap .mobile-admin-login a {
	color: #000;
	display: block;
	padding: 0 12px 8px;
	text-decoration: none
}
.notice {
	background-color: #eee;
	border-bottom: 1px solid #e8e8e8;
	padding: 12px 25px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-size: 14px
}
.notice .notice-wrap {
	position: relative;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	width: 100%
}
@media screen and (max-width: 767px) {
.notice {
	display: none
}
}
.notice ul {
	margin: 0;
	padding-left: 26px;
	list-style: none;
	position: absolute;
	top: 0
}
.notice ul .notice-item a {
	text-decoration: none;
	color: #000
}
.notice i {
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 5px
}
@media screen and (max-width: 767px) {
.notice {
	padding: 10px;
	padding-right: 20px
}
}
main {
	padding-top: 10px;
	margin-bottom: 68px
}
body {
	padding-top: 70px
}
@media screen and (max-width: 767px) {
body {
	padding-top: 52px
}
}
.post {
	margin-bottom: 10px
}
.post .post-title {
	margin-bottom: 3px
}
.post .post-title a {
	font-size: 22px;
	font-weight: bold;
	color: #000
}
.post .post-meta {
	margin: 0 0 15px;
	color: #aaa;
	list-style: none;
	padding: 0
}
.post .post-meta li {
	display: inline-block;
	margin-right: 8px
}
.post .post-meta .post-meta-author {
	position: relative;
	padding-left: 26px
}
.post .post-meta .post-meta-author a {
	color: #aaa
}
.post .post-meta .post-meta-author img {
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 32px;
	top: 0;
	left: 0
}
@media screen and (max-width: 767px) {
.post .post-meta .post-meta-view {
	display: none
}
}
.post .post-meta .post-meta-time {
	float: right
}
.post .post-meta .post-meta-categories a {
	color: #aaa
}
.post .post-meta .post-meta-like {
	color: #aaa;
	text-decoration: none
}
.post .post-body {
	word-break: break-all;
	padding: 8px 0
}
.post .post-body a {
	color: #777
}
.post a {
	text-decoration: none
}
.post-style-standard .post-top, .post-style-standard .post-bottom {
	padding: 25px
}
@media screen and (max-width: 767px) {
.post-style-standard .post-top, .post-style-standard .post-bottom {
	padding: 10px
}
}
.post-style-standard .post-bottom {
	background: #fafafa
}
.post-style-standard .post-title {
	font-weight: bold
}
.post-style-standard .post-title a {
	font-size: 22px;
	color: #000
}
@media screen and (max-width: 767px) {
.post-style-standard .post-title a {
	font-size: 18px
}
}
.post-style-standard .post-img {
	height: 330px;
	position: relative;
	display: block;
	overflow: hidden
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.post-style-standard .post-img {
	height: 225px
}
}
@media screen and (max-width: 767px) {
.post-style-standard .post-img {
	height: 49vw
}
}
.post-style-standard .post-img img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 330px
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.post-style-standard .post-img img {
	height: 100%
}
}
@media screen and (max-width: 767px) {
.post-style-standard .post-img img {
	height: 100%;
	min-height: 130px
}
}
.post-style-standard .post-img .post-img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.8s
}
.post-style-standard .post-img .post-img-overlay:hover {
	opacity: 0.5;
	background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.01) 2%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.01) 2%, rgba(0,0,0,0.95) 100%)
}
.post-style-standard .post-body {
	position: relative;
	overflow: hidden
}
.post-style-standard .post-body .post-quote-left, .post-style-standard .post-body .post-quote-right {
	font-size: 20px;
	color: #ddd
}
@media screen and (max-width: 767px) {
.post-style-standard .post-body .post-quote-left, .post-style-standard .post-body .post-quote-right {
	font-size: 13px
}
}
.post-style-standard .post-body .post-quote-left {
	position: absolute;
	top: 4px;
	left: 0
}
.post-style-standard .post-body .post-quote-right {
	position: absolute;
	bottom: 5px;
	right: 0
}
.post-style-standard .post-body a {
	color: #555;
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin: 0 38px
}
@media screen and (max-width: 767px) {
.post-style-standard .post-body a {
	margin: 0 20px;
	font-size: 15px
}
}
.post-type-aside {
	padding: 25px;
	background: #fff;
	overflow: hidden
}
@media screen and (max-width: 767px) {
.post-type-aside {
	padding: 10px
}
}
.post-type-aside .post-left {
	width: 178px;
	float: left;
	margin-top: 0px;
	margin-right: 20px
}
@media screen and (max-width: 767px) {
.post-type-aside .post-left {
	width: 128px
}
}
.post-type-aside .post-left img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 130px
}
.post-type-aside .post-left ul {
	list-style: none;
	margin: 8px 0;
	padding: 0
}
.post-type-aside .post-left ul li {
	display: inline-block;
	width: 41px;
	font-size: 13px
}
.post-type-aside .post-left ul li a {
	color: #333
}
.post-type-aside .post-right {
	padding-left: 195px
}
@media screen and (max-width: 767px) {
.post-type-aside .post-right {
	padding-left: 145px
}
}
.post-type-aside .post-right .post-meta {
	color: #bbb;
	margin-bottom: 0
}
@media screen and (max-width: 767px) {
.post-type-aside .post-right .post-meta .post-meta-author {
	display: none
}
}
@media screen and (max-width: 767px) {
.post-type-aside .post-right .post-meta .post-meta-categories {
	display: none
}
}
@media screen and (max-width: 767px) {
.post-type-aside .post-right .post-meta .post-meta-like {
	display: none
}
}
.post-type-aside .post-right .post-title {
	margin-bottom: 3px
}
@media screen and (max-width: 767px) {
.post-type-aside .post-right .post-title {
	white-space: normal;
	text-overflow: ellipsis;
	overflow: visible
}
.post-type-aside .post-right .post-title a {
	font-size: 16px
}
}
.post-type-aside .post-right .post-body {
	margin-bottom: 6px;
	padding: 0
}
@media screen and (max-width: 767px) {
.post-type-aside .post-right .post-body {
	display: none
}
}
.post-style-card {
	margin-bottom: 18px
}
.post-style-card .post-top {
	padding: 10px 10px 0
}
.post-style-card .post-bottom {
	padding: 10px 10px 0
}
.post-style-card .post-title {
	font-weight: bold
}
.post-style-card .post-title a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 17px;
	display: block;
	color: #000
}
@media screen and (max-width: 767px) {
.post-style-card .post-title a {
	font-size: 18px
}
}
.post-style-card .post-top-meta {
	overflow: hidden;
	margin-bottom: 10px
}
.post-style-card .post-top-meta .fa-clock-o {
	color: #38B7EA
}
.post-style-card .post-top-meta .post-tag a, .post-style-card .post-top-meta .post-tag i {
	color: #aaa
}
.post-style-card .post-top-meta .post-category a, .post-style-card .post-top-meta .post-category i {
	color: #aaa
}
.post-style-card .post-top-meta .post-time {
	float: right;
	color: #aaa
}
.post-style-card .post-meta-author {
	overflow: hidden;
	margin-bottom: 12px
}
.post-style-card .post-meta-author a {
	vertical-align: baseline;
	color: #aaa;
	display: inline-block;
	float: right
}
.post-style-card .post-meta-author a span {
	margin: 6px 6px 0 0;
	float: right;
	font-size: 15px
}
.post-style-card .post-meta-author img {
	float: right;
	display: inline-block;
	margin-top: 6px;
	width: 26px;
	height: 26px;
	border-radius: 26px
}
.post-style-card .post-meta {
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	color: #999;
	overflow: hidden;
	list-style: none
}
.post-style-card .post-meta li {
	float: left;
	padding: 12px;
	width: 32.3333%;
	text-align: center;
	margin-right: 0
}
.post-style-card .post-meta .post-meta-view {
	display: block !important
}
.post-style-card .post-meta .post-tags {
	padding: 2px 6px;
	background: #f0f0f0
}
.post-style-card .post-meta .post-meta-categories a {
	color: #999
}
.post-style-card .post-img {
	height: 148px;
	position: relative;
	display: block;
	overflow: hidden
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.post-style-card .post-img {
	height: 110px
}
}
@media screen and (max-width: 767px) {
.post-style-card .post-img {
	height: 52vw
}
}
.post-style-card .post-img img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 148px
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.post-style-card .post-img img {
	height: 100%;
	min-height: 100px
}
}
@media screen and (max-width: 767px) {
.post-style-card .post-img img {
	height: 100%;
	min-height: 148px
}
}
.post-style-card .post-img .post-img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.8s
}
.post-style-card .post-img .post-img-overlay:hover {
	opacity: 0.5;
	background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.01) 2%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.01) 2%, rgba(0,0,0,0.95) 100%)
}
.post-style-card .post-body {
	position: relative;
	overflow: hidden;
	height: 52px
}
.post-style-card .post-body a {
	color: #666;
	float: left;
	font-style: 13px;
	line-height: 20px;
	max-height: 40px
}
.post-style-image {
	height: 354px;
	overflow: hidden;
	padding: 25px;
	position: relative
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.post-style-image {
	height: 250px
}
}
@media screen and (max-width: 767px) {
.post-style-image {
	height: 50vw
}
}
.post-style-image .post-style-image-a img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 360px
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.post-style-image .post-style-image-a img {
	height: 100%;
	min-height: 110px
}
}
@media screen and (max-width: 767px) {
.post-style-image .post-style-image-a img {
	height: 100%;
	min-height: 110px
}
}
.post-style-image .post-style-image-a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.post-style-image .post-title a {
	color: #fff
}
@media screen and (max-width: 767px) {
.post-style-image .post-title a {
	font-size: 18px
}
}
.post-style-image .post-style-image-content {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	right: 0;
	padding: 25px 30px
}
@media screen and (max-width: 767px) {
.post-style-image .post-style-image-content {
	padding: 10px
}
}
.post-style-image .post-style-image-content .post-meta {
	color: #fff
}
.post-style-image .post-style-image-content .post-meta .post-meta-like, .post-style-image .post-style-image-content .post-meta li a {
	color: #fff !important
}
.post-style-image .post-style-image-content .post-meta .post-meta-like i, .post-style-image .post-style-image-content .post-meta li a i {
	color: #fff !important
}
.post-style-image .post-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(99,99,99,0.3);
	transition: all 0.6s
}
.post-style-image .post-overlay:hover {
	background: rgba(0,0,0,0.4)
}
.post-style-image .post-meta {
	color: #f0f0f0;
	font-size: 13px
}
.post-style-image:after {
	clear: both;
	content: "";
	display: table
}
.post-advertisement {
	margin-bottom: 12px;
	padding: 25px
}
@media screen and (max-width: 767px) {
.post-advertisement {
	padding: 10px
}
}
.post-advertisement img {
	width: 100%;
	height: 100%;
	display: block
}
.post-type-status {
	padding: 25px
}
@media screen and (max-width: 767px) {
.post-type-status {
	padding: 10px
}
}
@media screen and (max-width: 767px) {
.post-type-status .post-title a {
	font-size: 16px
}
}
.pagination {
	overflow: hidden;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 20px
}
.pagination a {
	padding: 6px 12px;
	text-decoration: none;
	color: #333;
	display: block
}
.pagination .count {
	display: inline-block;
	padding: 6px 12px
}
#comment-nav-below {
	text-align: center
}
#comment-nav-below .page-numbers {
	border-radius: 2px;
	padding: 5px;
	color: #333;
	border: 1px solid #f3f3f3
}
#sidebar {
	position: relative
}
@media screen and (max-width: 767px) {
#sidebar {
	display: none
}
}
@media screen and (max-width: 767px) {
#sidebar .affix {
	display: none
}
}
.widget {
	margin-bottom: 10px;
	padding: 16px
}
@media screen and (max-width: 767px) {
.widget {
	padding: 12px
}
}
.widget .widget-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.widget ul a {
	text-decoration: none;
	color: #555
}
.calendar_wrap {
	position: relative
}
.calendar_wrap table {
	width: 100%
}
.calendar_wrap table thead tr {
	color: #666
}
.calendar_wrap table td {
	text-align: center;
	background-color: #f6f6f6;
	border: 2px solid #fff;
	font-size: 14px;
	color: #666;
	line-height: 1.5em
}
.calendar_wrap table td a {
	text-decoration: none;
	display: block;
	color: #fff
}
.calendar_wrap table .pad {
	background-color: #fff
}
.calendar_wrap caption {
	position: absolute;
	top: -32px;
	right: 0;
	background: #fff;
	padding: 0 0 0 6px
}
.widget_links li {
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 22px;
	position: relative;
	font-size: 13px;
	color: #888
}
.widget_links li a {
	overflow: hidden;
	display: block;
	font-size: 15px;
	color: #000
}
.widget_links li img {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 6px
}
.widget-wechat .widget-wechat-body {
	overflow: hidden
}
.widget-wechat .widget-wechat-body .widget-wechat-img img {
	width: 88px;
	height: 88px;
	float: left;
	margin-right: 5px;
	display: block
}
.widget-wechat .widget-wechat-body .widget-wechat-content .widget-wechat-title {
	font-size: 17px;
	margin-top: -2px;
	margin-bottom: 12px
}
.widget-wechat .widget-wechat-body .widget-wechat-content .widget-wechat-account {
	font-weight: 600;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 2px
}
.widget-wechat .widget-wechat-body .widget-wechat-content .widget-wechat-description {
	margin-top: 0;
	font-size: 15px;
	font-weight: 600
}
.widget_search input {
	display: block;
	margin: 0;
	padding: 3px;
	width: 100%;
	height: 26px;
	border: 1px solid #ddd
}
.tagcloud {
	overflow: hidden
}
.tagcloud a {
	padding: 5px 8px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	font-size: 14px !important;
	color: #777;
	border-radius: 2px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	transition: all 0.1s
}
.tagcloud a:hover {
	color: #fff;
	border: 1px solid #fff
}
.tagcloud a span {
	display: none
}
.widget-hotpost-image .widget-hotpost-image-item {
	margin-bottom: 16px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 108px
}
.widget-hotpost-image .widget-hotpost-image-item:hover .widget-hotpost-image-overlay {
	opacity: .6
}
.widget-hotpost-image .widget-hotpost-image-item:last-child {
	margin-bottom: 0
}
.widget-hotpost-image .widget-hotpost-image-item .widget-hotpost-image-overlay {
	position: absolute;
	border-radius: 2px;
	opacity: .1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.01) 2%, rgba(0,0,0,0.95) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.01) 2%, rgba(0,0,0,0.95) 100%);
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out
}
.widget-hotpost-image .recent-post-img {
	width: 100%;
	height: 108px;
	overflow: hidden;
	border-radius: 2px
}
.widget-hotpost-image .recent-post-img img {
	border-radius: 2px;
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto
}
.widget-hotpost-image .widget-hotpost-image-title {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	color: #fff
}
.widget-hotpost-side ul, .widget-hotpost-side li {
	overflow: hidden
}
.widget-hotpost-side a {
	display: block;
	margin-top: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.widget-hotpost-side .recent-post-img {
	width: 46px;
	height: 46px;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	overflow: hidden;
	border-radius: 5px
}
.widget-hotpost-side .recent-post-img img {
	border-radius: 5px;
	display: block;
	width: auto;
	height: 100%
}
.widget-hotpost-brief li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px
}
.widget-hotpost-brief li:last-child {
	margin-bottom: 0
}
.widget-hotpost-brief li i {
	position: absolute;
	left: 0;
	top: 4px
}
.widget-hotpost-brief li .widget-hotpost-brief-time {
	color: #bbb
}
.widget-comments .widget-comments-item {
	margin-bottom: 18px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 12px
}
.widget-comments .widget-comments-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget-comments .widget-comments-item .widget-comment-content {
	margin-bottom: 8px;
	display: block
}
.widget-comments .widget-comments-item .widget-comment-meta {
	color: #aaa;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 22px;
	line-height: 18px
}
.widget-comments .widget-comments-item .widget-comment-meta .widget-comment-author {
	color: #aaa
}
.widget-comments .widget-comments-item .widget-comment-meta .widget-comment-date {
	color: #aaa
}
.widget-comments .widget-comments-item .widget-comment-meta .widget-comment-title {
	color: #aaa
}
.widget-comments .widget-comments-item .widget-comment-meta .avatar {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	width: 18px;
	height: 18px
}
.widget-profile-brief .widget-profile-top {
	overflow: hidden;
	margin-bottom: 12px
}
.widget-profile-brief .widget-profile-avatar {
	width: 58px;
	height: 58px;
	border-radius: 100%;
	float: left
}
.widget-profile-brief .widget-profile-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 100%
}
.widget-profile-brief .widget-profile-user {
	margin-top: 8px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 66px
}
.widget-profile-brief .widget-profile-user a {
	text-decoration: none;
	color: #000
}
.widget-profile-brief .widget-profile-article {
	padding-left: 66px
}
.widget-profile-brief .widget-profile-description {
	color: #888;
	text-align: center;
	font-style: italic
}
.widget-profile-brief .widget-profile-info {
	overflow: hidden
}
.widget-profile-brief .widget-profile-info .widget-profile-info-item {
	width: 33.3%;
	float: left
}
.widget-profile-elegant .widget-profile-avatar {
	width: 68px;
	height: 68px;
	margin: 0 auto 8px;
	border-radius: 100%
}
.widget-profile-elegant .widget-profile-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 100%
}
.widget-profile-elegant .widget-profile-user {
	text-align: center;
	margin-top: 8px;
	font-weight: 600;
	font-size: 15px
}
.widget-profile-elegant .widget-profile-user a {
	text-decoration: none;
	color: #000
}
.widget-profile-elegant .widget-profile-article {
	text-align: center;
	margin-bottom: 12px
}
.widget-profile-elegant .widget-profile-description {
	text-align: center;
	color: #888;
	font-style: italic
}
.widget-follow table {
	width: 100%
}
.widget-follow table td {
	text-align: center;
	font-size: 18px;
	color: #999;
	cursor: pointer;
	transition: all .3s
}
.widget-follow table td a {
	display: block;
	color: #999
}
.widget-follow table .follow-wechat {
	position: relative
}
.widget-follow table .follow-wechat:hover {
	color: #5FC26E
}
.widget-follow table .follow-wechat-popup {
	left: -8px
}
.widget-follow table .follow-weibo a:hover {
	color: #DD3D53
}
.widget-follow table .follow-qq a:hover {
	color: #38B7EA
}
.widget-follow table .follow-rss a:hover {
	color: #f2c136
}
.sidebar-advertisement {
	margin-bottom: 10px;
	padding: 16px
}
.sidebar-advertisement a img {
	width: 100%;
	height: 100%;
	display: block
}
.article {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 25px 30px;
	overflow: hidden
}
@media screen and (max-width: 767px) {
.article {
	padding: 12px
}
}
.article p {
	word-wrap: break-word;
	word-break: normal
}
.article-indent p {
	text-indent: 2em
}
.btn-pay {
	border-radius: 2px;
	color: #fff !important;
	text-decoration: none;
	font-size: 17px;
	transition: all .8s;
	padding: 9px 22px;
	background-color: #38B7EA;
	border: 1px solid #33acdc
}
.btn-pay:hover {
	opacity: 0.8
}
.article-img {
	margin: -25px -30px 0
}
@media screen and (max-width: 767px) {
.article-img {
	margin: -12px -12px 0
}
}
.article-img img {
	display: block;
	width: 100%;
	max-height: 620px;
	height: auto;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: 8px
}
.article-title {
	font-size: 28px;
	margin-top: 12px
}
@media screen and (max-width: 767px) {
.article-title {
	font-size: 18px
}
}
.article-title a {
	text-decoration: none;
	color: #000;
	font-weight: 800
}
.article-meta {
	margin-bottom: 12px;
	position: relative;
	color: #aaa
}
.article-meta a {
	text-decoration: none;
	color: #aaa;
	margin-right: 12px
}
.article-meta .article-meta-tags {
	margin-top: 6px;
	overflow: hidden
}
.article-meta .article-meta-tags a {
	padding: 2px 8px;
	text-decoration: none;
	font-size: 14px !important;
	color: #fff;
	border-radius: 2px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	transition: all 0.1s
}
.article-meta .article-meta-tags a:hover {
	background-image: linear-gradient(to top, rgba(0,0,0,0.05), rgba(0,0,0,0.05));
	color: #fff
}
.article-meta .article-meta-tags a span {
	display: none
}
.article-meta .article-meta-time {
	margin-right: 12px
}
.article-meta .article-meta-comment {
	padding-left: 18px;
	position: relative;
	margin-right: 12px
}
.article-meta .article-meta-comment:before {
	font-family: 'FontAwesome';
	content: '\f086';
	display: block;
	position: absolute;
	left: 0;
	top: -2px
}
.article-body {
	margin-bottom: 28px;
	overflow: hidden
}
.article-body blockquote {
	padding-left: 18px;
	border-left: 3px solid #ddd;
	font-size: 15px
}
.article-body blockquote p {
	font-size: 15px
}
.article-body p {
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
	margin: 0 0 20px;
	word-wrap: break-word
}
.article-body ul li, .article-body ol li {
	margin-bottom: 12px
}
.article-body h2, .article-body h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 32px;
	padding-left: 9px
}
.article-body pre {
	background-color: #f0f0f0;
	padding: 12px;
	font-size: 15px
}
.article-body code {
	background: #f3f3f3;
	border-radius: 2px;
	font-family: "Courier New"
}
.article-body img, .article-body video {
	display: block;
	max-width: 100%;
	margin: 12px auto;
	height: auto
}
.article-body embed {
	display: block;
	max-width: 100%;
	margin: 12px auto
}
.article-body iframe {
	display: block;
	max-width: 100%;
	margin: 12px auto
}
.article-body .wp-caption {
	width: 100% !important
}
.article-body .wp-caption img {
	width: 100%;
	height: 100%
}
.article-body .wp-caption-text {
	text-align: center;
	color: #aaa
}
.article-body .wp-video {
	margin: 30px auto
}
.article-copyright {
	margin-top: 15px;
	margin-bottom: 48px;
	font-size: 13px;
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px
}
.article-copyright a {
	text-decoration: none;
	color: #ccc;
	font-size: 13px
}
.article-support {
	margin-bottom: 22px;
	position: relative
}
.article-support .article-support-title {
	background: #fff;
	font-size: 14px;
	text-align: center;
	color: #888;
	margin-bottom: 20px
}
.article-support .article-support-img {
	width: 380px;
	box-shadow: 0 0 6px rgba(14,22,30,0.3);
	margin-bottom: 12px;
	position: absolute;
	left: 53%;
	margin-left: -210px;
	bottom: 58px;
	background-color: #fff;
	z-index: 99;
	display: none;
	opacity: 0;
	padding: 0 6px
}
.article-support .article-support-img:before {
	position: absolute;
	content: ' ';
	background-color: #fff;
	width: 14px;
	height: 14px;
	bottom: -7px;
	z-index: -98;
	left: 48%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	box-shadow: 1px 3px 5px #ddd
}
@media screen and (max-width: 767px) {
.article-support .article-support-img {
	width: 100%;
	left: 0;
	margin-left: 0
}
}
.article-support .article-support-img .article-support-img-title {
	text-align: center;
	font-weight: 600
}
.article-support .article-support-img .article-support-zhifubao {
	float: left;
	width: 50%;
	padding: 12px 6px 0
}
.article-support .article-support-img .article-support-wechat {
	float: left;
	width: 50%;
	padding: 12px 6px 0
}
.article-support .article-support-img img {
	width: 100%;
	display: inline-block
}
.article-support .article-support-button {
	text-align: center
}
.article-support .article-support-button a {
	padding: 6px 16px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	border: none
}
.article-share {
	overflow: hidden;
	line-height: 36px;
	text-align: center;
	margin-bottom: 12px;
	display: inline-block;
	float: right
}
.article-share .article-share-title {
	margin-right: 12px;
	float: left
}
.article-share .bdsharebuttonbox {
	overflow: hidden;
	height: 24px;
	zoom: 0 !important
}
.article-share .bdsharebuttonbox .bds_tsina:hover {
	color: #ff0000
}
.article-like {
	display: inline-block
}
.article-like a {
	display: block;
	color: #3f3f3f;
	padding: 6px 22px;
	border-radius: 4px;
	border: 1px solid #3f3f3f
}
.article-like a i {
	font-size: 15px
}
.article-like a .fa-heart {
	color: #0070C9
}
.article-advertisement {
	margin-bottom: 18px
}
.article-advertisement a img {
	display: block;
	width: 100%;
	height: 100%
}
#post-link {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
	margin-bottom: 10px
}
#post-link a:nth-child(2) {
	float: right
}
#post-link a {
	text-decoration: none;
	color: #000
}
#post-link .post-link-next {
	text-align: right
}
#post-link .post-link-previous, #post-link .post-link-next {
	padding: 12px 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
@media screen and (max-width: 767px) {
#post-link .post-link-previous, #post-link .post-link-next {
	text-align: center
}
}
#post-link .post-link-previous:hover, #post-link .post-link-next:hover {
	background: #fafafa
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}
.panel-title {
	padding: 6px 12px
}
.panel-content {
	padding: 12px
}
.panel-warning {
	border-color: #faebcc
}
.panel-warning .panel-title {
	background-color: #fcf8e3;
	border-bottom: 1px solid #faebcc;
	color: #8a6d3b
}
.panel-forbid {
	border-color: #ebccd1
}
.panel-forbid .panel-title {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.panel-notice {
	border-color: #337ab7
}
.panel-notice .panel-title {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.panel-geek {
	border-color: #111
}
.panel-geek .panel-title {
	color: #fff;
	background-color: #222;
	border-color: #111
}
a.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 12px;
	font-size: 14px;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer
}
.btn:hover {
	opacity: 0.8
}
.btn-geek {
	background-color: #222;
	border-color: #111
}
.btn-notice {
	background: #38B7EA;
	border: 1px solid #33ACDC
}
.btn-forbid {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-warning {
	background-color: #ec971f;
	border-color: #d58512
}
.page .comments {
	padding: 0;
	background: #fff;
	margin-bottom: 0
}
.comments {
	padding: 25px 30px;
	background: #fff;
	margin-bottom: 10px
}
@media screen and (max-width: 767px) {
.comments {
	padding: 12px
}
}
.comments .logged-in-as a {
	text-decoration: none;
	color: #666
}
.comments #respond .comment-notes {
	display: none
}
.comments #respond input {
	position: relative;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 5px 12px
}

.comments #respond .form-submit input {
	border: 1px solid transparent;
	padding: 5px 12px;
	color: #fff;
	border-radius: 3px
}
.comments #respond .form-submit input:hover {
	background-image: linear-gradient(to top, rgba(0,0,0,0.05), rgba(0,0,0,0.05))
}
.comments #respond .comment-form-url, .comments #respond .comment-form-email, .comments #respond .comment-form-user {
	position: relative
}
.comments .comment-reply-title {
	font-weight: 100;
	font-size: 15px
}
.comments .comment-reply-title a {
	color: #38B7EA;
	text-decoration: none;
	font-size: 15px
}
.comments .comments-title {
	margin-bottom: 12px;
	color: #999
}
.comments .comments-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.comments .comments-list .comment {
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #f9f9f9;
	position: relative
}
.comments .comments-list .comment .children {
	list-style: none;
	padding: 10px;
	margin: 15px 0 15px 55px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}
.comments .comments-list .comment .children .comment-avatar {
	width: 38px;
	height: 38px
}
.comments .comments-list .comment .children .comment-body {
	margin-left: 42px
}
.comments .comments-list .comment .comment-avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px
}
.comments .comments-list .comment .comment-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 48px
}
.comments .comments-list .comment .comment-body {
	margin-left: 58px
}
.comments .comments-list .comment .comment-body p {
	margin: 6px 0 12px;
	line-height: 25px
}
.comments .comments-list .comment .comment-body p a {
	text-decoration: none;
	color: #38B7EA
}
.comments .comments-list .comment .comment-body .comment-meta .comment-date {
	text-decoration: none;
	color: #999;
	font-size: 14px;
	font-family: "Microsoft YaHei", "WenQuanYi Micro Hei"
}
.comments .comments-list .comment .comment-body .comment-meta .comment-action {
	position: absolute;
	right: 0
}
.comments .comments-list .comment .comment-body .comment-meta .comment-reply-link {
	text-decoration: none;
	color: #ccc;
	font-size: 13px
}
.comments .comments-list .comment .comment-body .comment-meta .comment-edit-link {
	text-decoration: none;
	color: #ccc;
	font-size: 13px
}
.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	background: #F0F0F0
}
.hljs, .hljs-subst {
	color: #444
}
.hljs-comment {
	color: #888888
}
.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
	font-weight: bold
}
.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
	color: #880000
}
.hljs-title, .hljs-section {
	color: #880000;
	font-weight: bold
}
.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
	color: #BC6060
}
.hljs-literal {
	color: #78A960
}
.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
	color: #397300
}
.hljs-meta {
	color: #1f7199
}
.hljs-meta-string {
	color: #4d99bf
}
.hljs-emphasis {
	font-style: italic
}
.hljs-strong {
	font-weight: bold
}
.archive-header {
	padding: 12px 0;
	margin-bottom: 10px
}
.archive-header .archive-header-title {
	display: inline;
	padding: 12px
}
.archive-body {
	overflow: hidden
}
#footer {
	background: #222;
	border-top: 1px solid #eaeaea;
	color: #999;
	font-size: 14px
}
#footer p {
	color: #818181;
	font-size: 12px
}
#footer .footer-theme, #footer .footer-feature, #footer .footer-friends {
	overflow: hidden;
	margin: 8px 0 0
}
@media screen and (max-width: 767px) {
#footer .footer-theme, #footer .footer-feature, #footer .footer-friends {
	margin-bottom: 20px
}
}
#footer .footer-theme h4, #footer .footer-feature h4, #footer .footer-friends h4 {
	float: left;
	color: #9b9b9b;
	margin: 0 10px 0 0
}
@media screen and (max-width: 767px) {
#footer .footer-theme h4, #footer .footer-feature h4, #footer .footer-friends h4 {
	float: none;
	margin-bottom: 8px
}
}
#footer .footer-theme span, #footer .footer-feature span, #footer .footer-friends span {
	color: #818181
}
@media screen and (max-width: 767px) {
#footer .footer-theme, #footer .footer-feature, #footer .footer-friends {
	text-align: center
}
}
#footer .footer-feature {
	position: relative
}
#footer .footer-feature .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none
}
#footer .footer-feature .footer-menu li {
	display: inline-block;
	margin-right: 8px
}
#footer .footer-feature .footer-menu li a {
	text-decoration: none;
	color: #818181;
	display: block
}
#footer .footer-friends li {
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
#footer .footer-friends li a {
	text-decoration: none;
	color: #fff
}
#footer .footer-friends li a span {
	color: #999999
}
#footer .footer-friends li img {
	float: left;
	margin: 2px 5px 0 0;
	width: 18px;
	height: 18px
}
.copyright {
	background-color: #1b1b1b;
	padding: 10px 0;
	margin-top: 22px
}
.copyright p {
	margin: 0
}
@media screen and (max-width: 767px) {
.copyright {
	text-align: center
}
}
.copyright img {
	vertical-align: middle
}
.footer-follow {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0
}
@media screen and (max-width: 767px) {
.footer-follow {
	position: static;
	text-align: center
}
}
.footer-follow li {
	display: inline-block;
	margin-right: 8px;
	background-color: #383838;
	text-align: center;
	line-height: 38px;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	position: relative
}
.footer-follow li a {
	width: 38px;
	height: 38px;
	border-radius: 38px;
	display: block
}
.footer-follow li a, .footer-follow li i {
	font-size: 18px;
	cursor: pointer
}
.footer-follow .follow-wechat a {
	color: #999
}
.footer-follow .follow-wechat a:hover {
	color: #fff !important;
	background-color: #51c332
}
.footer-follow .follow-weibo a {
	color: #999
}
.footer-follow .follow-weibo a:hover {
	color: #fff !important;
	background-color: #DD3D53
}
.footer-follow .follow-qq a {
	color: #999
}
.footer-follow .follow-qq a:hover {
	color: #fff !important;
	background-color: #38B7EA
}
.footer-follow .follow-rss a {
	color: #999
}
.footer-follow .follow-rss a:hover {
	color: #fff;
	background-color: #f8991d
}
.follow-wechat-popup {
	width: 120px;
	height: 120px;
	position: absolute;
	z-index: 10;
	opacity: 0;
	display: none;
	bottom: 58px;
	left: -44px;
	box-shadow: 0 0 6px rgba(14,22,30,0.3)
}
.follow-wechat-popup img {
	display: block;
	width: 100%
}
.follow-wechat-popup:after {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 0;
	bottom: -4px;
	left: 56px
}
.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: none
}
.scrollTop {
	width: 42px;
	height: 42px;
	background-color: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #343434;
	position: fixed;
	bottom: 56px;
	right: 42px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	display: none
}
@media screen and (max-width: 767px) {
.scrollTop {
	bottom: 22px;
	right: 22px
}
}
.scrollTop i {
	color: #fff;
	font-size: 18px
}
.carousel-slide {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #d8d8d8
}
@media screen and (max-width: 767px) {
.carousel-slide {
	padding-top: 0;
	padding-bottom: 0
}
}
.carousel-slide .carousel-item img {
	border-radius: 8px
}
@media screen and (max-width: 767px) {
.carousel-slide .carousel-item img {
	border-radius: 0
}
}
.carousel-slide .carousel-overlay {
	border-radius: 8px
}
@media screen and (max-width: 767px) {
.carousel-slide .carousel-overlay {
	border-radius: 0
}
}
#carousel {
	position: relative;
	height: 380px;
	width: 100%;
	overflow: hidden;
	z-index: 1
}
@media screen and (max-width: 767px) {
#carousel {
	min-height: 100px;
	height: 38vw
}
}
#carousel .carousel-item {
	float: left;
	height: 100%;
	position: relative;
	overflow: hidden
}
#carousel .carousel-item .carousel-info {
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0 100px
}
@media screen and (max-width: 767px) {
#carousel .carousel-item .carousel-info {
	top: 31%;
	padding: 0 18px
}
}
#carousel .carousel-item .carousel-info .carousel-info-title {
	text-align: center;
	font-size: 28px;
	color: #fff;
	margin-top: 6px
}
@media screen and (max-width: 767px) {
#carousel .carousel-item .carousel-info .carousel-info-title {
	font-size: 16px
}
}
#carousel .carousel-item .carousel-info .carousel-info-meta {
	text-align: center;
	color: #fff
}
#carousel .carousel-item .carousel-info .carousel-info-meta .carousel-info-category {
	padding: 3px 8px;
	margin-right: 12px
}
#carousel .carousel-item a {
	display: block;
	height: 180px
}
#carousel .carousel-item img {
	width: 100%;
	display: block;
	height: auto;
	min-height: 380px
}
@media screen and (max-width: 767px) {
#carousel .carousel-item img {
	height: auto;
	min-height: 100%
}
}
#carousel .carousel-item .carousel-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.0;
	background: #000;
	transition: all .4s;
	width: 100%;
	height: 100%
}
#carousel .owl-nav .owl-prev, #carousel .owl-nav .owl-next {
	position: absolute;
	text-align: center;
	width: 60px;
	content: "2";
	line-height: 380px;
	top: 0;
	font-size: 96px;
	z-index: 120;
	height: 100%;
	opacity: 0.5;
	outline: 0;
	color: #fff;
	-webkit-transition: all .2s;
	text-shadow: 0 0 2px #555
}
#carousel .owl-nav .owl-prev:hover, #carousel .owl-nav .owl-next:hover {
	opacity: 1
}
#carousel .owl-nav .owl-prev {
	left: 19%
}
#carousel .owl-nav .owl-next {
	right: 19%
}
#carousel .owl-dots {
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 20px;
	text-align: center
}
#carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
#carousel .owl-dots .owl-dot span {
	display: block;
	width: 23px;
	height: 2px;
	background: #888;
	margin: 3px 4px;
	opacity: 1
}
@media screen and (max-width: 767px) {
#carousel .owl-dots .owl-dot span {
	width: 18px;
	margin: 3px 2px
}
}
#carousel .owl-dots .active span {
	background-color: #fff
}
.page-common {
	padding: 25px 30px;
	overflow: hidden
}
@media screen and (max-width: 767px) {
.page-common {
	padding: 12px
}
}
.page-common img {
	max-width: 100%;
	display: block;
	height: 100%;
	margin: 12px auto
}
.page-common blockquote {
	padding-left: 18px;
	border-left: 3px solid #ddd;
	font-size: 15px
}
.page-common blockquote p {
	font-size: 15px
}
.page-common a {
	color: #38B7EA;
	text-decoration: none
}
.page-common p {
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
	margin: 0 0 20px
}
.page-common ul li, .page-common ol li {
	margin-bottom: 12px
}
.page-common h2, .page-common h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 32px;
	padding-left: 9px;
	border-left: 5px solid #333
}
.page-common pre {
	background-color: #f0f0f0;
	padding: 12px;
	font-size: 15px
}
.page-common code {
	background: #f3f3f3;
	border-radius: 2px;
	font-family: "Courier New"
}
.page-common img, .page-common video {
	display: block;
	max-width: 100%;
	margin: 12px auto;
	height: auto
}
.page-common iframe {
	display: block;
	max-width: 100%;
	margin: 12px auto
}
.page-common embed {
	display: block;
	max-width: 100%;
	margin: 12px auto
}
.page-common .wp-caption {
	width: 100% !important
}
.page-common .wp-caption img {
	width: 100%;
	height: 100%
}
.page-common .wp-caption-text {
	text-align: center;
	color: #aaa
}
.page-common .wp-video {
	margin: 30px auto
}
.page-common .page-title {
	font-size: 18px;
	margin-top: 0
}
.page-common .linkcat h2 {
	border: none;
	font-size: 15px;
	padding: 0
}
.no-page .no-page-title {
	font-size: 26px;
	text-align: center
}
@media screen and (max-width: 767px) {
.no-page .no-page-title {
	font-size: 19px
}
}
.no-page img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}
.page-friends h2 {
	margin-top: 0;
	font-size: 18px
}
.page-friends li {
	list-style: none
}
.page-friends .blogroll li {
	display: inline-block;
	width: 25%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
@media screen and (max-width: 767px) {
.page-friends .blogroll li {
	width: 49%
}
}
.page-friends .blogroll li a {
	text-decoration: none;
	color: #333
}
.page-friends .blogroll li img {
	float: left;
	margin: 2px 5px 0 0;
	width: 18px;
	height: 18px
}
.page-friends ul {
	padding: 0;
	margin: 0
}
.page-tags h3 {
	margin-top: 0
}
.page-tags a {
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	padding: 6px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #777;
	font-size: 14px !important;
	border: 1px solid #f0f0f0;
	transition: all .1s;
	border-radius: 2px
}
.page-tags a:hover {
	background-color: #38B7EA;
	border: 1px solid #fff;
	color: #fff
}
.page-contact h3 {
	margin-top: 0
}
.form-submit-wrap {
	padding: 25px 30px
}
@media screen and (max-width: 767px) {
.form-submit-wrap {
	padding: 12px
}
}
.form-submit-wrap .form-submit-title {
	text-align: center;
	font-size: 22px
}
.form-submit-wrap .form-submit-description {
	font-size: 15px;
	line-height: 28px
}
#error-page header {
	display: none
}
.fancybox-close {
	display: none
}
@media screen and (max-width: 767px) {
.fancybox-title-float-wrap .child {
	display: none !important
}
}
.fancybox-next span, .fancybox-prev span {
	visibility: visible !important
}
/*# sourceMappingURL=style.css.map */
.header-menu li a:hover, .post .post-title a:hover, #footer .footer-friends li a span:hover, #footer .footer-feature .footer-menu li a:hover, .widget-hotpost a:hover, .article-body a, .article-like .done, .comments .comments-list .comment .comment-body .comment-user a, .comments .comments-list .comment .children .comment-user a, #comment-nav-below .nav-inside .current, .widget-hotpost-brief i, .archive-header .archive-header-title {
	color: #f23030;
}
.admin-login a:hover, .carousel-info-meta .carousel-info-category, .tagcloud a:hover, .calendar_wrap table td a, .article-meta .article-meta-tags a, .article-support .article-support-button a, .comments #respond .form-submit input {
	background-color: #f23030;
}
.article-body h2, .article-body h3 {
	border-left: 5px solid #f23030;
}
.article-like .done {
	border: 1px solid #f23030;
}
.current a{color: #f23030 !important}

.pcd_ad{display:block;}

.mbd_ad{ display:none}

@media(max-width:768px) {

.pcd_ad{display:none !important;}

.mbd_ad{display:block !important;}

}

.down_link{background: none repeat scroll 0 0 #FFFCEF; border: 1px solid #FFBB76; border-radius: 2px; color: #DB7C22; font-size: 14px; margin-bottom: 10px; padding: 5px 10px;}.downbtn{background: none repeat scroll 0 0 #1BA1E2; border: 0 none; border-radius: 2px; color: #FFFFFF; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 8px 30px;text-transform:none;text-decoration:none;}
.downlink a:link{color: #ffffff;}
.downlink a:visited{color: #ffffff;}
.downlink a:hover{color: #ffffff;}
.downlink a:active{color: #ffffff;}
.downbtn{background: none repeat scroll 0 0 #1BA1E2; border: 0 none; border-radius: 2px; color: #FFFFFF !important; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 8px 30px;}
.yanshibtn{background: none repeat scroll 0 0 #d33431; border: 0 none; border-radius: 2px; color: #FFFFFF!important; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 8px 30px;text-transform:none;text-decoration:none;}
.downbtn:hover,.yanshibtn:hover{background: none repeat scroll 0 0 #9B59B6; border: 0 none; border-radius: 2px; color: #FFFFFF!important; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 8px 30px;}
.downbtn a:hover,.yanshibtn a:hover{background: none repeat scroll 0 0 #9B59B6; border: 0 none; border-radius: 2px; color: #FFFFFF; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 8px 30px;}
.down_link a{text-decoration: none;}
.down_link p{font-size:14px;}
@media(max-width:768px) {

.downlink strong{display: block;}

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