.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-inner,.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px 微软雅黑;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
	background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.fancybox-lock {
	overflow: hidden!important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden!important
}

.fancybox-lock-test {
	overflow-y: hidden!important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px 微软雅黑;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

.container,.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,
.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,
.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,
.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.CamingoDos-Black {
	font-family: 微软雅黑;
	font-weight: 400;
	font-style: normal
}

.CamingoDos-ExtraLight {
	font-family: 微软雅黑;
	font-weight: 400;
	font-style: normal
}

.CamingoDos-Light {
	font-family: 微软雅黑;
	font-weight: 400;
	font-style: normal
}

.CamingoDos-LightItalic {
	font-family: 微软雅黑;
	font-weight: 400;
	font-style: normal
}

.CamingoDos-SemiBold {
	font-family: 微软雅黑;
	font-weight: 400;
	font-style: normal
}

.mce-content-body {
	font-family: 微软雅黑
}

body.post-type-page {
	max-width: 840px
}

.h1,.h2,h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 56px 0 28px;
	font-family: 微软雅黑
}

.entry-content h1,.h1,h1,h1.entry-title {
	position: relative;
	font-family: 微软雅黑;
	font-size: 30px;
	line-height: 1.4;
	color: #4A4A4A;
	margin: 0 0 30px;
	padding: 20px 0 0 27px
}

@media (min-width:768px) {
	.entry-content h1,.h1,h1,h1.entry-title {
		font-size: 42px;
		padding: 60px 0 0 70px
	}
}

.entry-content h1::before,.h1::before,h1.entry-title::before,h1::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: 1px;
	width: 40px;
	background-color: #57842F
}

@media (min-width:768px) {
	.entry-content h1::before,.h1::before,h1.entry-title::before,h1::before {
		top: 50px;
		width: 100px
	}
}

.entry-content h1::after,.h1::after,h1.entry-title::after,h1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 40px;
	background-color: #57842F
}

@media (min-width:768px) {
	.entry-content h1::after,.h1::after,h1.entry-title::after,h1::after {
		left: 50px;
		height: 100px
	}
}

.h1-addon {
	position: relative;
	margin: 45px 0 -15px 30px;
	color: #57842F
}

@media (min-width:768px) {
	.h1-addon {
		margin: 85px 0 -35px 70px
	}
}

.abstract,.entry-summary {
	padding: 0 0 50px;
	font-family: 微软雅黑;
	font-size: 22px;
	line-height: 32px
}

@media (min-width:768px) {
	.abstract,.entry-summary {
		padding: 0 0 50px 70px
	}
}

.entry-content h2,.h2,h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 40px;
	color: #4A4A4A
}

@media (min-width:768px) {
	.entry-content h2,.h2,h2 {
		font-size: 28px
	}
}

.entry-content h3,.h3,h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #4A4A4A
}

.entry-content h4,h4,h5,h6 {
	font-size: 19px;
	line-height: 1.1052631579
}

h4 {
	letter-spacing: .13333em;
	text-transform: uppercase
}

h6 {
	font-style: italic
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
	margin-top: 0
}

p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-bottom: 20px
}

p.no_margin {
	margin-bottom: 0!important
}

p.double_margin {
	margin: 0 0 20px!important
}

b,strong {
	font-family: 微软雅黑
}

cite,dfn,em,i {
	font-style: italic
}

address {
	font-style: normal;
	margin: 0
}

