﻿/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}
.fa {
	/* display: inline-block; */
	/* font: normal normal normal 14px/1 FontAwesome; */
	/* font-size: inherit; */
	/* text-rendering: auto; */
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
	/* -webkit-transform: translate(0, 0); */
	/* transform: translate(0, 0); */
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {



	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {




































	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase {
	background:url(../images/h_icon_03.jpg) no-repeat center;
	width:22px;
	height:19px;
	display:block;
	float:left;
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"

}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {

	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"

}
.fa-info:before {

	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"

}
.fa-trello:before {
	content: "\f181"

}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {

	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-genderless:before, .fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"

}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"

}
.fa-user-times:before {

	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
@font-face {
	font-family: 'et-line';
	src: url("fonts/et-line.eot");
	src: url("fonts/et-line.eot?#iefix") format("embedded-opentype"), url("fonts/et-line.woff") format("woff"), url("fonts/et-line.ttf") format("truetype"), url("fonts/et-line.svg#et-line") format("svg");
	font-weight: normal;
	font-style: normal
}
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block
}
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block
}
.icon-mobile:before {
	content: "\e000"
}
.icon-laptop:before {
	content: "\e001"
}
.icon-desktop:before {
	content: "\e002"
}
.icon-tablet:before {
	content: "\e003"
}
.icon-phone:before {
	content: "\e004"
}
.icon-document:before {
	content: "\e005"
}
.icon-documents:before {
	content: "\e006"
}
.icon-search:before {
	content: "\e007"
}
.icon-clipboard:before {
	content: "\e008"
}
.icon-newspaper:before {
	content: "\e009"
}
.icon-notebook:before {
	content: "\e00a"
}
.icon-book-open:before {
	content: "\e00b"
}
.icon-browser:before {
	content: "\e00c"
}
.icon-calendar:before {
	content: "\e00d"
}
.icon-presentation:before {
	content: "\e00e"
}
.icon-picture:before {
	content: "\e00f"
}
.icon-pictures:before {
	content: "\e010"
}
.icon-video:before {
	content: "\e011"
}
.icon-camera:before {
	content: "\e012"
}
.icon-printer:before {
	content: "\e013"
}
.icon-toolbox:before {
	content: "\e014"
}
.icon-briefcase:before {
	content: "\e015"
}
.icon-wallet:before {
	content: "\e016"
}
.icon-gift:before {
	content: "\e017"
}
.icon-bargraph:before {
	content: "\e018"
}
.icon-grid:before {
	content: "\e019"
}
.icon-expand:before {
	content: "\e01a"
}
.icon-focus:before {
	content: "\e01b"
}
.icon-edit:before {
	content: "\e01c"
}
.icon-adjustments:before {
	content: "\e01d"
}
.icon-ribbon:before {
	content: "\e01e"
}

.icon-hourglass:before {

	content: "\e01f"
}

.icon-lock:before {
	content: "\e020"
}
.icon-megaphone:before {
	content: "\e021"
}
.icon-shield:before {
	content: "\e022"
}
.icon-trophy:before {
	content: "\e023"
}
.icon-flag:before {
	content: "\e024"
}
.icon-map:before {
	content: "\e025"
}
.icon-puzzle:before {
	content: "\e026"
}
.icon-basket:before {
	content: "\e027"
}
.icon-envelope:before {
	content: "\e028"
}
.icon-streetsign:before {
	content: "\e029"
}
.icon-telescope:before {
	content: "\e02a"
}
.icon-gears:before {
	content: "\e02b"
}
.icon-key:before {
	content: "\e02c"
}
.icon-paperclip:before {
	content: "\e02d"
}
.icon-attachment:before {
	content: "\e02e"
}
.icon-pricetags:before {
	content: "\e02f"
}
.icon-lightbulb:before {
	content: "\e030"
}
.icon-layers:before {
	content: "\e031"
}
.icon-pencil:before {
	content: "\e032"
}
.icon-tools:before {
	content: "\e033"
}
.icon-tools-2:before {
	content: "\e034"
}
.icon-scissors:before {
	content: "\e035"
}
.icon-paintbrush:before {
	content: "\e036"
}
.icon-magnifying-glass:before {
	content: "\e037"
}
.icon-circle-compass:before {
	content: "\e038"
}
.icon-linegraph:before {
	content: "\e039"
}
.icon-mic:before {
	content: "\e03a"
}
.icon-strategy:before {
	content: "\e03b"
}
.icon-beaker:before {
	content: "\e03c"
}
.icon-caution:before {
	content: "\e03d"
}
.icon-recycle:before {
	content: "\e03e"
}
.icon-anchor:before {
	content: "\e03f"
}
.icon-profile-male:before {
	content: "\e040"
}
.icon-profile-female:before {
	content: "\e041"
}
.icon-bike:before {
	content: "\e042"
}
.icon-wine:before {
	content: "\e043"
}
.icon-hotairballoon:before {
	content: "\e044"
}
.icon-globe:before {
	content: "\e045"
}
.icon-genius:before {
	content: "\e046"
}
.icon-map-pin:before {
	content: "\e047"
}
.icon-dial:before {
	content: "\e048"
}
.icon-chat:before {
	content: "\e049"
}
.icon-heart:before {
	content: "\e04a"
}
.icon-cloud:before {
	content: "\e04b"
}
.icon-upload:before {
	content: "\e04c"
}
.icon-download:before {
	content: "\e04d"
}
.icon-target:before {
	content: "\e04e"
}
.icon-hazardous:before {
	content: "\e04f"
}
.icon-piechart:before {
	content: "\e050"
}
.icon-speedometer:before {
	content: "\e051"
}
.icon-global:before {
	content: "\e052"
}
.icon-compass:before {
	content: "\e053"
}
.icon-lifesaver:before {
	content: "\e054"
}
.icon-clock:before {
	content: "\e055"
}
.icon-aperture:before {
	content: "\e056"
}
.icon-quote:before {
	content: "\e057"
}
.icon-scope:before {
	content: "\e058"
}
.icon-alarmclock:before {
	content: "\e059"
}
.icon-refresh:before {
	content: "\e05a"
}
.icon-happy:before {
	content: "\e05b"
}
.icon-sad:before {
	content: "\e05c"
}
.icon-facebook:before {
	content: "\e05d"
}
.icon-twitter:before {
	content: "\e05e"
}
.icon-googleplus:before {
	content: "\e05f"
}
.icon-rss:before {
	content: "\e060"
}
.icon-tumblr:before {
	content: "\e061"
}
.icon-linkedin:before {
	content: "\e062"
}
.icon-dribbble:before {
	content: "\e063"
}
body {
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph
}
.align-center {
	text-align: center !important
}
.align-left {
	text-align: left !important
}
.align-right {
	text-align: right !important
}
.left {
	float: left !important
}
.right {
	float: right !important
}
.relative {
	position: relative
}
.hidden {
	display: none
}
.inline-block {
	display: inline-block
}
.white {
	color: #fff !important
}
.black {
	color: #000 !important
}
.color {
	color: #e41919 !important
}
.stick-fixed {
	position: fixed !important;
	top: 3% !important;
	left: 20% !important;
	width: 85% !important;
	min-height: 33px
}
.round {
	border-radius: 2px !important
}
::-moz-selection {
color:#fff;

background:RGBA(0, 196, 154, 1)
}

::-webkit-selection {
color:#fff;
background:RGBA(0, 196, 154, 1)

}
::selection {
	color: #fff;
	background: RGBA(0, 196, 154, 1)
}
.animate, .animate * {
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.no-animate, .no-animate * {
	-webkit-transition: 0 none !important;
	transition: 0 none !important
}
.shadow {
	box-shadow: 0px 3px 50px rgba(0,0,0,0.15)
}
.white-shadow {
	box-shadow: 0px 0px 200px rgba(255,255,255,0.2)
}
.clearlist, .clearlist li, .widget-body ul, .widget-body ul .cat-item {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none
}
.full-wrapper {
	margin: 0 2%
}
html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar
}
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased
}

.texturebg {
	background-color: #f1f3f4;
	background: url("../images/bg-repeat.jpg")
}
.body-masked {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff url(../images/loader.gif) no-repeat center center;
	z-index: 100000
}
.mask-delay {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s
}
.mask-speed {
	-webkit-animation-duration: 0.25s !important;
	animation-duration: 0.25s !important
}
iframe {
	border: none
}
a, b, div, ul, li {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none
}
a:focus, a:active {
	-moz-outline: none;
	outline: none
}

