﻿@charset "UTF-8";                
@font-face {
	font-family: 'FontAwesome';
	src: url(../fonts/fontAwesome.eot?v=4.5.0);
	src: url(../fonts/fontAwesome.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontAwesome.woff2?v=4.5.0) format("woff2"), url(../fonts/fontAwesome.woff?v=4.5.0) format("woff"), url(../fonts/fontAwesome.ttf?v=4.5.0) format("truetype"), url(../fonts/fontAwesome.svg?v=4.5.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
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%
}
.fa-1x {
	font-size:1.5em
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #ffffff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper: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-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.popBox {
	width: 500px;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 9999;
	margin-left: -250px;
	background: #f2f2f2
}
.popBox a {
	color: #c8c9ca
}
.popBox a:hover {
	color: #aaa
}
.popBox a:active {
	color: #888
}
.popBox .popBox_inner {
	padding: 15px
}
.popBox .popBox_close {
	float: right;
	font-size: 16px;
	color: #c8c9ca
}
.popBox .popBox_close:hover {
	text-decoration: none
}
.popBox .popBox_title {
	color: #888;
	margin: 5px 0 10px;
	clear: both;
	text-align: center
}
.popBox .popBox_title h1 {
	font-size: 16px;
	margin: 0 0 5px
}
.popBox .popBox_title h2 {
	font-size: 12px;
	margin: 0 0 10px
}
.popBox .popBox_main {
	overflow: auto
}
.popBox .popBox_actions {
	margin-top: 10px;
	font-size: 18px;
	text-align: center
}
.popBox .popBox_actions a, .popBox .popBox_actions span {
	display: inline-block;
	padding: 10px;
	color: #606060
}
.popBox .popBox_actions a:hover, .popBox .popBox_actions span:hover {
	text-decoration: none
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 80px 0 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	border:#ddd solid 1px;
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@font-face {
	font-family: 'museosans';
	src: url(../fonts/museosans.eot);
	src: url(../fonts/museosans.eot?#iefix) format("embedded-opentype"), url(../fonts/museosans.woff) format("woff"), url(../fonts/museosans.ttf) format("truetype")
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 14px;
	line-height: 1.64345;
	color: #686868;
	background-color: white
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
textarea {
	resize: none
}
a {
	color: #888888;
	text-decoration: none
}
a:hover, a:focus {
	color: #626262;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.64345;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 23px;
	margin-bottom: 23px;
	border: 0;
	border-top: 1px solid #f0f0f0
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.iframeCover {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	background: transparent;
	display: none
}
.centerBlock {
	margin-left: auto;
	margin-right: auto
}
.toTop {
	position: fixed;
	z-index: 5;
	bottom: 15px;
	right: 10px
}
.toTop img {
	width: 40px;
	height: 40px
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 800;
	line-height: 1.1;
	color: inherit
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #909090
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 23px;
	margin-bottom: 11.5px
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 11.5px;
	margin-bottom: 11.5px
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 11.5px
}
.lead {
	margin-bottom: 23px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width: 768px) {
.lead {
	font-size: 21px
}
}
small, .small {
	font-size: 85%
}
mark, .mark {
	background-color: #ffecb3;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #909090
}
.text-primary {
	color: #444444
}
a.text-primary:hover {
	color: #2b2b2b
}
.text-success {
	color: #3c763d
}
a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff
}
.bg-primary {
	background-color: #444444
}
a.bg-primary:hover {
	background-color: #2b2b2b
}
.bg-success {
	background-color: #e8f5e9
}
a.bg-success:hover {
	background-color: #c4e6c7
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #ffecb3
}
a.bg-warning:hover {
	background-color: #ffdf80
}
.bg-danger {
	background-color: #ffebee
}
a.bg-danger:hover {
	background-color: #ffb8c3
}
.pageHeader {
	font-size: 18px;
	line-height: 30px;
	padding: 8.5px 0;
	margin: 46px 0 23px;
	border: 1px solid #f0f0f0;
	border-left: none;
	border-right: none;
	color: #808080;
	font-weight: normal;
	text-align: right
}
.pageHeader:before, .pageHeader:after {
	content: " ";
	display: table
}
.pageHeader:after {
	clear: both
}
.pageHeader .pageHeader_r {
	font-size: 12px
}
.pageHeader .pageHeader_r span {
	margin-left: 10px
}
.pageHeader .pageHeader_r span.active a {
	font-weight: bold;
	color: #222
}
.pageHeader .pullLeft {
	margin-right: 200px
}
ul, ol {
	margin-top: 0;
	margin-bottom: 11.5px
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 23px
}
dt, dd {
	line-height: 1.64345
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0;
	margin-bottom: 11.5px
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table
}
.dl-horizontal dd:after {
	clear: both
}
@media (min-width: 992px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #909090
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 11.5px 23px;
	margin: 0 0 23px;
	font-size: 17.5px;
	border-left: 5px solid #f0f0f0
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.64345;
	color: #909090
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #f0f0f0;
	border-left: 0;
	text-align: right
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before {
	content: ''
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after {
	content: '\00A0 \2014'
}
address {
	margin-bottom: 23px;
	font-style: normal;
	line-height: 1.64345
}
.breakWords {
	word-break: break-all;
	word-wrap: break-word
}
@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff !important
}
.navbar {
	display: none
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000 !important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse !important
}
.table td, .table th {
	background-color: #fff !important
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important
}
}
.fixedSidebar {
	position: fixed;
	left: 0;
	top: 80px;
	bottom: 0;
	z-index: 10;
	width: 270px;
	background: #eeeef0;
	color: #888;
	overflow-y: auto
}
.fixedSidebar .fixedSidebar_inner {
	padding: 0 35px
}
.wrapper {
	background: #fff
}
body.body-fixedSidebar {
	margin-left: 270px
}
body.body-fixedNavbar {
	margin-top: 80px
}
body.minBody {
	min-width: 800px
}
.footer {
	text-align: center;
	color: #c8c9ca;
	background: #0c0c0c
}
.footer .footer_top {
	height: 70px
}
.footer h4 {
	font-size: 13px
}
.footer_info {
	padding: 25px 15px;
}
.footer_contact {
	text-align: center;
	line-height: 50px;
	background: #f8f8f8;
	font-size: 16px;
	font-weight: bold
}
.footer_contact a {
	color: #aaa
}
.footer_logos {
	margin-top: 20px
}
.footer_logos img {
	height: 22px;
	margin: 0 20px 10px
}
@media (min-width: 768px) {
.footer_logos {
	margin-top: 30px
}
}
@media (min-width: 768px) {
.footer_follow {
	/*margin-top: 30px*/
}
}
.footer_follow a {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
	background: url(../images/social-icons-414a6bde8a465db9c74d1279da2c8a32.png) 0 0 no-repeat
}
@media (min-width: 768px) {
.footer_follow a {
	margin: 0 20px
}
}
.footer_follow a.footer_weibo {
	background-position: 0 -240px
}
.footer_follow a.footer_weibo:hover {
	background-position: 0 -270px
}
.footer_follow a.footer_weixin {
	background-position: 0 -300px
}
.footer_follow a.footer_weixin:hover {
	background-position: 0 -330px
}
.footer_follow a.footer_qq {
	background-position: 0 -120px
}
.footer_follow a.footer_qq:hover {
	background-position: 0 -150px
}
.footer_follow a.footer_taobao {
	background-position: 0 -180px
}
.footer_follow a.footer_taobao:hover {
	background-position: 0 -210px
}
.footer_follow a.footer_rss {
	background-position: 0 0px
}
.footer_follow a.footer_rss:hover {
	background-position: 0 -30px
}
.footer_follow a.footer_podcast {
	background-position: 0 -60px
}
.footer_follow a.footer_podcast:hover {
	background-position: 0 -90px
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 23px;
	font-size: 21px;
	line-height: inherit;
	color: #686868;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.64345;
	color: #787878
}
.input {
	display: block;
	width: 100%;
	height: 37px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.64345;
	color: #787878;
	background-color: white;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.input:focus,textarea:focus{
	border-color: #66afe9;
	outline: 0;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.input::-moz-placeholder {
color:#dedede;
opacity:1
}
.input:-ms-input-placeholder {
color:#dedede
}
.input::-webkit-input-placeholder {
color:#dedede
}
.input[disabled], .input[readonly], fieldset[disabled] .input {
	cursor: not-allowed;
	background-color: #f0f0f0;
	opacity: 1
}
textarea.input {
	height: auto;
	resize: none
}
.placeholder {
	color: #dedede
}
input[type="search"] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 37px
}
input[type="date"].input-sm, .input-group-sm>input[type="date"].input, .input-group-sm>input[type="date"].input-group-addon, .input-group-sm>.input-group-btn>input[type="date"].btn, input[type="time"].input-sm, .input-group-sm>input[type="time"].input, .input-group-sm>input[type="time"].input-group-addon, .input-group-sm>.input-group-btn>input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm>input[type="datetime-local"].input, .input-group-sm>input[type="datetime-local"].input-group-addon, .input-group-sm>.input-group-btn>input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm>input[type="month"].input, .input-group-sm>input[type="month"].input-group-addon, .input-group-sm>.input-group-btn>input[type="month"].btn {
	line-height: 30px
}
input[type="date"].input-lg, .input-group-lg>input[type="date"].input, .input-group-lg>input[type="date"].input-group-addon, .input-group-lg>.input-group-btn>input[type="date"].btn, input[type="time"].input-lg, .input-group-lg>input[type="time"].input, .input-group-lg>input[type="time"].input-group-addon, .input-group-lg>.input-group-btn>input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg>input[type="datetime-local"].input, .input-group-lg>input[type="datetime-local"].input-group-addon, .input-group-lg>.input-group-btn>input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg>input[type="month"].input, .input-group-lg>input[type="month"].input-group-addon, .input-group-lg>.input-group-btn>input[type="month"].btn {
	line-height: 46px
}
}
.form_group {
	margin-bottom: 15px
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.radio label, .checkbox label {
	min-height: 23px;
	padding-left: 23px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}
.input-file, .input-uploader {
	position: relative;
	overflow: hidden
}
.input-file input[type="file"], .input-uploader input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
hide-focus:expression(this.hideFocus=true)
}
.input-uploader {
	height: 100px;
	line-height: 80px;
	overflow: hidden;
	text-align: center;
	background: white
}
.input-uploader .input-uploader_preview {
	height: 100%;
	padding: 10px
}
.input-uploader .input-uploader_preview img {
	max-height: 100%;
	max-width: 100%
}
.input-uploader .input-uploader_delete {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: red;
	line-height: 15px;
	text-align: center;
	z-index: 1;
	color: #fff
}
.input-uploader input[type="file"] {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.input-select {
	background: #fff url(../images/select-angle-279138728333caa9b1fce953c9226ac5.png) no-repeat 95% 48%;
	padding-left: 4px;
	overflow: hidden
}
.input-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 45px;
	width: 120%;
	color: #888
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed
}
.input-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.input-static.input-lg, .input-group-lg>.input-static.input, .input-group-lg>.input-static.input-group-addon, .input-group-lg>.input-group-btn>.input-static.btn, .input-static.input-sm, .input-group-sm>.input-static.input, .input-group-sm>.input-static.input-group-addon, .input-group-sm>.input-group-btn>.input-static.btn {
	padding-left: 0;
	padding-right: 0
}
.input-sm, .input-group-sm>.input, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
select.input-sm, .input-group-sm>select.input, .input-group-sm>select.input-group-addon, .input-group-sm>.input-group-btn>select.btn {
	height: 30px;
	line-height: 30px
}
textarea.input-sm, .input-group-sm>textarea.input, .input-group-sm>textarea.input-group-addon, .input-group-sm>.input-group-btn>textarea.btn, select[multiple].input-sm, .input-group-sm>select[multiple].input, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>.input-group-btn>select[multiple].btn {
	height: auto
}
.form_group-sm .input {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
select.form_group-sm .input {
	height: 30px;
	line-height: 30px
}
textarea.form_group-sm .input, select[multiple].form_group-sm .input {
	height: auto
}
.input-lg, .input-group-lg>.input, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33
}
select.input-lg, .input-group-lg>select.input, .input-group-lg>select.input-group-addon, .input-group-lg>.input-group-btn>select.btn {
	height: 46px;
	line-height: 46px
}
textarea.input-lg, .input-group-lg>textarea.input, .input-group-lg>textarea.input-group-addon, .input-group-lg>.input-group-btn>textarea.btn, select[multiple].input-lg, .input-group-lg>select[multiple].input, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>.input-group-btn>select[multiple].btn {
	height: auto
}
.form_group-lg .input {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33
}
select.form_group-lg .input {
	height: 46px;
	line-height: 46px
}
textarea.form_group-lg .input, select[multiple].form_group-lg .input {
	height: auto
}
.form-feedback {
	position: relative
}
.form-feedback .input {
	padding-right: 46.25px
}
.input_feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	pointer-events: none
}
.input-lg+.input_feedback, .input-group-lg>.input+.input_feedback, .input-group-lg>.input-group-addon+.input_feedback, .input-group-lg>.input-group-btn>.btn+.input_feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.input-sm+.input_feedback, .input-group-sm>.input+.input_feedback, .input-group-sm>.input-group-addon+.input_feedback, .input-group-sm>.input-group-btn>.btn+.input_feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.form-success .form_help, .form-success .form_label, .form-success .radio, .form-success .checkbox, .form-success .radio-inline, .form-success .checkbox-inline, .form-success.radio label, .form-success.checkbox label, .form-success.radio-inline label, .form-success.checkbox-inline label {
	color: #3c763d
}
.form-success .input {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.form-success .input:focus {
	border-color: #2b542c
}
.form-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #e8f5e9
}
.form-success .input_feedback {
	color: #3c763d
}
.form-warning .form_help, .form-warning .form_label, .form-warning .radio, .form-warning .checkbox, .form-warning .radio-inline, .form-warning .checkbox-inline, .form-warning.radio label, .form-warning.checkbox label, .form-warning.radio-inline label, .form-warning.checkbox-inline label {
	color: #8a6d3b
}
.form-warning .input {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.form-warning .input:focus {
	border-color: #66512c
}
.form-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #ffecb3
}
.form-warning .input_feedback {
	color: #8a6d3b
}
.form-error .form_help, .form-error .form_label, .form-error .radio, .form-error .checkbox, .form-error .radio-inline, .form-error .checkbox-inline, .form-error.radio label, .form-error.checkbox label, .form-error.radio-inline label, .form-error.checkbox-inline label {
	color: #a94442
}
.form-error .input {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.form-error .input:focus {
	border-color: #843534
}
.form-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #ffebee
}
.form-error .input_feedback {
	color: #a94442
}
.form-feedback label ~ .input_feedback {
	top: 28px
}
.form-feedback label.sr-only ~ .input_feedback {
	top: 0
}
.form_help {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #a8a8a8
}
@media (min-width: 768px) {
.form-inline .form_group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .input {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .input-static {
	display: inline-block
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .input {
	width: auto
}
.form-inline .input-group>.input {
	width: 100%
}
.form-inline .form_label {
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .radio label, .form-inline .checkbox label {
	padding-left: 0
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0
}
.form-inline .form-feedback .input_feedback {
	top: 0
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 30px
}
.form-horizontal .form_group {
	margin-left: -15px;
	margin-right: -15px
}
.form-horizontal .form_group:before, .form-horizontal .form_group:after {
	content: " ";
	display: table
}
.form-horizontal .form_group:after {
	clear: both
}
@media (min-width: 768px) {
.form-horizontal .form_label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px
}
}
.form-horizontal .form-feedback .input_feedback {
	right: 15px
}
@media (min-width: 768px) {
.form-horizontal .form_group-lg .form_label {
	padding-top: 14.3px
}
}
@media (min-width: 768px) {
.form-horizontal .form_group-sm .form_label {
	padding-top: 6px
}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.centerBlock {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pullRight {
	float: right !important
}
.pullLeft {
	float: left !important
}
.tr {
	text-align: right
}
.tl {
	text-align: left
}
.tc {
	text-align: center
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.invisible {
	visibility: hidden
}
.textHide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden, [hidden] {
display:none !important;
visibility:hidden !important
}
.affix {
	position: fixed
}
.alert {
	padding: 10px;
	margin-bottom: 23px;
	border: 1px solid transparent;
	font-size: 12px
}
.alert h4 {
	font-size: 14px;
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert_dismissible {
	padding-right: 30px
}
.alert_dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #e8f5e9;
	border-color: #d8edd6;
	color: #3c763d
}
.alert-success hr {
	border-top-color: #c7e6c4
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	background-color: #ffecb3;
	border-color: #ffd59a;
	color: #8a6d3b
}
.alert-warning hr {
	border-top-color: #ffca80
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	background-color: #ffebee;
	border-color: #ffd1e0;
	color: #a94442
}
.alert-danger hr {
	border-top-color: #ffb8ce
}
.alert-danger .alert-link {
	color: #843534
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown_menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: white;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.15)
}
.dropdown_menu.pullRight {
	right: 0;
	left: auto
}
.dropdown_menu .divider {
	height: 1px;
	margin: 10.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown_menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.64345;
	color: #686868;
	white-space: nowrap
}
.dropdown_menu>li>a:hover, .dropdown_menu>li>a:focus {
	text-decoration: none;
	color: #5b5b5b;
	background-color: whitesmoke
}
.dropdown_menu>.active>a, .dropdown_menu>.active>a:hover, .dropdown_menu>.active>a:focus {
	color: white;
	text-decoration: none;
	outline: 0;
	background-color: #444444
}
.dropdown_menu>.disabled>a, .dropdown_menu>.disabled>a:hover, .dropdown_menu>.disabled>a:focus {
	color: #909090
}
.dropdown_menu>.disabled>a:hover, .dropdown_menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}
.open>.dropdown_menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown_menu-right {
	left: auto;
	right: 0
}
.dropdown_menu-left {
	left: 0;
	right: auto
}
.dropdown_header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.64345;
	color: #909090;
	white-space: nowrap
}
.dropdown-backdrop {
	position: static
}
.pullRight>.dropdown_menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}
.dropup .dropdown_menu, .navbar-fixed-bottom .dropdown .dropdown_menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}
@media (min-width: 992px) {
.navbar_right .dropdown_menu {
	right: 0;
	left: auto
}
.navbar_right .dropdown_menu-left {
	left: 0;
	right: auto
}
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav:before, .nav:after {
	content: " ";
	display: table
}
.nav:after {
	clear: both
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #f0f0f0
}
.nav>li.disabled>a {
	color: #909090
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #909090;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #f0f0f0;
	border-color: #888888
}
.nav .nav-divider {
	height: 1px;
	margin: 10.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #dddddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.64345;
	border: 1px solid transparent;
	border-radius: 5px 5px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #f0f0f0 #f0f0f0 #dddddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #787878;
	background-color: white;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 5px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: white;
	background-color: #444444
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}
.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown_menu {
	top: auto;
	left: auto
}
@media (min-width: 768px) {
.nav-justified>li, .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 5px
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #dddddd
}
@media (min-width: 768px) {
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #dddddd;
	border-radius: 5px 5px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: white
}
}
.navbar {
	position: relative;
	min-height: 80px;
	margin-bottom: 23px;
	border: 1px solid transparent;
	-webkit-transition: top 0.5s linear;
	-o-transition: top 0.5s linear;
	transition: top 0.5s linear
}
.navbar:before, .navbar:after {
	content: " ";
	display: table
}
.navbar:after {
	clear: both
}
@media (min-width: 992px) {
.navbar {
	border-radius: 5px
}
}
.navbar a {
	outline: 0
}
.navbar_header:before, .navbar_header:after {
	content: " ";
	display: table
}
.navbar_header:after {
	clear: both
}
@media (min-width: 992px) {
.navbar_header {
	float: left
}
}
.navbar_collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch
}
.navbar_collapse:before, .navbar_collapse:after {
	content: " ";
	display: table
}
.navbar_collapse:after {
	clear: both
}
.navbar_collapse.in {
	overflow-y: auto
}
@media (min-width: 992px) {
.navbar_collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar_collapse.collapse {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important
}
.navbar_collapse.in {
	overflow-y: visible
}
.navbar-fixed-top .navbar_collapse, .navbar-static-top .navbar_collapse, .navbar-fixed-bottom .navbar_collapse {
	padding-left: 0;
	padding-right: 0
}
}
.navbar-fixed-top .navbar_collapse, .navbar-fixed-bottom .navbar_collapse {
	max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar_collapse, .navbar-fixed-bottom .navbar_collapse {
	max-height: 200px
}
}
.container>.navbar_header, .container>.navbar_collapse, .container-fluid>.navbar_header, .container-fluid>.navbar_collapse {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width: 992px) {
.container>.navbar_header, .container>.navbar_collapse, .container-fluid>.navbar_header, .container-fluid>.navbar_collapse {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media (min-width: 992px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media (min-width: 992px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar_brand {
	float: left;
	font-size: 22px;
	line-height: 33px;
	height: 80px;
	font-family: 'museosans', sans-serif;
	font-weight: 700
}
.navbar_brand:hover, .navbar_brand:focus {
	text-decoration: none
}
.navbar_brand>img {
	max-height: 80px;
	display: block
}
@media (min-width: 992px) {
.navbar>.container .navbar_brand, .navbar>.container-fluid .navbar_brand {
	margin-left: -15px
}
}
.navbar_toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 23px;
	margin-bottom: 23px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px
}
.navbar_toggle:focus {
	outline: 0
}
.navbar_toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar_toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media (min-width: 992px) {
.navbar_toggle {
	display: none
}
}
.navbar_nav {
	margin: 14.25px -15px
}
.navbar_nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 23px
}
@media (max-width: 991px) {
.navbar_nav .open .dropdown_menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent !important;
	border: 0;
	box-shadow: none
}
.navbar_nav .open .dropdown_menu>li>a, .navbar_nav .open .dropdown_menu .dropdown_header {
	padding: 5px 15px 5px 25px
}
.navbar_nav .open .dropdown_menu>li>a {
	line-height: 23px
}
.navbar_nav .open .dropdown_menu>li>a:hover, .navbar_nav .open .dropdown_menu>li>a:focus {
	background-image: none
}
}
@media (min-width: 992px) {
.navbar_nav {
	float: left;
	margin: 0
}
.navbar_nav>li {
	float: left
}
.navbar_nav>li>a {
	padding-top: 28.5px;
	padding-bottom: 28.5px
}
}
.navbar_form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	margin-top: 21.5px;
	margin-bottom: 21.5px
}
@media (min-width: 768px) {
.navbar_form .form_group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar_form .input {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar_form .input-static {
	display: inline-block
}
.navbar_form .input-group {
	display: inline-table;
	vertical-align: middle
}
.navbar_form .input-group .input-group-addon, .navbar_form .input-group .input-group-btn, .navbar_form .input-group .input {
	width: auto
}
.navbar_form .input-group>.input {
	width: 100%
}
.navbar_form .form_label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar_form .radio, .navbar_form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar_form .radio label, .navbar_form .checkbox label {
	padding-left: 0
}
.navbar_form .radio input[type="radio"], .navbar_form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0
}
.navbar_form .form-feedback .input_feedback {
	top: 0
}
}
@media (max-width: 991px) {
.navbar_form .form_group {
	margin-bottom: 5px
}
.navbar_form .form_group:last-child {
	margin-bottom: 0
}
}
@media (min-width: 992px) {
.navbar_form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar_nav>li>.dropdown_menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar_nav>li>.dropdown_menu {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar_btn {
	margin-top: 21.5px;
	margin-bottom: 21.5px
}
.navbar_btn.btn-sm, .btn-group-sm>.navbar_btn.btn {
	margin-top: 25px;
	margin-bottom: 25px
}
.navbar_btn.btn-xs, .btn-group-xs>.navbar_btn.btn {
	margin-top: 29px;
	margin-bottom: 29px
}
.navbar_text {
	margin-top: 28.5px;
	margin-bottom: 28.5px
}
@media (min-width: 992px) {
.navbar_text {
	float: left;
	margin-left: 15px;
	margin-right: 15px
}
}
.navbar_notification, .navbar_user {
	margin-right: 7px
}
@media (min-width: 992px) {
.navbar_notification, .navbar_user {
	float: left
}
}
@media (max-width: 991px) {
.phoneLogo .navbar_brand > img{ height:40px;}
.phoneLogo .navbar_brand{ padding-top:20px;}	
.navbar_notification.open .dropdown_menu, .navbar_user.open .dropdown_menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent !important;
	border: 0;
	box-shadow: none
}
.navbar_notification.open .dropdown_menu>li>a, .navbar_notification.open .dropdown_menu .dropdown_header, .navbar_user.open .dropdown_menu>li>a, .navbar_user.open .dropdown_menu .dropdown_header {
	padding: 5px 15px 5px 25px
}
.navbar_notification.open .dropdown_menu>li>a, .navbar_user.open .dropdown_menu>li>a {
	line-height: 23px
}
.navbar_notification.open .dropdown_menu>li>a:hover, .navbar_notification.open .dropdown_menu>li>a:focus, .navbar_user.open .dropdown_menu>li>a:hover, .navbar_user.open .dropdown_menu>li>a:focus {
	background-image: none
}
}
.navbar_notification .dropdown_menu, .navbar_user .dropdown_menu {
	right: -20px
}
.navbar_notification>a, .navbar_user>a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px
}
@media (min-width: 992px) {
.navbar_notification>a, .navbar_user>a {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 40px
}
}
.navbar_notification>a:hover, .navbar_notification>a:focus, .navbar_user>a:hover, .navbar_user>a:focus {
	text-decoration: none
}
.navbar_user>a img {
	width: 22px;
	height: 22px;
	margin-right: 5px
}
@media (min-width: 992px) {
.navbar_user>a img {
	width: 30px;
	height: 30px;
	margin-right: 0px
}
.navbar_user>a span {
	display: none
}
}
.navbar_user .dropdown_menu {
	min-width: 220px
}
.navbar_user .navbar_user_action {
	padding: 0 20px
}
.navbar_user .navbar_user_name {
	padding: 0 20px
}
.navbar_user .navbar_user_name h3 {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.64345
}
.navbar_user .navbar_user_name p {
	font-size: 12px;
	color: #909090
}
.navbar_user .navbar_user_name .pullRight {
	font-size: 18px
}
@media (min-width: 992px) {
.navbar_notification {
	min-width: 22px;
	text-align: center
}
}
@media (max-width: 992px) {
.navbar_notification .label.active {
	margin-right: 5px
}
}
.navbar_notification .label {
	display: inline-block;
	border-radius: 1000px;
	width: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: middle;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear
}
.navbar_notification .label.active {
	width: auto;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	text-indent: 0;
	padding: 0 5px
}
.navbar_notification .navbar_notifications_list {
	font-size: 12px
}
@media (min-width: 992px) {
.navbar_notification .navbar_notifications_list {
	margin: 5px 10px;
	width: 300px
}
}
.navbar_notification .navbar_notifications_list>p {
	margin-bottom: 5px
}
.navbar_notification .navbar_notifications_list>p strong {
	padding-left: 5px;
	font-size: 14px
}
.navbar_notification .navbar_notifications_list>ul {
	list-style: none;
	padding: 0;
	border: 1px solid #f0f0f0
}
.navbar_notification .navbar_notifications_list>ul>li {
	padding: 4px 10px;
	border-bottom: 1px solid #f0f0f0
}
.navbar_notification .navbar_notifications_list>ul>li:hover {
	background: #f0f0f0
}
.navbar_notification .navbar_notifications_list>ul>li p {
	margin: 0
}
.navbar_notification .navbar_notifications_list>ul>li blockquote {
	display: none
}
.navbar_notification .navbar_notifications_list>ul>li>a {
	display: block
}
.navbar_notification .navbar_notifications_list>ul>li>a:hover {
	text-decoration: none
}
.navbar_search {
	padding: 10px;
	color: #999999
}
@media (min-width: 992px) {
.navbar_search {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	/*border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;*/
	padding-top: 28.5px;
	padding-bottom: 28.5px
}
}
.navbar_search input {
	border: none;
	outline: none;
	background: none;
	padding: 0 5px;
	width: 100px
}
.navbar_search input::-moz-placeholder {
color:#dedede;
opacity:1
}
.navbar_search input:-ms-input-placeholder {
color:#dedede
}
.navbar_search input::-webkit-input-placeholder {
color:#dedede
}
.navbar_consolesContainer {
	text-align: center;
	padding: 0;
	position: fixed;
	top: auto;
	width: 100%
}
.navbar_consoles {
	border-bottom: 1px solid #f0f0f0
}
.navbar_consoles:before, .navbar_consoles:after {
	content: " ";
	display: table
}
.navbar_consoles:after {
	clear: both
}
.navbar_consoles .navbar_console {
	float: left;
	width: 50%;
	height: 166px;
	border-right: 1px solid #f0f0f0
}
.navbar_consoles .navbar_console:last-child {
	border: none
}
.navbar_consoles .navbar_console h3 {
	margin: 25px 0 18px
}
@media (min-width: 992px) {
.navbar_consoles .navbar_console {
	width: 25%
}
}
.navbar_consoles ul {
	padding-left: 0;
	list-style: none
}
.navbar_consoles h3 {
	font-size: 14px;
	margin-bottom: 20px
}
.navbar_consoles li a {
	display: block;
	padding: 2px 0
}
.navbar_features img {
	width: 80px;
	margin: 10px auto;
	height: auto
}
@media (min-width: 992px) {
.navbar_left {
	float: left !important
}
.navbar_right {
	float: right !important;
	margin-right: -15px
}
.navbar_right ~ .navbar_right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	border-color: #f0f0f0
}

.navbar-default .navbar_brand {
	color: #f44534
}
.navbar-default .navbar_brand:hover, .navbar-default .navbar_brand:focus {
	color: #e8200d;
	background-color: transparent
}
.navbar-default .navbar_text {
	color: gray
}
.navbar-default .navbar_nav>li>a {
	color: #999999
}
.navbar-default .navbar_nav>li>a:hover, .navbar-default .navbar_nav>li>a:focus {
	color: #333333;
	background-color: transparent
}
.navbar_nav>.active>a,.navbar_nav>.active>a:hover,.navbar_nav>.active>a:focus {
	color: #111111;
	background-color: transparent;
	border-bottom:#22cfb1 solid 2px;
}
.navbar-default .navbar_nav>.disabled>a, .navbar-default .navbar_nav>.disabled>a:hover, .navbar-default .navbar_nav>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent
}
.navbar-default .navbar_toggle {
	border-color: transparent
}
.navbar-default .navbar_toggle:hover, .navbar-default .navbar_toggle:focus {
	background-color: #dddddd
}
.navbar-default .navbar_toggle .icon-bar {
	background-color: #888888
}
.navbar-default .navbar_collapse, .navbar-default .navbar_form {
	border-color: #f0f0f0
}
.navbar-default .dropdown.open>a, .navbar-default .dropdown.open>a:hover, .navbar-default .dropdown.open>a:focus {
	background-color: transparent;
	color: #111111
}
.navbar-default .dropdown.open .dropdown_menu {
	margin: 0;
	border-color: #f0f0f0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95)
}
.navbar-default .dropdown.open .dropdown_menu>li>a {
	color: #999999
}
.navbar-default .dropdown.open .dropdown_menu .divider {
	background: #f0f0f0
}
@media (max-width: 991px) {
.navbar-default .dropdown.open .dropdown_menu>li>a {
	color: #999999
}
.navbar-default .dropdown.open .dropdown_menu>li>a:hover, .navbar-default .dropdown.open .dropdown_menu>li>a:focus {
	color: #333333;
	background-color: transparent
}
.navbar-default .dropdown.open .dropdown_menu>.active>a, .navbar-default .dropdown.open .dropdown_menu>.active>a:hover, .navbar-default .dropdown.open .dropdown_menu>.active>a:focus {
	color: #111111;
	background-color: transparent
}
.navbar-default .dropdown.open .dropdown_menu>.disabled>a, .navbar-default .dropdown.open .dropdown_menu>.disabled>a:hover, .navbar-default .dropdown.open .dropdown_menu>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent
}
}
.navbar-default .navbar_link {
	color: #999999
}
.navbar-default .navbar_link:hover {
	color: #333333
}
.navbar-default .btn-link {
	color: #999999
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333333
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #cccccc
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position:relative;
}
.container:before, .container:after {
	content: " ";
	display: table
}
.container:after {
	clear: both
}
@media (min-width: 768px) {
.container {
	width: 750px
}
}
@media (min-width: 992px) {
.container {
	width: 970px
}
}
@media (min-width: 1200px) {
.container {
	width: 1030px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table
}
.container-fluid:after {
	clear: both
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.row-sticky {
	margin-left: -15px;
	margin-right: -15px;
	margin-left: auto;
	margin-right: auto
}
.row-sticky:before, .row-sticky:after {
	content: " ";
	display: table
}
.row-sticky:after {
	clear: both
}
.row-sticky>div {
	padding: 0
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
	float: left
}
.col-xxs-1 {
	width: 8.33333%
}
.col-xxs-2 {
	width: 16.66667%
}
.col-xxs-3 {
	width: 25%
}
.col-xxs-4 {
	width: 33.33333%
}
.col-xxs-5 {
	width: 41.66667%
}
.col-xxs-6 {
	width: 50%
}
.col-xxs-7 {
	width: 58.33333%
}
.col-xxs-8 {
	width: 66.66667%
}
.col-xxs-9 {
	width: 75%
}
.col-xxs-10 {
	width: 83.33333%
}
.col-xxs-11 {
	width: 91.66667%
}
.col-xxs-12 {
	width: 100%
}
.col-xxs-pull-0 {
	right: auto
}
.col-xxs-pull-1 {
	right: 8.33333%
}
.col-xxs-pull-2 {
	right: 16.66667%
}
.col-xxs-pull-3 {
	right: 25%
}
.col-xxs-pull-4 {
	right: 33.33333%
}
.col-xxs-pull-5 {
	right: 41.66667%
}
.col-xxs-pull-6 {
	right: 50%
}
.col-xxs-pull-7 {
	right: 58.33333%
}
.col-xxs-pull-8 {
	right: 66.66667%
}
.col-xxs-pull-9 {
	right: 75%
}
.col-xxs-pull-10 {
	right: 83.33333%
}
.col-xxs-pull-11 {
	right: 91.66667%
}
.col-xxs-pull-12 {
	right: 100%
}
.col-xxs-push-0 {
	left: auto
}
.col-xxs-push-1 {
	left: 8.33333%
}
.col-xxs-push-2 {
	left: 16.66667%
}
.col-xxs-push-3 {
	left: 25%
}
.col-xxs-push-4 {
	left: 33.33333%
}
.col-xxs-push-5 {
	left: 41.66667%
}
.col-xxs-push-6 {
	left: 50%
}
.col-xxs-push-7 {
	left: 58.33333%
}
.col-xxs-push-8 {
	left: 66.66667%
}
.col-xxs-push-9 {
	left: 75%
}
.col-xxs-push-10 {
	left: 83.33333%
}
.col-xxs-push-11 {
	left: 91.66667%
}
.col-xxs-push-12 {
	left: 100%
}
.col-xxs-offset-0 {
	margin-left: 0%
}
.col-xxs-offset-1 {
	margin-left: 8.33333%
}
.col-xxs-offset-2 {
	margin-left: 16.66667%
}
.col-xxs-offset-3 {
	margin-left: 25%
}
.col-xxs-offset-4 {
	margin-left: 33.33333%
}
.col-xxs-offset-5 {
	margin-left: 41.66667%
}
.col-xxs-offset-6 {
	margin-left: 50%
}
.col-xxs-offset-7 {
	margin-left: 58.33333%
}
.col-xxs-offset-8 {
	margin-left: 66.66667%
}
.col-xxs-offset-9 {
	margin-left: 75%
}
.col-xxs-offset-10 {
	margin-left: 83.33333%
}
.col-xxs-offset-11 {
	margin-left: 91.66667%
}
.col-xxs-offset-12 {
	margin-left: 100%
}
@media (min-width: 480px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-1 {
	width: 8.33333%
}
.col-xs-2 {
	width: 16.66667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333%
}
.col-xs-5 {
	width: 41.66667%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 58.33333%
}
.col-xs-8 {
	width: 66.66667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.33333%
}
.col-xs-11 {
	width: 91.66667%
}
.col-xs-12 {
	width: 100%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-pull-1 {
	right: 8.33333%
}
.col-xs-pull-2 {
	right: 16.66667%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333%
}
.col-xs-pull-5 {
	right: 41.66667%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-7 {
	right: 58.33333%
}
.col-xs-pull-8 {
	right: 66.66667%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-10 {
	right: 83.33333%
}
.col-xs-pull-11 {
	right: 91.66667%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-push-1 {
	left: 8.33333%
}
.col-xs-push-2 {
	left: 16.66667%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333%
}
.col-xs-push-5 {
	left: 41.66667%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-7 {
	left: 58.33333%
}
.col-xs-push-8 {
	left: 66.66667%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-10 {
	left: 83.33333%
}
.col-xs-push-11 {
	left: 91.66667%
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-offset-0 {
	margin-left: 0%
}
.col-xs-offset-1 {
	margin-left: 8.33333%
}
.col-xs-offset-2 {
	margin-left: 16.66667%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333%
}
.col-xs-offset-5 {
	margin-left: 41.66667%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-7 {
	margin-left: 58.33333%
}
.col-xs-offset-8 {
	margin-left: 66.66667%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-10 {
	margin-left: 83.33333%
}
.col-xs-offset-11 {
	margin-left: 91.66667%
}
.col-xs-offset-12 {
	margin-left: 100%
}
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-1 {
	width: 8.33333%
}
.col-sm-2 {
	width: 16.66667%
}
.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	width: 33.33333%
}
.col-sm-5 {
	width: 41.66667%
}
.col-sm-6 {
	width: 50%
}
.col-sm-7 {
	width: 58.33333%
}
.col-sm-8 {
	width: 66.66667%
}
.col-sm-9 {
	width: 75%
}
.col-sm-10 {
	width: 83.33333%
}
.col-sm-11 {
	width: 91.66667%
}
.col-sm-12 {
	width: 100%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-pull-1 {
	right: 8.33333%
}
.col-sm-pull-2 {
	right: 16.66667%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-4 {
	right: 33.33333%
}
.col-sm-pull-5 {
	right: 41.66667%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-7 {
	right: 58.33333%
}
.col-sm-pull-8 {
	right: 66.66667%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-10 {
	right: 83.33333%
}
.col-sm-pull-11 {
	right: 91.66667%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-push-1 {
	left: 8.33333%
}
.col-sm-push-2 {
	left: 16.66667%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-4 {
	left: 33.33333%
}
.col-sm-push-5 {
	left: 41.66667%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-7 {
	left: 58.33333%
}
.col-sm-push-8 {
	left: 66.66667%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-10 {
	left: 83.33333%
}
.col-sm-push-11 {
	left: 91.66667%
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-offset-0 {
	margin-left: 0%
}
.col-sm-offset-1 {
	margin-left: 8.33333%
}
.col-sm-offset-2 {
	margin-left: 16.66667%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-4 {
	margin-left: 33.33333%
}
.col-sm-offset-5 {
	margin-left: 41.66667%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-7 {
	margin-left: 58.33333%
}
.col-sm-offset-8 {
	margin-left: 66.66667%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-10 {
	margin-left: 83.33333%
}
.col-sm-offset-11 {
	margin-left: 91.66667%
}
.col-sm-offset-12 {
	margin-left: 100%
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-1 {
	width: 8.33333%
}
.col-md-2 {
	width: 16.66667%
}
.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.33333%
}
.col-md-5 {
	width: 41.66667%
}
.col-md-6 {
	width: 50%
}
.col-md-7 {
	width: 58.33333%
}
.col-md-8 {
	width: 66.66667%
}
.col-md-9 {
	width: 75%
}
.col-md-10 {
	width: 83.33333%
}
.col-md-11 {
	width: 91.66667%
}
.col-md-12 {
	width: 100%
}
.col-md-pull-0 {
	right: auto
}
.col-md-pull-1 {
	right: 8.33333%
}
.col-md-pull-2 {
	right: 16.66667%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-4 {
	right: 33.33333%
}
.col-md-pull-5 {
	right: 41.66667%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-7 {
	right: 58.33333%
}
.col-md-pull-8 {
	right: 66.66667%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-10 {
	right: 83.33333%
}
.col-md-pull-11 {
	right: 91.66667%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-push-0 {
	left: auto
}
.col-md-push-1 {
	left: 8.33333%
}
.col-md-push-2 {
	left: 16.66667%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-4 {
	left: 33.33333%
}
.col-md-push-5 {
	left: 41.66667%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-7 {
	left: 58.33333%
}
.col-md-push-8 {
	left: 66.66667%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-10 {
	left: 83.33333%
}
.col-md-push-11 {
	left: 91.66667%
}
.col-md-push-12 {
	left: 100%
}
.col-md-offset-0 {
	margin-left: 0%
}
.col-md-offset-1 {
	margin-left: 8.33333%
}
.col-md-offset-2 {
	margin-left: 16.66667%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-4 {
	margin-left: 33.33333%
}
.col-md-offset-5 {
	margin-left: 41.66667%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-7 {
	margin-left: 58.33333%
}
.col-md-offset-8 {
	margin-left: 66.66667%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-10 {
	margin-left: 83.33333%
}
.col-md-offset-11 {
	margin-left: 91.66667%
}
.col-md-offset-12 {
	margin-left: 100%
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-1 {
	width: 8.33333%
}
.col-lg-2 {
	width: 16.66667%
}
.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.33333%
}
.col-lg-5 {
	width: 41.66667%
}
.col-lg-6 {
	width: 50%
}
.col-lg-7 {
	width: 58.33333%
}
.col-lg-8 {
	width: 66.66667%
}
.col-lg-9 {
	width: 75%
}
.col-lg-10 {
	width: 83.33333%
}
.col-lg-11 {
	width: 91.66667%
}
.col-lg-12 {
	width: 100%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-pull-1 {
	right: 8.33333%
}
.col-lg-pull-2 {
	right: 16.66667%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-4 {
	right: 33.33333%
}
.col-lg-pull-5 {
	right: 41.66667%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-7 {
	right: 58.33333%
}
.col-lg-pull-8 {
	right: 66.66667%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-10 {
	right: 83.33333%
}
.col-lg-pull-11 {
	right: 91.66667%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-push-1 {
	left: 8.33333%
}
.col-lg-push-2 {
	left: 16.66667%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-4 {
	left: 33.33333%
}
.col-lg-push-5 {
	left: 41.66667%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-7 {
	left: 58.33333%
}
.col-lg-push-8 {
	left: 66.66667%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-10 {
	left: 83.33333%
}
.col-lg-push-11 {
	left: 91.66667%
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-offset-0 {
	margin-left: 0%
}
.col-lg-offset-1 {
	margin-left: 8.33333%
}
.col-lg-offset-2 {
	margin-left: 16.66667%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-4 {
	margin-left: 33.33333%
}
.col-lg-offset-5 {
	margin-left: 41.66667%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-7 {
	margin-left: 58.33333%
}
.col-lg-offset-8 {
	margin-left: 66.66667%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-10 {
	margin-left: 83.33333%
}
.col-lg-offset-11 {
	margin-left: 91.66667%
}
.col-lg-offset-12 {
	margin-left: 100%
}
}
@-ms-viewport {
width:device-width
}
.visible-xs {
	display: none !important
}
.visible-sm {
	display: none !important
}
.visible-md {
	display: none !important
}
.visible-lg {
	display: none !important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}
@media (max-width: 767px) {
.visible-xs {
	display: block !important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row !important
}
th.visible-xs, td.visible-xs {
	display: table-cell !important
}
}
@media (max-width: 767px) {
.visible-xs-block {
	display: block !important
}
}
@media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row !important
}
th.visible-sm, td.visible-sm {
	display: table-cell !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row !important
}
th.visible-md, td.visible-md {
	display: table-cell !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
	display: block !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
	display: inline !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
	display: inline-block !important
}
}
@media (min-width: 1200px) {
.visible-lg {
	display: block !important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row !important
}
th.visible-lg, td.visible-lg {
	display: table-cell !important
}
}
@media (min-width: 1200px) {
.visible-lg-block {
	display: block !important
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important
}
}
.visible-print {
	display: none !important
}
@media print {
.visible-print {
	display: block !important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row !important
}
th.visible-print, td.visible-print {
	display: table-cell !important
}
}
.visible-print-block {
	display: none !important
}
@media print {
.visible-print-block {
	display: block !important
}
}
.visible-print-inline {
	display: none !important
}
@media print {
.visible-print-inline {
	display: inline !important
}
}
.visible-print-inline-block {
	display: none !important
}
@media print {
.visible-print-inline-block {
	display: inline-block !important
}
}
@media print {
.hidden-print {
	display: none !important
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	min-width: 50px;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.64345;
	border-radius:3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus, .btn.focus {
	color: #909090;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default {
	color: #909090;
	background-color: #f0f0f0;
	border-color: #f0f0f0
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
	color: #909090;
	background-color: #d6d6d6;
	border-color: #d1d1d1
}
.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
	background-image: none
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	color: #909090;
	background-color: #f0f0f0;
	border-color: #f0f0f0
}
.btn-default .badge {
	color: #f0f0f0;
	background-color: #909090
}
.btn-primary {
	color: white;
	background-color: #444444;
	border-color: #444444
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	color: white;
	background-color: #2b2b2b;
	border-color: #252525
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	background-image: none
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	color: white;
	background-color: #444444;
	border-color: #444444
}
.btn-primary .badge {
	color: #444444;
	background-color: white
}
.btn-success {
	color: white;
	background-color: #5cb85c;
	border-color: #5cb85c
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	color: white;
	background-color: #449d44;
	border-color: #419641
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	background-image: none
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	color: white;
	background-color: #5cb85c;
	border-color: #5cb85c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: white
}
.btn-info {
	color: white;
	background-color: #5bc0de;
	border-color: #5bc0de
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	color: white;
	background-color: #31b0d5;
	border-color: #2aabd2
}
.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	background-image: none
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	color: white;
	background-color: #5bc0de;
	border-color: #5bc0de
}
.btn-info .badge {
	color: #5bc0de;
	background-color: white
}
.btn-warning {
	color: white;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	color: white;
	background-color: #ec971f;
	border-color: #eb9316
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	background-image: none
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	color: white;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: white
}
.btn-danger {
	color: white;
	background-color: #d9534f;
	border-color: #d9534f
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	color: white;
	background-color: #c9302c;
	border-color: #c12e2a
}
.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	background-image: none
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	color: white;
	background-color: #d9534f;
	border-color: #d9534f
}
.btn-danger .badge {
	color: #d9534f;
	background-color: white
}
.btn-hollow {
	color: #909090;
	background-color: #f0f0f0;
	border-color: #909090;
	border-radius: 0;
	background-color: #fff !important
}
.btn-hollow:hover, .btn-hollow:focus, .btn-hollow.focus, .btn-hollow:active, .btn-hollow.active, .open>.btn-hollow.dropdown-toggle {
	color: #909090;
	background-color: #d6d6d6;
	border-color: #717171
}
.btn-hollow:active, .btn-hollow.active, .open>.btn-hollow.dropdown-toggle {
	background-image: none
}
.btn-hollow.disabled, .btn-hollow.disabled:hover, .btn-hollow.disabled:focus, .btn-hollow.disabled.focus, .btn-hollow.disabled:active, .btn-hollow.disabled.active, .btn-hollow[disabled], .btn-hollow[disabled]:hover, .btn-hollow[disabled]:focus, .btn-hollow[disabled].focus, .btn-hollow[disabled]:active, .btn-hollow[disabled].active, fieldset[disabled] .btn-hollow, fieldset[disabled] .btn-hollow:hover, fieldset[disabled] .btn-hollow:focus, fieldset[disabled] .btn-hollow.focus, fieldset[disabled] .btn-hollow:active, fieldset[disabled] .btn-hollow.active {
	color: #909090;
	background-color: #f0f0f0;
	border-color: #909090
}
.btn-hollow .badge {
	color: #f0f0f0;
	background-color: #909090
}
.btn-flat {
	border-radius: 0 !important
}
.btn-link {
	color: #888888;
	font-weight: normal;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}
.btn-link:hover, .btn-link:focus {
	color: #626262;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #909090;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 999px
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 999px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 999px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret, .btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
position:absolute;
clip:rect(0, 0, 0, 0);
pointer-events:none
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none;
	visibility: hidden
}
.collapse.in {
	display: block;
	visibility: visible
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.heading {
	position: relative;
	text-align: center;
	margin: 3em 0 2em;
	text-indent: 2em;
	letter-spacing: 2em;
	font-size: 16px
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
a.label:hover, a.label:focus {
	color: white;
	text-decoration: none;
	cursor: pointer
}
.label-default {
	background-color: #909090
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #767676
}
.label-primary {
	background-color: #444444
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #2b2b2b
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c
}
.label-brand {
	background-color: #f44534
}
.label-brand[href]:hover, .label-brand[href]:focus {
	background-color: #e8200d
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #787878;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 5px
}
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 23px 0;
	border-radius: 5px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.64345;
	text-decoration: none;
	color: #888888;
	background-color: white;
	border: 1px solid #dddddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
	color: #626262;
	background-color: #f0f0f0;
	border-color: #dddddd
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
	z-index: 2;
	color: white;
	background-color: #444444;
	border-color: #444444;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #909090;
	background-color: white;
	border-color: #dddddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: black;
	border-radius: 5px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: black
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: black
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: black
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: black
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: black
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
.progress {
	overflow: hidden;
	height: 8px;
	margin-bottom: 23px;
	background-color: #36333c;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}
.progress_bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 23px;
	color: white;
	text-align: center;
	background-color: #15d5e2;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}
.progress-striped .progress_bar, .progress_bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress_bar, .progress_bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress_bar-success {
	background-color: #5cb85c
}
.progress-striped .progress_bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress_bar-info {
	background-color: #5bc0de
}
.progress-striped .progress_bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress_bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress_bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress_bar-danger {
	background-color: #d9534f
}
.progress-striped .progress_bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.64345;
	text-align: left;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover_title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover_content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: white
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0,0,0,0.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: white
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: white
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0,0,0,0.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: white;
	bottom: -10px
}
.panel {
	margin-bottom: 23px;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}
.panel_body {
	padding: 15px
}
.panel_body:before, .panel_body:after {
	content: " ";
	display: table
}
.panel_body:after {
	clear: both
}
.panel_heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.panel_heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.panel-title>a {
	color: inherit
}
.panel_footer {
	padding: 10px 15px;
	background-color: whitesmoke;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.panel_heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.list-group+.panel_footer {
	border-top-width: 0
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
	margin-bottom: 0
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 4px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 4px
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 4px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 4px
}
.panel>.panel_body+.table, .panel>.panel_body+.table-responsive, .panel>.table+.panel_body, .panel>.table-responsive+.panel_body {
	border-top: 1px solid #dddddd
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 23px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 5px
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel_heading {
	border-bottom: 0
}
.panel-group .panel_heading+.panel-collapse>.panel_body, .panel-group .panel_heading+.panel-collapse>.list-group {
	border-top: 1px solid #dddddd
}
.panel-group .panel_footer {
	border-top: 0
}
.panel-group .panel_footer+.panel-collapse .panel_body {
	border-bottom: 1px solid #dddddd
}
.panel-default {
	border-color: #dddddd
}
.panel-default>.panel_heading {
	color: #686868;
	background-color: whitesmoke;
	border-color: #dddddd
}
.panel-default>.panel_heading+.panel-collapse>.panel_body {
	border-top-color: #dddddd
}
.panel-default>.panel_heading .badge {
	color: whitesmoke;
	background-color: #686868
}
.panel-default>.panel_footer+.panel-collapse>.panel_body {
	border-bottom-color: #dddddd
}
.panel-primary {
	border-color: #444444
}
.panel-primary>.panel_heading {
	color: white;
	background-color: #444444;
	border-color: #444444
}
.panel-primary>.panel_heading+.panel-collapse>.panel_body {
	border-top-color: #444444
}
.panel-primary>.panel_heading .badge {
	color: #444444;
	background-color: white
}
.panel-primary>.panel_footer+.panel-collapse>.panel_body {
	border-bottom-color: #444444
}
.panel-success {
	border-color: #d8edd6
}
.panel-success>.panel_heading {
	color: #3c763d;
	background-color: #e8f5e9;
	border-color: #d8edd6
}
.panel-success>.panel_heading+.panel-collapse>.panel_body {
	border-top-color: #d8edd6
}
.panel-success>.panel_heading .badge {
	color: #e8f5e9;
	background-color: #3c763d
}
.panel-success>.panel_footer+.panel-collapse>.panel_body {
	border-bottom-color: #d8edd6
}
.panel-info {
	border-color: #bce8f1
}
.panel-info>.panel_heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.panel-info>.panel_heading+.panel-collapse>.panel_body {
	border-top-color: #bce8f1
}
.panel-info>.panel_heading .badge {
	color: #d9edf7;
	background-color: #31708f
}
.panel-info>.panel_footer+.panel-collapse>.panel_body {
	border-bottom-color: #bce8f1
}
.panel-warning {
	border-color: #ffd59a
}
.panel-warning>.panel_heading {
	color: #8a6d3b;
	background-color: #ffecb3;
	border-color: #ffd59a
}
.panel-warning>.panel_heading+.panel-collapse>.panel_body {
	border-top-color: #ffd59a
}
.panel-warning>.panel_heading .badge {
	color: #ffecb3;
	background-color: #8a6d3b
}
.panel-warning>.panel_footer+.panel-collapse>.panel_body {
	border-bottom-color: #ffd59a
}
.panel-danger {
	border-color: #ffd1e0
}
.panel-danger>.panel_heading {
	color: #a94442;
	background-color: #ffebee;
	border-color: #ffd1e0
}
.panel-danger>.panel_heading+.panel-collapse>.panel_body {
	border-top-color: #ffd1e0
}
.panel-danger>.panel_heading .badge {
	color: #ffebee;
	background-color: #a94442
}
.panel-danger>.panel_footer+.panel-collapse>.panel_body {
	border-bottom-color: #ffd1e0
}
.banner {
	font-family: 'museosans', sans-serif;
	position: relative;
	height: 150px;
	margin-top: 46px;
	overflow: hidden;
	background: #222
}
.banner img {
	position: absolute;
	left: 50%;
	top: -300px;
	margin-left: -1000px;
	width: 2000px;
	transform: translate3d(0, 0, 0)
}
.banner span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 150px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 25px
}
@media (min-width: 768px) {
.banner {
	height: 250px
}
.banner span {
	font-size: 50px;
	line-height: 250px
}
}
.focusImgs {
	position: relative;
	margin-bottom: 23px;
	text-align: center;
	background: #222
}
.focusImgs .swiper-container {
	height: 250px
}
.focusImgs .swiper-slide {
	overflow: hidden
}
.focusImgs .swiper-slide a {
	display: block;
	width: 300%;
	height: 100%;
	position: relative;
	right: 100%
}
.focusImgs .swiper-slide img {
	height: 420px;
	max-height: 100%;
	width: auto
}
.focusImgs .focusImgs_prev, .focusImgs .focusImgs_next {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	color: #ddd;
	color: rgba(255,255,255,0.3);
	font-size: 80px;
	z-index: 900;
	line-height: 250px;
	text-decoration: none;
	font-weight: bolder
}
.focusImgs .focusImgs_prev:hover, .focusImgs .focusImgs_next:hover {
	color: #f2f2f2
}
.focusImgs .focusImgs_prev:active, .focusImgs .focusImgs_next:active {
	color: #fff
}
.focusImgs .focusImgs_prev {
	left: 0
}
.focusImgs .focusImgs_next {
	right: 0
}
.focusImgs:hover .focusImgs_prev, .focusImgs:hover .focusImgs_next {
	display: block
}
@media (min-width: 480px) {
.focusImgs .swiper-container {
	height: 250px
}
.focusImgs .focusImgs_prev, .focusImgs .focusImgs_next {
	line-height: 250px
}
}
@media (min-width: 768px) {
.focusImgs .swiper-container {
	height: 300px
}
.focusImgs .focusImgs_prev, .focusImgs .focusImgs_next {
	line-height: 300px
}
}
@media (min-width: 992px) {
.focusImgs .swiper-container {
	height: 420px
}
.focusImgs .focusImgs_prev, .focusImgs .focusImgs_next {
	line-height: 420px
}
}
.focusImgs_index {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 900
}
.focusImgs_index .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	margin: 0 10px;
	cursor: pointer
}
.focusImgs_index .swiper-active-switch {
	border: 1px solid #fff;
	background: #fff
}
.showcase {
	display: block;
	margin-bottom: 46px
}
.showcase:hover {
	text-decoration: none
}
.showcase:hover .showcase_img img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}
.showcase:hover .showcase_img .showcase_meta {
	opacity: 1;
	filter: alpha(opacity=100)
}
.showcase .showcase_time {
	font-size: 12px;
	color: #909090;
	overflow:hidden;
}
.showcase .showcase_time span {
	float: right;
	color: #686868;
	font-weight: bold
}
.showcase .showcase_img {
	position: relative;
	overflow: hidden
}
.showcase .showcase_img img {
	width: 100%;
	height: auto;
	border: none;
	-webkit-transition: -webkit-transform ease 0.8s;
	-o-transition: -webkit-transform ease 0.8s;
	transition: -webkit-transform ease 0.8s;
	-webkit-transition: -ms-transform ease 0.8s;
	-o-transition: -ms-transform ease 0.8s;
	transition: -ms-transform ease 0.8s;
	-webkit-transition: -o-transform ease 0.8s;
	-o-transition: -o-transform ease 0.8s;
	transition: -o-transform ease 0.8s;
	-webkit-transition: transform ease 0.8s;
	-o-transition: transform ease 0.8s;
	transition: transform ease 0.8s
}
.showcase .showcase_img .showcase_type {
	position: absolute;
	z-index: 1;
	left: 8px;
	bottom: 8px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	color: #333;
	text-align: center;
	background: #fff
}
.showcase .showcase_img .showcase_meta {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10% 0;
	text-align: center;
	color: #fff;
	background: #f6695f;
	background: rgba(34,207,177,0.6);
	-webkit-transition: opacity ease 0.8s;
	-o-transition: opacity ease 0.8s;
	transition: opacity ease 0.8s
}
.showcase .showcase_img .showcase_meta img {
	width: 30px;
	height: 30px
}
@media (min-width: 992px) {
.showcase .showcase_img .showcase_meta img {
	width: 50px;
	height: 50px
}
}
.showcase .showcase_img .showcase_meta p {
	margin: 0 0 10%
}
.showcase .showcase_img .showcase_meta p.showcase_meta_nums span {
	margin: 0 10px
}
.showcase h4 {
	margin: 13px 0;
	font-size: 14px;
	color: #686868;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	/*padding-left: 10px;*/
	/*border-left: 5px solid #d9534f*/
	text-align:center;
}
.showcase.showcase-video h4 {
	border-left-color: #5cb85c
}
.showcase.showcase-audio h4 {
	border-left-color: #f0ad4e
}
.showcase .showcase_info {
	color: #909090;
	font-size: 12px;
	height: 39.4428px;
	overflow: hidden
}
.comments_backdrop {
	padding: 30px 0;
	background: #f2f2f2
}
.comments_backdrop .comment_add_actions .btn {
	background: #e8e8e8
}
.comments_backdrop .comments_info {
	border-bottom-width: 1px;
	border-bottom-color: #e3e3e3
}
.comments_container {
	color: #909090;
	margin-top: 23px
}
.comments_container .media_left img {
	width: 30px;
	height: 30px
}
.comments {
	margin: 15px 0 0
}
.comments_load {
	margin-top: 23px;
	font-size: 12px;
	text-align: center
}
.comments_info {
	border-bottom: 2px solid #f0f0f0;
	line-height: 2.2;
	margin-bottom: 20px
}
.comment_add_actions {
	background: #f8f8f8;
	line-height: 1;
	padding-right: 10px;
	font-size: 12px
}
.comment_add_actions .btn {
	border: none !important
}
.comment_add_actions .pullRight {
	margin-top: 8px
}
.comments li, .comment {
	margin-bottom: 15px
}
.comments li.highlight>.media_body>.comment_body, .comment.highlight>.media_body>.comment_body {
	font-weight: bold;
	color: #000
}
.comments li p, .comment p {
	margin: 5px 0
}
.comments li .media_left, .comment .media_left {
	float: left;
	display: block
}
.comments li .media_left img, .comment .media_left img {
	width: 30px;
	height: 30px
}
.comments li .media_body, .comment .media_body {
	overflow: hidden;
	display: block
}
.comments li .comment_name, .comment .comment_name {
	color: #909090;
	margin-top: 0
}
.comments li .comment_name strong, .comment .comment_name strong {
	color: #d9534f
}
.comments li .comment_name small, .comment .comment_name small {
	color: #aaaaaa
}
.comments li .comment_body, .comment .comment_body {
	color: #686868;
	word-break: break-all;
	word-wrap: word-break
}
.comments li .comment_bottom, .comment .comment_bottom {
	margin-bottom: 0
}
.comments li .comment_bottom, .comments li .comment_bottom a, .comment .comment_bottom, .comment .comment_bottom a {
	font-size: 12px;
	color: #aaaaaa
}
.comments li .comment_bottom span, .comments li .comment_bottom a, .comment .comment_bottom span, .comment .comment_bottom a {
	margin-right: 5px
}
.comments li .comment_expand, .comment .comment_expand {
	font-size: 12px;
	padding: 3px 5px;
	color: #666
}
.comments li:last-child {
	margin: 0
}
.media, .media-block {
	margin-top: 15px
}
.media:first-child, .media-block:first-child {
	margin-top: 0
}
.media_right, .media>.pullRight, .media-block>.pullRight {
	padding-left: 10px
}
.media_left, .media>.pullLeft, .media-block>.pullLeft {
	padding-right: 10px
}
.media_left, .media_right, .media_body {
	display: table-cell;
	vertical-align: top
}
.media-middle {
	vertical-align: middle
}
.media-bottom {
	vertical-align: bottom
}
.media_heading {
	margin-top: 0;
	margin-bottom: 5px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.media-block:before, .media-block:after {
	content: " ";
	display: table
}
.media-block:after {
	clear: both
}
.media-block .media_body, .media-block .media_left, .media-block .media_right {
	display: block
}
.media-block .media_left {
	float: left
}
.media-block .media_right {
	float: right
}
.media-block .media_body {
	overflow: hidden
}
.video {
	margin: 0 auto;
	position: relative
}
.video.jp-video-full, .video.jp-video-full .video_media, .video.jp-video-full .video_media object, .video.jp-video-full .video_media iframe, .video.jp-video-full .video_media video {
	width: 100% !important;
	height: 100% !important
}
.video .video_media {
	background: #000;
	overflow: hidden
}
.video, .video .video_media, .video .video_media object, .video .video_media iframe, .video .video_media video {
	width: 300px !important;
	height: 208.75px !important
}
@media (min-width: 480px) {
.video, .video .video_media, .video .video_media object, .video .video_media iframe, .video .video_media video {
	width: 400px !important;
	height: 265px !important
}
}
@media (min-width: 768px) {
.video, .video .video_media, .video .video_media object, .video .video_media iframe, .video .video_media video {
	width: 700px !important;
	height: 433.75px !important
}
}
@media (min-width: 992px) {
.video, .video .video_media, .video .video_media object, .video .video_media iframe, .video .video_media video {
	width: 800px !important;
	height: 490px !important
}
}
.video .video_controller {
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 16px
}
.video .video_controller a {
	color: #fff
}
.video:hover .video_controller {
	opacity: 1
}
.video_controller {
	line-height: 40px
}
.video_controller .video_controller_l {
	width: 40px;
	text-align: center;
	float: left
}
.video_controller .video_controller_r {
	padding-left: 10px;
	width: 50px;
	float: right
}
.video_controller .video_controller_m {
	overflow: hidden
}
.video_controller .video_progress {
	font-size: 12px;
	position: relative;
	width: 100%;
	margin-top: 11px;
	height: 18px;
	line-height: 18px
}
.video_controller .video_progress .video_progress_current, .video_controller .video_progress .video_progress_duration {
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	text-align: center
}
.video_controller .video_progress .video_progress_current {
	left: 0
}
.video_controller .video_progress .video_progress_duration {
	right: 0
}
.video_controller .video_progress .video_progress_inner, .video_controller .video_progress .video_progress_seek, .video_controller .video_progress .video_progress_play {
	height: 5px
}
.video_controller .video_progress .video_progress_inner {
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 45px;
	right: 45px;
	background: #888
}
.video_controller .video_progress .video_progress_seek {
	background: #aeaeae;
	width: 100%
}
.video_controller .video_progress .video_progress_play {
	background: #fff
}
.audio {
	background: #fafafa;
	padding-top: 20px
}
.audio .audio_dot_prev, .audio .audio_dot_next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	color: #ddd;
	font-size: 60px;
	z-index: 1;
	text-decoration: none;
	font-weight: bolder
}
@media (max-width: 1152px) {
.audio .audio_dot_prev, .audio .audio_dot_next {
	display: none
}
}
.audio .audio_dot_prev:hover, .audio .audio_dot_next:hover {
	color: #888
}
.audio .audio_dot_prev:active, .audio .audio_dot_next:active {
	color: #666
}
.audio .audio_dot_prev span, .audio .audio_dot_next span {
	position: absolute;
	top: 50%;
	display: block;
	margin: -30px 25px 0;
	width: 30px;
	text-align: center
}
.audio .audio_dot_prev {
	left: 0
}
.audio .audio_dot_next {
	right: 0
}
.audio_dot {
	position: relative;
	height: 250px
}
.audio_dot .container, .audio_dot .swiper-container, .audio_dot .row, .audio_dot .audio_dot_imgContainer, .audio_dot .audio_dot_content {
	height: 100%
}
.audio_dot .row>div {
	height: 50%
}
.audio_dot .audio_dot_content {
	overflow-y: auto
}
.audio_dot .audio_dot_imgContainer {
	width: 100%;
	padding: 8px 0
}
.audio_dot .audio_dot_imgContainer .audio_dot_img {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle
}
.audio_dot .audio_dot_imgContainer img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	background: #eee
}
.audio_dot .audio_dot_titile {
	text-align: center;
	font-size: 16px;
	margin: 0 0 10px
}
@media (min-width: 992px) {
.audio_dot .swiper-container {
	margin: auto 30px
}
}
@media (min-width: 480px) {
.audio_dot .audio_dot_imgContainer {
	display: table;
	padding: 0;
	table-layout: fixed
}
.audio_dot .audio_dot_img {
	display: table-cell
}
.audio_dot .audio_dot_titile {
	text-align: left
}
.audio_dot {
	height: 300px
}
.audio_dot .row>div, .audio_dot .audio_dot_imgContainer, .audio_dot .audio_dot_content, .audio_dot .swiper-container, .audio_dot .audio_dot_prev, .audio_dot .audio_dot_next {
	height: 100%
}
}
.audio_player {
	position: relative;
	margin-top: 30px;
	border: 1px solid #f1f1f1;
	height: 82px;
	background: #e7e7e7;
	color: #b4b4b6
}
.audio_player .audio_tip_play, .audio_player .audio_tip_slide {
	position: absolute;
	z-index: 2;
	width: 94px;
	height: 130px;
	background: url(../images/tip_for_audio_player-cfbd8c25b23212104a48259fe4c68a4c.png) no-repeat
}
.audio_player .audio_tip_play a.audio_tip_del, .audio_player .audio_tip_slide a.audio_tip_del {
	position: absolute;
	bottom: 50px;
	right: -65px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 0 10px
}
.audio_player .audio_tip_play {
	top: 37px;
	left: 47px;
	background-position: 0 0
}
.audio_player .audio_tip_slide {
	top: 36px;
	left: 210px;
	background-position: right top
}
.audio_control {
	float: left;
	width: 170px;
	height: 80px;
	text-align: center;
	background: #fff;
	font-size: 16px
}
.audio_control a {
	color: #b4b4b6
}
.audio_control .audio_control_inner {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	height: 80px;
	padding: 0 20px
}
.audio_control .audio_control_next {
	float: right
}
.audio_control .audio_control_prev {
	float: left
}
.audio_control .audio_control_volume {
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer
}
.audio_control .audio_control_volume .audio_control_volume_icon-unmute, .audio_control .audio_control_volume .audio_control_volume_icon-mute {
	float: left;
	margin-right: 5px
}
.audio_control .audio_control_volume .audio_control_volume_total {
	overflow: hidden;
	margin: 11px 0 0 0;
	height: 5px;
	background: #f0f0f0
}
.audio_control .audio_control_volume .audio_control_volume_total .audio_control_volume_val {
	height: 100%;
	background: #b4b4b6
}
.audio_progress {
	font-size: 12px;
	position: relative;
	width: 100%
}
.audio_progress .audio_progress_buffered, .audio_progress .audio_progress_seek, .audio_progress .audio_progress_play {
	height: 5px
}
.audio_progress .audio_progress_seek {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f0f0f0
}
.audio_progress .audio_progress_buffered {
	position: absolute;
	top: 0;
	background: #bfbfbf;
	z-index: 0
}
.audio_progress .audio_progress_play {
	width: 0;
	position: relative;
	background: transparent;
	z-index: 1
}
.audio_progress .audio_progress_play_pointer {
	position: absolute;
	right: -7px;
	top: -1px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c40d23
}
.audio_progress .audio_progress_play_pointer:hover, .audio_progress .audio_progress_play_pointer:active {
	right: -9px;
	top: -3px;
	width: 11px;
	height: 11px
}
.audio_timeline {
	cursor: move;
	margin-left: 170px
}
.audio_timeline .audio_timeline_inner {
	padding-left: 50%;
	height: 126px;
	overflow: hidden
}
.audio_timeline .audio_timeline_mid {
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 50%;
	width: 4px;
	margin-left: 85px;
	height: 80px;
	background: #c40d23
}
.audio_timeline .audio_timeline_mid::before {
	position: absolute;
	content: "";
	top: 0;
	left: -4px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff
}
.audio_timeline .audio_timeline_mid .audio_status, .audio_timeline .audio_timeline_mid .audio_time {
	position: absolute;
	top: -26px;
	left: -48px;
	width: 100px;
	padding: 0 10px;
	line-height: 2;
	background: #f2f2f2;
	text-align: center;
	color: #999;
	font-size: 12px
}
.audio_timeline .audio_timeline_mid .audio_time {
	background: #fff;
	color: #b4b4b6
}
.audio_timeline .audio_timeline_stamp {
	position: absolute;
	top: 2px;
	line-height: 1;
	color: #c3c3c3
}
.audio_timeline_progress {
	font-size: 12px;
	position: relative;
	height: 86px;
	background: url(../images/timeline-rule-3ad5a70a6a0a32f3316f5ff460a909fa.png) left bottom repeat-x;
	padding-right: 200%
}
.audio_timeline_dot {
	position: absolute;
	top: 1px;
	width: 2px;
	height: 80px;
	background: #e5e5e5;
	border-right: 1px solid #f2f2f4;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.audio_timeline_dot:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1
}
.audio_timeline_dot:hover::before {
	background: #222
}
.audio_timeline_dot:hover span {
	background: #222
}
.audio_timeline_dot:hover span::before {
	border-left-color: #222
}
.audio_timeline_dot::before {
	position: absolute;
	left: -2px;
	bottom: -6px;
	content: "";
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: #b4b4b6
}
.audio_timeline_dot i {
	position: absolute;
	left: -29px;
	bottom: -20px;
	width: 60px;
	line-height: 1;
	text-align: center;
	background: #fff
}
.audio_timeline_dot span {
	position: absolute;
	left: 2px;
	top: 32%;
	padding: 6px 12px 5px;
	line-height: 1;
	color: #fff;
	background: #b4b4b6;
	white-space: nowrap
}
.audio_timeline_dot span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	border: 4px solid transparent;
	border-top: none;
	border-left-color: #b4b4b6
}
.user {
	padding: 0 0 40px;
	text-align: center;
	position: relative
}
.user .user_thumb {
	border: 1px solid #dbdadb;
	margin-bottom: 10px;
	width: 100px;
	height: 100px
}
@media (min-width: 768px) {
.user .user_thumb {
	margin-top: 40px
}
}
.user .user_name {
	color: #666;
	margin: 0
}
.user .user_info {
	color: #909090
}
.user .user_social {
	padding-top: 20px
}
.user .user_social span {
	vertical-align: middle;
	margin: 0 10px 10px
}
.user .user_social span a {
	display: inline-block
}
.user .user_social span img {
	width: 20px;
	height: auto;
	border: none;
	outline: none
}
.user .user_labels {
	text-align: center;
	margin-bottom: 20px
}
.user .user_labels img {
	width: 40px;
	height: auto;
	margin: 0 5px
}
@media (min-width: 768px) {
.user .user_labels {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 70px
}
}
.user_shows {
	position: relative;
	padding: 20px 40px !important;
	height: 220px;
	overflow: hidden
}
.user_shows .user_shows_prev, .user_shows .user_shows_next {
	position: absolute;
	width: 40px;
	height: 220px;
	line-height: 200px;
	font-size: 16px;
	text-align: center
}
.user_shows .user_shows_prev {
	left: 0
}
.user_shows .user_shows_next {
	right: 0
}
.user_shows .user_shows_more {
	display: block;
	margin: 0 10px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid #ccc;
	color: #ccc
}
.user_shows .user_article {
	padding: 0 10px;
	width: 120px;
	margin: 0 !important
}
@media (min-width: 480px) {
.user_shows {
	height: 243px
}
.user_shows .user_shows_prev, .user_shows .user_shows_next {
	height: 243px;
	line-height: 223px
}
.user_shows .user_article {
	width: 140px
}
.user_shows .user_shows_more {
	width: 120px;
	height: 120px;
	line-height: 120px
}
}
.user_container {
	background: #fff;
	border: 1px solid #dfe0e0;
	padding: 20px;
	margin-bottom: 20px
}
.user_container .user_article {
	display: block;
	margin-bottom: 20px
}
.user_container .user_article:hover {
	text-decoration: none
}
.user_container .user_article img {
	width: 100%;
	height: auto
}
.user_container .user_article h4 {
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px
}
.user_container .user_article .user_article_meta {
	color: #9e9e9f;
	font-size: 12px
}
.user_container .user_article .user_article_meta_r {
	float: right;
	color: #717071
}
.user_container .user_article .user_article_info {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden
}
.categories {
	height: 200px;
	background: #000
}
@media (min-width: 768px) {
.categories {
	height: 300px
}
}
.categories>li {
	height: 100%;
	background: 50% 50% no-repeat
}
.categories>li.category_gadio {
	background-image: url(../images/gadio-94a7d57a4648ff000b396d6bbde4bc24.jpg)
}
.categories>li.category_gadio .category_mask {
	background: red
}
.categories>li.category_gadioPro {
	background-image: url(../images/gadioPro-2130b6d0f63ae415950193c6c14bc5e8.jpg)
}
.categories>li.category_gadioPro .category_mask {
	background: blue
}
.categories>li.category_gadioMusic {
	background-image: url(../images/gadioMusic-b009d6f8cbba69e728fb666e89e0ac66.jpg)
}
.categories>li.category_gadioMusic .category_mask {
	background: green
}
.categories>li.category_1up {
	background-image: url(../images/1up-f6b4393be45efc52edc5a31899ac28ce.jpg)
}
.categories>li.category_1up .category_mask {
	background: green
}
.categories>li.category_playboy {
	background-image: url(../images/playboy-917b7c61df968d84f06bd4bdc3e26aba.jpg)
}
.categories>li.category_playboy .category_mask {
	background: green
}
.categories>li.category_documentary {
	background-image: url(../images/documentary-85de8db376d4ac283d600212cb5f3b3f.jpg)
}
.categories>li.category_documentary .category_mask {
	background: green
}
.categories>li.category_special {
	background-image: url(../images/special-a90ddd9db62f5161481c399e73f240b4.jpg)
}
.categories>li.category_special .category_mask {
	background: green
}
.categories>li.kwicks-collapsed {
	opacity: 0.7;
	filter: alpha(opacity=70)
}
.categories a {
	display: block;
	height: 100%;
	width: 100%
}
.categories a .category_hover {
	display: none
}
.categories a:hover .category_hover {
	display: block
}
.categories .category_mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	filter: alpha(opacity=20)
}
.categories .category_logo {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 100px;
	margin-left: -50px
}
.categories .category_info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #222;
	padding: 10px;
	text-align: left;
	color: #fff;
	font-size: 12px
}
@media (max-width: 768px) {
.categories .category_info span.pullRight {
	display: none
}
}
.sessionContainer {
	padding: 40px 0 0;
	max-width: 250px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.sessionContainer h1 {
	font-size: 18px;
	margin: 0 0 20px
}
.notifications {
	padding-left: 0;
	list-style: none
}
.notifications li, .notification {
	background: #fff;
	border-left: 2px solid #f7f7f7;
	margin-bottom: 15.33333px;
	background: #eaeaea;
	padding: 10px;
	border-left-color: #d9534f
}
.notifications li:before, .notifications li:after, .notification:before, .notification:after {
	content: " ";
	display: table
}
.notifications li:after, .notification:after {
	clear: both
}
.notifications li:hover, .notification:hover {
	border-color: #fe5e00
}
.notifications li.readed, .notification.readed {
	opacity: 0.65;
	filter: alpha(opacity=65);
	border-left-color: #f7f7f7
}
.notifications li blockquote, .notification blockquote {
	margin: 0;
	padding: 10px;
	border: none;
	background: #f8f8f8;
	font-size: 12px
}
.notifications li a, .notification a {
	color: #000;
	font-weight: bold
}
.ranklist {
	height: 427px
}
.ranklist h3 {
	margin: 10px 0
}
.ranklist>li {
	width: 100%;
	padding: 0 20px;
	border-bottom: 1px solid #e3e3e3
}
.ranklist>li>a {
	display: block;
	text-align: center
}
.ranklist>li>a:hover {
	text-decoration: none
}
.ranklist h3 {
	font-size: 14px
}
.ranklist img {
	width: 100%;
	margin-bottom: 10px
}
.ranklist p {
	overflow: hidden;
	white-space: nowrap
}
@media (max-width: 768px) {
.ranklist {
	font-size: 12px
}
.ranklist>li {
	margin: 0 1%;
	width: 48%;
	float: left;
	border-bottom: none;
	padding: 0
}
.ranklist h3 {
	font-size: 12px
}
}
.ranklist-disabled {
	height: auto
}
.story_header {
	position: relative;
	width: 100%;
	height: 300px;
	background: #999 50% 50% repeat;
	color: #fff;
	text-align: center;
	z-index: 0
}
.story_header .story_header_imgContainer {
	height: 100%;
	overflow: hidden
}
.story_header .story_header_imgContainer .story_header_imgContainer_img {
	position: relative;
	right: 100%;
	width: 300%;
	height: 100%
}
.story_header .story_header_imgContainer img {
	display: block;
	height: 100%;
	margin: 0 auto
}
.story_header .story_header_cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #000;
	opacity: 0.55;
	filter: alpha(opacity=55)
}
.story_header .story_header_cover.story_header_cover-second {
	z-index: 0;
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.story_header .story_header_inner {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	table-layout: fixed
}
.story_header .story_header_inner .story_header_text {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-shadow: 0px 1px 2px #333
}
.story_header .story_header_inner .story_header_text p {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10%;
	max-width: 800px
}
.story_header .story_consoles {
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 1;
	text-align: left;
	max-width: 225px
}
@media (min-width: 768px) {
.story_header .story_consoles {
	margin-right: -350px;
	right: 50%;
	max-width: 400px
}
}
@media (min-width: 768px) {
.story_header {
	height: 350px
}
}
@media (min-width: 992px) {
.story_header {
	height: 400px
}
}
.story_consoles a {
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/consoles-f057f71f826855badb9cd3c36dd752bd.png) 0 0 no-repeat;
	margin: 0 5px
}
.story_consoles a.story_consoles_3ds-dark {
	width: 35px;
	height: 11px;
	background-position: 0 -5px
}
.story_consoles a.story_consoles_mob-dark {
	width: 10px;
	height: 14px;
	background-position: 0 -18px
}
.story_consoles a.story_consoles_mob {
	width: 10px;
	height: 16px;
	background-position: 0 -33px
}
.story_consoles a.story_consoles_pc-dark {
	width: 30px;
	height: 13px;
	background-position: 0 -50px
}
.story_consoles a.story_consoles_pc {
	width: 15px;
	height: 15px;
	background: url(../images/console-pc-eeabfcb55a343b716134f4c550c6dc1f.png) 0 0 no-repeat
}
.story_consoles a.story_consoles_xbox-dark {
	width: 20px;
	height: 20px;
	background-position: 0 -79px
}
.story_consoles a.story_consoles_ps-dark {
	width: 23px;
	height: 17px;
	background-position: 0 -100px
}
.story_consoles a.story_consoles_xbox {
	width: 20px;
	height: 20px;
	background-position: 0 -120px
}
.story_consoles a.story_consoles_3ds {
	width: 36px;
	height: 11px;
	background-position: 0 -139px
}
.story_consoles a.story_consoles_mac {
	width: 20px;
	height: 10px;
	background-position: 0 -151px
}
.story_consoles a.story_consoles_ps {
	width: 22px;
	height: 16px;
	background-position: 0 -166px
}
.story_consoles a.story_consoles_ps3 {
	width: 47px;
	height: 10px;
	background-position: 0 -183px
}
.story_consoles a.story_consoles_ps4 {
	width: 48px;
	height: 11px;
	background-position: 0 -193px
}
.story_consoles a.story_consoles_psv {
	width: 60px;
	height: 11px;
	background-position: 0 -203px
}
.story_consoles a.story_consoles_wii {
	width: 22px;
	height: 10px;
	background-position: 0 -214px
}
.story_consoles a.story_consoles_wiiu {
	width: 34px;
	height: 10px;
	background-position: 0 -223px
}
.story_consoles a.story_consoles_xbox1 {
	width: 60px;
	height: 11px;
	background-position: 0 -251px
}
.story_consoles a.story_consoles_xboxone {
	width: 62px;
	height: 10px;
	background-position: 0 -279px
}
.story_consoles a.story_consoles_xbox360 {
	width: 62px;
	height: 11px;
	background-position: 0 -265px
}
.story_consoles a.story_consoles_retroconsole {
	width: 56px;
	height: 12px;
	background-position: 0 -249px
}
.story_meta {
	margin-top: 40px;
	text-align: center
}
.story_meta .story_title {
	font-size: 20px
}
@media (min-width: 768px) {
.story_meta .story_title {
	font-size: 24px
}
}
.story_meta .story_title small {
	color: #909090
}
.story_meta .story_desc {
	margin: 0
}
.story_actions {
	margin-top: 20px;
	text-align: center
}
.story_actions a {
	margin: 0 10px;
	color: #666;
	text-decoration: none !important
}
.story_actions a:hover {
	color: #333
}
.story_djs {
	margin-top: 40px;
	text-align: center
}
.story_djs .story_djs_items {
	margin-top: 10px
}
.story_djs .story_djs_items>a {
	display: inline-block;
	width: 100px;
	margin: 0 10px 10px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden
}
.story_djs .story_djs_items img {
	width: 70px;
	height: 70px
}
.story_title {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px
}
@media (min-width: 768px) {
.story_title {
	font-size: 32px
}
}
.story_desc {
	margin: 0 0 20px
}
.story_user {
	position: absolute;
	left: 15px;
	bottom: -50px;
	z-index: 10
}
.story_user:hover {
	text-decoration: none
}
.story_user .story_user_border {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 5px;
	overflow: hidden;
	background: #fff
}
.story_user .story_user_border img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.story_user .story_user_name {
	margin: 1px 0 0;
	color: #9e9ea0;
	font-size: 12px;
	line-height: 1.1
}
@media (min-width: 768px) {
.story_user {
	left: 50%;
	margin-left: -300px
}
}
.story_caption {
	text-align: center;
	font-size: 12px;
	color: #909090;
	margin: 5px 0 0;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none
}
.story {
	max-width: 700px;
	margin: 70px auto;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
	word-wrap: break-word
}
.story>p, .story .story_elem>p {
	margin: 20px 0
}
.story img, .story embed, .story iframe, .story object {
	display: block;
	max-width: 100%;
	margin: 20px auto
}
.story a {
	font-weight: bold;
	color: #101010;
	text-decoration: underline
}
.story h1, .story .h1, .story h2, .story .h2, .story h3, .story .h3 {
	margin-top: 43.7px;
	margin-bottom: 29.9px
}
.story h4, .story .h4, .story h5, .story .h5, .story h6, .story .h6 {
	margin-top: 34.5px;
	margin-bottom: 23px
}
.story_elem {
	margin: 20px 0
}
.story_elem-text {
	margin: 0
}
.story_elem-image img {
	margin: 0 auto
}
.story_elem-image, .story_elem-embed {
	padding: 0 15px;
	margin: 30px 0
}
.story_elem-image, .story_elem-image a, .story_elem-gallery, .story_elem-gallery a {
	text-decoration: none;
	font-weight: normal
}
.story_elem-embed img, .story_elem-embed embed, .story_elem-embed iframe, .story_elem-embed object {
	display: inline-block;
	margin: 0
}
.story_elem-embed>embed, .story_elem-embed>iframe, .story_elem-embed>object {
	display: block;
	margin: 0 auto
}
.story_elem-embed>[allowfullscreen] {
width:300px !important;
height:208.75px !important
}
@media (min-width: 480px) {
.story_elem-embed>[allowfullscreen] {
width:400px !important;
height:265px !important
}
}
@media (min-width: 768px) {
.story_elem-embed>[allowfullscreen] {
width:640px !important;
height:424px !important
}
}
.story_elem-embed_manual {
	display: block;
	background: #ddd;
	color: #aaa !important;
	padding: 80px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12px
}
.story_elem-gallery {
	margin: 35px auto
}
.story_elem_gallery {
	position: relative;
	background: #222;
	margin: 0 auto;
	padding-bottom: 5px
}
.story_elem_gallery .swiper-container {
	line-height: 280px;
	height: 300px
}
.story_elem_gallery .swiper-slide {
	position: relative;
	overflow: hidden;
	text-align: center
}
.story_elem_gallery .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	display: inline-block
}
.story_elem_gallery .swiper-slide .story_elem_gallery_imageCaption {
	display: none;
	padding: 5px 10px;
	margin: 0;
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	max-width: 75%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	text-align: left;
	text-decoration: none
}
.story_elem_gallery .story_elem_gallery_prev, .story_elem_gallery .story_elem_gallery_next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.3);
	font-size: 25px;
	line-height: 50px;
	z-index: 8;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
	text-align: center
}
.story_elem_gallery .story_elem_gallery_prev {
	left: 0
}
.story_elem_gallery .story_elem_gallery_next {
	right: 0
}
.story_elem_gallery:hover .story_elem_gallery_prev, .story_elem_gallery:hover .story_elem_gallery_next {
	display: block
}
.story_elem_gallery .story_elem_gallery_progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #efefef
}
.story_elem_gallery .story_elem_gallery_progress_current {
	background: #CF2227;
	height: 100%;
	width: 0%;
	-webkit-transition: width, 0.7s, linear;
	-o-transition: width, 0.7s, linear;
	transition: width, 0.7s, linear
}
.story_elem-protectHidden {
	height: 100px !important;
	padding: 20px !important;
	line-height: 60px !important;
	text-align: center !important;
	margin: 30px 0 !important;
	border: 1px dotted #aaa !important;
	cursor: pointer !important;
	overflow: hidden !important;
	background: #f5f5f5 !important
}
.story_elem-protectHidden:before {
	display: block;
	content: '这部分内容可能因为剧透等原因被暂时隐藏，点击查看。';
	color: #aaa;
	font-size: 12px
}
.story_elem-protectHidden * {
	display: none !important
}
.story_index {
	display: none;
	position: absolute;
	right: 10px;
	width: 200px;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-align: right;
	overflow: hidden
}
@media (min-width: 1200px) {
.story_index {
	display: block
}
}
.story_index.affix {
	position: fixed;
	top: 100px !important
}
.story_index .nav>li>a {
	display: block;
	color: #777;
	padding: 3px 5px;
	line-height: 25px;
	height: 25px;
	overflow: visible;
	background: transparent !important;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
.story_index .nav>li>a span {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	display: block;
	overflow: hidden;
	line-height: 1.2
}
.story_index .nav>li>a:hover {
	text-decoration: none;
	color: #444
}
.story_index .nav>li>a:hover span {
	opacity: 1;
	filter: alpha(opacity=100)
}
.story_index .nav>li>a::before {
	float: right;
	content: '';
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: #fff;
	margin-left: 5px;
	border: 2px solid #777;
	border-radius: 50%
}
.story_index .nav>li.active>a {
	opacity: 1;
	filter: alpha(opacity=100)
}
.story_index .nav>li.active>a::before {
	background: #777
}
.story_index .nav>li.active>a span {
	opacity: 1;
	filter: alpha(opacity=100)
}
.story_socialActions {
	text-align: center;
	font-size: 20px;
	padding: 10px 0 60px
}
.story_socialActions a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #aaa;
	margin: 0 20px
}
.story_socialActions a:hover {
	color: #888
}
.story_socialActions a.active {
	color: #d9534f
}
.story_socialActions .story_share {
	position: relative
}
.story_socialActions .story_share iframe {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}
.row.story_recommendations {
	margin: 0
}
.row.story_recommendations a.story_header {
	display: block;
	color: #e2e2e2
}
.row.story_recommendations a.story_header:hover {
	color: #f0f0f0
}
.row.story_recommendations a.story_header:hover .story_header_cover {
	opacity: 0.35;
	filter: alpha(opacity=35)
}
.row.story_recommendations a.story_header:hover .story_header_cover.story_header_cover-second {
	opacity: 0.15;
	filter: alpha(opacity=15)
}
.row.story_recommendations a.story_header:active {
	color: #fff
}
.row.story_recommendations>div {
	padding: 0
}
.row.story_recommendations .story_header {
	height: 150px !important;
	text-align: left;
	font-size: 12px
}
.row.story_recommendations .story_recommendations_head, .row.story_recommendations .story_recommendations_title, .row.story_recommendations .story_recommendations_info {
	margin: 0 !important;
	padding: 5px 40px !important;
	line-height: 1 !important
}
.row.story_recommendations .story_recommendations_head {
	font-size: 114.2857%
}
.row.story_recommendations .story_recommendations_title {
	font-size: 157.1428%
}
.row.story_recommendations .story_recommendations_info {
	font-size: 92.8571%
}
@media (min-width: 992px) {
.row.story_recommendations .story_header {
	height: 200px !important;
	font-size: 14px
}
}
.articles {
	padding-left: 0;
	list-style: none
}
.articles li, .article {
	background: #fff;
	border-left: 2px solid #f7f7f7;
	margin-bottom: 15.33333px;
	overflow: hidden;
	height: 100px
}
.articles li:before, .articles li:after, .article:before, .article:after {
	content: " ";
	display: table
}
.articles li:after, .article:after {
	clear: both
}
.articles li:hover, .article:hover {
	border-color: #fe5e00
}
.articles li img, .article img {
	float: left;
	width: 200px;
	height: auto
}
.articles li .article_content, .articles li .article_info, .article .article_content, .article .article_info {
	padding: 10px
}
.articles li .article_info, .article .article_info {
	text-align: right;
	float: right;
	max-width: 260px;
	font-size: 12px;
	color: #909090
}
.articles li .article_info>p, .article .article_info>p {
	margin: 0 0 5px
}
.articles li .article_content, .article .article_content {
	overflow: hidden
}
.articles li .article_content .article_title, .article .article_content .article_title {
	margin: 0 0 10px;
	font-size: 18px
}
.articles li .article_content .article_title a, .article .article_content .article_title a {
	color: #686868
}
.articles li .article_content .article_desc, .article .article_content .article_desc {
	height: 46px;
	overflow: hidden
}
.searchList li {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee
}
.searchList h2 {
	font-size: 14px;
	margin: 5px 0 10px
}
.searchList em {
	color: #d9534f;
	font-style: normal
}
.searchList img {
	height: 80px
}
.searchList p {
	font-size: 12px
}
.heading {
	letter-spacing: 0.5em
}
.footer {
	/*margin-top: 50px*/
}
.toTop {
	bottom: 40px
}
.ast_menuBtn {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	font-size: 25px;
	color: #fff !important
}
.ast_menuBtn.ast_menuBtn-active {
	background: #fff;
	color: #666 !important
}
.ast_menuList {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #222;
	background: rgba(0,0,0,0.7)
}
.ast_menuList ul {
	list-style: none;
	padding: 100px 0 0 0;
	text-align: center;
	font-size: 30px
}
.ast_menuList .ast_menuList_logo {
	width: 200px;
	height: auto;
	margin-bottom: 20px
}
.ast_menuList li {
	position: relative;
	top: 0;
	transition: all .5s ease 0s;
	padding: 5px 0;
	opacity: 0.2;
	filter: alpha(opacity=20)
}
.ast_menuList li:nth-child(1) {
	top: -100px
}
.ast_menuList li:nth-child(2) {
	top: -80px
}
.ast_menuList li:nth-child(3) {
	top: -60px
}
.ast_menuList li:nth-child(4) {
	top: -40px
}
.ast_menuList li:nth-child(5) {
	top: -40px
}
.ast_menuList a {
	color: #fff
}
.ast_menuList a:hover {
	text-decoration: none;
	color: #e0e0e0
}
@media (max-width: 768px) {
.ast_menuList ul {
	font-size: 20px
}
.ast_menuList li {
	padding: 3px 0
}
}
.ast_menuContainer-active .ast_menuList li {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0
}
.ast_menuContainer-active .ast_menuBtn {
	background: transparent !important;
	color: #fff !important
}
.ast_header {
	position: relative;
	padding-top: 1px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	color: #fff
}
@media (max-width: 768px) {
.ast_header {
	background-attachment: scroll
}
}
.ast_header .ast_header_mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
.ast_header .ast_header_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden
}
.ast_header .ast_header_content .ast_buttonToWiki, .ast_header .ast_header_content .ast_arrowDown {
	margin-top: 30px
}
@media (max-width: 768px) {
.ast_header .ast_header_content .ast_arrowDown {
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 13px
}
}
.ast_header .ast_header_content .ast_header_content_inner {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2
}
.ast_buttonToWiki {
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 55px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 18px
}
.ast_buttonToWiki:hover {
	color: #333;
	background: #fff;
	text-decoration: none
}
.ast_arrowDown {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: #fff
}
.ast_arrowDown span {
	transition: all 0.2s ease 0s;
	position: relative;
	top: 0
}
.ast_arrowDown:hover span {
	top: 5px
}
.ast_arrowDown-circle {
	border: 2px solid #FFF
}
.header{ height:60px;}
.logo{ display:block; width:95px; height:60px; background:url(../images/logo.png) 0 0 no-repeat; margin:0; position:fixed; top:0; left:20px; z-index:10; overflow:hidden;}
.logo a{ display:block; height:60px; text-indent:-9999em;}
.youxi-a{ display:block; height:60px; line-height:60px; width:60px; background:#22cfb1; position:fixed; right:0; top:0; z-index:10; color:#333; font-size:16px; text-align:center;}
.youxi-a:hover{ text-decoration:none; color:#fff; background:#0cc7a7;}
.ast_topbar {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	background: #f2f2f2;
	color: #fff;
	text-align: center
}
.ast_topbar img {
	vertical-align: middle;
	height: 30px;
	margin: 0 5px
}
.ast_topbar .ast_topbar_logo {
	height: 16px
}
.youxiNav{ width:500px; position:fixed; left:50%; margin-left:-250px; top:0; height:60px; z-index:10; text-align:center;}
.youxiNav a{ display:inline-block; height:60px; line-height:60px; width:80px; font-size:14px; color:#333; font-weight:bold;}
.youxiNav a.active{ border-bottom:#22cfb1 solid 2px;}
@media (min-width: 768px) {
.ast_topbar.ast_topbar-fixed {
	position: fixed;
	bottom: auto;
	top: 0
}
}
@media (max-width: 768px) {
.ast_topbar,.logo{ display:none;}
}
.ast_volume {
	display: block;
	overflow: hidden
}
.ast_volume .ast_volume_inner {
	position: relative;
	transition: all .5s ease 0s;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}
.ast_volume .ast_volume_inner .ast_volume_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #111;
	background: rgba(0,0,0,0.5);
	padding-top: 20px;
	text-align: center;
	color: #fff;
	transition: all .5s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0)
}
.ast_volume .ast_volume_inner .ast_volume_title img {
	margin-top: 20px;
	max-width: 80%;
	max-height: 80%
}
.ast_volume .ast_volume_inner .ast_volume_info {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 30px;
	color: #fff;
	background: #111;
	background: rgba(0,0,0,0.8)
}
.ast_volume .ast_volume_inner .ast_volume_info h3, .ast_volume .ast_volume_inner .ast_volume_info p {
	margin: 0;
	padding: 0
}
.ast_volume .ast_volume_inner .ast_volume_info h3 {
	font-size: 16px
}
.ast_volume .ast_volume_inner .ast_volume_info p {
	font-size: 12px
}
@media (max-width: 768px) {
.ast_volume .ast_volume_inner .ast_volume_info {
	display: block
}
.ast_volume .ast_volume_inner .ast_volume_title {
	display: none
}
}
@media (min-width: 768px) {
.ast_volume:hover {
	text-decoration: none
}
.ast_volume:hover .ast_volume_inner {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}
.ast_volume:hover .ast_volume_title {
	opacity: 1;
	filter: alpha(opacity=100)
}
}
.ast_banner img {
	width: 100%;
	height: auto
}
.ast_article {
	display: block;
	margin-top: 30px;
	padding: 28px;
	border: 1px solid #CACACA
}
.ast_article:hover {
	text-decoration: none
}
.ast_article h3, .ast_article p {
	padding-left: 20px;
	padding-right: 20px
}
.ast_article h3 {
	font-size: 18px;
	color: #222
}
.ast_article img.ast_article_image {
	width: 100%
}
.ast_article p.ast_article_author {
	margin-top: 20px;
	font-size: 16px
}
.ast_article p.ast_article_author img {
	width: 50px;
	margin-right: 5px
}
@media (max-width: 768px) {
.ast_article {
	margin-top: 15px;
	padding: 14px
}
.ast_article h3, .ast_article p {
	padding-left: 10px;
	padding-right: 10px
}
.ast_article h3 {
	font-size: 16px
}
}

.sIco1,.sIco2,.sIco3,.sIco4,.sIco5{ display:inline-block; width:22px; height:22px; background-position:50% 50%; background-repeat:no-repeat; background-size:contain !important; margin-right:2px;}
.sIco1{ background-image:url(../images/sIco1.png);}
.sIco2{ background-image:url(../images/sIco2.png);}
.sIco3{ background-image:url(../images/sIco3.png);}
.sIco4{ background-image:url(../images/sIco4.png);}
.sIco5{ background-image:url(../images/sIco5.png);}
.ftc{ text-align:center;}
.backBtn{ position:absolute; display:block; height:80px; padding:28px 23px 29px; line-height:23px; right:0; top:0; background:#fff; color:#333; font-size:16px;}
.backBtn:hover{ text-decoration:none; color:#333; background:#22cfb1; color:#fff;}
.headerText{ text-align:center; width:130px; position:absolute; left:50%; top:0; padding:28.5px 0; line-height:23px; margin-left:-65px; color:#333; font-size:18px;}
.list1{ list-style:none; margin:0; padding:0 0 20px 0; overflow:hidden;}
.list1 li{ width:33.33%; float:left; display:inline; list-style:none; margin:0; padding:0;}
.list1 li a{ display:block; height:58px; line-height:58px; font-size:20px; color:#333; background:url(../images/aBg.png) 50% 0 no-repeat; background-size:100% 100%; text-align:center;}
.list1 li.active a,.list1 li a:hover{ background-image:url(../images/aBg-on.png); text-decoration:none;}

.mt20{ margin-top:20px;}
.mt10{ margin-top:10px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.tit1{ font-size:16px; color:#333;}
.tit1 b{ font-weight:normal;}
.tit1 b span{ background:#22cfb1; display:inline-block; padding:2px 0;}
.layer1 p{ padding:5px 0; text-indent:28px;}
.layer2{ height:114px; background:url(../images/bg1.png) 50% 0 no-repeat; background-size:100% 100%; overflow:hidden; padding:0 100px 0 40px; position:relative;}
.list2{ margin:22px 0 0 0; padding:0; overflow:hidden; height:70px;}
.list2 li{ list-style:none; float:left; margin:0; padding:0; white-space:nowrap; margin:0 15px;}
.list2 li img{ width:70px; height:70px; border-radius:100%;}
.vertical,.footer_follow a{ vertical-align:middle;}
.footer_follow a.aNone{ background:none; width:auto; height:auto; margin-left:0;}
.moreBtn{ display:block; height:40px; width:87px; background:url(../images/more.png) 0 0 no-repeat; position:absolute; right:40px; top:50%; margin-top:-20px; text-align:center; line-height:40px; color:#333; font-size:16px;}

a,a:hover{ text-decoration:none;}
ul,li{ margin:0; padding:0; list-style:none;}
.overflow{ overflow:hidden;}
.cf60{ color:#ed6d46;}
.cpurple{ color:#af0082;}
.cblue{ color:#00a1e9;}
.c333{ color:#333;}
.c999{ color:#999;}
.font1{ font-size:16px;}
.ft12{ font-size:12px;}
.ft14{ font-size:14px;}
.ft16{ font-size:16px;}
.ft18{ font-size:18px;}
.ft20{ font-size:20px;}
.cwhite{ color:#fff;}
.czise{ color:#af0082;}
.baseline{ vertical-align:bottom;}
.inlineBlock{ display:inline-block;}
.ftr{ text-align:right;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.pb20{ padding-bottom:20px;}
.pad10{ padding:10px;}
.pt5{ padding-top:5px;}
.a333{ color:#333;}
.afff{ color:#fff;}
.agreen{ color:#22cfb1;}
.agreen:active,.agreen:hover{ color:#333;}
.afff:active,.afff:hover,.a333:active,.a333:hover{ color:#22cfb1; text-decoration:none;}
.ablue{ color:#159afd;}
.ablue:active,.ablue:hover{ color:#22cfb1;}
.mr3{ margin-right:3px;}
.ml{ margin-left:10px;}
.imgBox img{ display:block; width:100%;}
.relative{ position:relative;}
.list3{ list-style:none; margin:0; padding:10px 0 0 0;}
.list3 li{ list-style:none; margin:15px 0 0 0; padding:0;}
.list3 li a{ display:block; height:115px; background:url(../images/liBg.png) 0 0 no-repeat; background-size:100% 100%; position:relative; padding:0 60px 0 400px; color:#333; font-size:16px;}
.list3 li a .tit2{ font-size:18px; padding-top:28px;}
.list3 li a span{ display:block;}
.timeBox{ position:absolute; left:60px; top:50%; margin-top:-15px; height:30px; line-height:30px; font-size:16px;}
.textover{ overflow:hidden; white-space:nowrap; word-wrap:normal; text-overflow:ellipsis;}
.hdBox img{ width:100px; height:100px; border-radius:100%;}
.text1{ width:67px; height:31px; line-height:31px; background:url(../images/textBg1.png) 0 0 no-repeat; margin:10px auto 0; text-align:center;}
.likeIco,.mailIco,.weixinIco{ display:inline-block; width:27px; height:20px; background:url(../images/ico1.png) 0 0 no-repeat; margin:0 8px;}
.likeIco{ background-position:2px 0;}
.mailIco{ background-position:-62px 0;}
.weixinIco{ background-position:-120px 0;}
.textLayer1{ display:inline-block; width:80px; margin:0 5px;}
.text2{ display:inline-block; width:80px; height:35px; line-height:35px; text-align:center; background:url(../images/more.png) 0 0 no-repeat; font-size:16px; color:#333; background-size:100% 100%;}
.text2:hover,.text2:active{ background-image:url(../images/textBg2.png); color:#fff;}
.grIco1,.grIco2,.grIco3,.grIco4{ display:inline-block; width:24px; height:20px; background:url(../images/ico2.png) 0 0 no-repeat; vertical-align:-3px;}
.grLayer1 > span{ display:inline-block; padding:0 10px; white-space:nowrap;}
.grIco1{ background-position:5px 0;}
.grIco2{ background-position:-94px 0;}
.grIco3{ background-position:-192px 0;}
.grIco4{ background-position:-283px 0;}
.grLi{ height:87px; background:url(../images/liBg2.png) 0 0 no-repeat; background-size:100% 100%; padding:0 60px; margin-top:20px;}
.grLi > div{ width:33.33%; float:left; display:inline;}
.grLi div p{ font-size:18px; padding-top:24px; text-indent:0;}
.cjIco1,.cjIco2,.cjIco3{ display:inline-block; width:29px; height:51px; margin:0 15px;}
.cjIco1{ background:url(../images/cj1.png) 0 0 no-repeat; background-size:100% 100%;}
.cjIco2{ background:url(../images/cj2.png) 0 0 no-repeat; background-size:100% 100%;}
.cjIco3{ background:url(../images/cj3.png) 0 0 no-repeat; background-size:100% 100%;}
.grpd1{ padding-top:17px;}
.tzLayer1{ position:absolute; width:100%; left:0; top:50%; margin-top:-50px; height:100px;}
.tzLayer1 p{ font-size:24px;}
.tzBanner{ height:420px; background-position:50% 0; background-repeat:no-repeat; background-size:auto 100%;}
.tzLayer2{ font-size:16px;}
.tzLayer2 a{ margin:0 15px;}
.tzText1 p{ font-size:14px; color:#333;}
.tzText1 img{ max-width:100%;}
.tzLayer3 a{ font-size:20px; margin:0 15px;}
.tzLayer4{ background:#d9d9d9; padding-top:20px;}
.chatList{}
.chatList li{ position:relative; padding:5px 0 0 70px;}
.chatList li .tzhdBox{ position:absolute; left:0; top:0;}
.chatList li .tzhdBox img{ width:60px; height:60px; border-radius:100%;}
.txTextBox{ padding:0 70px 20px 0; color:#333; position:relative;}
.djBox{ display:inline-block; width:43px; height:20px; background:url(../images/textBg1.png) 0 0 no-repeat; background-size:contain; line-height:20px; font-size:12px; text-align:center; vertical-align:2px; margin-left:10px; color:#333;}
.tzLayer5{ padding-bottom:15px;}
.tzLayer5 p{ margin:0;}
.chatList li .cjIco1,.chatList li .cjIco2,.chatList li .cjIco3{ width:10px; height:18px;}
.zhanBtn{ display:block; height:60px; width:60px; background:#fff; border-radius:100%; position:absolute; right:0; top:-15px; text-align:center; padding-top:8px; text-decoration:none;}
.zhanBtn:active,.zhanBtn:hover{ color:#2feacb; text-decoration:none;}
.block{ display:block;}
.btnMore{ display:block; margin:auto; width:240px; height:42px; line-height:42px; background:url(../images/aBg.png) 0 0 no-repeat; background-size:contain; text-align:center; color:#333;}
.loginList{ padding-top:60px;}
.loginList li{ border-bottom:#d1d0ce solid 1px; width:100%; color:#383735; position:relative; margin-top:25px;}
.loginList li.active{ border-color:#FF0000;}
.loginIcoBox{ width:20px; text-align:center; position:absolute; left:0; top:2px; height:20px; line-height:20px; color:#999;}
.loginList li input{ border:none; background:none; width:100%; font-size:14px; height:20px; padding:0 0 0 28px;}
.loginList li input:focus,.loginList li input:focus + .loginIcoBox{ color:#62dfcb;}
.loginList li input:focus,.loginList li input:focus{ color:#333;}
.loginLayer1{ width:318px; margin:auto; padding:50px 0 120px;}
.loginBtn{ display:block; margin:auto; width:289px; height:51px; line-height:51px; font-size:16px; background:url(../images/loginBtn.png) 0 0 no-repeat; background-size:contain; text-align:center; color:#333;}
.loginLayer2{ font-size:30px; text-align:center;}
.loginLayer2 a{ margin:0 10px;}
.loginLayer3 img{ max-width:80%;}
.textareaBox textarea{ width:100%; height:160px; border:#ccc solid 1px; border-radius:3px; padding:10px; overflow-y:scroll;}
.chatList .textareaBox textarea{ height:100px; padding:5px;}
.btnChat{ display:inline-block; height:24px; line-height:24px; padding:0 8px; background:#1da0ff; color:#fff; font-size:12px; border-radius:2px;}
.btnChat:hover,.btnChat:active{ background:#0e7dce; color:#fff;}
.btn-yzm{ width:124px; height:22px; line-height:22px; background:url(../images/aBg-on.png) 0 0 no-repeat; background-size:contain; position:absolute; right:0; top:0; text-align:center; color:#fff;}
.boxR{ border:#eee solid 1px; border-radius:5px; padding:10px;}
.ltLayer2{ padding:10px; background:#d9d9d9; border-radius:5px; position:relative;height:400px; margin-bottom:20px;}
.ltLayer2 .text1{ display:inline-block; margin:0;}
.progress-inBlock{ width:240px; margin-top:10px; float:left;}
.cgreen{ color:#37a08e;}
.ltLine{ height:50px; width:2px; background:#919191; margin:10px auto;}/*1ed1bf*/
.ltLine-bar{ background:#1ed1bf; width:2px;}
.ltNum{ display:inline-block; width:46px; height:55px; line-height:55px; text-align:center; background:url(../images/numBg.png) 0 0 no-repeat; background-size:100% 100%;}
.ltP{ margin:0; padding:0; height:55px; line-height:55px;}
.ltLine2{ width:50px; height:2px; position:absolute; left:50%; bottom:48px; margin-left:-18px;}
.ltLine-gray{ background:#919191;}
.ltLine2-bar{ height:2px; background:#1ed1bf;}
.ltPt{ padding:30px 0;}

.list4 li{ margin:15px 0 0 0;}
.list4 li .lt-a,.list5 li{ background:url(../images/liBg2.png) 0 0 no-repeat; background-size:100% 100%;}
.list4 li .lt-a{ display:block; height:115px; position:relative; padding:0 405px 0 60px; color:#333; font-size:16px;}
.list4 li.active .lt-a{ background-image:url(../images/liBg2-on.png);}
.ltPd2{ padding-top:30px;}
.ltInfo{ position:absolute; right:0; top:0; padding-right:60px; width:405px; text-align:center;}
.list4 li .cjIco1,.list4 li .cjIco2,.list4 li .cjIco3{ width:17px; height:30px;}
.imgIco{ display:inline-block; width:24px; height:21px; vertical-align:-3px; background:url(../images/imgIco.png) 0 0 no-repeat; background-size:100% 100%;}
.toupiaoIco{ display:inline-block; width:27px; height:21px; vertical-align:-3px; background:url(../images/toupiaoIco.png) 0 0 no-repeat; background-size:100% 100%;}
.list4 li .imgIco,.list4 li .toupiaoIco{ margin-left:5px;}
.list4 li.active a .imgIco{ background-image:url(../images/imgIco-on.png);}
.list4 li.active a .toupiaoIco{ background-image:url(../images/toupiaoIco-on.png);}
.ltPd3{ padding:10px 60px 0;}
.lt-a2{ display:inline-block; height:32px; line-height:32px; padding:0 15px; background:url(../images/liBg2.png) 0 0 no-repeat; background-size:100% 100%;}
.lt-a2:hover,.lt-a2:active{ background-image:url(../images/liBg2-on.png); color:#fff;}
.progress-inBlock2{ width:200px; margin:auto;}
.list5 li{ display:block; height:115px; margin:15px 0 0; padding:23px 60px 0;}
.list5 li .hdBox img{ width:70px; height:70px; border-radius:100%;}
.list5 li .text1{ margin:22px 0 0 0;}
.list5 li .fsText1{ padding-top:22px;}
.list5 li .grLayer1{ padding-top:24px;}

.list6{}
.list6 li{ margin-top:15px;}
.list6 li .imgLayer{ background:url(../images/imgBg2.png) 0 0 no-repeat; background-size:100% 100%; width:539px; height:415px; margin:auto; padding:112px 46px 45px 38px;}
.list6 li .imgLayer img{ display:block; width:100%;}
.list6 li .imgLayer-active{ background-image:url(../images/imgBg1.png);}
.alertLayer{ color:#FF0000; position:absolute; width:100%; bottom:-25px; padding:0 28px;}
.dailogBox{ background:#fff; border:#ddd solid 1px; position:fixed; top:50%; left:50%; width:400px; height:350px; margin-left:-200px; margin-top:-175px; border-radius:5px; z-index:10000;}
.dailogTit{ height:50px; line-height:50px; text-align:center; background:#0c0c0c; border-radius:5px 5px 0 0; font-size:18px; color:#22cfb1;}
.dailogCon{ width:80%; height:200px; background:url(../images/bg2.png) 50% 50% no-repeat; background-size:auto 80%; margin:50px auto 0; text-align:center; color:#22cfb1; padding-top:49px;}
.dailogClose{ position:absolute; right:10px; top:16px;}
.infoBox{ width:400px; height:50px; line-height:50px; background-size:100% 100%; position:fixed; left:50%; top:50%; margin-left:-200px; margin-top:-25px; z-index:10000; text-align:center; font-size:20px; color:#fff;}
.nullBox{ border:#ddd solid 1px; border-radius:5px; padding:100px 0; background:url(../images/tmlogo.png) 50% 50% no-repeat; background-size:auto 50%;}
.footer_info .pull-right{ padding-top:24px;}
.footPd{ padding:28px 0 0 20px;}
@media (max-width: 991px) {
.list1 li a{ height:30px; line-height:30px; font-size:14px;}
.layer2{ height:50px;}
.list2{ margin-top:5px; height:40px;}
.list2 li img{ width:40px; height:40px;}
.moreBtn{ height:30px; width:44px; line-height:30px; font-size:12px; background-size:100% 100%; margin-top:-15px;}
.timeBox{ font-size:14px;}
.list3 li a{ height:70px; padding:0 60px 0 200px; font-size:14px;}
.list3 li a .tit2{ font-size:16px; padding-top:12px;}
.list4 li .lt-a{ height:105px; padding:0 160px 0 40px; font-size:14px;}
.list4 li .ft18{ font-size:14px;}
.list4 li .ft14{ font-size:12px;}
.list4 li .text1{ width:52px; height:24px; line-height:24px; background-size:100% 100%; font-size:12px;}
.ltPd3{ padding:10px 40px 0;}
.ltInfo{ width:160px; padding-right:40px;}
.grLi{ height:70px; padding:0 45px;}
.grLi div p{ font-size:16px; padding-top:24px;}
.cjIco1,.cjIco2,.cjIco3{ width:18px; height:32px; margin:0 10px;}
.ltPt .ft18{ font-size:14px;}

}
@media (max-width: 768px) {
 .list5 li .hdBox img{ width:40px; height:40px;}
 .list5 li{ height:70px; margin:15px 0 0; padding:15px 30px 0;}	
 .list5 li .ft18{ font-size:12px;}
 .list5 li .col-sm-6,.list5 li .col-xxs-6{ padding:0;}
 .list5 li .text1{ width:52px; height:24px; font-size:12px; line-height:24px; background-size:100% 100%; margin:5px 0 0 0;}
 .list5 li .grLayer1 span{ font-size:12px;}
 .list5 li .grLayer1 > span{ padding:0 2px;}
 .dailogBox{ width:100%; height:200px; margin:0; margin-top:-100px; left:0;}
 .dailogTit{ height:30px; line-height:30px; font-size:14px;}
 .dailogClose{ top:10px;}
 .dailogCon{ height:140px; margin:20px auto 0; width:60%; padding-top:35px;}
 .dailogCon .ft20{ font-size:14px;}
 .dailogCon .ft16{ font-size:12px;}
 .infoBox{ width:100%; left:0; margin-left:0; height:45px; margin-top:-23px; line-height:45px; font-size:16px;}
 .nullBox{ padding:80px 0;}
 .footer_info .pull-right{ float:left; padding-left:20px; padding-top:10px;}
}
@media (max-width: 500px) {
.grLayer1 > span{ margin:0;}	
.timeBox{ font-size:12px; left:30px;}
.list3 li a{ height:50px; padding:0 30px 0 140px; font-size:12px;}
.list3 li a .tit2{ font-size:14px; padding-top:5px;}

.list4 li .lt-a{ padding:0 140px 0 20px;}
.ltInfo{ padding-right:20px; width:140px;}
.ltPd3{ padding:10px 20px 0;}
.grLi{ height:50px; padding:0 15px;}
.grLi div p{ font-size:14px; padding-top:16px;}
.cjIco1,.cjIco2,.cjIco3{ width:15px; height:26px; margin:0 5px;}
.grpd1{ padding-top:14px;}
.tzBanner{ height:250px;}

.chatList li{ padding:5px 0 0 50px;}
.chatList li .tzhdBox img,.zhanBtn{ width:40px; height:40px;}
.txTextBox{ padding:0 50px 20px 0;}
.zhanBtn{ padding-top:0; line-height:18px;}
.zhanBtn .font1{ font-size:12px;}
.loginLayer1{ width:auto;}
.progress-inBlock{ width:140px;}
.ltLayer2 .text1{ width:52px; height:24px; line-height:24px; font-size:12px; background-size:100% 100%;}
.ltLayer2{ height:auto;}
.btnMore-mobile{ width:170px; height:30px; line-height:30px; font-size:14px;}
.footer_info .pull-right,.footPd{ padding-left:0;}
.footer_info .pull-right,.footer_info .pull-left{ float:none; text-align:left;}
}
@media (max-width: 320px){
	.progress-inBlock{ width:100px;}
}
.row2 .showcase{ margin-bottom:30px;}
@media (max-width: 539px) {
 .list6 li .imgLayer{ width:100%; height:auto; padding:0 0 10px; background:none;}
 .list6 li .ft18{ font-size:14px;}
}
/*add by qmm*/
.navbar-black{
	background-color: #fff;
	background-color: rgba(0,0,0,0.95);
	border:none;
	border-bottom:#aeaeae solid 1px;
}
.navbar-black .navbar_nav>.active>a,.navbar-black .navbar_nav>.active>a:hover,.navbar-black .navbar_nav>.active>a:focus {
	color: #fff;
	background-color: transparent;
	border-bottom:#22cfb1 solid 2px;
}
.navbar-black .navbar_nav li a:hover{ color:#fff;}
.lzBody{ background:#0c0c0c url(../images/lzBody.jpg) 50% 0 no-repeat; background-size:cover;}
.lzList{}
.lzList .lzBox{ border:#002f64 solid 1px; display:block; border-radius:3px; background:#06091d; background:rgba(6,9,29,0.85); padding:10px; box-shadow:0 0 4px #002d72;}
.lzList .lzBox .hdBox img,.lzList .lzBox .hdBox{ width:60px; height:60px;}
.lzInfo{ background:#948146; display:inline-block; color:#333; height:24px; line-height:24px; padding:0 5px;}
.lzHeight{ height:160px; overflow:hidden;}
.lzmHeight{ height:180px; overflow:hidden;}
.lzList .col-xs-6{ margin-top:30px;}
.lzAd{ border:#002f64 solid 1px; box-shadow:0 0 4px #002d72;}
.lzList1{ overflow:hidden;}
.lzList1 li{ float:left; padding:0;}
.lzList1 li img{ width:100%;}
.backStyle{}
.backStyle .navbar-black .navbar_nav > .active > a,.backStyle .navbar-black .navbar_nav > .active > a:hover,.backStyle .navbar-black .navbar_nav > .active > a:focus{ border-bottom:#b4275e solid 2px;}
.backStyle{ background:#0c0c0c url(../images/BodyImage.jpg) 50% 0 no-repeat; background-size:1500px 1200px;}
.backStyle .lzList .lzBox{ border:#000 solid 1px; background:#0b0e0f; background:rgba(0,0,0,0.7); box-shadow:0 0 10px rgba(255,255,255,0.4);}
.backStyle .lzAd{ border:#000 solid 1px; background:#0b0e0f; background:rgba(0,0,0,0.7); box-shadow:0 0 10px rgba(255,255,255,0.4); margin-bottom:90px;}
.backStyle .backBtn:hover{ text-decoration:none; color:#333; background:#b4275e; color:#fff;}
{ margin-bottom:90px;}
/*end*/