code,kbd,pre,samp,tt,var {
	font-family: 微软雅黑
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 1.3125;
	margin: 0 0 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

code {
	background-color: #d1d1d1;
	padding: 2px 4px;
	word-wrap: break-word;
	line-height: 1.4;
	display: block;
	font-family: 微软雅黑;
	font-size: 12px
}

abbr[title] {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help
}

ins,mark {
	background: #007acc;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none
}

small {
	font-size: 80%
}

big {
	font-size: 125%
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin-bottom: 28px
}

.fancybox-inner ol,.fancybox-inner ul,.mce-content-body ol,.mce-content-body ul,.site-content ol,.site-content ul {
	margin: 0 0 28px;
	padding: 0 0 0 15px
}

.fancybox-inner .entry-content li>ul,.mce-content-body .entry-content li>ul,.site-content .entry-content li>ul {
	margin-left: 0
}

.fancybox-inner ul,.mce-content-body ul,.site-content ul {
	list-style: none
}

.fancybox-inner ul.list-without-bullets,.mce-content-body ul.list-without-bullets,.site-content ul.list-without-bullets {
	margin-left: 0;
	padding-left: 0
}

.fancybox-inner ul.list-without-bullets li,.mce-content-body ul.list-without-bullets li,.site-content ul.list-without-bullets li {
	list-style-type: none
}

.fancybox-inner ul.list-without-bullets li:before,.mce-content-body ul.list-without-bullets li:before,.site-content ul.list-without-bullets li:before {
	content: '';
	position: static;
	margin-left: 0;
	margin-top: 0;
	width: 0;
	height: 0;
	background-image: none
}

.fancybox-inner ul.list-circles,.mce-content-body ul.list-circles,.site-content ul.list-circles {
	margin-left: 0;
	padding-left: 0
}

.fancybox-inner ul.list-circles li,.mce-content-body ul.list-circles li,.site-content ul.list-circles li {
	list-style-type: disc;
	padding: 0 0 10px 20px;
	margin-left: 20px
}

.fancybox-inner ul.list-circles li:before,.mce-content-body ul.list-circles li:before,.site-content ul.list-circles li:before {
	content: '';
	position: static;
	margin-left: 0;
	margin-top: 0;
	width: 0;
	height: 0;
	background-image: none
}

.fancybox-inner ul li:before,.mce-content-body ul li:before,.site-content ul li:before {
	content: '';
	position: absolute;
	margin-left: -15px;
	margin-top: 8px;
	width: 10px;
	height: 10px;
	background-image: url(../img/icons/List_1.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.fancybox-inner ul li.shariff-button:before,.mce-content-body ul li.shariff-button:before,.site-content ul li.shariff-button:before {
	content: none;
	background-image: none
}

.fancybox-inner ul ul,.mce-content-body ul ul,.site-content ul ul {
	margin-left: 0
}

.fancybox-inner ul li li:before,.mce-content-body ul li li:before,.site-content ul li li:before {
	content: '';
	position: absolute;
	margin-left: -15px;
	margin-top: 8px;
	width: 10px;
	height: 10px;
	background-image: url(../img/icons/List_2.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.fancybox-inner ol,.mce-content-body ol,.site-content ol {
	list-style: decimal
}

.fancybox-inner li>ol,.fancybox-inner li>ul,.mce-content-body li>ol,.mce-content-body li>ul,.site-content li>ol,.site-content li>ul {
	margin-bottom: 0
}

.fancybox-inner blockquote>ul,.fancybox-inner li>ul,.mce-content-body blockquote>ul,.mce-content-body li>ul,.site-content blockquote>ul,.site-content li>ul {
	margin-left: 20px
}

.fancybox-inner blockquote>ol,.fancybox-inner li>ol,.mce-content-body blockquote>ol,.mce-content-body li>ol,.site-content blockquote>ol,.site-content li>ol {
	margin-left: 24px
}

dl {
	margin: 0 0 28px
}

dt {
	font-weight: 400
}

dd {
	margin: 0 0 28px
}

.mce-item-table,.mce-item-table td,.mce-item-table th,table,td,th {
	border: 1px solid #d1d1d1
}

table a {
	color: #007acc
}

.mce-item-table,table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%
}

.mce-item-table th,table caption,table th {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	font-family: 微软雅黑;
	padding: 7px;
	text-align: left;
	vertical-align: baseline
}

.mce-item-table td,table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline
}

#page img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

a img {
	display: block
}

figure {
	margin: 0
}

del {
	opacity: .8
}

.entry-content button.link_noIcon,button.link_noIcon {
	display: inline;
	background: 0 0;
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit
}

.entry-content a,.entry-content button,a,button {
	transition: color .2s ease,background-color .2s ease,background .2s ease
}
/*.entry-content a,.entry-content button,a,button,span[class^=link_]{color:#57842F;box-shadow:none;text-decoration:underline}*/
/*.entry-content a:active,.entry-content a:focus,.entry-content a:hover,.entry-content button:active,.entry-content button:focus,.entry-content button:hover,a:active,a:focus,a:hover,button:active,button:focus,button:hover,span[class^=link_]:active,span[class^=link_]:focus,span[class^=link_]:hover{color:#4A4A4A}*/
.entry-content a:after,.entry-content a:before,.entry-content button:after,.entry-content button:before,a:after,a:before,button:after,button:before,span[class^=link_]:after,span[class^=link_]:before {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 5px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.entry-content a:after,.entry-content button:after,a:after,button:after,span[class^=link_]:after {
	margin-right: 0;
	margin-left: 5px
}

.entry-content a.link_email,.entry-content a.link_facebook,.entry-content a.link_linkedin,.entry-content a.link_mail,
.entry-content a.link_mobile,.entry-content a.link_telefon,.entry-content a.link_twitter,.entry-content a.link_vcard,
.entry-content a.link_xing,.entry-content button.link_email,.entry-content button.link_facebook,.entry-content button.link_linkedin,
.entry-content button.link_mail,.entry-content button.link_mobile,.entry-content button.link_telefon,.entry-content button.link_twitter,
.entry-content button.link_vcard,.entry-content button.link_xing,a.link_email,a.link_facebook,a.link_linkedin,a.link_mail,a.link_mobile,
a.link_telefon,a.link_twitter,a.link_vcard,a.link_xing,button.link_email,button.link_facebook,button.link_linkedin,button.link_mail,
button.link_mobile,button.link_telefon,button.link_twitter,button.link_vcard,button.link_xing,span[class^=link_].link_email,
span[class^=link_].link_facebook,span[class^=link_].link_linkedin,span[class^=link_].link_mail,span[class^=link_].link_mobile,
span[class^=link_].link_telefon,span[class^=link_].link_twitter,span[class^=link_].link_vcard,span[class^=link_].link_xing {
	text-decoration: none;
	color: #57842F;
	display: inline-block;
	position: relative;
	padding-left: 20px
}

.entry-content a.link_email:before,.entry-content a.link_facebook:before,.entry-content a.link_linkedin:before,.entry-content a.link_mail:before,
.entry-content a.link_mobile:before,.entry-content a.link_telefon:before,.entry-content a.link_twitter:before,.entry-content a.link_vcard:before,
.entry-content a.link_xing:before,.entry-content button.link_email:before,.entry-content button.link_facebook:before,
.entry-content button.link_linkedin:before,.entry-content button.link_mail:before,.entry-content button.link_mobile:before,
.entry-content button.link_telefon:before,.entry-content button.link_twitter:before,.entry-content button.link_vcard:before,
.entry-content button.link_xing:before,a.link_email:before,a.link_facebook:before,a.link_linkedin:before,a.link_mail:before,a.link_mobile:before,
a.link_telefon:before,a.link_twitter:before,a.link_vcard:before,a.link_xing:before,button.link_email:before,
button.link_facebook:before,button.link_linkedin:before,button.link_mail:before,button.link_mobile:before,button.link_telefon:before,
button.link_twitter:before,button.link_vcard:before,button.link_xing:before,span[class^=link_].link_email:before,
span[class^=link_].link_facebook:before,span[class^=link_].link_linkedin:before,span[class^=link_].link_mail:before,
span[class^=link_].link_mobile:before,span[class^=link_].link_telefon:before,span[class^=link_].link_twitter:before,
span[class^=link_].link_vcard:before,span[class^=link_].link_xing:before {
	content: '';
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat
}
/*.entry-content a.link_email:active,.entry-content a.link_email:focus,.entry-content a.link_email:hover,.entry-content a.link_facebook:active,
.entry-content a.link_facebook:focus,.entry-content a.link_facebook:hover,.entry-content a.link_linkedin:active,.entry-content a.link_linkedin:focus,
.entry-content a.link_linkedin:hover,.entry-content a.link_mail:active,.entry-content a.link_mail:focus,.entry-content a.link_mail:hover,
.entry-content a.link_mobile:active,.entry-content a.link_mobile:focus,.entry-content a.link_mobile:hover,.entry-content a.link_telefon:active,
.entry-content a.link_telefon:focus,.entry-content a.link_telefon:hover,.entry-content a.link_twitter:active,.entry-content a.link_twitter:focus,
.entry-content a.link_twitter:hover,.entry-content a.link_vcard:active,.entry-content a.link_vcard:focus,.entry-content a.link_vcard:hover,
.entry-content a.link_xing:active,.entry-content a.link_xing:focus,.entry-content a.link_xing:hover,.entry-content button.link_email:active,
.entry-content button.link_email:focus,.entry-content button.link_email:hover,.entry-content button.link_facebook:active,
.entry-content button.link_facebook:focus,.entry-content button.link_facebook:hover,.entry-content button.link_linkedin:active,
.entry-content button.link_linkedin:focus,.entry-content button.link_linkedin:hover,.entry-content button.link_mail:active,
.entry-content button.link_mail:focus,.entry-content button.link_mail:hover,.entry-content button.link_mobile:active,
.entry-content button.link_mobile:focus,.entry-content button.link_mobile:hover,.entry-content button.link_telefon:active,
.entry-content button.link_telefon:focus,.entry-content button.link_telefon:hover,.entry-content button.link_twitter:active,
.entry-content button.link_twitter:focus,.entry-content button.link_twitter:hover,.entry-content button.link_vcard:active,
.entry-content button.link_vcard:focus,.entry-content button.link_vcard:hover,.entry-content button.link_xing:active,
.entry-content button.link_xing:focus,.entry-content button.link_xing:hover,a.link_email:active,a.link_email:focus,a.link_email:hover,
a.link_facebook:active,a.link_facebook:focus,a.link_facebook:hover,a.link_linkedin:active,a.link_linkedin:focus,a.link_linkedin:hover,
a.link_mail:active,a.link_mail:focus,a.link_mail:hover,a.link_mobile:active,a.link_mobile:focus,a.link_mobile:hover,a.link_telefon:active,
a.link_telefon:focus,a.link_telefon:hover,a.link_twitter:active,a.link_twitter:focus,a.link_twitter:hover,a.link_vcard:active,a.link_vcard:focus,
a.link_vcard:hover,a.link_xing:active,a.link_xing:focus,a.link_xing:hover,button.link_email:active,button.link_email:focus,button.link_email:hover,
button.link_facebook:active,button.link_facebook:focus,button.link_facebook:hover,button.link_linkedin:active,button.link_linkedin:focus,
button.link_linkedin:hover,button.link_mail:active,button.link_mail:focus,button.link_mail:hover,button.link_mobile:active,button.link_mobile:focus,
button.link_mobile:hover,button.link_telefon:active,button.link_telefon:focus,button.link_telefon:hover,button.link_twitter:active,
button.link_twitter:focus,button.link_twitter:hover,button.link_vcard:active,button.link_vcard:focus,button.link_vcard:hover,button.link_xing:active,
button.link_xing:focus,button.link_xing:hover,span[class^=link_].link_email:active,span[class^=link_].link_email:focus,
span[class^=link_].link_email:hover,span[class^=link_].link_facebook:active,span[class^=link_].link_facebook:focus,
span[class^=link_].link_facebook:hover,span[class^=link_].link_linkedin:active,span[class^=link_].link_linkedin:focus,
span[class^=link_].link_linkedin:hover,span[class^=link_].link_mail:active,span[class^=link_].link_mail:focus,
span[class^=link_].link_mail:hover,span[class^=link_].link_mobile:active,span[class^=link_].link_mobile:focus,span[class^=link_].link_mobile:hover,
span[class^=link_].link_telefon:active,span[class^=link_].link_telefon:focus,span[class^=link_].link_telefon:hover,
span[class^=link_].link_twitter:active,span[class^=link_].link_twitter:focus,span[class^=link_].link_twitter:hover,
span[class^=link_].link_vcard:active,span[class^=link_].link_vcard:focus,span[class^=link_].link_vcard:hover,span[class^=link_].link_xing:active,
span[class^=link_].link_xing:focus,span[class^=link_].link_xing:hover{color:#4A4A4A}*/
.entry-content a.link_download,.entry-content a.link_external,
.entry-content a.link_internal,.entry-content button.link_download,.entry-content button.link_external,.entry-content button.link_internal,
a.link_download,a.link_external,a.link_internal,button.link_download,button.link_external,button.link_internal,span[class^=link_].link_download,
span[class^=link_].link_external,span[class^=link_].link_internal {
	text-decoration: none;
	color: #57842F;
	display: inline-block;
	position: relative
}

.entry-content a.link_download:before,.entry-content a.link_external:before,.entry-content a.link_internal:before,
.entry-content button.link_download:before,.entry-content button.link_external:before,.entry-content button.link_internal:before,
a.link_download:before,a.link_external:before,a.link_internal:before,button.link_download:before,button.link_external:before,
button.link_internal:before,span[class^=link_].link_download:before,span[class^=link_].link_external:before,
span[class^=link_].link_internal:before {
	content: none
}

.entry-content a.link_download:after,.entry-content a.link_external:after,
.entry-content a.link_internal:after,.entry-content button.link_download:after,.entry-content button.link_external:after,
.entry-content button.link_internal:after,a.link_download:after,a.link_external:after,a.link_internal:after,button.link_download:after,
button.link_external:after,button.link_internal:after,span[class^=link_].link_download:after,span[class^=link_].link_external:after,
span[class^=link_].link_internal:after {
	content: '';
	position: absolute;
	margin-right: -20px;
	margin-top: 9px;
	width: 10px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat
}
/*.entry-content a.link_download:active,.entry-content a.link_download:focus,.entry-content a.link_download:hover,.entry-content a.link_external:active,
.entry-content a.link_external:focus,.entry-content a.link_external:hover,.entry-content a.link_internal:active,.entry-content a.link_internal:focus,
.entry-content a.link_internal:hover,.entry-content button.link_download:active,.entry-content button.link_download:focus,
.entry-content button.link_download:hover,.entry-content button.link_external:active,.entry-content button.link_external:focus,
.entry-content button.link_external:hover,.entry-content button.link_internal:active,.entry-content button.link_internal:focus,
.entry-content button.link_internal:hover,a.link_download:active,a.link_download:focus,a.link_download:hover,a.link_external:active,
a.link_external:focus,a.link_external:hover,a.link_internal:active,a.link_internal:focus,a.link_internal:hover,button.link_download:active,
button.link_download:focus,button.link_download:hover,button.link_external:active,button.link_external:focus,button.link_external:hover,
button.link_internal:active,button.link_internal:focus,button.link_internal:hover,span[class^=link_].link_download:active,
span[class^=link_].link_download:focus,span[class^=link_].link_download:hover,span[class^=link_].link_external:active,
span[class^=link_].link_external:focus,span[class^=link_].link_external:hover,span[class^=link_].link_internal:active,
span[class^=link_].link_internal:focus,span[class^=link_].link_internal:hover{color:#4A4A4A}*/
.entry-content a.link_internal:after,
.entry-content button.link_internal:after,a.link_internal:after,button.link_internal:after,span[class^=link_].link_internal:after {
	background-image: url(../img/icons/intern.svg);
	margin-top: 6px
}

.entry-content a.link_external:after,.entry-content button.link_external:after,a.link_external:after,button.link_external:after,
span[class^=link_].link_external:after {
	background-image: url(../img/icons/extern.svg)
}

.entry-content a.link_download:after,
.entry-content button.link_download:after,a.link_download:after,button.link_download:after,span[class^=link_].link_download:after {
	background-image: url(../img/icons/download.svg)
}

.entry-content a.link_email:before,.entry-content a.link_mail:before,.entry-content button.link_email:before,.entry-content button.link_mail:before,
a.link_email:before,a.link_mail:before,button.link_email:before,button.link_mail:before,span[class^=link_].link_email:before,
span[class^=link_].link_mail:before {
	background-image: url(../img/icons/Mail.svg);
	margin-top: 9px
}

.entry-content a.link_vcard:before,
.entry-content button.link_vcard:before,a.link_vcard:before,button.link_vcard:before,span[class^=link_].link_vcard:before {
	background-image: url(../img/icons/Vcard.svg);
	margin-top: 6px
}

.entry-content a.link_facebook:before,.entry-content button.link_facebook:before,a.link_facebook:before,button.link_facebook:before,
span[class^=link_].link_facebook:before {
	background-image: url(../img/icons/Facebook.svg);
	margin-top: 6px;
	margin-left: -17px
}

.entry-content a.link_twitter:before,.entry-content button.link_twitter:before,a.link_twitter:before,button.link_twitter:before,
span[class^=link_].link_twitter:before {
	background-image: url(../img/icons/Twitter.svg);
	margin-top: 7px
}

.entry-content a.link_xing:before,
.entry-content button.link_xing:before,a.link_xing:before,button.link_xing:before,span[class^=link_].link_xing:before {
	background-image: url(../img/icons/Xing.svg);
	margin-top: 7px
}

.entry-content a.link_linkedin:before,.entry-content button.link_linkedin:before,a.link_linkedin:before,button.link_linkedin:before,
span[class^=link_].link_linkedin:before {
	background-image: url(../img/icons/Linkedin.svg);
	margin-top: 7px
}

.entry-content a.link_telefon:before,
.entry-content button.link_telefon:before,a.link_telefon:before,button.link_telefon:before,span[class^=link_].link_telefon:before {
	background-image: url(../img/icons/Tel.svg);
	margin-left: -18px
}

.entry-content a.link_mobile:before,.entry-content button.link_mobile:before,a.link_mobile:before,button.link_mobile:before,
span[class^=link_].link_mobile:before {
	background-image: url(../img/icons/Mobile.svg);
	margin-left: -17px
}

.entry-content a.link_noIcon,
.entry-content button.link_noIcon,a.link_noIcon,button.link_noIcon,span[class^=link_].link_noIcon {
	color: #57842F;
	text-decoration: underline
}

.entry-content a.link_noIcon:before,.entry-content button.link_noIcon:before,a.link_noIcon:before,button.link_noIcon:before,
span[class^=link_].link_noIcon:before {
	content: '';
	display: inline-block;
	position: static;
	width: 0;
	height: 0;
	margin-right: 0;
	vertical-align: bottom;
	background-color: transparent
}

.entry-content a.link_noIcon:active,.entry-content a.link_noIcon:focus,.entry-content a.link_noIcon:hover,.entry-content button.link_noIcon:active,
.entry-content button.link_noIcon:focus,.entry-content button.link_noIcon:hover,a.link_noIcon:active,a.link_noIcon:focus,a.link_noIcon:hover,
button.link_noIcon:active,button.link_noIcon:focus,button.link_noIcon:hover,span[class^=link_].link_noIcon:active,span[class^=link_].link_noIcon:focus,
span[class^=link_].link_noIcon:hover {
	color: #4A4A4A;
	text-decoration: none
}

.entry-content a.link_button,.entry-content button.link_button,a.link_button,
button.link_button,span[class^=link_].link_button {
	position: relative;
	display: inline-block;
	padding: 20px 30px;
	border: 1px solid #57842F;
	color: #57842F;
	text-decoration: none;
	box-shadow: none;
	transition: all .3s ease;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
	z-index: 10
}

@media (min-width:768px) {
	.entry-content a.link_button,.entry-content button.link_button,a.link_button,button.link_button,span[class^=link_].link_button {
		padding: 20px 60px
	}
}

@media (min-width:992px) {
	.entry-content a.link_button,.entry-content button.link_button,a.link_button,button.link_button,span[class^=link_].link_button {
		padding: 20px 100px
	}
}

.entry-content a.link_button.small,.entry-content button.link_button.small,a.link_button.small,button.link_button.small,
span[class^=link_].link_button.small {
	padding: 10px 30px
}

.entry-content a.link_button.small:focus:before,.entry-content a.link_button.small:hover:before,
.entry-content button.link_button.small:focus:before,.entry-content button.link_button.small:hover:before,a.link_button.small:focus:before,
a.link_button.small:hover:before,button.link_button.small:focus:before,button.link_button.small:hover:before,
span[class^=link_].link_button.small:focus:before,span[class^=link_].link_button.small:hover:before {
	top: -25%;
	height: 150%;
	background-color: #57842F;
	transition: all .2s ease
}

.entry-content a.link_button:active,.entry-content a.link_button:focus,.entry-content a.link_button:hover,.entry-content button.link_button:active,
.entry-content button.link_button:focus,.entry-content button.link_button:hover,a.link_button:active,a.link_button:focus,a.link_button:hover,
button.link_button:active,button.link_button:focus,button.link_button:hover,span[class^=link_].link_button:active,span[class^=link_].link_button:focus,
span[class^=link_].link_button:hover {
	text-decoration: none;
	color: #FFF
}

.entry-content a.link_button:before,.entry-content button.link_button:before,
a.link_button:before,button.link_button:before,span[class^=link_].link_button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	height: 0;
	width: 102%;
	transform: skewY(-3deg);
	background-color: transparent;
	transition: all .2s ease;
	z-index: -1;
	pointer-events: none
}

.entry-content a.link_button:focus:before,.entry-content a.link_button:hover:before,.entry-content button.link_button:focus:before,
.entry-content button.link_button:hover:before,a.link_button:focus:before,a.link_button:hover:before,button.link_button:focus:before,
button.link_button:hover:before,span[class^=link_].link_button:focus:before,span[class^=link_].link_button:hover:before {
	top: -25%;
	height: 150%;
	background-color: #57842F;
	transition: all .2s ease
}

.entry-content a.link_button:active:before,.entry-content button.link_button:active:before,a.link_button:active:before,button.link_button:active:before,
span[class^=link_].link_button:active:before {
	top: 0;
	height: 101%;
	background-color: #57842F;
	transform: skewY(0deg)
}

a:active.link_internal:after,a:focus.link_internal:after,a:hover.link_internal:after {
	background-image: url(../img/icons/intern_hover.svg)
}

a:active.link_external:after,a:focus.link_external:after,a:hover.link_external:after {
	background-image: url(../img/icons/extern_hover.svg)
}

a:active.link_download:after,a:focus.link_download:after,a:hover.link_download:after {
	background-image: url(../img/icons/download_hover.svg)
}

a:active.link_email:before,a:active.link_mail:before,a:focus.link_email:before,a:focus.link_mail:before,a:hover.link_email:before,
a:hover.link_mail:before {
	background-image: url(../img/icons/Mail_hover.svg);
	margin-top: 9px
}

a:active.link_vcard:before,a:focus.link_vcard:before,
a:hover.link_vcard:before {
	background-image: url(../img/icons/Vcard_hover.svg)
}

a:active.link_facebook:before,a:focus.link_facebook:before,
a:hover.link_facebook:before {
	background-image: url(../img/icons/Facebook_hover.svg)
}

a:active.link_twitter:before,a:focus.link_twitter:before,
a:hover.link_twitter:before {
	background-image: url(../img/icons/Twitter_hover.svg)
}

a:active.link_xing:before,a:focus.link_xing:before,
a:hover.link_xing:before {
	background-image: url(../img/icons/Xing_hover.svg)
}

a:active.link_linkedin:before,a:focus.link_linkedin:before,
a:hover.link_linkedin:before {
	background-image: url(../img/icons/linkedin_hover.svg)
}

a:active.link_telefon:before,a:focus.link_telefon:before,
a:hover.link_telefon:before {
	background-image: url(../img/icons/Tel_hover.svg)
}

a:active.link_mobile:before,a:focus.link_mobile:before,
a:hover.link_mobile:before {
	background-image: url(../img/icons/Mobile_hover.svg)
}

span[class^=link_]:active,span[class^=link_]:focus,
span[class^=link_]:hover {
	color: #57842F!important
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 28px;
	padding: 14px
}

.alignleft {
	float: left;
	margin: 6px 28px 28px 0
}

.alignright {
	float: right;
	margin: 6px 0 28px 28px
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px
}

.wp-caption {
	background: 0 0;
	border: none;
	margin-bottom: 28px;
	max-width: 100%;
	padding: 0;
	text-align: inherit
}

.wp-caption-dd,.wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 7px
}

.mce-content-body .wpview-wrap {
	margin-bottom: 28px
}

.gallery {
	margin: 0 -1.1666667%;
	padding: 0
}

.gallery .gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-1 .gallery-item {
	max-width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 0
}

.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
	display: none
}

.wp-audio-shortcode a,.wp-playlist a {
	box-shadow: none
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
	padding-bottom: 0
}

.mce-content-body .wp-playlist-tracks {
	margin-top: 0
}

.mce-content-body .wp-playlist-item {
	padding: 10px 0
}

.mce-content-body .wp-playlist-item-length {
	top: 10px
}

.rtl blockquote {
	border: 0 solid #1a1a1a;
	border-right-width: 4px
}

.rtl blockquote.alignleft,.rtl blockquote.alignright {
	border: 0 solid #1a1a1a;
	border-top-width: 4px
}

.rtl blockquote:not(.alignleft):not(.alignright) {
	margin-right: -28px;
	padding: 0 24px 0 0
}

.rtl blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-right: 0;
	margin-left: auto
}

.rtl blockquote>ul,.rtl li>ul {
	margin-right: 20px;
	margin-left: auto
}

.rtl blockquote>ol,.rtl li>ol {
	margin-right: 24px;
	margin-left: auto
}

.rtl .mce-item-table th,.rtl table caption,.rtl table th {
	text-align: right
}

span.highlighted {
	background-color: #E6F1EF
}