.blankmargin {
	display: none
}
.frontlogo {
	/* width: 18% */
}
.page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000
}
.page {
	overflow: hidden;
	background-color: #f1f3f4;
	background: url("../images/bg-repeat.jpg")
}
.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 1px solid RGBA(0, 196, 154, 1);
	border-right: 2px solid RGBA(0, 196, 154, 1);
	border-bottom: 1px solid RGBA(0, 196, 154, 1);
	border-left: 0px solid white;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 100001
}
@-webkit-keyframes spinner {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
body {
	color: RGBA(45, 46, 49, 1);
	font-size: 14px;
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased
}
.body-body {
	background: url(../images/bg-boxed.png) repeat 0 0 fixed transparent
}
a {
	color: #111
}
a:hover {
	color: #888;
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
h1 {
	font-size: 32px
}
h2 {
	font-size: 28px
}
h6 {
	font-weight: 700
}
p {
	margin: 0 0 1.3em 0
}
.indent2em, .indent2em p {
	text-indent: 2em
}
ul, ol {
	margin: 0 0 1.5em 0
}
blockquote {
	margin: 3em 0 3em 0;
	padding: 0;
	border: none;
	background: none;
	font-style: normal;
	line-height: 1.7;
	color: #777
}
blockquote p {
	margin-bottom: 1em;
	font-size: 21px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5
}
blockquote footer {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px
}
dl dt {
	margin-bottom: 5px
}
dl dd {
	margin-bottom: 15px
}
pre {
	background-color: #f9f9f9;
	border-color: #ddd
}
hr {
	background-color: rgba(255,255,255,0.2)
}
hr.white {
	border-color: rgba(255,255,255,0.35);
	background: rgba(255,255,255,0.35)
}
hr.black {
	border-color: rgba(0,0,0,0.85);

	background: rgba(0,0,0,0.85)
}
.uppercase {

	text-transform: uppercase;
	letter-spacing: 1px
}

.font-alt {
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em
}
.team-item-detail h4, .team-item-detail p {
	color: #fff
}
.serif {
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif;
	font-style: italic;
	font-weight: normal
}
.normal {
	font-weight: normal
}
.strong {
	font-weight: 700 !important
}
.lead {
	margin: 1em 0 2em 0;
	font-size: 140%;
	line-height: 1.6
}
.text {
	font-size: 16px;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 1.8
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
	color: #111
}
.big-icon {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
	border: 3px solid #fff;
	text-align: center;
	line-height: 88px;
	font-size: 32px;
	color: rgba(255,255,255,0.97);
	border-radius: 50%;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.big-icon .fa-play {
	position: relative;
	left: 4px
}
.big-icon.big-icon-rs {
	border: none;
	width: auto;
	height: auto;
	font-size: 96px
}
.big-icon-link {
	display: inline-block;
	text-decoration: none
}
.big-icon-link:hover {
	border-color: transparent !important
}
.big-icon-link:hover .big-icon {
	border-color: #fff;
	color: #fff;
	-webkit-transition: 0 none !important;
	transition: 0 none !important
}
.big-icon-link:active .big-icon {
	-webkit-transform: scale(0.99);
	transform: scale(0.99)
}
.wide-heading {
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.4em;
	text-align: center;
	text-transform: uppercase;
	opacity: .9;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.big-icon-link:hover, .big-icon-link:hover .wide-heading {
	color: #fff;
	text-decoration: none
}
.sub-heading {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 1.3;
	color: rgba(255,255,255,0.75)
}
.big-icon.black {
	color: #000;
	border-color: rgba(0,0,0,0.75)
}
.big-icon-link:hover .big-icon.black {
	color: #000;
	border-color: #000
}
.wide-heading.black {
	color: rgba(0,0,0,0.87)
}
.big-icon-link.black:hover, .big-icon-link:hover .wide-heading.black {
	color: #000;
	text-decoration: none
}
.sub-heading.black {
	color: rgba(0,0,0,0.75)
}
.btn-mod, a.btn-mod {
	box-sizing: border-box;
	padding: 4px 13px;
	color: #fff;
	background: RGBA(0, 196, 154, 1);
	border: 2px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1)
}
.submit_btn {
	color: #fff;
	background: RGBA(0, 196, 154, 1);
	width: 150px;
	color: #ddd;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	margin: 0 auto;
	border: solid 1px RGBA(82, 251, 214, 1);
	text-align: center;
	padding: 15px 1px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	box-shadow: 0px 9px 0px #005946
}
.submit_btn:active {
	box-shadow: 0px 2px 0px #005946;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px)
}
.submit_btn:hover {
	color: white
}
.submit_btn:focus {
	color: white;
	border: none
}
.btn-mod:active {
	cursor: pointer !important
}
.btn-mod.btn-small {
	padding: 6px 17px;
	font-size: 11px;
	letter-spacing: 1px
}
.btn-mod.btn-medium {
	padding: 8px 37px;
	font-size: 12px
}
.btn-mod.btn-large {
	padding: 12px 45px;
	font-size: 13px
}
.btn-mod.btn-glass {
	color: rgba(255,255,255,0.75);
	background: rgba(0,0,0,0.4)
}
.btn-mod.btn-glass:hover, .btn-mod.btn-glass:focus {
	color: #fff;
	background: #000
}
.btn-mod.btn-border {
	color: #151515;
	border: 2px solid #151515;
	background: transparent
}
.btn-mod.btn-border:hover, .btn-mod.btn-border:focus {
	color: #fff;

	border-color: transparent;
	background: #000
}
.btn-mod.btn-border-c {
	color: #e41919;
	border: 2px solid #e41919;
	background: transparent
}
.btn-mod.btn-border-c:hover, .btn-mod.btn-border-c:focus {
	color: #fff;
	border-color: transparent;
	background: #e41919
}
.btn-mod.btn-border-w {
	color: #fff;
	border: 2px solid rgba(255,255,255,0.75);
	background: transparent
}
.btn-mod.btn-border-w:hover, .btn-mod.btn-border-w:focus {
	color: #111;
	border-color: transparent;
	background: #fff
}
.btn-mod.btn-w, .btn-mod.btn-g, .minimal-light .esg-filterbutton {
	width: 100px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	padding: 15px 1px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s
}
.minimal-light .esg-filterbutton {
	margin: 12px auto
}
.minimal-light .esg-filterbutton {
	width: 100px !important;
	padding: 5px 8px !important
}
.btn-mod.btn-w {
	color: #ddd;
	background: #cb3b27;
	border: solid 1px #D94E3B;
	box-shadow: 0px 9px 0px #84261a
}
.btn-mod.btn-w:active {
	box-shadow: 0px 2px 0px #84261a;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px)
}
.btn-mod.btn-w:hover, .btn-mod.btn-w:focus, .minimal-light .esg-filterbutton.selected {
	color: #fff;
	background: #f2452e
}
.btn-mod.btn-g, .minimal-light .esg-filterbutton, .minimal-light .esg-filterbutton:hover {
	color: #ddd;
	background: RGBA(0, 196, 154, 1) !important;
	border: solid 1px RGBA(82, 251, 214, 1) !important;
	box-shadow: 0px 9px 0px #005946 !important
}
.minimal-light .esg-filterbutton, .minimal-light .esg-filterbutton:hover {
	color: #005946 !important
}
.btn-mod.btn-w:active, .btn-mod.btn-g:active, .submit_btn:active, .minimal-light .esg-filterbutton.selected, .minimal-light .esg-filterbutton.selected:hover {
	box-shadow: 0px 2px 0px #005946 !important;
	-webkit-transform: translate(0, 10px) !important;
	transform: translate(0, 10px) !important
}
.minimal-light .esg-filterbutton.selected, .minimal-light .esg-filterbutton.selected:hover {
	color: #eee !important
}
.btn-mod.btn-g:hover, .btn-mod.btn-g:focus, .minimal-light .esg-filterbutton.selected {
	color: #fff;
	background: RGBA(0, 196, 154, 1)
}
.minimal-light .esg-filterbutton, .esg-grid {
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif !important
}
.btn-mod.btn-w-color {
	color: #e41919;
	background: #fff
}
.btn-mod.btn-w-color:hover, .btn-mod.btn-w-color:focus {
	color: #151515;
	background: #fff
}
.btn-mod.btn-gray {
	color: #777;
	background: #e5e5e5
}
.btn-mod.btn-gray:hover, .btn-mod.btn-gray:focus {
	color: #444;
	background: #d5d5d5
}
.btn-mod.btn-color {
	color: #fff;
	background: #e41919
}
.btn-mod.btn-color:hover, .btn-mod.btn-color:focus {
	color: #fff;
	background: #e41919;
	opacity: .85
}
.btn-mod.btn-circle {
	border-radius: 30px
}
.btn-mod.btn-round {
	border-radius: 15px
}
.btn-icon {
	position: relative;
	border: none;
	overflow: hidden
}
.btn-icon.btn-small {
	overflow: hidden
}
.btn-icon>span {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #777;
	font-size: 48px;
	opacity: .2;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1)
}
.btn-icon:hover>span {
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2)
}
.btn-icon>span.white {
	color: #fff
}
.btn-icon>span.black {
	color: #000
}
.btn-full {
	width: 100%
}
.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="color"], .form select {
	display: inline-block;
	height: 27px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	border: 1px solid rgba(0,0,0,0.1);
	padding-left: 7px;

	padding-right: 7px;
	border-radius: 0;
	box-shadow: none;


	box-sizing: border-box;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1)
}
.form select {
	font-size: 12px
}
.form select[multiple] {
	height: auto
}
.form input[type="text"]:hover, .form input[type="email"]:hover, .form input[type="number"]:hover, .form input[type="url"]:hover, .form input[type="search"]:hover, .form input[type="tel"]:hover, .form input[type="password"]:hover, .form input[type="date"]:hover, .form input[type="color"]:hover, .form select:hover {
	border-color: rgba(0,0,0,0.2)
}
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="url"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="password"]:focus, .form input[type="date"]:focus, .form input[type="color"]:focus, .form select:focus {
	color: #111;
	border-color: rgba(0,0,0,0.7);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	outline: none
}
.form input[type="text"].input-lg, .form input[type="email"].input-lg, .form input[type="number"].input-lg, .form input[type="url"].input-lg, .form input[type="search"].input-lg, .form input[type="tel"].input-lg, .form input[type="password"].input-lg, .form input[type="date"].input-lg, .form input[type="color"].input-lg, .form select.input-lg {
	height: 46px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px
}
.form input[type="text"].input-md, .form input[type="email"].input-md, .form input[type="number"].input-md, .form input[type="url"].input-md, .form input[type="search"].input-md, .form input[type="tel"].input-md, .form input[type="password"].input-md, .form input[type="date"].input-md, .form input[type="color"].input-md, .form select.input-md {
	height: 37px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 12px
}
.form input[type="text"].input-sm, .form input[type="email"].input-sm, .form input[type="number"].input-sm, .form input[type="url"].input-sm, .form input[type="search"].input-sm, .form input[type="tel"].input-sm, .form input[type="password"].input-sm, .form input[type="date"].input-sm, .form input[type="color"].input-sm, .form select.input-sm {
	height: 31px;
	padding-left: 10px;
	padding-right: 10px
}
.form textarea {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #777;
	border-color: rgba(0,0,0,0.1);
	outline: none;
	box-shadow: none;
	border-radius: 0
}
.form textarea:hover {
	border-color: rgba(0,0,0,0.2)
}
.form textarea:focus {
	color: #111;
	border-color: rgba(0,0,0,0.7);
	box-shadow: 0 0 3px rgba(21,21,21,0.3)
}
.form .form-group {
	margin-bottom: 10px
}
.form input.error {
	border-color: #e41919
}
.form div.error {
	margin-top: 20px;
	padding: 13px 20px;
	text-align: center;
	background: rgba(228,25,25,0.75);
	color: #fff
}
.form div.success {
	margin-top: 20px;
	padding: 13px 20px;
	text-align: center;
	background: rgba(50,178,95,0.75);
	color: #fff
}
.form-tip {
	font-size: 11px;
	color: #aaa
}
.form-tip .fa {
	font-size: 12px
}
.home-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover
}
.home-content {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center
}
.home-content {
	position: relative
}
.home-text {
		width:1140px;
		height:500px;
		margin:0 auto;
		padding-top: 180px;
}
.home-text img{ display:block; margin:0 auto;}
@-webkit-keyframes scroll-down-anim {
0% {
bottom:2px
}
50% {
bottom:7px
}
100% {
bottom:2px
}
}
@keyframes scroll-down-anim {
0% {
bottom:2px
}
50% {
bottom:7px
}
100% {
bottom:2px
}
}
.scroll-down {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.scroll-down:before {
	display: block;

	content: "";
	width: 20px;
	height: 20px;
	margin: 0 0 0 -10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1
}
.scroll-down:hover:before {
	opacity: .6
}
.scroll-down-icon {
	display: block;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	position: absolute;
	left: 50%;
	bottom: 4px;
	color: #111;
	font-size: 15px;
	-webkit-animation: scroll-down-anim 1s infinite;
	animation: scroll-down-anim 1s infinite;
	z-index: 2
}
.hs-wrap {
	max-width: 570px;
	margin: 0 auto;
	padding: 47px 30px 53px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5)
}
.hs-wrap-1 {
	max-width: 350px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	box-sizing: border-box
}
.hs-line-1 {
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 51px;
	color: #fff;
	opacity: .9
}
.hs-line-2 {
	margin-top: 0;
	position: relative;
	font-size: 72px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.085em;
	line-height: 1.3;
	color: rgba(255,255,255,0.85)
}
.hs-line-3 {
	margin-top: 0;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.7)
}
.hs-line-4 {
	margin-top: 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(255,255,255,0.85)
}
.hs-line-5 {
	margin-top: 0;
	position: relative;
	font-size: 62px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.32em;
	opacity: .85
}
.hs-line-6 {
	margin-top: 0;
	position: relative;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
	opacity: .35
}
.hs-line-6.no-transp {
	opacity: 1
}
.hs-line-7 {
	margin-top: 0;
	position: relative;
	font-size: 64px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2
}
.hs-line-8 {
	margin-top: 0;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.2;
	opacity: .75
}
.hs-line-8.no-transp {
	opacity: 1
}
.hs-line-9 {
	margin-top: 0;
	position: relative;
	font-size: 96px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2
}
.hs-line-10 {
	margin-top: 0;
	display: inline-block;
	position: relative;
	padding: 15px 24px;
	background: rgba(0,0,0,0.75);
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.85)
}
.hs-line-10>span {
	margin: 0 10px
}
.hs-line-10.highlight {
	background: #e41919;
	opacity: .65
}
.hs-line-10.transparent {
	background: none;
	color: #aaa;
	padding: 0
}
.hs-line-11 {
	margin-top: 0;
	position: relative;
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.8;
	opacity: .9
}
.hs-line-12 {
	margin-top: 0;
	position: relative;
	font-size: 80px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.4em
}
.hs-line-13 {
	margin-top: 0;
	position: relative;
	font-size: 96px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.3em
}
.hs-line-14 {
	margin-top: 0;
	position: relative;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.7em
}
.no-transp {
	opacity: 1 !important
}
.fullwidth-galley-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 25
}
.nav-logo-wrap {
	float: left;
	margin-right: 20px
}
.nav-logo-wrap .logo {
	display: table-cell;
	vertical-align: middle;
	max-width: 220px;


	height: 75px;

	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.toplogo1 {
	margin-top: 10%
}
.toplogo2 {
	margin-top: 4%
}
.transparent .inner-nav .toplogo1 {
	display: block
}
.transparent .inner-nav .toplogo2 {
	display: none
}
.small-height .inner-nav .toplogo1 {
	display: none
}
.small-height .inner-nav .toplogo2 {
	display: block
}
.nav-logo-wrap .logo .toplogo1 {
	display: block;
	margin-top: 0
}
.nav-logo-wrap .logo .toplogo2 {
	display: none;
	margin-top: 0
}
.nav-logo-wrap .small-height .toplogo1 {
	display: none;
	margin-top: 0
}
.nav-logo-wrap .small-height .toplogo2 {
	display: block;
	margin-top: 0
}
.nav-logo-wrap .logo:before, .nav-logo-wrap .logo:after {
	display: none
}
.logo, a.logo:hover {
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: rgba(0,0,0,0.9)
}
.main-nav {
	width: 100%;
	height: 75px !important;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	background: rgba(255,255,255,0.97);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	z-index: 201;
	-webkit-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: height 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.small-height {
	height: 65px !important
}
.small-height .inner-nav ul li a {
	height: 55px !important;
	line-height: 55px !important
}
.inner-nav {
	display: inline-block;
	position: relative;
	float: left
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.inner-nav ul {
	float: right;
	margin: auto;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.3;
	border-radius: 6px
}
.inner-nav ul li {
	float: left;
	position: relative;
	width: 107px;
	height: 55px;
}
.inner-nav ul li a {
	padding: 0px 18px 0px 18px;
	letter-spacing: 2px;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-animation: fadeInDown 330ms 0s ease-in-out both;
	animation: fadeInDown 330ms 0s ease-in-out both;
	height: 33px;
	top: 0;
	text-decoration: none;
	outline-width: 0px;
	z-index: 990;
	color: #a675b3;
	text-align: center;
	line-height: 26px;
	display: block
}

.inner-nav ul li:first-child a {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px
}
.inner-nav ul li:last-child a {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px
}
.small-height .inner-nav ul li:not(.current-menu-item) a {
	box-shadow: inset 0 1px 1px rgba(55,55,125,0.8), inset 0 -1px 0px rgba(63,59,113,0.2), 0 9px 16px 0 rgba(0,0,0,0.3), 0 4px 3px 0 rgba(0,0,0,0.3), 0 0 0 1px #150a1e;
	background-image: -webkit-linear-gradient(#324861, RGBA(27, 38, 51, 1));
	background-image: linear-gradient(#324861, RGBA(27, 38, 51, 1))
}
.inner-nav ul li a:not(.active):active {
	color: #e4e3ce !important
}
.small-height ul .current-menu-item a {
	box-shadow: 0 9px 16px 0 rgba(0,0,0,0.1), 0 0 0 1px #0e220c, 0 2px 1px 0 rgba(73,135,65,0.5), inset 0 5px 10px 4px #005946;
	background-image: -webkit-linear-gradient(RGBA(0, 196, 154, 1), RGBA(0, 128, 100, 1));
	background-image: linear-gradient(RGBA(0, 196, 154, 1), RGBA(0, 128, 100, 1));
	text-shadow: 0 0 21px rgba(207,228,206,0.5), 0 0 10px rgba(207,228,206,0.4), 0 0 2px #153c15;
	color: #e4e3ce;
	padding-top: 5px
}
.small-height ul li a:not(.noHover):hover {
	color: white !important;
	padding-top: 5px !important;
	background-image: -webkit-linear-gradient(RGBA(0, 196, 154, 1), RGBA(0, 128, 100, 1)) !important;
	background-image: linear-gradient(RGBA(0, 196, 154, 1), RGBA(0, 128, 100, 1)) !important;
	text-shadow: 0 0 21px rgba(207,228,206,0.5), 0 0 10px rgba(207,228,206,0.4), 0 0 2px #153c15 !important;
	box-shadow: 0 9px 16px 0 rgba(0,0,0,0.1), 0 0 0 1px #0e220c, 0 2px 1px 0 rgba(73,135,65,0.5), inset 0 5px 10px 4px #005946 !important
}
.small-height ul li a.active:before, .small-height ul .current-menu-item a:before, .small-height ul li a:not(.noHover):hover:before {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 36px;
	top: 1px;
	left: -2px;
	background-image: -webkit-linear-gradient(rgba(91,35,105,0), #236932 41%, #236932 59%, rgba(91,35,105,0));
	background-image: linear-gradient(rgba(91,35,105,0), #236932 41%, #236932 59%, rgba(91,35,105,0));
	box-shadow: -2px 0 6px 0 #236932
}
.small-height ul li a.active:after, .small-height ul .current-menu-item a:after, .small-height ul li a:not(.noHover):hover:after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 36px;
	top: 1px;
	right: -2px;
	background-image: -webkit-linear-gradient(rgba(91,35,105,0), #236932 41%, #236932 59%, rgba(91,35,105,0));
	background-image: linear-gradient(rgba(91,35,105,0), #236932 41%, #236932 59%, rgba(91,35,105,0));
	box-shadow: 2px 0 6px 0 #236932
}
.inner-nav ul li .sub-menu li a:before, .inner-nav ul li .sub-menu li a:after {
	box-shadow: none;
	background-image: none
}
.small-height ul li a.active, .small-height ul .current-menu-item a {
	z-index: 1000
}
.small-height ul li a:active {
	z-index: 999
}
.small-height ul li a:nth-of-type(2) {
	left: 51px
}
.small-height ul li a:nth-of-type(3) {
	left: 102px
}
.small-height ul li a:nth-of-type(4) {
	left: 153px
}
.small-height ul li a:nth-of-type(5) {
	left: 204px
}
.small-height ul li a:nth-of-type(6) {
	left: 255px
}
.small-height ul li a:nth-of-type(7) {
	left: 306px
}
.small-height ul li a:nth-of-type(8) {
	left: 357px
}
.small-height ul li a:hover {
	color: RGBA(0, 196, 154, 1);
	text-decoration: none
}
.sub-menu {
	display: none;
	width: 150px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	border-radius: 4px
}
.small-height .sub-menu {
	background: transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding-bottom: 20px
}
.sub-menu li {
	display: block;
	width: 100%;
	margin: 0 !important
}
.inner-nav ul li .sub-menu li a {
	display: block;
	width: 100%;
	height: auto !important;
	line-height: 1.3 !important;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	padding: 11px 11px;
	font-size: 13px;
	text-align: left;
	text-transform: none;
	border-left: none;
	border-right: none;
	letter-spacing: 0;
	color: #fff !important;
	cursor: pointer
}
.mobile-on .mn-has-multi>li:last-child>a, .mobile-on .sub-menu>li:last-child>a {
	border-bottom: 1px solid rgba(255,255,255,0.065) !important
}
.sub-menu li a:hover, .inner-nav ul li .sub-menu li a:hover, .sub-menu li a.active {
	color: white !important;
	padding-top: 11px !important
}
.sub-menu li ul {
	left: 100%;
	right: auto;
	top: 0;
	border-left: 1px solid rgba(255,255,255,0.07);
	padding: 0 0 0 15px
}
.inner-nav>ul>li:last-child .sub-menu, .inner-nav li .sub-menu.to-left {
	left: auto;
	right: 0
}
.inner-nav li:last-child .sub-menu li ul, .inner-nav li .sub-menu li ul.to-left {
	left: auto;
	right: 100%;
	top: 0;
	border-left: none;
	border-right: 1px solid rgba(255,255,255,0.07)
}
.mobile-on .inner-nav li:last-child .sub-menu li ul {
	left: auto;
	right: auto;
	top: 0
}
.mn-wrap {
	padding: 8px
}
.mn-has-multi, .sub-menu {
	width: auto !important;
	padding: 5px 15px 20px 0px;
	text-align: left;
	white-space: nowrap
}
.sub-menu-multi {
	width: 190px !important;
	overflow: hidden;
	white-space: normal;
	float: none !important;
	display: inline-block !important;
	vertical-align: top
}
.sub-menu-multi>ul {
	width: auto;
	margin: 0;
	padding: 0;
	float: none
}
.mn-group-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important
}
.mn-group-title:hover {
	background: none !important
}
.mobile-on .sub-menu-multi>ul {
	left: auto;
	right: auto;
	border: none
}
.mobile-on .sub-menu-multi {
	display: block;
	width: 100% !important
}
.mobile-on .sub-menu-multi>ul>li:last-child>a {

	border: none !important
}
.mobile-on .sub-menu>li:last-child>a {
	border: none !important
}
.mobile-on .sub-menu-multi:last-child>ul {

	border-bottom: none !important
}
.mobile-on {
	width: 100% !important;
	top: 0% !important
}
.mobile-on .desktop-nav {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 15px;
	z-index: 100
}
.mobile-on .full-wrapper .desktop-nav {
	padding: 0
}
.mobile-on .desktop-nav ul {
	width: 100%;
	float: none;
	background: #324861;
	position: relative;
	overflow-x: hidden
}
.mobile-on .desktop-nav>ul {
	overflow-y: auto
}
.mobile-on .desktop-nav ul li {
	display: block;
	float: none !important;
	overflow: hidden
}
.mobile-on .desktop-nav ul li ul {
	padding: 4px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	box-shadow: none !important;
	background-image: none !important
}
.mobile-on .desktop-nav ul li a {
	display: block;
	width: 100%;
	height: 38px !important;
	line-height: 38px !important;
	box-sizing: border-box;
	text-align: left;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.065);
	color: #999;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: none !important;
	background-image: none !important
}
.mobile-on .desktop-nav ul li a:hover, .mobile-on .desktop-nav ul li a.active {
	background: rgba(255,255,255,0.03);
	color: #ddd
}
.mobile-on .mn-has-sub>.fa {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 50%
}
.mobile-on .js-opened>.mn-has-sub>.fa {
	border-color: rgba(255,255,255,0.4);
	line-height: 14px
}
.mobile-on .inner-nav li {
	margin: 0 !important
}
.mobile-on .sub-menu {
	display: none;
	opacity: 0;
	position: relative;
	left: 0 !important;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: none !important;
	border-right: none !important;
	border-top: none;
	z-index: 10
}
.mobile-on .sub-menu li {
	padding-left: 10px
}
.inner-nav li.js-opened .sub-menu {
	opacity: 1
}
.mobile-nav {
	display: none;
	float: right;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	border-left: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.05);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-webkit-transition-property: background, color;
	transition-property: background, color
}
.mobile-nav:hover, .mobile-nav.active {
	background: #fff;
	color: #777
}
.mobile-nav:active {
	box-shadow: 0 0 35px rgba(0,0,0,0.05) inset
}
.no-js .mobile-nav {
	width: 55px;
	height: 55px
}
.mobile-on .mobile-nav {
	display: table
}
.mobile-nav .fa {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 21px
}
.navToggle {
	position: absolute;
	width: 50px;
	height: 40px;
	top: 10px;
	right: 20px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: RGBA(50, 72, 97, 1);
	border: 2px solid #fff;
	box-sizing: content-box
}
.navToggle .icon {
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	position: absolute;
	width: 30px;
	height: 2px;
	top: 20px;
	right: 10px;
	background-color: white
}
.navToggle .icon:before, .navToggle .icon:after {
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: white;
	content: ""
}
.navToggle .icon:before {
	top: -7px;
	left: 0
}
.navToggle .icon:after {
	top: 7px;
	left: 0
}
.navToggle:hover {
	cursor: pointer
}
.navToggle:hover .icon:before {
	top: -10px
}
.navToggle:hover .icon:after {
	top: 10px
}
.navToggle.open .icon {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: transparent
}
.navToggle.open .icon:before {


	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	top: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}
.navToggle.open .icon:after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	top: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.mobile-on .mn-has-multi, .mobile-on .sub-menu {
	width: auto;
	padding: 0;
	text-align: left;
	white-space: normal
}
.mobile-on .sub-menu {
	width: 100%;
	float: none;
	position: relative;
	overflow-x: hidden
}
.main-nav.dark {
	background-color: transparent;
	box-shadow: none
}
.main-nav.dark .inner-nav ul>li>a {
	color: RGBA(200, 200, 200, 1);
	box-sizing: border-box;
	border: 1px solid transparent;
	border-right: 2px solid transparent
}
.main-nav.dark .inner-nav ul>li>a:hover, .main-nav.dark .inner-nav ul>li>a.active {
	color: RGBA(0, 196, 154, 1)
}
.main-nav.dark .inner-nav ul>li>a.active, .main-nav.dark .inner-nav ul>li>a.active2, .small-height ul .current-menu-item a {
	color: #fff !important;
	font-weight: 800
}
.small-height ul .current-menu-item .sub-menu li a {
	font-weight: 200;
	text-shadow: none
}
.main-nav.dark .mobile-nav {
	background-color: transparent;
	border-color: transparent;
	color: rgba(255,255,255,0.9)
}
.main-nav.dark .mobile-nav:hover, .main-nav.dark .mobile-nav.active {
	color: #fff
}
.main-nav.dark .logo, .main-nav.dark a.logo:hover {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,0.9)
}
.main-nav.dark .sub-menu {
	box-shadow: none
}
.inner-nav ul li .sub-menu li a {
	border-radius: 6px
}
.transparent .inner-nav ul li .sub-menu li a:hover {
	color: RGBA(0, 196, 154, 1) !important
}
.main-nav.transparent {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	background-image: none !important
}
.page-page {
	background: white;
	box-shadow: 0px 4px 15px 0px #111;
	margin-top: 100px;
	margin-bottom: 75px;
	padding: 0;
	border-radius: 10px
}
.single-news-content {
	padding: 25px
}
.page-section, .small-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: initial;
	background-position: center center;
	background-size: initial;
	box-sizing: border-box;
	padding: 130px 0 130px 0;
}
.page-section {
	padding-top: 30px !important
}
#school-campus {
	padding-top: 15px
}
#services>.container {
	padding-bottom: 260px
}
#zhchoose>.container {
	padding-bottom: 130px
}
.small-section {
	padding: 110px 0
}
.small-section-news {
	background-attachment: scroll;
	padding: 140px 0;
}
.big-section {
	padding: 330px 0 330px 0
}
.small-title {
	padding: 0;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.3em
}
.section-icon {
	margin-bottom: 7px;
	text-align: center;
	font-size: 32px
}
.small-title .serif {
	text-transform: none;
	font-weight: 400
}
.small-title.white {
	color: #fff
}
.bg-scroll {
	background-attachment: scroll !important
}
.bg-pattern {
	background-repeat: repeat;
	background-size: auto
}
.bg-pattern-over:before, .bg-pattern-over .YTPOverlay:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat;
	background-size: auto;
	background-image: url("../images/pattern-bg-2.png")
}
.bg-bright {
	background: none #ffffff !important
}
.bg-gray {
	background-color: #f4f4f4
}
.bg-gray-darker {
	
}
.bg-gray-lighter {
	background-color: RGBA(0, 196, 154, 1)
}
.bg-dark, .bg-dark-lighter, .bg-dark-alfa-30, .bg-dark-alfa-50, .bg-dark-alfa-70, .bg-dark-alfa-90, .bg-dark-alfa, .bg-color, .bg-color-lighter, .bg-color-alfa-30, .bg-color-alfa-50, .bg-color-alfa-70, .bg-color-alfa-90, .bg-color-alfa {
	color: #fff
}