.footnote-gray,p.footnote-gray {
	color: #CCC;
	font-size: 12px
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #9D9D9D;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18.75px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

.entry-content a.link_tag,a.link_tag {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	border: 1px solid #57842F;
	color: #57842F;
	text-decoration: none
}

.entry-content a.link_tag:active,.entry-content a.link_tag:focus,.entry-content a.link_tag:hover,a.link_tag:active,a.link_tag:focus,a.link_tag:hover {
	color: #FFF;
	background-color: #57842F;
	text-decoration: none
}

span.link_tag {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	border: 1px solid #57842F;
	color: #57842F;
	background-color: transparent;
	text-decoration: none
}

.tagline {
	margin-bottom: 20px
}

.blog-post .entry-content li,.blog-post .entry-content p {
	line-height: 1.6
}

@media (min-width:768px) {
	.blog-wrapper {
		margin-top: -70px!important;
		padding-top: -70px!important
	}
}

pre.no-style {
	font-family: inherit;
	font-size: inherit;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0
}

pre.no-style code {
	padding: 0;
	background-color: transparent;
	margin: 0;
	font-size: inherit;
	font-family: inherit
}

.clearfix,.container,.container-fluid,.row {
	clear: both
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3) {
	.parallax-header-content .vc_row.vc_row-flex {
		height: 480px!important;
		min-height: 480px!important
	}
}

.debugInfo {
	position: fixed;
	top: 40px;
	left: 10px;
	background: #d3d3d3;
	border: 2px solid orange;
	z-index: 88888
}

.hidden {
	visibility: hidden;
	position: absolute;
	text-indent: -9999px
}

.entry-footer {
	display: none;
	margin: 0
}

.entry-content {
	margin-right: 0!important;
	margin-left: 0!important
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	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
}

.site .skip-link {
	color: #57842F
}

.skrollr-desktop body {
	height: 100%!important
}

body {
	background: 0 0
}

body.blog .st-container,body.body-bg-lightgray .st-container,body.tag .st-container {
	background: #F5F5F5
}

.iphone div.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex.vc_general.vc_parallax.vc_parallax-content-moving {
	min-height: 1px!important
}

.site {
	background-color: transparent
}

@media screen and (min-width:56.875em) {
	.content-area {
		float: left;
		margin-right: -100%;
		width: 100%
	}
}

.vc_row[data-vc-full-width]:not(.vc_parallax) {
	overflow: visible!important
}

body {
	color: #4A4A4A;
	font-family: 微软雅黑;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4
}

.wpb_wrapper {
	min-height: 10px
}

.site {
	margin: 0;
	padding-top: 0
}

.site-main {
	margin-bottom: 6em
}

.site-header {
	padding: 15px;
	margin: 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: padding .4s ease;
	transition: left .4s ease;
	background: rgba(37,57,20,.8);
	background: -moz-linear-gradient(45deg,rgba(37,57,20,.8) 0,rgba(85,147,29,.8) 100%);
	background: -webkit-linear-gradient(45deg,rgba(37,57,20,.8) 0,rgba(85,147,29,.8) 100%);
	background: linear-gradient(45deg,rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient_dark_opacity', endColorstr='@gradient_light_opacity', GradientType=1)
}

.site-header-main {
	height: 30px;
	transition: margin .4s ease
}

.site-header-menu {
	padding: 0;
	margin: 0
}

#masthead svg {
	width: 160px
}

@media (min-width:480px) {
	#masthead svg {
		width: 190px
	}
}

#masthead svg g#logo-text {
	opacity: 1;
	transition: opacity .4s ease
}

#masthead svg g#icon {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	transition: transform .6s ease
}

#masthead.reduced {
	padding: 15px;
}

#masthead.reduced .site-header-main {
	margin: 0px 0 0
}

#masthead.reduced svg g#logo-text {
	opacity: 0
}

#masthead.reduced svg g#icon {
	-webkit-transform: translate(-130px,0);
	-ms-transform: translate(-130px,0);
	-o-transform: translate(-130px,0);
	transform: translate(-130px,0)
}

header.entry-header {
	position: relative
}

header.entry-header .scroll_info {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	z-index: 10
}

header.entry-header .scroll_info .arrow {
	margin-top: 10px
}

header.entry-header .scroll_info svg path {
	fill: #FFF
}

.breadcrumbs {
	width: 100%;
	margin-top: 20px;
	text-align: right;
	font-family: 微软雅黑
}

.breadcrumbs ul {
	font-size: 0
}

.breadcrumbs li {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px
}

.breadcrumbs li:first-child {
	color: #57842F
}

.breadcrumbs li:first-child:after {
	content: url(../img/icons/Arrow-right-breadcrump.svg);
	margin: 0 0 0 10px
}

.breadcrumbs a {
	text-decoration: none
}

.breadcrumbs a:active,.breadcrumbs a:focus,.breadcrumbs a:hover {
	text-decoration: underline
}

.site-content .breadcrumbs ul li:before {
	content: none;
	background-image: none
}

.main-navigation {
	margin-top: 20px;
	font-family: 微软雅黑
}

.main-navigation li:before {
	content: none
}

.main-navigation a {
	color: #FFF;
	font-style: normal;
	font-family: 微软雅黑;
	font-size: 14px;
	padding: 10px 0px;
}

@media (min-width:768px) {
	.main-navigation a {
		font-size: 16px;
		padding: 20px 0
	}
}

@media (min-height:340px) {
	.main-navigation a {
		font-size: 14px;
		padding: 10px 0
	}
}
@media (min-height:680px) {
	.main-navigation a {
		font-size: 16px;
		padding: 20px 0
	}
}
@media (min-height:720px) {
	.main-navigation a {
		font-size: 16px;
		padding: 25px 0
	}
}
@media (min-height:920px) {
	.main-navigation a {
		font-size: 17px;
		padding: 30px 0
	}
}
@media (min-height:1020px) {
	.main-navigation a {
		font-size: 18px;
		padding: 35px 0;
	}
}




.main-navigation .current-menu-item>a {
	font-family: 微软雅黑
}

.main-navigation .primary-menu {
	border-bottom: none
}

.main-navigation .primary-menu>li {
	border-top: none;
}

.main-navigation .primary-menu>li:first-child {
	border-top: none
}

.site-branding {
	margin: 0;
	padding: 0;
	opacity: 1;
	transtion: opacity .5s ease
}

.site-branding img {
	height: auto;
	max-width: 190px;
	vertical-align: middle;
	width: 100%
}

.st-menu-open .site-branding {
	opacity: 0
}

@media (min-width:530px) {
	.st-menu-open .site-branding {
		opacity: 1
	}
}

.site-content {
	margin: 0;
	padding: 0 15px
}

.content-area {
	margin-bottom: -108px
}

body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
	width: 100%
}

body:not(.search-results) article:not(.type-page) .entry-footer {
	float: none;
	margin-top: 0;
	width: 100%
}

.space-after {
	margin-bottom: 30px!important
}

.entry-content .vc_align_center a img {
	display: inline-block
}

.block_parallax_text .wpb_wrapper p {
	color: #FFF;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	text-align: center
}

@media (min-width:480px) {
	.block_parallax_text .wpb_wrapper p {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.block_parallax_text .wpb_wrapper p {
		font-size: 32px
	}
}

blockquote {
	position: relative;
	margin-bottom: 0;
	border-left: 0;
	font-size: 22px;
	font-weight: 400
}

@media (max-width:480px) {
	blockquote {
		margin: 0;
		padding: 0
	}
}

blockquote svg {
	position: absolute;
	opacity: .9;
	top: -15px;
	left: 25px;
	z-index: 1
}

blockquote.white_quote svg {
	opacity: 1
}

blockquote.white_quote svg g {
	fill: #FFF
}

blockquote.quote_with_bgimage svg {
	opacity: .2
}

blockquote .quote_content {
	position: relative;
	z-index: 2
}

blockquote .quote_text {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-family: 微软雅黑;
	width: 100%;
	color: #4A4A4A;
	z-index: 1
}

@media (min-width:480px) {
	blockquote .quote_text {
		font-size: 24px;
		width: 85%;
		margin-left: 20px
	}
}

@media (min-width:768px) {
	blockquote .quote_text {
		font-size: 30px
	}
}

blockquote cite {
	color: #4A4A4A;
	font-size: 14px;
	font-family: 微软雅黑;
	text-align: right;
	margin-top: 20px;
	z-index: 1
}

@media (min-width:480px) {
	blockquote cite {
		font-size: 18px
	}
}

@media (min-width:480px) {
	blockquote cite {
		font-size: 22px
	}
}

.bg-darkergray blockquote .quote_text,.bg-darkergray blockquote cite,.bg-darkgray blockquote .quote_text,.bg-darkgray blockquote cite,blockquote.white .quote_text,blockquote.white cite {
	color: #FFF
}

.block_image_text {
	font-size: 22px;
	font-family: 微软雅黑;
	padding-bottom: 0!important
}

.block_image_text .wpb_text_column {
	padding-left: 26px;
	padding-right: 20px
}

@media (min-width:768px) {
	.block_image_text .wpb_text_column {
		padding-left: 70px;
		padding-right: 50px
	}
}

.block_image_text .vc_col-has-fill>.vc_column-inner,.block_image_text .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding: 0;
	margin: 0
}

.block_image_text .vc_column_container>.vc_column-inner {
	margin-top: 30px;
	margin-left: 15px
}

.block_image_text .image_column_cover.vc_column_container>.vc_column-inner {
	margin-top: 0;
	margin-left: 0
}

.block_image_text .block-img-back {
	background-position-x: left;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (min-width:768px) {
	.block_image_text .block-img-back {
		display: block
	}
}

@media (max-width:991px) {
	.block_image_text .block-img-back {
		display: none
	}
}

@media (min-width:768px) {
	.block_image_text .block-img-responsive {
		display: none
	}
}

@media (max-width:991px) {
	.block_image_text .block-img-responsive {
		display: block
	}
}

.block_image_text .wpb_single_image {
	margin-bottom: 0
}

.block_image_text h1 {
	font-family: 微软雅黑;
	font-weight: 400!important;
	margin: 0 0 10px
}

.block_image_text h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 微软雅黑
}

.block_image_text a {
	text-decoration: underline;
	color: inherit
}

.block_image_text a:active,.block_image_text a:focus,.block_image_text a:hover {
	color: #FFF;
	text-decoration: underline
}

.block_image_text ul li {
	font-size: 16px;
	font-family: 微软雅黑;
	line-height: 2
}

.block_image_text ul li:before {
	margin-top: 12px
}

.block_image_text ul li a {
	text-decoration: none
}

.block_image_text ul li a:active,.block_image_text ul li a:focus,.block_image_text ul li a:hover {
	text-decoration: underline
}

.block_image_nomargin,.block_image_nomargin .image_column_cover.vc_column_container>.vc_column-inner,.block_image_nomargin .vc_col-has-fill>.vc_column-inner,.block_image_nomargin .vc_column_container>.vc_column-inner,.block_image_nomargin .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.block_image_nomargin .wpb_single_image {
	margin: 0!important;
	padding: 0!important
}

.block_pushdown_background {
	position: relative;
	bottom: -70px
}

.block_contact_person {
	color: #FFF;
	font-size: 22px;
	font-family: 微软雅黑;
}

.block_contact_person a {
	color: #FFF;
	text-decoration: none
}

.block_contact_person a:hover {
	color: #FFF
}

.block_contact_person svg g {
	fill: #FFF
}

.block_contact_person .headline {
	margin-bottom: 20px
}

.block_contact_person .title {
	font-family: 微软雅黑;
}

.block_contact_person .info {
	position: relative
}

.block_contact_person .info .icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23px;
	margin-top: 5px;
	margin-right: 10px
}

.block_contact_person .info .icon svg {
	width: 100%;
	height: 100%
}

.block_contact_person .info .text {
	display: inline-block;
	vertical-align: top
}

.vc_row {
	padding-bottom: 20px
}

body:not(.search-results) .entry-summary {
	margin-bottom: 0;
	padding-bottom: 0
}

.service-list-wrapper .vc_figure,.service-list-wrapper .vc_single_image-wrapper,.wpb_single_image .vc_figure,.wpb_single_image .vc_single_image-wrapper {
	width: 100%
}

.service-list-wrapper img.responsively-lazy,.wpb_single_image img.responsively-lazy {
	width: auto;
	height: auto;
	max-width: 100%
}

.vc_column-inner {
	margin: 50px 0 10px
}

.parallax-header-content .wpb_wrapper,.parallax-header-content-small>div {
	text-align: center
}

.parallax-header-content-small>div .wpb_wrapper {
	padding-top: 100px
}

.intro-text {
	margin-bottom: 90px
}

.vc_parallax>.gradient-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	background: -moz-linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 75%);
	background: -webkit-linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 75%);
	background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray_gradient_dark_opacity', endColorstr='@gray_gradient_light_opacity', GradientType=1)
}

.header-text {
	margin-bottom: 90px
}

@media (max-width:768px) {
	.header-text {
		margin-bottom: 70px
	}
}

.parallax-header-content-small .header-text {
	margin-bottom: 0
}

@media (max-width:480px) {
	.delete-xs {
		display: none!important
	}
}

@media (min-width:480px) AND (max-width:768px) {
	.delete-sm {
		display: none!important
	}
}

.wpb_content_element.push-down {
	position: relative;
	margin-bottom: -120px;
	z-index: 20
}

@media (min-width:768px) {
	.wpb_content_element.push-down {
		margin-bottom: -160px
	}
}

@media (min-width:992px) {
	.wpb_content_element.push-down {
		margin-bottom: -180px
	}
}

.wpb_content_element.push-down-double {
	position: relative;
	margin-bottom: -190px;
	z-index: 20
}

.wpb_content_element.push-both {
	position: relative;
	margin-bottom: -130px;
	margin-top: -130px;
	z-index: 20
}

.tilted {
	overflow: hidden;
	transform: translateZ(0) skewY(-1deg);
	-webkit-transform: translateZ(0) skewY(-1deg);
	position: relative;
	margin-bottom: -30px;
	margin-top: -30px;
	z-index: 10;
	height: 610px
}

@media (min-width:992px) {
	.tilted {
		height: 450px!important
	}
}

.tilted>div {
	transform: skewY(1deg);
	-webkit-transform: skewY(1deg)
}

.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0!important
}

.image_column_cover.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0
}

.bg-darkergray,.bg-darkgray {
	background-color: #6b6b6b;
	color: #FFF
}

.bg-darkergray .h1,.bg-darkergray .h2,.bg-darkergray .h3,.bg-darkergray .h4,.bg-darkergray a,.bg-darkergray h1,.bg-darkergray h2,.bg-darkergray h3,.bg-darkergray h4,.bg-darkgray .h1,.bg-darkgray .h2,.bg-darkgray .h3,.bg-darkgray .h4,.bg-darkgray a,.bg-darkgray h1,.bg-darkgray h2,.bg-darkgray h3,.bg-darkgray h4 {
	color: #FFF
}