.bg-dark a, .bg-dark-lighter a, .bg-dark-alfa-30 a, .bg-dark-alfa-50 a, .bg-dark-alfa-70 a, .bg-dark-alfa-90 a, .bg-dark-alfa a, .bg-color a, .bg-colorlighter a, .bg-color-alfa-30 a, .bg-color-alfa-50 a, .bg-color-alfa-70 a, .bg-color-alfa-90 a, .bg-color-alfa a {
	color: rgba(255,255,255,0.8);
	padding-bottom: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.bg-dark a:hover, .bg-dark-lighter a:hover, .bg-dark-alfa-30 a:hover, .bg-dark-alfa-50 a:hover, .bg-dark-alfa-70 a:hover, .bg-dark-alfa-90 a:hover, .bg-dark-alfa a:hover, .bg-color a:hover, .bg-color-lighter a:hover, .bg-color-alfa-30 a:hover, .bg-color-alfa-50 a:hover, .bg-color-alfa-70 a:hover, .bg-color-alfa-90 a:hover, .bg-color-alfa a:hover {
	color: #fff;
	text-decoration: none
}
.bg-color .text, .bg-color-lighter .text, .bg-color-alfa-30 .text, .bg-color-alfa-50 .text, .bg-color-alfa-70 .text, .bg-color-alfa-90 .text, .bg-color-alfa .text, .bg-color .section-text, .bg-color-lighter .section-text, .bg-color-alfa-30 .section-text, .bg-color-alfa-50 .section-text, .bg-color-alfa-70 .section-text, .bg-color-alfa-90 .section-text, .bg-color-alfa .section-text {
	color: rgba(255,255,255,0.75)
}
.bg-color .white, .bg-color-lighter .whitet, .bg-color-alfa-30 .white, .bg-color-alfa-50 .white, .bg-color-alfa-70 .white, .bg-color-alfa-90 .white, .bg-color-alfa .white {
	color: #fff
}
.bg-dark {
	width:100%;
	background-color: #111;
	height:360px;
}
.bg-dark-lighter {
	background-color: #252525
}
.bg-dark-alfa:before, .bg-dark-alfa .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(17,17,17,0.97)
}
.bg-dark-alfa-30:before, .bg-dark-alfa-30 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34,0.3)
}
.bg-dark-alfa-50:before, .bg-dark-alfa-50 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34,0.5)
}
.bg-dark-alfa-70:before, .bg-dark-alfa-70 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(17,17,17,0.7)
}
.bg-dark-alfa-90:before, .bg-dark-alfa-90 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3,3,3,0.9)
}
.bg-light-alfa:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252,0.97)
}
.bg-light-alfa-30:before, .bg-light-alfa-30 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252,0.3)
}
.bg-light-alfa-50:before, .bg-light-alfa-50 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252,0.5)
}
.bg-light-alfa-70:before, .bg-light-alfa-70 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252,0.7)
}
.bg-light-alfa-90:before, .bg-light-alfa-90 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252,0.9)
}
.bg-color {
	background-color: #e41919
}
.bg-colort-alfa:before, .bg-colort-alfa .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e41919;
	opacity: .97
}
.bg-color-alfa-30:before, .bg-color-alfa-30 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e41919;
	opacity: .3
}
.bg-color-alfa-50:before, .bg-color-alfa-50 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;

	top: 0;
	left: 0;
	background: #e41919;
	opacity: .5

}
.bg-color-alfa-70:before, .bg-color-alfa-70 .YTPOverlay:before {

	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e41919;
	opacity: .7
}
.bg-color-alfa-90:before, .bg-color-alfa-90 .YTPOverlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e41919;
	opacity: .9
}
.bg-orange {
	background-color: #f47631 !important
}
.bg-yellow {
	background-color: #ffce02 !important
}
.bg-cyan {
	background-color: #27c5c3 !important
}
.bg-green {
	background-color: #58bf44 !important
}
.bg-blue {
	background-color: #43a5de !important
}
.bg-purple {
	background-color: #375acc !important
}
.bg-red {
	background-color: #e13939 !important
}
.section-title {
	/* margin-bottom: 15px; */
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5em;
	line-height: 1.4;
	float:left;
	width:100%;
}
.section-more {
	margin-top: 7px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.4em;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.section-more:hover {
	text-decoration: none;
	color: #000
}
.section-more .fa {
	font-size: 12px
}
.section-heading {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5em;
	line-height: 1.3
}
.section-line {
	width: 55px;
	height: 1px;
	margin: 30px auto;
	background: #111
}
.section-text {
	font-size: 15px;
	font-weight: 300;
	color: RGBA(128, 128, 128, 1);
	line-height: 1.7
}
.section-text blockquote {
	margin-top: -5px
}
.section-bot-image {
	margin: 140px 0 -140px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.mod-breadcrumbs {
	margin-top: -5px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.4em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	text-align: center
}
.mod-breadcrumbs span {
	opacity: .65
}
.mod-breadcrumbs a {
	text-decoration: none
}
.mod-breadcrumbs a:hover {
	text-decoration: none
}
.mod-breadcrumbs .fa {
	font-size: 12px
}
.home-bot-image {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center
}
.fixed-height-large, .fixed-height-medium, .fixed-height-small {
	box-sizing: border-box
}
.fixed-height-large {
	min-height: 800px
}
.fixed-height-medium {
	min-height: 700px
}
.fixed-height-small {
	min-height: 600px
}
.split-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.split-section-headings {
	width: 38.2%;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-size: cover
}
.ssh-table {
	width: 100%;
	display: table
}
.ssh-cell {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background-size: cover
}
.split-section-content {
	width: 61.8%;
	float: right;
	min-height: 300px;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0.97);
	background-size: cover
}
.alt-service-grid {
	margin-top: -60px
}
.alt-services-image {
	text-align: center
}
.alt-services-image>img {
	display: block;
	width: 100%
}
.alt-service-item {
	margin: 60px 0 0 0;
	position: relative;
	padding-left: 55px;
	padding-top: 3px;
	font-size: 13px;
	font-weight: 300;
	color: #999;
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);

	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1)

}
.alt-service-icon {

	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	color: #111;

	-webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.17s cubic-bezier(0, 0, 0.58, 1)
}
.alt-services-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	color: #111
}
.team-item-image {
	position: relative;
	overflow: hidden
}
.team-item-image img {
	width: 100%
}
.team-item-image:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 1;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.team-item-detail {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 20px 23px 55px;
	font-size: 14px;
	font-weight: 300;
	color: #777;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: cover;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.team-item-descr {
	color: #777;
	text-align: center;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.team-item-name {
	margin-top: 23px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.4em
}
.team-item-role {
	margin-top: 4px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #aaa
}
.team-social-links {
	font-size: 14px;
	cursor: pointer
}
.team-social-links a {
	display: inline-block;
	padding: 3px 7px;
	color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.no-mobile .team-item:hover .team-item-image:after {
	background: RGBA(0, 196, 154, 0.86)
}
.no-mobile .team-item:hover .team-item-detail {
	opacity: 1
}
.no-mobile .team-item:hover .team-item-descr {
	color: #111
}
.no-mobile .team-social-links a:hover {
	color: rgba(0,0,0,0.75)
}
.team-item.js-active .team-item-image:after {
	background: rgba(255,255,255,0.93)
}
.team-item.js-active .team-item-detail {
	opacity: 1
}
.team-item.js-active .team-item-descr {
	color: #111
}
.team-item.js-active .team-social-links a:hover {
	color: rgba(0,0,0,0.75)
}
.features-item {
	padding: 15px;
	text-align: center;
	background-size: cover
}
.features-icon {
	font-size: 48px;
	line-height: 1.3;
	color: rgba(255,255,255,0.9)
}
.features-title {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9)
}
.features-descr {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255,255,255,0.75)
}
.features-icon.black {
	color: rgba(0,0,0,0.9)
}
.features-title.black {
	color: rgba(0,0,0,0.9)
}
.features-descr.black {
	color: rgba(0,0,0,0.75)
}
.alt-features-grid {
	margin-top: -70px
}
.alt-features-item {
	margin-top: 70px
}
.alt-features-icon {
	padding-top: 10px;
	font-size: 48px;
	line-height: 1.3;
	color: #111
}
.alt-features-icon img {
	width: 100%
}
.alt-features-title {
	margin-bottom: 21px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4em
}
.alt-features-descr {
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86
}
.benefits-grid {
	margin: 0 0 -40px -20px;
	text-align: center;
	vertical-align: top
}
.benefits-grid .fa {
	color: RGBA(0, 196, 154, 1)
}
.benefit-item {
	display: inline-block;
	width: 264px;
	margin: 0 0 40px 20px;
	padding: 15px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: top;
	cursor: default
}
.benefit-number {
	width: 100%;
	position: absolute;
	top: 0;
	left: -50px;
	font-size: 120px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: rgba(0,0,0,0.025);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}