.bg-darkergray a:active,.bg-darkergray a:focus,.bg-darkergray a:hover,.bg-darkgray a:active,.bg-darkgray a:focus,.bg-darkgray a:hover {
	color: #FFF;
	text-decoration: underline
}

.bg-lightergray {
	background-color: #F5F5F5
}

.bg-darkergray {
	background-color: #4A4A4A
}

.bg-white {
	background-color: #FFF
}

.block_animated_number {
	color: #FFF;
	height: 100%
}

.block_animated_number .icon {
	text-align: center
}

.block_animated_number .icon img {
	width: 30%
}

@media (min-width:768px) {
	.block_animated_number .icon img {
		width: 20%
	}
}

@media (min-width:992px) {
	.block_animated_number .icon img {
		width: 30%
	}
}

.block_animated_number .icon.icon_wider_50 img {
	width: 50%
}

@media (min-width:768px) {
	.block_animated_number .icon.icon_wider_50 img {
		width: 50%
	}
}

@media (min-width:992px) {
	.block_animated_number .icon.icon_wider_50 img {
		width: 50%
	}
}

.block_animated_number .numberContainer {
	width: 100%;
	padding: 25px 0 10px;
	text-align: center;
	font-size: 22px;
	font-family: 微软雅黑;
	font-style: normal
}

@media (min-width:768px) {
	.block_animated_number .numberContainer {
		font-size: 32px
	}
}

@media (min-width:992px) {
	.block_animated_number .numberContainer {
		font-size: 42px
	}
}

.block_animated_number .label {
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 16px;
	font-family: 微软雅黑;
	font-style: normal
}

@media (min-width:768px) {
	.block_animated_number .label {
		font-size: 18px
	}
}

@media (min-width:992px) {
	.block_animated_number .label {
		font-size: 22px
	}
}

.animated_number_container .vc_column-inner {
	margin: 10px 0
}

.seo_packages_container.tilted {
	height: auto!important;
	overflow: hidden
}

.seo_packages_container.tilted h2 {
	color: #fff
}

.seo_packages_container.tilted .seo-package-box {
	text-align: center;
	color: #4A4A4A;
	background: rgba(255,255,255,.8);
	padding: 10px;
	width: 33%;
	display: block;
	float: left;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.seo_packages_container.tilted .seo-package-box .icon {
	background: #fff;
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.seo_packages_container.tilted .seo-package-box .title {
	background: #4A4A4A;
	color: #fff;
	text-transform: uppercase;
	font-family: 微软雅黑;
	font-size: 30px;
	padding: 20px 0;
	transform: translateZ(0) skewY(-2deg);
	-webkit-transform: translateZ(0) skewY(-2deg);
	margin-top: -20px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.seo_packages_container.tilted .seo-package-box .title span {
	transform: translateZ(0) skewY(2deg);
	-webkit-transform: translateZ(0) skewY(2deg);
	display: block
}

.seo_packages_container.tilted .seo-package-box .patch {
	background: #57842F;
	color: #fff;
	text-transform: uppercase;
	font-family: 微软雅黑;
	padding: 10px 0;
	height: 40px;
	font-size: 20px
}

.seo_packages_container.tilted .seo-package-box .package-content {
	font-size: 28px
}

.seo_packages_container.tilted .seo-package-box .package-content>div {
	margin-top: 20px
}

.seo_packages_container.tilted .seo-package-box .package-content>div:last-child {
	height: auto
}

.seo_packages_container.tilted .seo-package-box .package-content .first-analysis ul span {
	font-family: 微软雅黑;
}

.seo_packages_container.tilted .seo-package-box .package-content .on-page-analysis {
	height: 365px
}

.seo_packages_container.tilted .seo-package-box .package-content .off-page-analysis {
	height: 233px
}

.seo_packages_container.tilted .seo-package-box .package-content .seo-workshop {
	height: 167px
}

.seo_packages_container.tilted .seo-package-box .package-content ul {
	border-top: 1px solid #4A4A4A;
	padding-left: 0;
	font-size: 18px
}

.seo_packages_container.tilted .seo-package-box .package-content li {
	list-style: none;
	padding: 4px 0
}

.seo_packages_container.tilted .seo-package-box .package-content li:before {
	content: none!important;
	background-image: none
}

.seo_packages_container.tilted .seo-package-box .package-content li:nth-child(even) {
	background: rgba(0,0,0,.1)
}

.seo_packages_container.tilted .seo-package-box.recommended {
	border: 4px solid #57842F;
	margin-top: -44px
}

.seo_packages_container.tilted .seo-package-box:hover {
	background: #fff;
	padding-bottom: 15px
}

.seo_packages_container.tilted .seo-package-box:hover .title {
	margin-top: -30px;
	margin-bottom: 5px
}

@media (max-width:992px) {
	.seo_packages_container.tilted .seo-package-box {
		float: none;
		width: 100%;
		margin-bottom: 20px
	}

	.seo_packages_container.tilted .seo-package-box .icon {
		height: 140px
	}

	.seo_packages_container.tilted .seo-package-box .package-content .off-page-analysis,.seo_packages_container.tilted .seo-package-box .package-content .on-page-analysis,.seo_packages_container.tilted .seo-package-box .package-content .seo-workshop {
		height: auto
	}

	.seo_packages_container.tilted .seo-package-box.recommended {
		margin-top: 0
	}
}

.no-csstransforms3d .st-pusher,.no-js .st-pusher {
	padding-left: 470px
}

.st-container,.st-content,.st-pusher,body,html {
	height: 100%
}

.language-menu {
	border-right: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-right: 0;
	position: relative;
	opacity: 1;
	width: auto;
	transition: all .5s;
	float: left;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

@media (min-width:768px) {
	.language-menu {
		margin-right: 15px
	}
}

@media (max-width:768px) {
	.st-menu-open .language-menu {
		opacity: 0;
		line-height: 0;
		float: left;
		overflow: hidden;
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}
}

.language-menu .active {
	background: #fff;
	display: block;
	width: 3px;
	position: absolute;
	height: 50%;
	right: 0;
	top: 0;
	transition: top .5s cubic-bezier(0.91,.01,.61,1.29)
}

.language-menu li,.language-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.language-menu li a,.language-menu ul a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	font-family: 微软雅黑;
}

.language-menu li .wpml-ls-current-language a,.language-menu ul .wpml-ls-current-language a {
	font-family: 微软雅黑;
}

.menu-button-container {
	transition: right .5s cubic-bezier(0.91,.01,.61,1.29);
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right
}



@media (min-width:768px) {
	.st-menu-open .menu-button-container {
		right: 340px
	}
}

@media (min-width:1400px) {
	.st-menu-open .menu-button-container {
		right: 380px
	}
}

@media (min-width:1800px) {
	.st-menu-open .menu-button-container {
		right: 420px;
	}
}

@media (min-width:2190px) {
	.st-menu-open .menu-button-container {
		right: 500px;
	}
}

#toggle-menu {
	position: relative;
	display: inline-block;
	float: right;
	width: 80px;
	height: 40px;
	background: 0 0;
	transition: right .5s cubic-bezier(0.91,.01,.61,1.29);
	/*padding: 0px ;*/
	margin-top: 6px;
	overflow: hidden;
}

#toggle-menu * {
	transition: .25s ease-in-out;
	box-sizing: border-box
}

#toggle-menu #hamburger {
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%
}

#toggle-menu #hamburger span {
	display: block;
	background: rgb(0,153,255);
	border-radius: 0px;
	width: 60px;
	height: 4px;
	position: relative;
	top: 0px;
	left: 10px;
	margin: 6px 0
}

#toggle-menu #hamburger span:nth-child(1) {
	transition: width .25s .5s ease-in-out,margin .2s ease
}

#toggle-menu #hamburger span:nth-child(2) {
	transition: width .25s .625s ease-in-out,margin .2s ease
}

#toggle-menu #hamburger span:nth-child(3) {
	transition: width .25s .75s ease-in-out,margin .2s ease
}

#toggle-menu:active #hamburger span:nth-child(1),#toggle-menu:focus #hamburger span:nth-child(1),#toggle-menu:hover #hamburger span:nth-child(1) {
	margin: 6px 0 8px 0
}

#toggle-menu:active #hamburger span:nth-child(2),#toggle-menu:active #hamburger span:nth-child(3),#toggle-menu:focus #hamburger span:nth-child(2),#toggle-menu:focus #hamburger span:nth-child(3),
#toggle-menu:hover #hamburger span:nth-child(2),#toggle-menu:hover #hamburger span:nth-child(3) {
	margin: 8px 0 8px
}

#toggle-menu #cross {
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: transform .3s ease
}

#toggle-menu #cross span {
	display: block;
	background: rgb(0,153,255);
	border-radius: 0px
}

#toggle-menu #cross span:nth-child(1) {
	height: 0;
	width: 4px;
	position: absolute;
	top: 24%;
	left: 32px;
	transition-delay: 0s
}

#toggle-menu #cross span:nth-child(2) {
	width: 0;
	height: 4px;
	position: absolute;
	left: 20%;
	top: 25px;
	transition-delay: .25s
}

#toggle-menu:active #cross,#toggle-menu:focus #cross,#toggle-menu:hover #cross {
	transform: rotate(45deg) scale(1.1);
	-webkit-transform: rotate(45deg) scale(1.1);
	-moz-transform: rotate(45deg) scale(1.1)
}

#toggle-menu.open .language-menu {
	display: none
}

#toggle-menu.open #hamburger span {
	width: 0
}

#toggle-menu.open #hamburger span:nth-child(1) {
	transition-delay: 0s
}

#toggle-menu.open #hamburger span:nth-child(2) {
	transition-delay: .125s
}

#toggle-menu.open #hamburger span:nth-child(3) {
	transition-delay: .25s
}

#toggle-menu.open #cross span:nth-child(1) {
	height: 96%;
	transition-delay: .625s
}

#toggle-menu.open #cross span:nth-child(2) {
	width: 48%;
	transition-delay: .375s
}

.st-content,.st-content-inner {
	position: relative
}

.st-container {
	position: relative;
	overflow: hidden
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform .5s,left .5s;
	transition: transform .5s,left .5s
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(74,74,74,.8);
	content: '';
	opacity: 0;
	z-index: 500;
	-webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
	transition: opacity .5s,width .1s .5s,height .1s .5s
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s,right .5s;
	transition: opacity .5s,right .5s
}

.st-menu {
	padding-left: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 260px;
	height: 100%;
	background: #0099ff;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (min-width:768px) {
	.st-menu {
		width: 370px;
	}
}

.st-menu>nav {
	margin: 10px 0 0;
	transform: skewX(0deg);
	-webkit-transform: skewX(0deg)
}

.st-menu-open .st-menu>nav {
	margin: 10px 0 0 -30px;
	transform: skewX(-4deg);
	-webkit-transform: skewX(-4deg)
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
	transition: opacity .5s,width .1s .5s,height .1s .5s
}

.st-menu .main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.st-menu .main-navigation ul li {
	display: block;
	width: 100%;
	left: 50%;
	transform: translate(-50%,0)
}

.st-menu .main-navigation ul li a {
	outline: 0;
	padding-left: 80px;
	background-color: rgba(74,74,74,0);
	text-decoration: none;
	transition: background-color .3s ease
}

@media (min-width:768px) {
	.st-menu .main-navigation ul li a {
		padding-left: 120px
	}
}

.st-menu .main-navigation ul li a:active,.st-menu .main-navigation ul li a:focus,.st-menu .main-navigation ul li a:hover,.st-menu .main-navigation ul li.current-menu-item a {
	color: #FFF;
	background-color: #008be9;
}

.close-menu {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 1000
}

.st-menu-open .close-menu {
	display: block
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.77,0,.6,1);
	transition: transform .5s cubic-bezier(0.77,0,.6,1);
	overflow: hidden
}

.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translateZ(0) skewX(4deg);
	transform: translateZ(0) skewX(4deg);
	right: -50px
}

.st-effect-1.st-menu::after {
	display: none
}

nav.menu-engl {
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin: 10px 0 0!important
}

@media (min-width:768px) {
	nav.menu-engl {
		margin: 10px 0 0 -10px!important
	}
}

nav.menu-engl ul {
	margin: 0;
	padding: 0
}

nav.menu-engl li {
	width: 70%;
	list-style: none
}

@media (min-width:768px) {
	nav.menu-engl li {
		width: 90%
	}
}

nav.menu-engl li:before {
	content: none
}

nav.menu-engl a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 5px;
	color: #FFF;
	font-style: normal;
	font-family: 微软雅黑;
	text-decoration: none;
	text-align: center;
	font-size: 16px
}

nav.menu-engl a:active,nav.menu-engl a:focus,nav.menu-engl a:hover,nav.menu-engl li.current-menu-item a {
	color: #FFF;
	background-color: rgba(74,74,74,.5)
}

input[type=email].newsletter_input {
	display: inline-block;
	width: 80%;
	font-size: 18px
}

.newsletter_submit {
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: none;
	border-radius: 0;
	padding: 4px 9px
}

.entry-content ::-webkit-input-placeholder,.entry-content input[type=email].newsletter_input {
	font-size: 18px
}

.entry-content input[type=email].newsletter_input {
	border-color: #4A4A4A!important
}

.site-footer {
	display: block;
	padding: 100px 0 0;
	margin: 0;
	background-color: #4A4A4A;
	color: #fff;
	position: relative
}

@media (min-width:992px) {
	.site-footer {
		padding: 80px 0 0
	}
}

.site-footer .site-inner {
	padding: 0 15px 10px
}

.site-footer .footer-content-wrapper {
	position: relative;
	-webkit-box-shadow: 0 3px 5px 0 rgba(50,50,50,.55)!important;
	-moz-box-shadow: 0 3px 5px 0 rgba(50,50,50,.55)!important;
	box-shadow: 0 3px 5px 0 rgba(50,50,50,.55)!important;
	z-index: 10
}

.site-footer a {
	color: #fff
}

.site-footer .footer-col {
	margin-bottom: 50px
}

@media (min-width:768px) {
	.site-footer .footer-col {
		margin-bottom: 0
	}
}

.site-footer .col-title {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: 微软雅黑;
	font-style: normal
}

.site-footer .col-subline {
	display: block;
	font-family: 微软雅黑;
	margin-bottom: 20px
}

.site-footer input[type=email].newsletter_input {
	display: inline-block;
	width: 78%
}

.site-footer .col-social ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.site-footer .col-social ul li {
	display: inline-block;
	margin: 7px 20px 0 0;
	padding: 0;
	height: 30px;
	width: 30px;
	position: relative
}

.site-footer .col-social a {
	vertical-align: middle;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	background-color: transparent;
	transition: background-color .2s ease
}

.site-footer .col-social a svg g {
	transition: fill .2s ease
}

.site-footer .col-social a:active,.site-footer .col-social a:focus,.site-footer .col-social a:hover {
	background-color: #FFF
}