.benefit-icon {
	position: relative;
	margin-bottom: 6px;
	font-size: 32px
}
.benefit-title {
	position: relative;
	margin: 0 0 17px 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase
}
.benefits-descr {
	position: relative;
	font-size: 13px;
	font-weight: 300;
	color: #777
}
.benefit-item:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.015);
	opacity: 0;
	-webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}
.benefit-item:hover:after {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
.benefit-item:hover .benefit-number {
	color: rgba(0,0,0,0.035);
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}
.count-wrapper {
	width:80%;
	height:100px;
	margin: 20px auto 50px auto;
	padding: 40px 20px
}
.width370{ width:370px; height:82px; float:left;}
.count-number {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	width:100%;
	height:62px;
	float:left;
}
.count-descr {
	color: #999;
	font-size: 11px;
	text-align: center
}
.count-descr .fa {
	font-size: 14px
}
.count-title {
	width:100%;
	height:20px;
	float:left;
	font-size: 13px;
	display:block;
}
.count-separator {
	height: 30px;
	clear: both;
	float: none;
	overflow: hidden
}
.works-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 45px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	color: #555;
	cursor: default
}
.works-filter a {
	display: inline-block;
	margin: 0 27px;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	cursor: pointer
}
.works-filter a:hover {
	color: #111;
	text-decoration: none
}
.works-filter a.active {
	color: #333;
	cursor: default
}
.works-filter a.active:hover {
	color: RGBA(255, 255, 255, 1)
}
.works-grid {
	list-style: none;
	margin: 0;
	padding: 0
}
.work-item {
	width: 25%;
	float: left;
	margin: 0;
	box-sizing: border-box
}
.work-grid-2 .work-item {
	width: 50%
}
.work-grid-3 .work-item {
	width: 33.333%
}
.container .work-grid-3 .work-item {
	width: 33.2%
}
.work-grid-5 .work-item {
	width: 20%
}
.works-grid.work-grid-gut {
	margin: 0 0 0 -10px
}
.works-grid.work-grid-gut .work-item {
	padding: 0 0 10px 10px
}
.work-item>a {
	display: block;
	padding: 0 0 84px 0;
	position: relative;
	box-sizing: border-box;
	text-decoration: none
}
.work-item a, .work-item a:hover {
	color: #111;
	border: none
}
.work-img {
	position: relative;
	overflow: hidden
}
.work-img img {
	width: 100%;
	display: block;
	overflow: hidden
}
.work-intro {
	width: 100%;
	height: 84px;
	padding: 20px 20px 0 20px;
	-webkit-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden
}
.work-title {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2
}
.work-descr {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
	line-height: 1.2
}
.works-grid.hide-titles .work-item>a {
	overflow: hidden;
	padding: 0
}
.works-grid.hide-titles .work-item .work-intro {
	opacity: 0;
	bottom: -94px
}
.works-grid.hide-titles .work-item:hover .work-intro {
	opacity: 1
}
.work-intro {
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.work-item:hover .work-intro {
	color: #fff;
	-webkit-transform: translateY(-99px);
	transform: translateY(-99px);
	z-index: 3
}
.work-item:hover .work-title {
	color: #ccc
}

.work-item:hover .work-descr {
	color: #999
}
.work-item .work-img:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(250,250,250,0);
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.work-item:hover .work-img:after {
	background: rgba(20,20,20,0.85)
}
.works-grid.hover-color .work-item:hover .work-intro, .works-grid.hover-color .work-item:hover .work-title, .works-grid.hover-color .work-item:hover .work-descr {
	color: #fff
}
.works-grid.hover-color .work-item:hover .work-img:after {
	background: #e41919;
	opacity: .73
}
.works-grid.hover-white .work-item:hover .work-intro, .works-grid.hover-white .work-item:hover .work-title, .works-grid.hover-white .work-item:hover .work-descr {
	color: #fff
}
.works-grid.hover-white .work-item:hover .work-img:after {
	background: RGBA(0, 196, 154, 0.86)
}
.work-item .work-img>img {
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.work-item:hover .work-img>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.work-full {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000
}
.work-full-load {
	padding-top: 60px
}
.work-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10001
}
.work-loader:after {
	display: block;
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	background: url("../images/loader.gif") no-repeat
}
.work-navigation {
	width: 100%;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 99
}
.work-navigation .fa {
	font-size: 12px;
	vertical-align: middle
}
.work-navigation .fa-times {
	font-size: 16px;
	margin-top: -2px
}
.work-navigation a {
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: default
}
.work-navigation a, .work-navigation a:visited {
	color: #555
}
.work-navigation a:hover {
	color: #111
}
.work-navigation a span {
	display: inline-block;
	height: 60px;
	line-height: 59px;
	padding: 0 4%;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}
.work-navigation span:hover {
	background: #f7f7f7
}
.work-back-link {
	margin: 20px 0 0;
	display: block;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #151515
}
.work-prev {
	text-align: left
}
.work-all {
	text-align: center
}
.work-next {
	text-align: right
}
.work-container {
	padding: 50px 0
}
.work-full-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px
}
.work-full-media {
	margin-top: 30px
}
.work-full-media img {
	max-width: 100%;
	width: 100%;
	height: auto
}
.work-full-text {
	text-align: left;
	font-size: 13px;
	color: #777
}
.work-full-text h6 {
	margin-top: 5px
}
.work-detail {
	font-weight: 400
}
.work-detail p:last-child {
	margin-bottom: 0
}
.work-full-detail {
	font-size: 11px;
	color: #777;
	letter-spacing: 1px;
	text-transform: uppercase
}
.work-full-detail p {
	padding: 4px 0;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.05)
}
.work-full-detail p:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.05)
}
.work-full-detail p strong {
	width: 100px;
	display: inline-block
}
.work-full-action {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
	text-align: center
}
.banner-section {
	overflow: visible;
	border-bottom: 1px solid transparent
}
.banner-heading {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: RGBA(0, 196, 154, 1)
}
.banner-decription {
	margin-bottom: 35px;
	font-size: 15px;
	font-weight: 300;

	color: rgba(255,255,255,0.7)
}
.banner-image {

	margin: -110px 0 0 0;
	text-align: right
}