.site-footer .col-social a:active svg g,.site-footer .col-social a:focus svg g,.site-footer .col-social a:hover svg g {
	fill: #4A4A4A
}

.site-footer .col-social svg {
	vertical-align: middle
}

.site-footer input {
	vertical-align: top;
	height: 42px
}

.site-footer .newsletter_submit {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent
}

.site-footer .newsletter_submit button {
	vertical-align: top
}

.site-footer .newsletter_submit svg {
	height: 42px;
	padding: 7px;
	background-color: transparent;
	transition: background-color .2s ease
}

.site-footer .newsletter_submit #arrow-right-go {
	transition: fill .2s ease
}

.site-footer .newsletter_submit:active svg,.site-footer .newsletter_submit:focus svg,.site-footer .newsletter_submit:hover svg {
	background-color: #FFF
}

.site-footer .newsletter_submit:active #arrow-right-go,.site-footer .newsletter_submit:focus #arrow-right-go,.site-footer .newsletter_submit:hover #arrow-right-go {
	fill: #4A4A4A
}

.site-footer address {
	font-weight: 400;
	font-size: 16px
}

.site-footer address a:active,.site-footer address a:focus,.site-footer address a:hover {
	text-decoration: underline
}

.site-footer address span.icon {
	display: inline-block;
	width: 30px;
	vertical-align: top
}

.site-footer address span.text {
	display: inline-block
}

.site-footer address .address {
	vertical-align: top;
	display: block;
	width: 100%;
	margin-bottom: 20px
}

@media (min-width:480px) {
	.site-footer address .address {
		display: inline-block;
		width: 44%;
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.site-footer address .address {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}
}

@media (min-width:1200px) {
	.site-footer address .address {
		display: inline-block;
		width: 44%;
		margin-bottom: 0
	}
}

.site-footer address .address.full-width {
	width: 100%
}

.site-footer address .contact {
	vertical-align: top;
	display: block;
	width: 100%
}

.site-footer address .contact a {
	text-decoration: none
}

@media (min-width:480px) {
	.site-footer address .contact {
		display: inline-block;
		width: 54%
	}
}

@media (min-width:768px) {
	.site-footer address .contact {
		display: block;
		width: 100%
	}
}

@media (min-width:1200px) {
	.site-footer address .contact {
		display: inline-block;
		width: 54%
	}
}

.site-footer address .contact span.icon {
	width: 40px;
	padding-left: 6px
}

@media (min-width:480px) {
	.site-footer address .contact span.icon {
		width: 25px;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.site-footer address .contact span.icon {
		width: 40px;
		padding-left: 6px
	}
}

@media (min-width:1200px) {
	.site-footer address .contact span.icon {
		width: 25px;
		padding-left: 0
	}
}

.site-footer .link_gmap {
	margin-top: 20px
}

.site-footer .link_gmap a {
	color: #9D9D9D;
	transition: color .2s ease;
	text-decoration: none
}

.site-footer .link_gmap a:active,.site-footer .link_gmap a:focus,.site-footer .link_gmap a:hover {
	text-decoration: underline
}

.site-footer .link_gmap a svg {
	height: 20px
}

.site-footer .link_gmap a svg g {
	transition: fill .2s ease
}

.site-footer .link_gmap a:active,.site-footer .link_gmap a:focus,.site-footer .link_gmap a:hover {
	color: #FFF
}

.site-footer .link_gmap a:active svg g,.site-footer .link_gmap a:focus svg g,.site-footer .link_gmap a:hover svg g {
	fill: #FFF
}

.site-footer .divider_dots {
	margin-top: 20px;
	width: 100%;
	text-align: center
}

.site-footer .dot {
	position: relative;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 35px;
	border-radius: 5px;
	background-color: #9D9D9D
}

.site-footer .dot:last-child {
	margin-right: 0
}

.site-footer .footer-navigation ul {
	font-size: 0;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	list-style: none
}

.site-footer .footer-navigation ul li {
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding: 10px
}

.site-footer .footer-navigation ul li:after {
	content: '';
	position: absolute;
	display: block;
	height: 12px;
	width: 1px;
	top: 14px;
	right: 0;
	background-color: #9D9D9D
}

.site-footer .footer-navigation ul li:last-child:after {
	height: 0;
	width: 0;
	background-color: transparent
}

.site-footer .footer-navigation a {
	color: #9D9D9D;
	text-decoration: none
}

.site-footer .footer-navigation a:active,.site-footer .footer-navigation a:focus,.site-footer .footer-navigation a:hover {
	color: #FFF;
	text-decoration: underline
}

.site-footer #footer_map,.site-footer .googlemaps {
	display: block;
	width: 100%;
	height: 400px
}

.gm-style-iw {
	color: #4A4A4A
}

.gm-style img {
	max-width: none;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px
}

form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form input[type=url],form textarea {
	border: 1px solid #757677;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #FFF;
	color: #4A4A4A;
	font-family: 微软雅黑;
}

form input::-webkit-input-placeholder {
	padding-top: 5px;
	color: red;
	font-size: 12px;
	font-weight: 400
}

form input:-moz-placeholder {
	padding-top: 5px;
	color: red;
	font-size: 12px
}

form input::-moz-placeholder {
	padding-top: 5px;
	color: red;
	font-size: 12px
}

form input:-ms-input-placeholder {
	padding-top: 5px;
	color: red;
	font-size: 12px
}

form input:focus::-webkit-input-placeholder {
	color: transparent
}

form input:focus:-moz-placeholder {
	color: transparent
}

form input:focus::-moz-placeholder {
	color: transparent
}

form input:focus:-ms-input-placeholder {
	color: transparent
}

form.inverted input[type=email],form.inverted input[type=number],form.inverted input[type=password],form.inverted input[type=search],form.inverted input[type=tel],form.inverted input[type=text],form.inverted input[type=url],form.inverted textarea {
	border-color: #FFF;
	background-color: #4A4A4A;
	color: #FFF
}

form.inverted input::-webkit-input-placeholder {
	color: #FFF
}

form.inverted input:-moz-placeholder {
	color: #FFF
}

form.inverted input::-moz-placeholder {
	color: #FFF
}

form.inverted input:-ms-input-placeholder {
	color: #FFF
}

form.inverted input:focus::-webkit-input-placeholder {
	color: transparent
}

form.inverted input:focus:-moz-placeholder {
	color: transparent
}

form.inverted input:focus::-moz-placeholder {
	color: transparent
}

form.inverted input:focus:-ms-input-placeholder {
	color: transparent
}

ul.employees-list {
	margin: 0
}

.post_teasergrid_item ul,.teasergrid_item ul {
	padding-left: 0
}

.post_teasergrid_item li,.teasergrid_item li {
	list-style: none
}

.post_teasergrid_item li:before,.teasergrid_item li:before {
	content: none
}

.post_teasergrid_item.hero,.teasergrid_item.hero {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px
}

.post_teasergrid_item.hero .image,.teasergrid_item.hero .image {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

@media (min-width:768px) {
	.post_teasergrid_item.hero .image,.teasergrid_item.hero .image {
		width: 50%
	}
}

.post_teasergrid_item.hero .image img,.teasergrid_item.hero .image img {
	width: 100%
}

.post_teasergrid_item.hero .content,.teasergrid_item.hero .content {
	display: inline-block;
	margin-top: 50px;
	width: 100%
}

@media (min-width:768px) {
	.post_teasergrid_item.hero .content,.teasergrid_item.hero .content {
		margin-top: 20px;
		padding-left: 30px;
		width: 50%
	}
}

@media (min-width:1025px) {
	.post_teasergrid_item.hero .content,.teasergrid_item.hero .content {
		width: 40%
	}
}

.post_teasergrid_item.hero .additionalInfo,.teasergrid_item.hero .additionalInfo {
	margin-bottom: 15px;
	font-family: 微软雅黑;
	font-style: normal;
	color: #57842F
}

.post_teasergrid_item.hero .text,.teasergrid_item.hero .text {
	margin-bottom: 50px;
	font-size: 28px;
	font-family: 微软雅黑;
	font-style: normal;
	color: #757677;
	-webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
	.post_teasergrid_item.hero .text,.teasergrid_item.hero .text {
		font-size: 24px
	}
}

@media (min-width:992px) {
	.post_teasergrid_item.hero .text,.teasergrid_item.hero .text {
		font-size: 32px
	}
}

@media (min-width:768px) {
	.post_teasergrid_item.hero .moreLink,.teasergrid_item.hero .moreLink {
		font-size: 16px;
		padding: 10px 15px
	}
}

.post_teasergrid_item.thumbs.teasergrid_item,.teasergrid_item.thumbs.teasergrid_item {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.teasergrid_item,.teasergrid_item.thumbs.teasergrid_item {
		padding-top: 74.66%;
		width: 100%
	}
}

.post_teasergrid_item.thumbs.teasergrid_item img,.teasergrid_item.thumbs.teasergrid_item img {
	display: inline-block;
	width: 100%
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.teasergrid_item .image,.teasergrid_item.thumbs.teasergrid_item .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
	}
}

.post_teasergrid_item.thumbs.teasergrid_item .additionalInfo,.teasergrid_item.thumbs.teasergrid_item .additionalInfo {
	position: absolute;
	left: 5px;
	width: 100%;
	color: #FFF;
	font-family: 微软雅黑;
	font-weight: 400;
	z-index: 17;
	top: 5px;
	padding: 46px 30px 0 38px;
	font-size: 16px
}

.post_teasergrid_item.thumbs.teasergrid_item .additionalInfo::before,.teasergrid_item.thumbs.teasergrid_item .additionalInfo::before {
	content: '';
	position: absolute;
	left: 5px;
	height: 1px;
	background-color: #FFF;
	top: 40px;
	width: 50px
}

.post_teasergrid_item.thumbs.teasergrid_item .additionalInfo::after,.teasergrid_item.thumbs.teasergrid_item .additionalInfo::after {
	content: '';
	position: absolute;
	top: 15px;
	width: 1px;
	background-color: #FFF;
	left: 30px;
	height: 50px
}

.post_teasergrid_item.thumbs.teasergrid_item .text,.teasergrid_item.thumbs.teasergrid_item .text {
	position: relative;
	margin-top: -5%;
	margin-bottom: -5%;
	padding: 15px;
	background-color: #4A4A4A;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	z-index: 15;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media (min-width:768px) {
	.post_teasergrid_item.thumbs.teasergrid_item .text,.teasergrid_item.thumbs.teasergrid_item .text {
		z-index: initial
	}
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.teasergrid_item .text,.teasergrid_item.thumbs.teasergrid_item .text {
		position: absolute;
		opacity: 0;
		bottom: -75%;
		left: 0;
		height: 60%;
		width: 100%
	}
}

.post_teasergrid_item.thumbs.teasergrid_item .text .text-inner,.teasergrid_item.thumbs.teasergrid_item .text .text-inner {
	padding: 80px 10px 30px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity .3s .2s ease;
	-o-transition: opacity .3s .2s ease;
	transition: opacity .3s .2s ease
}

@media (min-width:768px) {
	.post_teasergrid_item.thumbs.teasergrid_item .text .text-inner,.teasergrid_item.thumbs.teasergrid_item .text .text-inner {
		font-size: 22px
	}
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.teasergrid_item .text .text-inner,.teasergrid_item.thumbs.teasergrid_item .text .text-inner {
		opacity: 0;
		font-size: 24px;
		padding: 10px
	}
}

@media (min-width:1080px) {
	.post_teasergrid_item.thumbs.teasergrid_item .text .text-inner,.teasergrid_item.thumbs.teasergrid_item .text .text-inner {
		font-size: 25px;
		padding: 15px 10px
	}
}

@media (min-width:1300px) {
	.post_teasergrid_item.thumbs.teasergrid_item .text .text-inner,.teasergrid_item.thumbs.teasergrid_item .text .text-inner {
		font-size: 28px;
		padding: 20px 10px 15px
	}
}

.post_teasergrid_item.thumbs.teasergrid_item .overlaylink,.teasergrid_item.thumbs.teasergrid_item .overlaylink {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 20
}

.post_teasergrid_item.thumbs.teasergrid_item .hover-content,.teasergrid_item.thumbs.teasergrid_item .hover-content {
	opacity: 1;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 10;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.teasergrid_item .hover-content,.teasergrid_item.thumbs.teasergrid_item .hover-content {
		padding-top: 74.66%;
		height: 100%;
		width: 100%;
		background-color: rgba(87,132,47,.5);
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: initial
	}
}

.post_teasergrid_item.thumbs.teasergrid_item.hovered,.post_teasergrid_item.thumbs.teasergrid_item:active,.post_teasergrid_item.thumbs.teasergrid_item:focus,.post_teasergrid_item.thumbs.teasergrid_item:hover,.teasergrid_item.thumbs.teasergrid_item.hovered,.teasergrid_item.thumbs.teasergrid_item:active,.teasergrid_item.thumbs.teasergrid_item:focus,.teasergrid_item.thumbs.teasergrid_item:hover {
	bottom: 0
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.teasergrid_item.hovered .hover-content,.post_teasergrid_item.thumbs.teasergrid_item:active .hover-content,.post_teasergrid_item.thumbs.teasergrid_item:focus .hover-content,.post_teasergrid_item.thumbs.teasergrid_item:hover .hover-content,.teasergrid_item.thumbs.teasergrid_item.hovered .hover-content,.teasergrid_item.thumbs.teasergrid_item:active .hover-content,.teasergrid_item.thumbs.teasergrid_item:focus .hover-content,.teasergrid_item.thumbs.teasergrid_item:hover .hover-content {
		opacity: 1
	}

	.post_teasergrid_item.thumbs.teasergrid_item.hovered .text,.post_teasergrid_item.thumbs.teasergrid_item:active .text,.post_teasergrid_item.thumbs.teasergrid_item:focus .text,.post_teasergrid_item.thumbs.teasergrid_item:hover .text,.teasergrid_item.thumbs.teasergrid_item.hovered .text,.teasergrid_item.thumbs.teasergrid_item:active .text,.teasergrid_item.thumbs.teasergrid_item:focus .text,.teasergrid_item.thumbs.teasergrid_item:hover .text {
		opacity: 1;
		bottom: 4%
	}

	.post_teasergrid_item.thumbs.teasergrid_item.hovered .text-inner,.post_teasergrid_item.thumbs.teasergrid_item:active .text-inner,.post_teasergrid_item.thumbs.teasergrid_item:focus .text-inner,.post_teasergrid_item.thumbs.teasergrid_item:hover .text-inner,.teasergrid_item.thumbs.teasergrid_item.hovered .text-inner,.teasergrid_item.thumbs.teasergrid_item:active .text-inner,.teasergrid_item.thumbs.teasergrid_item:focus .text-inner,.teasergrid_item.thumbs.teasergrid_item:hover .text-inner {
		opacity: 1
	}
}

.post_teasergrid_item {
	width: 60%
}

@media (min-width:768px) {
	.post_teasergrid_item.hero .image {
		width: 50%;
		margin-left: 0
	}
}

@media (min-width:1025px) {
	.post_teasergrid_item.hero .image {
		width: 60%
	}
}

@media (min-width:768px) {
	.post_teasergrid_item.hero .content {
		width: 50%
	}
}

@media (min-width:1025px) {
	.post_teasergrid_item.hero .content {
		width: 40%
	}
}

.post_teasergrid_item .category {
	color: #57842F;
	font-family: 微软雅黑;
	font-size: 12px;
	text-transform: uppercase
}

.post_teasergrid_item.thumbs {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden
}

.post_teasergrid_item.thumbs img {
	display: inline-block;
	width: 100%
}

.post_teasergrid_item.thumbs .text-outer {
	position: relative;
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
	top: 0
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs .text-outer {
		width: 100%;
		margin-bottom: -115px
	}
}

.post_teasergrid_item.thumbs .text {
	margin-top: -5%;
	margin-bottom: -5%;
	padding: 15px;
	background-color: #fff;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg)
}

.post_teasergrid_item.thumbs .text .text-inner {
	padding: 10px 10px 40px;
	color: #4A4A4A;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	transform: skewY(3deg) translateZ(0);
	-webkit-transform: skewY(3deg) translateZ(0);
	-webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
	.post_teasergrid_item.thumbs .text .text-inner {
		font-size: 26px
	}
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs .text .text-inner {
		font-size: 24px
	}
}

@media (min-width:1080px) {
	.post_teasergrid_item.thumbs .text .text-inner {
		font-size: 25px
	}
}

@media (min-width:1200px) {
	.post_teasergrid_item.thumbs .text .text-inner {
		font-size: 28px
	}
}

.post_teasergrid_item.thumbs .text.tags {
	height: 100px;
	line-height: 3;
	background-color: #4A4A4A
}

@media (max-width:992px) {
	.post_teasergrid_item.thumbs .text.tags {
		display: none
	}
}

.post_teasergrid_item.thumbs .text.tags .text-inner {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding-bottom: 0;
	padding-top: 10px;
	line-height: 1;
	max-height: 60px;
	overflow: hidden
}

.post_teasergrid_item.thumbs .text.tags .tag {
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 2px 4px;
	font-size: 12px;
	margin-right: 10px;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	transition: all .2s ease
}

.post_teasergrid_item.thumbs .text.tags .tag:active,.post_teasergrid_item.thumbs .text.tags .tag:focus,.post_teasergrid_item.thumbs .text.tags .tag:hover {
	color: #4A4A4A;
	background-color: #FFF
}

.post_teasergrid_item.thumbs .overlaylink {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 20
}

@media (min-width:1025px) {
	.post_teasergrid_item.thumbs.hovered .overlaylink,.post_teasergrid_item.thumbs.hovered .text-outer,.post_teasergrid_item.thumbs:active .overlaylink,.post_teasergrid_item.thumbs:active .text-outer,.post_teasergrid_item.thumbs:focus .overlaylink,.post_teasergrid_item.thumbs:focus .text-outer,.post_teasergrid_item.thumbs:hover .overlaylink,.post_teasergrid_item.thumbs:hover .text-outer {
		top: -100px
	}
}

.post_teasergrid_item.thumbs .wp-post-image {
	margin-bottom: 0
}

.employees-list-wrapper ul {
	padding: 0
}

.employees-list-wrapper ul li {
	list-style: none
}

.employees-list-wrapper ul li:before {
	content: none
}

@media (min-width:992px) AND (max-width:1025px) {
	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .text {
		height: 190px
	}
}

@media (min-width:1025px) {
	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .text {
		height: 54%;
		padding: 5px 10px
	}
}

@media (min-width:992px) AND (max-width:1025px) {
	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .text-inner {
		font-size: 21px;
		margin-top: 0;
		padding: 90px 10px 30px
	}
}

@media (min-width:1025px) AND (max-width:1200px) {
	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .text-inner {
		padding: 5px
	}
}

@media (min-width:1200px) {
	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .text-inner {
		padding: 10px 10px 15px
	}
}

@media (min-width:1025px) AND (max-width:1200px) {
	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .additionalInfo {
		top: 0;
		padding: 35px 30px 0 27px
	}

	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .additionalInfo:before {
		top: 30px;
		width: 30px
	}

	.employees-list-wrapper .teasergrid_item.thumbs.teasergrid_item .additionalInfo:after {
		left: 20px;
		height: 30px
	}
}

body.tag .block_post_teaserlist {
	margin-top: 50px
}

p.centered-content {
	text-align: center
}

.carousel-wrapper,.projects-wrapper {
	padding: 25px
}

.carousel-wrapper .owl-carousel.owl-loaded,.projects-wrapper .owl-carousel.owl-loaded {
	margin-bottom: 50px
}

.carousel-wrapper .owl-carousel .owl-item img,.projects-wrapper .owl-carousel .owl-item img {
	height: 100px;
	width: 100%
}

.carousel-wrapper .owl-carousel .owl-controls .owl-prev,.projects-wrapper .owl-carousel .owl-controls .owl-prev {
	position: absolute;
	border-radius: 0;
	height: 100%;
	top: 0;
	left: -30px;
	padding: 0;
	width: 45px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	opacity: 1;
	display: block;
	color: grey;
	background: 0 0;
	line-height: 6;
	margin: 0
}

@media (min-width:480px) {
	.carousel-wrapper .owl-carousel .owl-controls .owl-prev,.projects-wrapper .owl-carousel .owl-controls .owl-prev {
		left: -20px;
		line-height: 10
	}
}

.carousel-wrapper .owl-carousel .owl-controls .owl-prev:active,.carousel-wrapper .owl-carousel .owl-controls .owl-prev:focus,.carousel-wrapper .owl-carousel .owl-controls .owl-prev:hover,.projects-wrapper .owl-carousel .owl-controls .owl-prev:active,.projects-wrapper .owl-carousel .owl-controls .owl-prev:focus,.projects-wrapper .owl-carousel .owl-controls .owl-prev:hover {
	color: grey;
	background: 0 0
}

.carousel-wrapper .owl-carousel .owl-controls .owl-prev:active:before,.carousel-wrapper .owl-carousel .owl-controls .owl-prev:focus:before,.carousel-wrapper .owl-carousel .owl-controls .owl-prev:hover:before,.projects-wrapper .owl-carousel .owl-controls .owl-prev:active:before,.projects-wrapper .owl-carousel .owl-controls .owl-prev:focus:before,.projects-wrapper .owl-carousel .owl-controls .owl-prev:hover:before {
	background-image: url(../img/icons/Arrow-left-hover.svg)
}

.carousel-wrapper .owl-carousel .owl-controls .owl-prev:before,.projects-wrapper .owl-carousel .owl-controls .owl-prev:before {
	content: '';
	background-image: url(../img/icons/Arrow-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
	height: 100%;
	width: 50%;
	vertical-align: middle
}

@media (min-width:480px) {
	.carousel-wrapper .owl-carousel .owl-controls .owl-prev:before,.projects-wrapper .owl-carousel .owl-controls .owl-prev:before {
		height: 60px;
		width: 100%
	}
}

.carousel-wrapper .owl-carousel .owl-controls .owl-next,.projects-wrapper .owl-carousel .owl-controls .owl-next {
	position: absolute;
	border-radius: 0;
	height: 100%;
	top: 0;
	right: -50px;
	padding: 0;
	width: 45px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	opacity: 1;
	display: block;
	color: grey;
	background: 0 0;
	line-height: 6;
	margin: 0
}

@media (min-width:480px) {
	.carousel-wrapper .owl-carousel .owl-controls .owl-next,.projects-wrapper .owl-carousel .owl-controls .owl-next {
		right: -20px;
		line-height: 10
	}
}

.carousel-wrapper .owl-carousel .owl-controls .owl-next:active,.carousel-wrapper .owl-carousel .owl-controls .owl-next:focus,.carousel-wrapper .owl-carousel .owl-controls .owl-next:hover,.projects-wrapper .owl-carousel .owl-controls .owl-next:active,.projects-wrapper .owl-carousel .owl-controls .owl-next:focus,.projects-wrapper .owl-carousel .owl-controls .owl-next:hover {
	color: grey;
	background: 0 0
}

.carousel-wrapper .owl-carousel .owl-controls .owl-next:active:after,.carousel-wrapper .owl-carousel .owl-controls .owl-next:focus:after,.carousel-wrapper .owl-carousel .owl-controls .owl-next:hover:after,.projects-wrapper .owl-carousel .owl-controls .owl-next:active:after,.projects-wrapper .owl-carousel .owl-controls .owl-next:focus:after,.projects-wrapper .owl-carousel .owl-controls .owl-next:hover:after {
	background-image: url(../img/icons/Arrow-Right-hover.svg)
}

.carousel-wrapper .owl-carousel .owl-controls .owl-next:after,.projects-wrapper .owl-carousel .owl-controls .owl-next:after {
	content: '';
	background-image: url(../img/icons/Arrow-Right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	height: 100%;
	width: 50%;
	vertical-align: middle
}

@media (min-width:480px) {
	.carousel-wrapper .owl-carousel .owl-controls .owl-next:after,.projects-wrapper .owl-carousel .owl-controls .owl-next:after {
		height: 60px;
		width: 100%
	}
}

.client-list-wrapper .client-list .item {
	list-style: none;
	width: 25%;
	float: left
}

@media (max-width:1199px) {
	.client-list-wrapper .client-list .item {
		width: 33.333333%
	}
}

@media (max-width:767px) {
	.client-list-wrapper .client-list .item {
		width: 50%
	}
}

.client-list-wrapper .client-list .item:before {
	content: none
}

.client-list-wrapper .client-list .item .image {
	position: relative
}

.client-list-wrapper .client-list .item .image img {
	width: 70%;
	margin: 10px 0 30px
}

.client-list-wrapper .client-list .item .image.activeClient::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 30px;
	height: 1px;
	width: 20px;
	background-color: #57842F
}

.client-list-wrapper .client-list .item .image.activeClient::after {
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	width: 1px;
	height: 20px;
	background-color: #57842F
}

.client-list-wrapper .client-list .item:last-child:after {
	float: none;
	clear: both;
	display: table
}

.carousel-wrapper .blog-carousel.owl-carousel .owl-item img,.carousel-wrapper .projects-carousel.owl-carousel .owl-item img,.projects-wrapper .owl-carousel .owl-item img {
	height: auto
}

.carousel-wrapper .blog-carousel .teasergrid_item.thumbs.teasergrid_item,.carousel-wrapper .projects-carousel .post_teasergrid_item.thumbs.teasergrid_item,.carousel-wrapper .projects-carousel .teasergrid_item.thumbs.teasergrid_item .carousel-wrapper .blog-carousel .post_teasergrid_item.thumbs.teasergrid_item {
	margin-bottom: 0
}

.blog-carousel .owl-controls .owl-nav .owl-next,.blog-carousel .owl-controls .owl-nav .owl-prev,.projects-carousel .owl-controls .owl-nav .owl-next,.projects-carousel .owl-controls .owl-nav .owl-prev {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:480px) {
	.blog-carousel.owl-carousel .owl-controls .owl-next,.projects-carousel.owl-carousel .owl-controls .owl-next {
		right: -40px
	}
}

@media (min-width:480px) {
	.blog-carousel.owl-carousel .owl-controls .owl-prev,.projects-carousel.owl-carousel .owl-controls .owl-prev {
		left: -40px
	}
}

.block_cs_list {
	clear: both
}

.block_cs_list .vc_row {
	margin: 0
}

.block_cs_list .project-item {
	width: 30%
}

@media (min-width:1025px) {
	.block_cs_list .project-item {
		width: 33.33333%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:767px) {
	.block_cs_list .project-item {
		width: 100%
	}
}

.toTopBtn {
	position: fixed;
	bottom: 130px;
	height: 60px;
	width: 60px;
	right: 10px;
	text-align: center;
	z-index: 8888;
	opacity: 0;
	transition: all .5s ease
}

.toTopBtn.animate .bg-circle {
	transform: scale(2);
	opacity: 0;
	transition: all .5s ease
}

.toTopBtn.animate span {
	opacity: 0;
	transition: all .5s ease
}

.toTopBtn.animate svg {
	top: -300px;
	opacity: 0;
	transition: all .8s ease
}

.toTopBtn .bg-circle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background-color: rgba(255,255,255,.8);
	transition: opacity 1s ease
}

.toTopBtn svg {
	display: block;
	left: 21px;
	top: 4px;
	position: relative;
	transition: none;
	fill: #757677
}

.toTopBtn.show,.toTopBtn.show .bg-circle,.toTopBtn.show span {
	opacity: 1
}

.toTopBtn a {
	text-decoration: none;
	font-size: 10px;
	color: #757677;
	height: 100%;
	width: 100%
}

.toTopBtn a span {
	position: relative;
	top: -9px
}

.toTopBtn a img {
	display: none
}

.toTopBtn a:active,.toTopBtn a:focus,.toTopBtn a:hover {
	text-decoration: none;
	transition: opacity .3s ease;
	outline: 0
}

@media (min-width:768px) {
	.toTopBtn {
		bottom: 100px
	}
}

@media (min-width:1200px) {
	.toTopBtn {
		bottom: 80px
	}
}

.employee-content {
	background-color: #F5F5F5
}

.employee-content .employee-header,.employee-content .service-header {
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px
}

.employee-content .employee-header .employee-role,.employee-content .service-header .employee-role {
	margin-top: 25px;
	display: block;
	margin-left: 75px;
	color: #57842F
}

@media (max-width:768px) {
	.employee-content .employee-header .employee-role,.employee-content .service-header .employee-role {
		margin-left: 30px
	}
}

.employee-content .employee-header .employee-name,.employee-content .service-header .employee-name {
	display: block;
	margin-left: 40px;
	margin-top: 20px;
	font-size: 1.7em
}

.employee-content .employee-header div.h1,.employee-content .employee-header h1,.employee-content .employee-header h3.h1,.employee-content .service-header div.h1,.employee-content .service-header h1,.employee-content .service-header h3.h1 {
	margin-top: -18px;
	padding-right: 0
}

@media (min-width:768px) {
	.employee-content .employee-header div.h1,.employee-content .employee-header h1,.employee-content .employee-header h3.h1,.employee-content .service-header div.h1,.employee-content .service-header h1,.employee-content .service-header h3.h1 {
		margin-top: -30px
	}
}

.employee-content .employee-body .image img {
	width: 100%;
	height: auto;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.employee-content .employee-body .image img {
		margin-bottom: 0
	}
}

.employee-content .employee-body .link-header {
	padding: 20px 0 10px;
	font-size: 1.4em
}

.employee-content .employee-body .employee-facts .employee-heading {
	font-size: 20px;
	display: block;
	margin-bottom: .5em
}

.employee-content .employee-body .employee-description {
	padding-bottom: 25px
}

.employee-content .employee-body .employee-divider {
	background-color: #FFF;
	margin: 10px 0
}

.employee-content .employee-body .social-links a {
	width: 15px;
	height: 15px;
	margin-right: 15px;
	padding: 0
}

.employee-content .employee-body .social-links a:before {
	margin: 0;
	padding: 0
}

.employee-content .employee-body .social-links a.link_twitter:before {
	top: 3px
}

.employee-heading {
	font-size: 20px;
	display: block;
	margin-bottom: .5em
}

.employee-fullwidth {
	background-color: #fff;
	padding-bottom: 0
}

.employee-fullwidth .employee-header {
	margin-bottom: 20px
}

.employee-fullwidth .employee-wrapper {
	margin-bottom: 0;
	padding-bottom: 0
}

.employee-fullwidth .employee-wrapper .vc_column-inner {
	margin-bottom: 0
}

.employee-fullwidth .employee-wrapper .employee-portrait {
	margin-top: 0
}

.employee-fullwidth .employee-wrapper .employee-inner {
	padding-bottom: 40px
}

.employee-fullwidth .employee-wrapper .employee-inner img {
	width: 100%
}

.employee-fullwidth .employee-wrapper .employee-inner-contact {
	background-color: #4A4A4A;
	padding-bottom: 40px
}

.employee-fullwidth .employee-content {
	background-color: #fff
}

.employee-fullwidth .employee-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

@media (min-width:992px) {
	.employee-fullwidth .employee-contact {
		justify-content: space-around
	}
}

.employee-fullwidth .employee-contact .employee-contact-element {
	width: 100%;
	margin: 0 15px
}

@media (min-width:768px) {
	.employee-fullwidth .employee-contact .employee-contact-element {
		width: auto;
		margin: 0 15px 20px
	}
}

@media (min-width:992px) {
	.employee-fullwidth .employee-contact .employee-contact-element {
		margin: 0 0 20px
	}
}

.employee-fullwidth .employee-contact .employee-contact-element a {
	text-decoration: none
}

.employee-fullwidth .employee-contact .employee-contact-element a:active,.employee-fullwidth .employee-contact .employee-contact-element a:focus,.employee-fullwidth .employee-contact .employee-contact-element a:hover {
	text-decoration: underline
}

.employee-fullwidth .employee-contact .employee-contact-element .contact_icon {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	line-height: 1.8;
	display: inline-block;
	margin-right: 10px
}

@media (min-width:768px) {
	.employee-fullwidth .employee-contact .employee-contact-element .contact_icon {
		display: block;
		margin-right: 0
	}
}

.employee-fullwidth .employee-contact .employee-contact-element .contact_icon svg {
	display: inline-block
}

.employee-fullwidth .employee-contact .employee-contact-element .social-links {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	line-height: 1.8;
	display: inline-block
}

@media (min-width:768px) {
	.employee-fullwidth .employee-contact .employee-contact-element .social-links {
		display: block
	}
}

.employee-fullwidth .employee-contact .employee-contact-element .social-links-text {
	width: auto;
	text-align: center;
	display: inline-block
}

@media (min-width:768px) {
	.employee-fullwidth .employee-contact .employee-contact-element .social-links-text {
		width: 140px;
		display: block
	}
}

.employee-fullwidth .employee-contact .employee-contact-element .link_facebook:before {
	background-image: url(../img/icons/facebook_share_white.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_facebook:active:before,.employee-fullwidth .employee-contact .employee-contact-element .link_facebook:focus:before,.employee-fullwidth .employee-contact .employee-contact-element .link_facebook:hover:before {
	background-image: url(../img/icons/facebook_share_lightgray.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_twitter:before {
	background-image: url(../img/icons/twitter_share_white.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_twitter:active:before,.employee-fullwidth .employee-contact .employee-contact-element .link_twitter:focus:before,.employee-fullwidth .employee-contact .employee-contact-element .link_twitter:hover:before {
	background-image: url(../img/icons/twitter_share_lightgray.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_xing:before {
	background-image: url(../img/icons/xing_share_white.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_xing:active:before,.employee-fullwidth .employee-contact .employee-contact-element .link_xing:focus:before,.employee-fullwidth .employee-contact .employee-contact-element .link_xing:hover:before {
	background-image: url(../img/icons/xing_share_lightgray.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_linkedin:before {
	background-image: url(../img/icons/linkedin_share_white.svg)
}

.employee-fullwidth .employee-contact .employee-contact-element .link_linkedin:active:before,.employee-fullwidth .employee-contact .employee-contact-element .link_linkedin:focus:before,.employee-fullwidth .employee-contact .employee-contact-element .link_linkedin:hover:before {
	background-image: url(../img/icons/linkedin_share_lightgray.svg)
}

.employee-team-list {
	margin-top: 100px
}

.employee-claim {
	transform: translateZ(0) skewY(-2deg);
	-webkit-transform: translateZ(0) skewY(-2deg);
	padding: 30px 15px;
	margin-right: -1px;
	color: #fff;
	margin-top: -25px;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover
}

@media (min-width:480px) {
	.employee-claim {
		padding: 50px
	}
}

.employee-claim .text {
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	font-size: 18px;
	width: 100%;
	font-family: 微软雅黑;
}

@media (min-width:480px) {
	.employee-claim .text {
		width: 85%
	}
}

@media (min-width:768px) {
	.employee-claim .text {
		font-size: 28px
	}
}

.employee-claim:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #57842F;
	opacity: .5
}

.job-content {
	background-color: #F5F5F5
}

.job-content .job-header,.job-content .service-header {
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px
}

.job-content .job-header H1,.job-content .service-header H1 {
	margin-top: -18px;
	padding-right: 0
}

@media (min-width:768px) {
	.job-content .job-header H1,.job-content .service-header H1 {
		margin-top: -30px
	}
}

.job-content .job-image {
	padding-bottom: 25px
}

.job-content .job-teaser-body {
	padding: 5px 25px
}

.job-content .vc_custom_background {
	background-color: #f5f5f5!important
}

.job-content .button-wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px
}

.job-dialog .job-role {
	margin-top: 25px;
	display: block;
	margin-left: 75px;
	color: #57842F;
	margin-bottom: -35px
}

@media (max-width:768px) {
	.job-dialog .job-role {
		margin-left: 30px;
		margin-bottom: -15px
	}
}

.job-dialog .job-body {
	padding: 0 50px 30px
}

.job-dialog .job-header {
	padding: 25px
}

.job-dialog .job-footer {
	padding: 25px 45px
}

.job-dialog .download-pdf {
	text-align: center
}

.job-dialog .download-pdf a.link_download {
	display: block
}

.job-fullwidth .job-facts {
	padding: 50px 30px
}

.job-fullwidth .job-footer {
	padding: 50px 45px 0
}

.fancybox-overlay {
	background: rgba(78,91,66,.95);
	background: -moz-linear-gradient(45deg,rgba(78,91,66,.95) 0,rgba(84,109,63,.95) 100%);
	background: -webkit-linear-gradient(45deg,rgba(78,91,66,.95) 0,rgba(84,109,63,.95) 100%);
	background: linear-gradient(45deg,rgba(78,91,66,.95) 0,rgba(84,109,63,.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@lb_gradient_dark_opacity', endColorstr='@lb_gradient_light_opacity', GradientType=1)
}

.fancybox-opened .fancybox-skin {
	padding: 0!important;
	background-color: transparent;
	box-shadow: none
}

.fancybox-opened .fancybox-skin .fancybox-inner {
	overflow: visible!important;
	height: auto!important
}

.fancybox-opened .fancybox-skin .fancybox-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	background: 0 0;
	padding: 0
}

.fancybox-opened .fancybox-skin .fancybox-close-button:before {
	content: '';
	color: #57842F;
	background-image: url(../img/icons/Close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px
}

.popup-item {
	display: none
}

.ui-dialog {
	z-index: 90000
}

.ui-widget-overlay {
	opacity: .8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #253914
}

.button.ui-button,button.ui-button {
	background-color: transparent;
	text-indent: -9999px
}

.button.ui-button .ui-button-icon-primary:before,button.ui-button .ui-button-icon-primary:before {
	color: #57842F;
	content: 'x';
	display: block;
	text-indent: 1px;
	width: 100%;
	float: right;
	position: absolute;
	text-align: right;
	top: 50px;
	right: 10px;
	font-family: 微软雅黑;
}

.button.ui-button .ui-button-text,button.ui-button .ui-button-text {
	text-indent: -9999px
}

.claim {
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	font-family: 微软雅黑;
	line-height: 1.2
}

@media (min-width:768px) {
	.claim {
		font-size: 80px
	}
}

@media (max-width:768px) {
	.claim {
		font-size: 35px
	}
}

.subline {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2
}

@media (min-width:768px) {
	.subline {
		font-size: 45px
	}
}

@media (max-width:768px) {
	.subline {
		font-size: 30px
	}
}

a.header-button {
	display: inline-block;
	margin-top: 50px;
	padding: 10px 20px;
	background-color: #FFF;
	color: #4A4A4A;
	text-decoration: none;
	border: none
}

@media (max-width:768px) {
	a.header-button {
		margin-top: 30px
	}
}

a.link_button.white-button {
	background-color: #FFF;
	color: #4A4A4A;
	border: none;
	transform: translateZ(0)
}

.lang-switch {
	color: #FFF
}

.lang-switch a {
	color: #FFF;
	text-decoration: none
}

.grid-item,.grid-sizer {
	width: 100%
}

@media only screen and (min-width:768px) {
	.grid-item,.grid-sizer {
		width: 30%
	}
}

.gutter-sizer {
	width: 30px
}

.post-content {
	margin-top: 50px
}

.post-content .wp-post-image {
	margin-bottom: 30px
}

.post-header {
	position: relative;
	margin-top: 10px
}

.post-header .post-category {
	display: block;
	color: #57842F;
	font-family: 微软雅黑;
	margin-left: 75px
}

@media (max-width:768px) {
	.post-header .post-category {
		margin-left: 30px;
		padding-bottom: 20px
	}
}

.post-header h1 {
	margin-top: -40px;
	padding-right: 0
}

.blog-footer {
	position: relative
}

.blog-footer .post-date {
	position: absolute;
	top: 15px;
	left: 15px
}

.socialline {
	width: 100%;
	padding: 10px;
	margin: 0 0 30px;
	border-top: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
	text-align: right;
	line-height: .5
}

.socialline ul {
	margin-bottom: 0
}

.socialline ul li {
	display: inline
}

.socialline ul li a .fa {
	display: inline-block;
	position: relative;
	background: #fff;
	width: 30px;
	height: 30px;
	padding: 7px
}

.socialline ul li a .fa.fa-facebook:before {
	background-image: url(../img/icons/facebook_share.svg)
}

.socialline ul li a .fa.fa-twitter:before {
	background-image: url(../img/icons/twitter_share.svg)
}

.socialline ul li a .fa.fa-xing:before {
	background-image: url(../img/icons/xing_share.svg)
}

.socialline ul li a .fa.fa-linkedin:before {
	background-image: url(../img/icons/linkedin_share.svg)
}

.socialline ul li a .fa:active,.socialline ul li a .fa:focus,.socialline ul li a .fa:hover {
	background: linear-gradient(45deg,rgba(37,57,20,.8) 0,rgba(85,147,29,.8) 100%)
}

.socialline ul li a .fa:active.fa-facebook:before,.socialline ul li a .fa:focus.fa-facebook:before,.socialline ul li a .fa:hover.fa-facebook:before {
	background-image: url(../img/icons/facebook_share_white.svg)
}

.socialline ul li a .fa:active.fa-twitter:before,.socialline ul li a .fa:focus.fa-twitter:before,.socialline ul li a .fa:hover.fa-twitter:before {
	background-image: url(../img/icons/twitter_share_white.svg)
}

.socialline ul li a .fa:active.fa-xing:before,.socialline ul li a .fa:focus.fa-xing:before,.socialline ul li a .fa:hover.fa-xing:before {
	background-image: url(../img/icons/xing_share_white.svg)
}

.socialline ul li a .fa:active.fa-linkedin:before,.socialline ul li a .fa:focus.fa-linkedin:before,.socialline ul li a .fa:hover.fa-linkedin:before {
	background-image: url(../img/icons/linkedin_share_white.svg)
}

.socialline ul li a .fa:before {
	content: '';
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 7px;
	left: 7px;
	background-size: contain;
	background-repeat: no-repeat
}

.socialline ul li a .share_text {
	display: none
}

.site-content ul.author_sidebar {
	margin: 0;
	padding: 0
}

.site-content ul.author_sidebar li {
	list-style: none;
	margin: 10px 0 50px
}

.site-content ul.author_sidebar li:before {
	content: none!important;
	background: 0 0
}

.site-content ul.author_sidebar p {
	margin-top: 20px;
	margin-bottom: 20px
}

.entry-content a.link_tag,a.link_tag {
	background-color: #fff;
	z-index: 2;
	position: relative
}

.related_posts {
	margin-top: 0
}

.related_posts.casestudy {
	margin-top: 50px
}

.related-blogposts {
	background-color: #F5F5F5;
	overflow: visible!important
}

.entry-content .service-content h1 {
	padding: 0
}

.entry-content .related_posts_wrapper h2,.entry-content .related_project_wrapper h2 {
	margin-top: 30px
}

.service-list-wrapper .service-list>ul>li {
	list-style: none
}

.service-list-wrapper .service-list>ul>li:before {
	display: none
}

.service-list-wrapper .service-list>ul>li .service-item {
	text-align: center;
	background-color: #fff;
	margin: 15px 0;
	padding: 15px;
	position: relative;
	overflow: hidden;
	height: 205px
}

@media (max-width:992px) {
	.service-list-wrapper .service-list>ul>li .service-item {
		height: auto
	}
}

.service-list-wrapper .service-list>ul>li .service-item.special-item {
	background-color: #4A4A4A;
	color: #fff
}

.service-list-wrapper .service-list>ul>li .service-item.special-item h3 {
	color: #fff;
	margin-bottom: 15px
}

@media (min-width:1146px) and (max-width:1299px) {
	.service-list-wrapper .service-list>ul>li .service-item.special-item h3 {
		margin-bottom: 10px;
		font-size: 19px
	}
}

@media (max-width:1145px) {
	.service-list-wrapper .service-list>ul>li .service-item.special-item h3 {
		margin-bottom: 5px;
		font-size: .9em
	}
}

.service-list-wrapper .service-list>ul>li .service-item.special-item p {
	font-size: .8em;
	margin-bottom: 20px
}

@media (min-width:992px) and (max-width:1145px) {
	.service-list-wrapper .service-list>ul>li .service-item.special-item p {
		margin-bottom: 10px;
		font-size: .75em
	}
}

.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button {
	color: #fff;
	border: 1px solid #fff
}

.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button.hovered,.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button:active,.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button:focus,.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button:hover {
	color: #4A4A4A
}

.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button.hovered:before,.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button:active:before,.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button:focus:before,.service-list-wrapper .service-list>ul>li .service-item.special-item .link_button:hover:before {
	background-color: #fff
}

.service-list-wrapper .service-list>ul>li .service-item.hovered .service-links,.service-list-wrapper .service-list>ul>li .service-item:active .service-links,.service-list-wrapper .service-list>ul>li .service-item:focus .service-links,.service-list-wrapper .service-list>ul>li .service-item:hover .service-links {
	bottom: 0
}

@media (min-width:768px) and (max-width:992px) {
	.service-list-wrapper .service-list>ul>li .service-item.hovered .service-links,.service-list-wrapper .service-list>ul>li .service-item:active .service-links,.service-list-wrapper .service-list>ul>li .service-item:focus .service-links,.service-list-wrapper .service-list>ul>li .service-item:hover .service-links {
		bottom: 15px
	}
}

.service-list-wrapper .service-list>ul>li .service-item .service-item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.service-list-wrapper .service-list>ul>li .service-item .service-links {
	position: absolute;
	bottom: -75%;
	left: 0;
	width: 100%;
	padding: 15px;
	margin-top: -5%;
	margin-bottom: -5%;
	background-color: #4A4A4A;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	height: 75px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: .8em;
	font-weight: 700;
	color: #fff
}

.service-list-wrapper .service-list>ul>li .service-item .service-links ul {
	transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	-webkit-font-smoothing: antialiased
}

.service-list-wrapper .service-list>ul>li .service-item .service-links ul li,.service-list-wrapper .service-list>ul>li .service-item .service-links ul>span {
	list-style: none;
	float: left;
	width: 50%;
	text-align: center
}

.service-list-wrapper .service-list>ul>li .service-item .service-links ul li .item-counter,.service-list-wrapper .service-list>ul>li .service-item .service-links ul>span .item-counter {
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 100%;
	color: #fff;
	padding: 0;
	margin-right: 5px;
	font-size: .9em;
	width: 20px;
	font-family: Helvetica;
	font-weight: 100
}

.service-list-wrapper .service-list>ul>li .service-item .service-links ul li a,.service-list-wrapper .service-list>ul>li .service-item .service-links ul>span a {
	color: #fff;
	text-decoration: none
}

.service-list-wrapper .service-list>ul>li .service-item .service-links ul li:before,.service-list-wrapper .service-list>ul>li .service-item .service-links ul>span:before {
	display: none
}

.service-list-wrapper .service-list>ul>li .service-item img {
	height: 130px;
	width: auto;
	padding-bottom: 15px;
	padding-top: 15px
}

.service-list-wrapper .service-list>ul>li .service-item.compact {
	height: 156px
}

.service-list-wrapper .service-list>ul>li .service-item.compact img {
	height: 100px
}

.service-list-wrapper .service-list>ul>li .service-item.compact .icon_default {
	display: inline-block
}

.service-list-wrapper .service-list>ul>li .service-item.compact .icon_inverted {
	display: none
}

.service-list-wrapper .service-list>ul>li .service-item.compact.hovered,.service-list-wrapper .service-list>ul>li .service-item.compact:active,.service-list-wrapper .service-list>ul>li .service-item.compact:focus,.service-list-wrapper .service-list>ul>li .service-item.compact:hover {
	background: #57842F;
	background: -moz-linear-gradient(45deg,#57842F 0,#6dbe25 100%);
	background: -webkit-linear-gradient(45deg,#57842F 0,#6dbe25 100%);
	background: linear-gradient(45deg,#57842F 0,#6dbe25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@ligher_gradient_dark', endColorstr='@ligher_gradient_light', GradientType=1)
}

.service-list-wrapper .service-list>ul>li .service-item.compact.hovered .icon_default,.service-list-wrapper .service-list>ul>li .service-item.compact:active .icon_default,.service-list-wrapper .service-list>ul>li .service-item.compact:focus .icon_default,.service-list-wrapper .service-list>ul>li .service-item.compact:hover .icon_default {
	display: none
}

.service-list-wrapper .service-list>ul>li .service-item.compact.hovered .icon_inverted,.service-list-wrapper .service-list>ul>li .service-item.compact:active .icon_inverted,.service-list-wrapper .service-list>ul>li .service-item.compact:focus .icon_inverted,.service-list-wrapper .service-list>ul>li .service-item.compact:hover .icon_inverted {
	display: inline-block
}

.service-list-wrapper .service-list>ul>li .service-item.compact.hovered .service-title,.service-list-wrapper .service-list>ul>li .service-item.compact:active .service-title,.service-list-wrapper .service-list>ul>li .service-item.compact:focus .service-title,.service-list-wrapper .service-list>ul>li .service-item.compact:hover .service-title {
	color: #FFF
}

.service-list-compact {
	padding-top: 40px
}

.service-prefix {
	display: block;
	margin-left: 75px;
	color: #57842F;
	margin-bottom: -35px
}

@media (max-width:768px) {
	.service-prefix {
		margin-left: 30px;
		margin-bottom: -15px
	}
}

.service-content {
	padding: 0
}

.service-content .service-header {
	position: relative;
	margin-top: 0;
	z-index: 20
}

.service-content .service-header .service-image {
	position: absolute;
	width: 40%;
	right: 0;
	bottom: -80px
}

@media (min-width:480px) {
	.service-content .service-header .service-image {
		width: 25%;
		bottom: -70px
	}
}

@media (min-width:768px) {
	.service-content .service-header .service-image {
		width: 25%;
		bottom: -130px
	}
}

@media (min-width:992px) {
	.service-content .service-header .service-image {
		width: 40%;
		right: -10px;
		bottom: -150px
	}
}

@media (min-width:1200px) {
	.service-content .service-header .service-image {
		right: -60px
	}
}

.service-content .service-header .service-image img {
	height: auto;
	width: 100%
}

.service-content .service-header .abstract {
	width: 100%
}

@media (min-width:992px) {
	.service-content .service-header .abstract {
		width: 60%
	}
}

.service-content .service-additionalinfo .vc_column-inner {
	margin: 20px 0 0
}

.service-content .service-additionalinfo h2 {
	margin-bottom: 0
}

.service-content .service-additionalinfo .service-additionalinfo-inner {
	width: 100%;
	margin: 20px 0
}

@media (min-width:992px) {
	.service-content .service-additionalinfo .service-additionalinfo-inner {
		width: 80%
	}
}

.service-content .service-additionalinfo .service-additionalinfo-inner .wpb_text_column {
	margin-bottom: 0
}

.service-content .service-additionalinfo .service-additionalinfo-inner .vc_column-inner {
	margin-top: 0
}

.service-content .service-additionalinfo-columns-container {
	margin-top: 50px
}

.service-content .service-item-content {
	background-color: #fff;
	text-align: center;
	padding: 70px 15px 15px
}

.service-content .service-item-content .service-body {
	padding: 15px
}

.service-content .service-item-content .service-footer {
	background-color: #4A4A4A;
	color: #fff;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	margin: 25px -15px -60px;
	padding-bottom: 40px;
	text-align: left;
	padding-left: 60px;
	font-size: .8em
}

@media (max-width:768px) {
	.service-content .service-item-content .service-footer {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 30px
	}
}

.service-content .service-item-content .service-footer .vc_row {
	transform: skewY(3deg);
	-webkit-transform: skewY(3deg)
}

.service-content .service-item-content .service-footer .vc_row .vc_column-inner {
	margin: 0
}

.service-content .service-item-content .service-footer .vc_row .vc_column-inner h2 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: -15px;
	font-family: 微软雅黑;
}

.service-content .service-item-content .service-footer ul {
	padding: 0
}

.service-content .service-item-content .service-footer ul li:before {
	background-image: url(../img/icons/List_3.svg);
	margin-top: 4px
}

@media (max-width:768px) {
	.service-content .service-item-content .service-footer .wpb_content_element {
		margin-bottom: 0
	}
}

.service-content .service-addon-content {
	margin-top: 50px
}

.service-content .service-addon-content ul {
	padding: 0
}

.service-content .service-addon-content ul li {
	padding-bottom: 10px
}

.service-content .service-addon-content ul li:before {
	content: none;
	display: none
}

.service-content .service-addon-content ul li a {
	text-decoration: none
}

body .vc_tta.vc_general .vc_tta-tabs-container {
	position: absolute
}

@media (max-width:768px) {
	body .vc_tta.vc_general .vc_tta-tabs-container {
		width: 100%
	}
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab {
	margin: 0;
	width: 12.5%;
	display: block;
	float: left
}

@media (max-width:768px) {
	body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab {
		width: 10.8%
	}
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab:before {
	display: none
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab .vc_tta-title-text {
	display: block;
	background: 0 0
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab .vc_tta-title-text.inverted-image {
	display: none
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab.vc_active .vc_tta-title-text,body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab:focus .vc_tta-title-text,body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab:hover .vc_tta-title-text {
	display: none;
	background: linear-gradient(45deg,rgba(37,57,20,.8) 0,rgba(85,147,29,.8) 100%)
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab.vc_active .vc_tta-title-text.inverted-image,body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab:focus .vc_tta-title-text.inverted-image,body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab:hover .vc_tta-title-text.inverted-image {
	display: block
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab>a {
	padding: 0;
	border: none;
	margin-bottom: -5px
}

body .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab>a .vc_tta-title-text img {
	height: 45px;
	width: auto;
	text-align: center;
	margin: auto;
	padding: 10px
}

body .vc_tta.vc_tta-style-classic .vc_tta-panel-body,body .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
	padding: 0;
	border-radius: 0;
	border-width: 0
}

body .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),body .vc_tta.vc_general .vc_tta-title-text:not(:empty)~* {
	margin-left: 0
}

body .vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
	padding: 0;
	margin-left: -15px;
	margin-right: -17px
}

.page-404 .entry-content,body.hideCookieInfo .cookiebox {
	display: none
}

.cookiebox {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 200px;
	height: 150px;
	padding: 15px 10px;
	background-color: rgba(245,245,245,.9);
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 5px 0 rgba(50,50,50,.25);
	-moz-box-shadow: 4px 4px 5px 0 rgba(50,50,50,.25);
	box-shadow: 4px 4px 5px 0 rgba(50,50,50,.25);
	text-align: center;
	font-size: 12px;
	z-index: 99
}

.cookiebox svg {
	margin-bottom: 10px
}

.cookiebox .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 8040;
	background: 0 0;
	padding: 0
}

.cookiebox .close-button:before {
	content: '';
	color: #57842F;
	background-image: url(../img/icons/Close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px
}

.site-content .category-line {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5
}

.site-content .category-line li {
	height: 30px;
	display: inline-block;
	margin-left: 15px
}

.site-content .category-line li:before {
	content: none;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	position: static;
	background-image: none
}

.site-content .category-line li img {
	height: 100%;
	width: auto
}

div[class*=scrolldown] {
	cursor: pointer
}

.parallax-header-content :not(.vc_row-o-equal-height).vc_row-o-content-bottom.vc_row>.vc_column_container {
	height: 100vh
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.parallax-header-content .vc_col-sm-10,.parallax-header-content-small .vc_col-sm-10 {
		width: 100%
	}
}

@media (min-width:768px) {
	.entry-content h1,.h1,h1,h1.entry-title {
		font-size: 42px;
		padding: 60px 80px 0 70px
	}
}

body .service-list-wrapper img.responsively-lazy,body .wpb_single_image img.responsively-lazy {
	height: 100%
}

body .block_video {
	text-align: center
}

code[class*=language-],pre[class*=language-] {
	color: #fff;
	background: 0 0;
	font-family: 微软雅黑;
	text-align: left;
	text-shadow: 0 -.1em .2em #000;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

:not(pre)>code[class*=language-],pre[class*=language-] {
	background: #141414
}

pre[class*=language-] {
	border-radius: .5em;
	border: .3em solid #545454;
	box-shadow: 1px 1px .5em #000 inset;
	margin: .5em 0;
	overflow: auto;
	padding: 1em
}

pre[class*=language-]::-moz-selection {
	background: #27292a
}

code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
	text-shadow: none;
	background: hsla(0,0%,93%,.15)
}

code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
	text-shadow: none;
	background: hsla(0,0%,93%,.15)
}

:not(pre)>code[class*=language-] {
	border-radius: .3em;
	border: .13em solid #545454;
	box-shadow: 1px 1px .3em -.1em #000 inset;
	padding: .15em .2em .05em;
	white-space: normal
}

.token.cdata,.token.comment,.token.doctype,.token.prolog {
	color: #777
}

.namespace,.token.punctuation {
	opacity: .7
}

.token.boolean,.token.deleted,.token.number,.token.tag {
	color: #ce6849
}

.token.builtin,.token.constant,.token.keyword,.token.property,.token.selector,.token.symbol {
	color: #f9ed99
}

.language-css .token.string,.style .token.string,.token.attr-name,.token.attr-value,.token.char,.token.entity,.token.inserted,.token.operator,.token.string,.token.url,.token.variable {
	color: #909e6a
}

.token.atrule {
	color: #7385a5
}

.token.important,.token.regex {
	color: #e8c062
}

.token.bold,.token.important {
	font-weight: 700
}

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}

pre[data-line] {
	padding: 1em 0 1em 3em;
	position: relative
}

.language-markup .token.attr-name,.language-markup .token.punctuation,.language-markup .token.tag {
	color: #ac885c
}

.token {
	position: relative;
	z-index: 1
}

.line-highlight {
	background: -moz-linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0));
	background: -o-linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0));
	background: -webkit-linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0));
	background: hsla(0,0%,33%,.25);
	background: linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0));
	border-bottom: 1px dashed #545454;
	border-top: 1px dashed #545454;
	left: 0;
	line-height: inherit;
	margin-top: .75em;
	padding: inherit;
	padding-right: 0;
	padding-left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	white-space: pre;
	z-index: 0
}

.line-highlight:before,.line-highlight[data-end]:after {
	background-color: #8693a6;
	border-radius: 999px;
	box-shadow: 0 1px #fff;
	color: #f4f1ef;
	content: attr(data-start);
	font: 700 65%/1.5 sans-serif;
	left: .6em;
	min-width: 1em;
	padding: 0 .5em;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: .4em;
	vertical-align: .3em
}

.line-highlight[data-end]:after {
	bottom: .4em;
	content: attr(data-end);
	top: auto
}

div.prism-show-language {
	position: relative
}

div.prism-show-language>div.prism-show-language-label {
	color: #000;
	background-color: #CFCFCF;
	display: inline-block;
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	font-size: .9em;
	border-radius: 0 0 0 5px;
	padding: 0 .5em;
	text-shadow: none;
	z-index: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}