.testimonial {
	margin: 0;
	padding: 0;

	background: none;
	border: none;
	text-align: center;
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	opacity: .85
}
.testimonial p {
	font-size: 18px
}
.testimonial-author {
	color: #fff
}
.logo-item {
	height: 80px;
	text-align: center;
	opacity: .75;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.logo-item:hover {
	opacity: 1
}
.logo-item img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.post-prev-img {
	margin-bottom: 23px;
	position: relative
}
.post-prev-img a {
	-webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.post-prev-img a:hover {
	opacity: .85
}
.post-prev-img img {
	width: 100%;
	height:262px;
}
.post-prev-title {
	font-weight: 500;
	margin-bottom: 6px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em
}
.post-prev-title a {
	color: #777;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.post-prev-title a:hover {
	color: #111
}
.post-prev-info, .post-prev-info a {
	margin-bottom: 15px;
	font-size: 12px;
	text-decoration: none;
	color: #888;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.post-prev-info a:hover {
	color: #111
}
.post-prev-text {
	margin-bottom: 22px;
	color: #777;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75
}
.tiny-section {
	border-radius: 25px;
	border: solid 4px RGBA(0, 196, 154, 1);
	width: 70%;
	margin: 80px auto 70px;
	box-shadow: 0px 13px 0px RGBA(0, 128, 100, 1)
}
.newsletter-label {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #fff
}
.form input.newsletter-field {
	max-width: 293px
}
.form input.newsletter-field::-webkit-input-placeholder {
color:#777
}
.form input.newsletter-field:focus::-webkit-input-placeholder {
color:#111
}
.form input.newsletter-field:-moz-placeholder {
color:#777
}
.form input.newsletter-field:focus:-moz-placeholder {
color:#111
}
.form input.newsletter-field::-moz-placeholder {
color:#777
}
.form input.newsletter-field:focus::-moz-placeholder {
color:#111
}
.form input.newsletter-field:-ms-input-placeholder {
color:#777
}
.form input.newsletter-field:focus:-ms-input-placeholder {
color:#111
}
.contact-item {
	float:left;
	width: 275px;
	height:200px;
	margin-left: 115px;
	color: #444;

}
.contact-item img{ float:left;}
.contact-item a {
	color: #444;
	text-decoration: none
}
.contact-item a:hover {
	color: #000;
	text-decoration: none
}
.ci-icon {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 10px;
	left: 3px;
	color: #fff;
	text-align: center;
	line-height: 23px
}
.ci-icon:before {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: RGBA(0, 196, 154, 1);
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.ci-icon i, .ci-icon span {
	position: relative
}
.ci-title {
	margin-bottom: 1px;
	color: #777;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3em
}
.ci-title .fa {
	font-size: 22px;
	color: RGBA(0, 196, 154, 1)
}
.ci-text {
	font-size: 15px;
	font-weight: 300
}
.cf-left-col {
	width: 49.4%;
	float: left;
	margin-right: 1.2%
}
.cf-right-col {
	width: 49.4%;
	float: left

}
.contact-form .form-group {
	margin-bottom: 10px
}
.google-map {
	position: relative;

	background: #111
}
#map-canvas {
	height: 410px;
	position: relative;
	background-color: #111 !important;
	z-index: 1
}
.gm-style-cc {
	display: none !important
}
.gm-style-iw div {
	color: #777
}
.map-section {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 !important;
	background: rgba(17,17,17,0.93);
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.map-section:hover {
	background: rgba(17,17,17,0.9)
}
.map-toggle {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -100px;
	color: #fff;
	text-align: center
}
.mt-icon {
	width: 27px;
	height: 27px;
	line-height: 27px;
	margin: 6px auto 25px;
	position: relative;
	color: #111;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.mt-icon:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.mt-icon i, .mt-icon span {
	position: relative
}
.mt-text {
	margin-left: 12px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: rgba(255,255,255,0.75)
}
.mt-close {
	display: none
}
.map-section.js-active {
	height: 50px;
	background: rgba(17,17,17,0.75)
}
.map-section.js-active:hover {
	background: rgba(17,17,17,0.85)
}
.map-section.js-active .mt-icon {
	opacity: 0
}
.map-section.js-active .mt-text {
	position: relative;
	top: -20px
}
.footer {
	text-align: center;
	font-size: 12px;
	width:100%;
	height:290px;
	background:url(../images/footbg.jpg) repeat-x;
	border: 1px solid transparent;
	padding-top:30px
}
.footer p{ margin:0; padding:0; text-align:center; }
.footer a {
	color: #888;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.footer a:hover {
	color: RGBA(0, 196, 154, 1)
}
.footer-copy {
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5em
}
.footer-made {
	font-size: 11px;
	color: #999
}
.footer-social-links {
	font-size: 14px
}
.footer-social-links a {
	width: 25px;
	height: 25px;
	line-height: 25px !important;
	position: relative;
	margin: 0 6px;
	text-align: center;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.footer-social-links a i, .footer-social-links a span {
	position: relative;
	top: 0;
	left: 0
}
.footer-social-links a:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}
.footer-social-links a:hover {
	color: #fff
}
.footer-social-links a:hover:before {
	background: RGBA(0, 196, 154, 1)
}
a.link-to-top {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #005946;
	font-size: 48px
}
a.link-to-top:hover {
	color: RGBA(0, 196, 154, 1)
}
.blog-item {
	margin-bottom: 80px;
	width:945px;
	height:337px;
	float:left;

	overflow:hidden;
}
.blog-item-date {
	width: 100px;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: -130px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	color: #999;
	border-right: 1px solid #eee
}
.date-num {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 400;
	color: #555
}
.blog-media {
	margin-bottom: 30px;
	width:133px; 
	height:180px;
	float:left;
}
.blog-media img{ width:133px; height:180px; float:left;}
.blog-item-title {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase
}
.blog-item-title a {
	color: #111;
	text-decoration: none
}
.blog-item-title a:hover {

	color: #777;
	text-decoration: none
}
.blog-item-data {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #aaa
}
.separator {
	margin: 0 5px
}
.row {
	
	width:975px; 
	height:243px;
	float:left;
}
.blog-item-foot{ width:133px; height:33px; float:left;} 
.colsm2{ width:165px; height:243px;  float:left;}
.blog-item-data a {
	color: #aaa;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.blog-item-data a:hover {
	color: #000;
	text-decoration: none
}
.blog-post-data {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #aaa
}
.blog-item-body {
	font-size: 14px;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 1.7;
	width:780px;
	height:138px;
	float:left;
}
.blog-background {
	background: #eee;
	border-radius: 6px
}
.blog-item-body h1, .blog-item-body h2, .blog-item-body h3, .blog-item-body h4, .blog-item-body h5, .blog-item-body h6 {
	margin: 1.3em 0 0.5em 0
}
.blog-item-body p {
	text-indent: 2em;
	margin: 0 0 1em 0
}
.noindent2em {
	text-indent: 0em !important
}
.ptextcenter {
	text-align: center
}
.blog-item-body p a {
	display: block;
	text-align: center;
	vertical-align: middle
}
.blog-item-body p a img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.blog-item-more {
	border: 1px solid #dadada;
	padding: 9px 14px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 1px;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.blog-item-more:hover {
	text-decoration: none;
	border-color: #111
}
a.blog-item-more {
	color: #777;
	text-decoration: none
}
a.blog-item-more:hover {
	color: #111
}
.blog-item-q {
	background: none;
	border: none;
	padding: 0;
	margin: 1em 0
}
.blog-item-q p {
	position: relative;
	background: #f8f8f8;
	padding: 17px 20px;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0
}
.blog-item-q p a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.blog-item-q:hover a, .blog-item-q p a:hover {
	text-decoration: none;
	color: #777
}
.blog-item-q p:before, .blog-item-q p:after {
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.blog-item-q p:before {
	content: '"';
	position: absolute;
	top: 10px;
	left: 10px
}
.blog-item-q p:after {
	content: '"'
}
.blog-item-q p:hover:before, .blog-item-q p:hover:after {
	color: #777
}
.blog-page-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}
.wp-pagenavi {
	font-size: 13px;
	font-family: hiragino sans gb, microsoft yahei, simsun, sans-serif
}
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi a:hover, .minimal-light .esg-pagination .esg-pagination-button, .minimal-light .esg-pagination .selected {
	box-shadow: none !important;
	background: white !important;
	-webkit-transform: none !important;
	transform: none !important;
	border-radius: 0 !important;
	display: inline-block !important;
	min-width: 30px !important;
	box-sizing: border-box !important;
	padding: 7px 14px !important;
	border: 1px solid #eaeaea !important;
	color: #999 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-decoration: none !important;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) !important;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) !important;
	overflow: hidden !important
}
.minimal-light .esg-pagination .esg-pagination-button {
	width: 50px !important;
	height: 50px !important
}
.wp-pagenavi .fa {
	margin-top: 1px;
	font-size: 16px
}
.wp-pagenavi a:hover, .minimal-light .esg-pagination .esg-pagination-button:hover {
	text-decoration: none !important;
	border-color: #bbb !important;
	color: #444 !important
}
.wp-pagenavi a.active, .wp-pagenavi a.active:hover, .minimal-light .esg-pagination .selected {
	box-shadow: none !important;
	border-color: #bbb !important;
	color: #444 !important;
	cursor: default !important
}
.wp-pagenavi a.no-active, .wp-pagenavi a.no-active:hover {
	border-color: #efefef;
	color: #bbb;
	cursor: default
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: RGBA(0, 196, 154, 1)
}
.wp-pagenavi span.current, .minimal-light .esg-pagination .selected {
	color: RGBA(0, 196, 154, 1) !important;
	border-color: RGBA(0, 196, 154, 1) !important
}
.comment-item {
	padding-top: 30px !important;
	border-top: 1px dotted #e9e9e9;
	font-size: 14px;
	overflow: hidden
}
.comment-item:first-child {
	padding-top: 0;
	border-top: none
}
.media-body {
	overflow: hidden
}
.comment-avatar {
	width: 50px;
	margin-right: 10px;
	border-radius: 50%
}
.comment-item-data {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777
}
.comment-item-data a {
	color: #777;
	text-decoration: none;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.comment-item-data a:hover {
	color: #000;
	text-decoration: none
}
.comment-author {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 800;
	color: #888
}
.comment-metadata time {
	font-size: 10px
}
.sidebar {
	margin-top: 10px;
	margin-left: 4%
}
.widget {
	margin-bottom: 60px
}
.widget .img-left {
	margin: 0 10px 10px 0
}
.widget .img-right {
	margin: 0 0 10px 10px
}
.widget-body h5, .widget-title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	color: #777;
	border-bottom: 1px solid #ccc
}
.widget-body {
	font-size: 13px;
	color: #777
}
.widget-text {
	line-height: 1.7
}
.search-wrap {
	position: relative
}
.search-field {
	width: 96% !important;
	height: 40px !important;
	box-sizing: border-box;
	margin:10px 2%;
}
.search-button {
	width: 42px;
	height: 40px;
	line-height: 38px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 1px;
	overflow: hidden;
	background: transparent;
	border: none;
	outline: none;
	color: #999;
	font-size: 14px
}
.search-button:hover {
	color: #111
}
.search-button:hover+.search-field {
	border-color: #ccc
}
.widget-menu {
	font-size: 16px
}
.widget-menu li {
	padding: 5px 0
}
.widget-body ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1
}
.widget-menu li a, .widget-body ul li {
	padding-bottom: 9px
}
.widget-menu li a, .widget-body ul li a {
	color: #555;
	text-decoration: none;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	line-height: 1.6;
	-webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.17s cubic-bezier(0, 0, 0.58, 1)
}
.widget-menu li a:hover, .widget-menu li a.active, .widget-body ul li a:hover {
	color: #999
}
.widget-menu li small {
	font-size: 11px;
	color: #aaa
}
.tags a {
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 5px 7px;
	border: 1px solid #e9e9e9;
	color: #777;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.tags a:hover {
	text-decoration: none;
	border-color: #333;
	color: #111
}
.widget-comments {
	color: #aaa
}
.widget-comments li {
	padding: 12px 0;
	border-bottom: 1px dotted #eaeaea
}
.widget-comments li a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.17s cubic-bezier(0, 0, 0.58, 1)
}
.widget-comments li a:hover {
	color: #999
}
.widget-posts {
	color: #aaa
}
.widget-posts li {
	font-size: 12px;
	padding: 12px 0;
	border-bottom: 1px dotted #eaeaea
}
.widget-posts li a {
	font-size: 13px;
	display: block;
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.17s cubic-bezier(0, 0, 0.58, 1)
}
.widget-posts li a:hover {
	color: #999
}
.widget-posts-img {
	float: left;
	margin: 0 7px 0 0
}
.widget-posts-descr {
	overflow: hidden
}
.shopping-cart-table a {
	text-decoration: none
}
table.shopping-cart-table tr th, table.shopping-cart-table tr td {
	vertical-align: middle
}
.pricing-item {
	margin: 0 0 30px;
	position: relative;
	text-align: center
}
.pricing-item-inner {
	border: 1px solid #eaeaea;
	vertical-align: middle;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.pricing-item-inner:hover {
	border-color: #aaa
}
.main .pricing-item-inner {
	border-color: #aaa
}
.pricing-wrap {
	position: relative;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: center;
	overflow: hidden
}
.pricing-icon {
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	font-size: 32px;
	z-index: 1
}
.pricing-title {
	position: relative;
	margin-bottom: 40px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1
}
.pr-list {
	margin: 0 -20px 30px;
	padding: 0;
	color: #777;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}
.pr-list li {
	padding: 12px 20px;
	list-style: none;
	border-bottom: 1px solid #f1f1f1
}
.pr-list li:first-child {
	border-top: 1px solid #f1f1f1
}
.pricing-num {
	font-size: 40px;
	font-weight: 300;
	line-height: 1
}
.pricing-num sup {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: -20px;
	left: -3px;
	margin-left: -7px
}
.pr-button {
	margin: 30px -20px 0;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1
}
.pr-per {
	color: #999;
	font-size: 12px
}
.margin-block {
	margin-bottom: 30px
}
.owl-carousel {
	overflow: hidden
}
.owl-buttons {
	position: static
}
.owl-prev, .owl-next {
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	z-index: 6;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.owl-prev {
	left: -50px
}
.owl-next {
	right: -50px
}
.owl-prev:before, .owl-next:before {
	content: "";
	display: block;
	width: 66%;
	height: 66%;
	position: absolute;
	top: 17px;
	left: 0;
	background: RGBA(0, 196, 154, 1);
	border-radius: 2px;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.owl-next:before {
	left: auto;
	right: 0
}
.owl-prev .fa, .owl-next .fa {
	position: relative
}
.owl-prev:hover, .owl-next:hover {
	-webkit-transition: 0 none !important;
	transition: 0 none !important
}
.owl-prev:hover:before, .owl-next:hover:before {
	opacity: 0.87
}
.owl-prev:active:before, .owl-next:active:before {
	opacity: 0.6
}
.owl-carousel:hover .owl-prev {
	opacity: 1;
	left: -35px
}
.owl-carousel:hover .owl-next {
	opacity: 1;
	right: -35px
}
.owl-pagination {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	z-index: 100
}
.owl-page {
	display: inline-block;
	padding: 6px 4px;
	position: relative
}
.owl-page span {
	width: 6px;
	height: 6px;
	display: block;
	background: rgba(255,255,255,0.7);
	position: relative;
	z-index: 1000 !important;
	border-radius: 4px;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.owl-page:hover span {
	background: #fff
}
.owl-page.active span {
	background: transparent;
	bordeR: 1px solid rgba(255,255,255,0.8);
	-webkit-transform: scale(1.3333333);
	transform: scale(1.3333333)
}
.item-carousel .owl-prev {
	left: -125px
}
.item-carousel .owl-next {

	right: -125px
}
section:hover .item-carousel.owl-carousel .owl-prev {
	opacity: 1;
	left: -80px
}
section:hover .item-carousel.owl-carousel .owl-next {
	opacity: 1;
	right: -80px
}
.item-carousel {
	margin-bottom: -50px;
	padding-bottom: 50px
}
.item-carousel .owl-pagination {
	bottom: 0
}
.work-full-slider .owl-pagination, .content-slider .owl-pagination {
	bottom: 15px
}
.single-carousel, .small-item-carousel {
	margin-bottom: 35px
}
.single-carousel .owl-pagination, .small-item-carousel .owl-pagination {
	position: relative;
	left: 0;
	top: 35px;
	margin: 0
}
.single-carousel.black .owl-page span, .small-item-carousel.black .owl-page span {
	background: rgba(0,0,0,0.15);
	box-shadow: none
}
.single-carousel.black .owl-page:hover span, .small-item-carousel.black .owl-page:hover span {
	background: rgba(0,0,0,0.4)
}
.single-carousel.black .owl-page.active span, .small-item-carousel.black .owl-page.active span {
	background: rgba(0,0,0,0.4)
}
.single-carousel.black .owl-prev, .single-carousel.black .owl-next, .small-item-carousel.black .owl-prev, .small-item-carousel.black .owl-next {
	color: rgba(0,0,0,0.2);
	text-shadow: none;
	box-shadow: none
}
.single-carousel.black .owl-prev:hover, .single-carousel.black .owl-next:hover, .small-item-carousel.black .owl-prev:hover, .small-item-carousel.black .owl-next:hover {
	color: rgba(0,0,0,0.35)
}
.single-carousel .owl-prev, .small-item-carousel .owl-prev {
	left: -125px
}
.single-carousel .owl-next, .small-item-carousel .owl-next {
	right: -125px
}
section:hover .single-carousel .owl-prev, section:hover .small-item-carousel .owl-prev {
	opacity: 1;
	left: -80px
}
section:hover .single-carousel .owl-next, section:hover .small-item-carousel .owl-next {
	opacity: 1;
	right: -80px
}
.owl-caption {
	display: block;
	position: absolute;
	color: white;
	background-color: RGBA(0, 0, 0, 0.7);
	z-index: 999;
	top: 4%;
	left: 4%;
	padding: 5px 10px;
	font-size: 17px
}
.tpl-tabs {
	border-color: #e5e5e5;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px
}
.tpl-tabs>li>a {
	text-decoration: none;
	color: #777;
	border-radius: 0
}
.tpl-tabs>li>a:hover {
	background-color: #f5f5f5
}
.tpl-tabs li.active a {
	color: #000
}
.tpl-tabs-cont {
	padding: 30px 0;
	color: #777;
	line-height: 1.8
}
.tpl-minimal-tabs {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border: none
}
.tpl-minimal-tabs>li {
	padding: 0 30px;
	background: none !important
}
.tpl-minimal-tabs>li>a {
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #000;
	background: none;
	border: 1px solid transparent;
	border-radius: 20px
}
.tpl-minimal-tabs>li>a:hover {
	background: none;
	border-color: #e9e9e9;
	color: #777
}
.tpl-minimal-tabs li.active a, .tpl-minimal-tabs li.active a:hover {
	border: 1px solid #222 !important;
	background: none !important;
	color: #000;
	cursor: default
}
.tpl-alt-tabs {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	border: none
}
.tpl-alt-tabs>li {
	width: 215px;
	display: inline-block;
	vertical-align: top;
	float: none;

	padding: 0;
	background: none !important
}
.tpl-alt-tabs>li>a {
	text-decoration: none;
	color: #a3a3a3;
	background: none !important;
	border: none !important;

	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.tpl-alt-tabs>li>a:hover {
	background: none;
	color: RGBA(0, 196, 154, 1)
}
.tpl-alt-tabs li.active a, .tpl-alt-tabs li.active a:hover {
	cursor: default;
	color: RGBA(0, 196, 154, 1) !important
}
.alt-tabs-icon {
	display: block;
	margin-bottom: 12px;
	font-size: 48px;
	letter-spacing: 0
}
.alert {

	margin: 0 auto 10px;
	padding: 14px 20px;


	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	border-radius: 0
}
.success {
	border-color: #a9e2c2;
	color: #36a367
}
.info {
	border-color: #9ecdfc;
	color: #297ad3
}
.notice {
	border-color: #f9ce75;
	color: #e9a00a
}
.error {
	border-color: #ffbbbb;
	color: #e33131
}
.accordion>dt {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em
}
.accordion>dt>a {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.accordion>dt>a:hover {
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;
	color: #444
}
.accordion>dt>a.active {
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc;
	cursor: default
}
.accordion>dt>a:after {
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1)
}
.accordion>dt>a.active:after, .accordion>dt>a.active:hover:after {
	content: "\f106";
	color: #111
}
.accordion>dt>a:hover:after {
	color: #444
}
.accordion>dd {
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777
}
.toggle>dt {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	
}
.toggle>dt>a {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	background:url(../images/jt.png) no-repeat right center;
}
.toggle>dt>a:hover {
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;
	color: #444
}
.toggle>dt>a.active {
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc
}
.toggle>dt>a:after {
	/* content: "\f107"; */
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.toggle>dt>a.active:after, .toggle>dt>a.active:hover:after {
	content: "\f106";
	color: #111
}
.toggle>dt>a:hover:after {
	color: #444
}
.toggle>dd {
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777
}
#myDiv{ display:none;}
.tpl-progress {
	margin-top: 10px;
	margin-bottom: 50px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: visible;
	height: 2px;
	background: #f0f0f0;
	border-radius: 0px;
	box-shadow: none
}
.tpl-progress .progress-bar {
	padding-top: 2px;
	position: relative;
	overflow: visible;
	background-color: #222;
	font-size: 11px;
	color: #000;
	text-align: left;
	box-sizing: border-box
}

.tpl-progress .progress-bar>span {
	display: inline-block;
	min-width: 24px;
	height: 24px;
	padding: 0 3px;
	position: absolute;
	top: 0px;
	right: -5px;
	text-align: center;
	line-height: 23px;
	letter-spacing: 0;
	border-radius: 15px
}
.progress-color .progress-bar {
	background-color: #e41919;
	color: #e41919
}
.progress-color .progress-bar>span {
	background-color: #e41919;
	color: #fff
}
.tpl-progress-alt {
	background: #f2f2f2;
	border-radius: 0px;
	box-shadow: none
}
.tpl-progress-alt .progress-bar {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	overflow: visible;
	background-color: #222;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-align: left;
	box-sizing: border-box
}
.highlight pre {
	border-color: #eaeaea;
	background: #fcfcfc;
	color: #555;
	border-radius: 0
}
.fa-exclamation-triangle {
	font-size: 38px;
	color: #f8004d
}
.fa-examples {
	color: #555;
	margin-left: 1px
}
.fa-examples>div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px
}
.fa-examples>div:hover {
	background: #f0f0f0;
	color: #000
}
.fa-examples>div>i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px
}
.fa-examples>div>.muted {
	margin-left: 5px;
	color: #999;
	font-size: 12px
}
.fa-sm {
	width: 20px;
	font-size: 14px
}
.et-examples {
	color: #555;
	margin-left: 1px;
	vertical-align: middle
}
.et-examples .box1 {
	display: block;
	width: 33%;
	float: left;
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px
}

@media only screen and (max-width: 1024px) {
.et-examples .box1 {
	width: 50%
}
}

@media only screen and (max-width: 480px) {
.et-examples .box1 {
	width: 100%
}
}
.et-examples .box1:hover {
	background: #f8f8f8;
	color: #111
}
.et-examples .box1>span {
	display: inline-block;
	margin-right: 5px;
	min-width: 70px;
	min-height: 70px;
	border-right: 1px solid #f1f1f1;
	line-height: 70px;
	text-align: center;
	font-size: 32px
}
.intro-image {
	width: 100%
}
.intro-label {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.1em
}
.multi-columns-row .col-xs-6:nth-child(2n+3) {
	clear: left
}
.multi-columns-row .col-xs-4:nth-child(3n+4) {
	clear: left
}
.multi-columns-row .col-xs-3:nth-child(4n+5) {
	clear: left
}
.multi-columns-row .col-xs-2:nth-child(6n+7) {
	clear: left
}
.multi-columns-row .col-xs-1:nth-child(12n+13) {
	clear: left
}

@media (min-width: 768px) {
.multi-columns-row .col-xs-6:nth-child(2n+3) {
	clear: none
}
.multi-columns-row .col-xs-4:nth-child(3n+4) {
	clear: none
}
.multi-columns-row .col-xs-3:nth-child(4n+5) {
	clear: none
}
.multi-columns-row .col-xs-2:nth-child(6n+7) {
	clear: none
}
.multi-columns-row .col-xs-1:nth-child(12n+13) {
	clear: none
}
.multi-columns-row .col-sm-6:nth-child(2n+3) {
	clear: left
}
.multi-columns-row .col-sm-4:nth-child(3n+4) {
	clear: left
}
.multi-columns-row .col-sm-3:nth-child(4n+5) {
	clear: left
}
.multi-columns-row .col-sm-2:nth-child(6n+7) {
	clear: left
}
.multi-columns-row .col-sm-1:nth-child(12n+13) {
	clear: left
}
}

@media (min-width: 992px) {
.multi-columns-row .col-sm-6:nth-child(2n+3) {
	clear: none
}
.multi-columns-row .col-sm-4:nth-child(3n+4) {
	clear: none
}
.multi-columns-row .col-sm-3:nth-child(4n+5) {
	clear: none
}
.multi-columns-row .col-sm-2:nth-child(6n+7) {
	clear: none
}
.multi-columns-row .col-sm-1:nth-child(12n+13) {
	clear: none
}
.multi-columns-row .col-md-6:nth-child(2n+3) {
	clear: left
}
.multi-columns-row .col-md-4:nth-child(3n+4) {
	clear: left
}
.multi-columns-row .col-md-3:nth-child(4n+5) {
	clear: left
}
.multi-columns-row .col-md-2:nth-child(6n+7) {
	clear: left
}
.multi-columns-row .col-md-1:nth-child(12n+13) {
	clear: left
}
}

@media (min-width: 1200px) {
.multi-columns-row .col-md-6:nth-child(2n+3) {
	clear: none
}
.multi-columns-row .col-md-4:nth-child(3n+4) {
	clear: none
}
.multi-columns-row .col-md-3:nth-child(4n+5) {
	clear: none

}
.multi-columns-row .col-md-2:nth-child(6n+7) {
	clear: none
}
.multi-columns-row .col-md-1:nth-child(12n+13) {

	clear: none
}
.multi-columns-row .col-lg-6:nth-child(2n+3) {
	clear: left
}
.multi-columns-row .col-lg-4:nth-child(3n+4) {
	clear: left

}
.multi-columns-row .col-lg-3:nth-child(4n+5) {
	clear: left
}
.multi-columns-row .col-lg-2:nth-child(6n+7) {
	clear: left
}
.multi-columns-row .col-lg-1:nth-child(12n+13) {
	clear: left
}
}
.bgoverlay {
	content: "";
	background: transparent url("../images/pattern_hover.png") repeat 0 0 !important;
	z-index: 8000;
	width: 100%;
	height: 100%;
	position: absolute
}
.icon-flag {
	color: #A90CFE
}
.icon-heart {
	color: red
}
.icon-chat {
	color: #00C49A
}
.icon-profile-female {
	color: #7D3021
}
.icon-hotairballoon {
	color: #FFB03B
}
.icon-book-open {
	color: #3373A0
}
.divider-line {
	position: relative;
	display: block;
	clear: both;
	line-height: 0;
	border-bottom: 1px solid #bbb;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 19px auto;
	box-sizing: initial
}
#reply-title {
	margin-top: 20px;
	padding-top: 40px;
	font-size: 18px;
	border-top: 1px solid #ddd
}
#submit {
	display: none
}
.postmetadata {
	margin-top: 20px
}
.comment-content p {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1.8
}
.comment-list .comment {
	border-top: 1px dotted #c9c9c9;
	padding-top: 20px
}
.cptch_block label {
	color: RGBA(45, 46, 49, 1);
	font-weight: 200
}
.login h1 a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 200px 200px;
	width: 200px;
	height: 200px
}
.wp-core-ui .button-primary {
	background: RGBA(0, 196, 154, 1);
	border-color: RGBA(82, 251, 214, 1)
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background: RGBA(82, 251, 214, 1);
	border-color: RGBA(82, 251, 214, 1);
	color: #141414
}
.search-highlight {
	background: RGBA(0, 196, 154, 1);
	color: #fff
}
.login-submit #wp-submit, .sidebar_login_links li a {
	text-align: center;
	text-decoration: none;
	text-align: center;
	padding: 15px 1px;
	-webkit-transition: all 0;
	transition: all 0;
	padding: 5px 8px !important;
	color: #ddd !important;
	background: #cb3b27;
	border: solid 1px #D94E3B;
	box-shadow: 0px 9px 0px #84261a;
	border-radius: 30px
}
.sidebar_login_links li a:hover {
	color: #fff !important
}
.login-submit #wp-submit:active, .sidebar_login_links li a:active {
	box-shadow: 0px 2px 0px #84261a;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px)
}
#loginform {
	text-align: center
}
.sidebar_login_links li {
	text-align: center
}
.login-submit #wp-submit {
	background: #cb3b27;
	text-decoration: none;
	text-align: center;
	border: none
}
.login-submit p {
	margin: 0 auto
}
.login-submit #wp-submit, .sidebar_login_links li a:nth-child(1) {
	width: 40%;
	display: inline-block;
	float: none;
	margin: 10px auto 20px
}
.sidebar_login_links li a:nth-child(2) {
	width: 40%;
	display: inline-block;
	margin: 10px auto 20px
}
.sidebar_login_links li a:nth-child(3) {
	width: 40%;
	display: inline-block;
	margin: 10px 0 20px
}
#user_login, #user_pass {
	border-radius: 5px
}
.sidebar_login_links .lost_password-link a {
	background: none !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	display: block;
	text-align: center;
	color: #666 !important
}
.sidebar_login_links .lost_password-link a:hover {
	color: #999 !important
}
.scroll-down-green .scroll-down-icon {
	color: #fff !important
}
.scroll-down-green:before {
	background: RGBA(0, 196, 154, 1)
}
.post-prev-text-height {
	height: 130px
}
hr {
	border-top: 1px solid #ddd
}

