﻿.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url(/themes/custom/xuanchuanpian/node_modules/slick-carousel/slick/./fonts/slick.eot);
	src: url(slick.eot#iefix) format('embedded-opentype'), url(slick.woff) format('woff'), url(slick.ttf) format('truetype'), url(slick.svg#slick) format('svg');
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js, .vjs-no-js {
	color: #fff;
	background-color: #000
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
	text-align: center
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@font-face {
	font-family: VideoJS;
	src: url(videojs.eot#iefix) format("eot")
}
@font-face {
	font-family: VideoJS;
	src: url(8e86d4dd321e4ff5b31e717366e130aa.woff) format("woff"), url(904f3f5f2db14fae9570dbb896b86bfe.woff) format("truetype");
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
	content: "\f101"
}
.vjs-icon-play-circle:before {
	content: "\f102"
}
.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
	content: "\f103"
}
.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
	content: "\f104"
}
.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
	content: "\f105"
}
.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
	content: "\f106"
}
.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
	content: "\f107"
}
.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
	content: "\f108"
}
.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
	content: "\f109"
}
.vjs-icon-square:before {
	content: "\f10a"
}
.vjs-icon-spinner:before {
	content: "\f10b"
}
.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
	content: "\f10c"
}
.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
	content: "\f10d"
}
.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
	content: "\f10e"
}
.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-share:before {
	content: "\f10f"
}
.vjs-icon-cog:before {
	content: "\f110"
}
.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
	content: "\f111"
}
.vjs-icon-circle-outline:before {
	content: "\f112"
}
.vjs-icon-circle-inner-circle:before {
	content: "\f113"
}
.vjs-icon-hd:before {
	content: "\f114"
}
.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
	content: "\f115"
}
.vjs-icon-replay:before {
	content: "\f116"
}
.vjs-icon-facebook:before {
	content: "\f117"
}
.vjs-icon-gplus:before {
	content: "\f118"
}
.vjs-icon-linkedin:before {
	content: "\f119"
}
.vjs-icon-twitter:before {
	content: "\f11a"
}
.vjs-icon-tumblr:before {
	content: "\f11b"
}
.vjs-icon-pinterest:before {
	content: "\f11c"
}
.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
	content: "\f11d"
}
.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
	content: "\f11e"
}
.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.video-js:-moz-full-screen {
position:absolute
}
.video-js:-webkit-full-screen {
width:100%!important;
height:100%!important
}
.video-js .vjs-tech, .video-js.vjs-fill {
	width: 100%;
	height: 100%
}
.video-js *, .video-js :after, .video-js :before {
	box-sizing: inherit
}
.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin: 0
}
.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
	font-family: Arial, Helvetica, sans-serif
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 0
}
.video-js.vjs-16-9 {
	padding-top: 56.25%
}
.video-js.vjs-4-3 {
	padding-top: 75%
}
.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0
}
body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}
.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.video-js.vjs-fullscreen {
	width: 100%!important;
	height: 100%!important;
	padding-top: 0!important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}
.vjs-hidden {
	display: none!important
}
.vjs-disabled {
	opacity: .5;
	cursor: default
}
.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}
.vjs-lock-showing {
	display: block!important;
	opacity: 1;
	visibility: visible
}
.vjs-no-js {
	padding: 20px;
	font-size: 18px;
	width: 300px;
	height: 150px;
	margin: 0 auto
}
.vjs-no-js a, .vjs-no-js a:visited {
	color: #66A8CC
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none
}
.video-js button {
	background: 0 0;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2
}
.vjs-menu-button {
	cursor: pointer
}
.vjs-menu-button.vjs-disabled {
	cursor: default
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none
}
.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none
}
.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-transform: lowercase
}
.vjs-menu li:focus, .vjs-menu li:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5)
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F
}
.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default
}
.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43,51,63,.7)
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
	display: block
}
.video-js .vjs-menu-button-inline {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}
.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto
}
.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}
.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7)
}
.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	-moz-transition: visibility .1s, opacity .1s;
	-o-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
	display: none!important
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}
.video-js .vjs-control {
	outline: 0;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67
}
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff
}
.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}
.video-js .vjs-custom-control-spacer {
	display: none
}
.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em
}
.vjs-live .vjs-progress-control {
	display: none
}
.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: .3em
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em
}
.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	font-size: .6em
}
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
	position: absolute;
	display: block;
	height: .3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}
.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none
}
.video-js .vjs-play-progress {
	background-color: #fff
}
.video-js .vjs-play-progress:before {
	position: absolute;
	top: -.333333333333333em;
	right: -.5em;
	font-size: .9em
}
.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	font-size: .9em;
	color: #000;
	content: attr(data-current-time);
	padding: 6px 8px 8px;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em
}
.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
	z-index: 1
}
.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115,133,159,.5)
}
.video-js .vjs-load-progress div {
	background: #fff;
	background: rgba(115,133,159,.75)
}
.video-js.vjs-no-flex .vjs-progress-control {
	width: auto
}
.video-js .vjs-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em
}
.vjs-tooltip-progress-bar {
	visibility: hidden
}
.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none
}
.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.8)
}
.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5)
}
.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	-webkit-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}
.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.video-js .vjs-volume-bar {
	margin: 1.35em .45em
}
.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em
}
.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto
}
.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}
.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em
}
.vjs-slider-vertical .vjs-volume-level {
	width: .3em
}
.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em
}
.vjs-slider-horizontal .vjs-volume-level {
	height: .3em
}
.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: .5em;
	height: 8em
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden
}
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
	height: 8em;
	width: 2.9em
}
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
	height: 2.9em;
	width: 8em
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent!important
}
.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}
.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}
.vjs-has-started .vjs-poster {
	display: none
}
.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}
.vjs-controls-disabled .vjs-poster, .vjs-using-native-controls .vjs-poster {
	display: none
}
.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}
.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}
.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
	display: none
}
.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}
.vjs-time-divider {
	display: none;
	line-height: 3em
}
.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}
.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
	background-color: #000;
	background-color: rgba(0,0,0,.5)
}
.vjs-subtitles {
	color: #fff
}
.vjs-captions {
	color: #fc6
}
.vjs-tt-cue {
	display: block
}
video::-webkit-media-text-track-display {
-moz-transform:translateY(-3em);
-ms-transform:translateY(-3em);
-o-transform:translateY(-3em);
-webkit-transform:translateY(-3em);
transform:translateY(-3em)
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
-moz-transform:translateY(-1.5em);
-ms-transform:translateY(-1.5em);
-o-transform:translateY(-1.5em);
-webkit-transform:translateY(-1.5em);
transform:translateY(-1.5em)
}
.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}
.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}
.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}
.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43,51,63,.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
	display: block
}
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: #fff transparent transparent
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}
@keyframes vjs-spinner-spin {
100% {
transform:rotate(360deg)
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes vjs-spinner-fade {
0%, 100%, 20%, 60% {
border-top-color:#73859f
}
35% {
border-top-color:#fff
}
}
@-webkit-keyframes vjs-spinner-fade {
0%, 100%, 20%, 60% {
border-top-color:#73859f
}
35% {
border-top-color:#fff
}
}
.vjs-chapters-button .vjs-menu ul {
	width: 24em
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none
}
.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.75);
	color: #fff;
	margin: 0 auto;
	padding: .5em;
	height: 16em;
	font-size: 12px;
	width: 40em
}
.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 1em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto
}
.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
	float: left
}
.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
	clear: both
}
.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em
}
.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
	border: none
}
.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
	display: block;
	width: 100px;
	margin-bottom: 5px
}
.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
	vertical-align: top;
	float: right
}
.vjs-caption-settings .vjs-tracksetting>div {
	margin-bottom: 5px;
	min-height: 20px
}
.vjs-caption-settings .vjs-tracksetting>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0
}
.vjs-caption-settings label>input {
	margin-right: 10px
}
.vjs-caption-settings fieldset {
	margin-top: 1em;
	margin-left: .5em
}
.vjs-caption-settings fieldset .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.vjs-caption-settings input[type=button] {
	width: 40px;
	height: 40px
}
.video-js .vjs-modal-dialog {
	background: rgba(0,0,0,.8);
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.8), rgba(255,255,255,0));
	background: linear-gradient(180deg, rgba(0,0,0,.8), rgba(255,255,255,0))
}
.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}

@media print {
.video-js>:not(.vjs-tech):not(.vjs-poster) {
	visibility: hidden
}
}

@media \0screen {
.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
	content: ""
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden
}
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	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 {
	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;
	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;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

@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;
}
.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;
}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(glyphicons-halflings-regular.eot);
	src: url(glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(glyphicons-halflings-regular.woff2) format("woff2"), url(glyphicons-halflings-regular.woff) format("woff"), url(glyphicons-halflings-regular.ttf) format("truetype"), url(glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857;
	color: #333333;
	background-color: #f0f0f0;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	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;
}
.case_img { display:block;max-width: 100%;height: 194px;margin: 1% 0;}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-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: 17px;
	margin-bottom: 17px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	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: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 17px;
	margin-bottom: 8.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: 8.5px;
	margin-bottom: 8.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: 31px;
}
h2, .h2 {
	font-size: 25px;
}
h3, .h3 {
	font-size: 21px;
}
h4, .h4 {
	font-size: 15px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 11px;
}
p {
	margin: 0 0 8.5px;
}
.lead {
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
.lead {
	font-size: 18px;
}
}
small, .small {
	font-size: 91%;
}
mark, .mark {
	background-color: #fcf8e3;
	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, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover, a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 10px;
	margin: 34px 0 17px;
	border-bottom: 1px dashed #d3d3d3;
	font-weight: 600;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 8.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: 17px;
}
dt, dd {
	line-height: 1.42857;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}

@media (min-width:768px) {
.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 #777777;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 8.5px 17px;
	margin: 0 0 17px;
	font-size: 15px;
	border-left: 5px solid #eeeeee;
}
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.42857;
	color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 17px;
	font-style: normal;
	line-height: 1.42857;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 8px;
	margin: 0 0 8.5px;
	font-size: 11px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.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:1400px) {
.container {
	width: 1400px;
}
}
.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;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.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:1400px) {
.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%;
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	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: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.42857;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-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;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
color:#999;
opacity:1;
}
.form-control:-ms-input-placeholder {
color:#999;
}
.form-control::-webkit-input-placeholder {
color:#999;
}
.form-control::-ms-expand {
border:0;
background-color:transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: 31px;
}
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm  input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm  input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm  input[type="month"] {
	line-height: 28px;
}
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg  input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg  input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg  input[type="month"] {
	line-height: 42px;
}
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	min-height: 17px;
	padding-left: 20px;
	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 {
	position: relative;
	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[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;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 29px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
	height: 28px;
	line-height: 28px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}
.form-group-sm .form-control {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 28px;
	line-height: 28px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 28px;
	min-height: 28px;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
	border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
	height: 42px;
	line-height: 42px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}
.form-group-lg .form-control {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 42px;
	line-height: 42px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 42px;
	min-height: 32px;
	padding: 11px 16px;
	font-size: 15px;
	line-height: 1.33333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 38.75px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
	width: 42px;
	height: 42px;
	line-height: 42px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width:768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-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 .form-control {
	width: auto;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-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 .has-feedback .form-control-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: 24px;
}
.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 .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 15px;
}
}

@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 11px;
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	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: #777777;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
	border-radius: 6px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
.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%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
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;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup, .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: 12px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.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: 11px;
	line-height: 1.42857;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
}
.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 .form-control:focus {
	z-index: 3;
}
.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: 12px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.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: 11px;
	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: 15px;
	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 {
	z-index: 2;
	margin-left: -1px;
}
.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;
}
@media screen and (max-width: 400px) {
    .nav > li > a {
        padding:8px!important;
    }
}
@media screen and (max-width: 600px) {
    .nav > li > a {
        padding:8px!important;
    }
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.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: #fff;
	background-color: #337ab7;
}
.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: 4px;
}
.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 #ddd;
}

@media (min-width:768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 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: #f0f0f0;
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 70px;
	margin-bottom: 0;
	border: 1px solid transparent;
}
.navbar:before, .navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}

@media (min-width:768px) {
.navbar {
	border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}

@media (min-width:768px) {
.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:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !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:768px) {
.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:768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 35px 15px;
	font-size: 15px;
	line-height: 17px;
	height: 70px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}

@media (min-width:768px) {
.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: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.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:768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 17.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px;
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	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: 17px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}

@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 35px;
	padding-bottom: 35px;
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	margin-top: 19.5px;
	margin-bottom: 19.5px;
}

@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-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 .form-control {
	width: auto;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-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 .has-feedback .form-control-feedback {
	top: 0;
}
}

@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
	margin-bottom: 0;
}
}

@media (min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	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 {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 9.5px;
	margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
	margin-top: 21px;
	margin-bottom: 21px;
}
.navbar-btn.btn-xs {
	margin-top: 24px;
	margin-bottom: 24px;
}
.navbar-text {
	margin-top: 26.5px;
	margin-bottom: 26.5px;
}

@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
}

@media (min-width:768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
.navbar-default {
	background-color: white;
	border-color: #eeeeee;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #000;background: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #17b1a4;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #17b1a4;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #9a0000;
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #9a0000;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #9a0000;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #9a0000;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #9a0000;
}
.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: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.breadcrumb {
	padding: 8px 0;
	margin-bottom: 17px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #777777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	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: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33333;
}
.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: 11px;
	line-height: 1.5;
}
.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;
}
.pager {
	padding-left: 0;
	margin: 17px 0;
	list-style: none;
	text-align: center;
}
.pager:before, .pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	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: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #286090;
}
.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;
}
.alert {
	padding: 15px;
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	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-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.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: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.panel {
	margin-bottom: 17px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	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: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.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: 3px;
	border-top-left-radius: 3px;
}
.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: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.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: 3px;
	border-top-left-radius: 3px;
}
.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: 3px;
	border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.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: 3px;
	border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.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: 17px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.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 #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.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: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
	content: " ";
	display: table;
}
.modal-header:after {
	clear: both;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.modal-sm {
	width: 300px;
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 11px;
	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: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.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: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.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: 12px;
	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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
	bottom: -10px;
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
	content: " ";
	display: table;
}
.clearfix:after, .filter-wrapper:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
.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 !important;
}
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 !important;
}
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:1399px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table !important;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md-block {
	display: block !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md-inline {
	display: inline !important;
}
}

@media (min-width:992px) and (max-width:1399px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}

@media (min-width:1400px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table !important;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}

@media (min-width:1400px) {
.visible-lg-block {
	display: block !important;
}
}

@media (min-width:1400px) {
.visible-lg-inline {
	display: inline !important;
}
}

@media (min-width:1400px) {
.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:1399px) {
.hidden-md {
	display: none !important;
}
}

@media (min-width:1400px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}

@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table !important;
}
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;
}
}
.alert-sm {
	padding: 5px 10px;
}
.alert a {
	font-weight: bold;
}
.alert-success a, .alert-success a:hover, .alert-success a:focus {
	color: #2b542c;
}
.alert-info a, .alert-info a:hover, .alert-info a:focus {
	color: #245269;
}
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
	color: #66512c;
}
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
	color: #843534;
}
@-webkit-keyframes glyphicon-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}
@keyframes glyphicon-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg);
}
}
.glyphicon-spin {
	display: inline-block;
	-webkit-animation: glyphicon-spin 1s infinite linear;
	animation: glyphicon-spin 1s infinite linear;
}
a .glyphicon-spin {
	display: inline-block;
	text-decoration: none;
}
html.js .btn .ajax-throbber {
	margin-left: .5em;
	margin-right: -.25em;
}
html.js .form-item .input-group-addon .glyphicon {
	color: #777777;
	opacity: .5;
	-webkit-transition: 150ms color, 150ms opacity;
	transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
	color: #337ab7;
	opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
	background-color: white;
}
html.js .ajax-new-content:empty {
	display: none !important;
}
.field--label {
	font-weight: bold;
}
.field--label-inline .field--label, .field--label-inline .field--items {
	float: left;
}
.field--label-inline .field--label, .field--label-inline > .field--item, .field--label-inline .field--items {
	padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label, [dir="rtl"] .field--label-inline .field--items {
	padding-left: 0.5em;
	padding-right: 0;
}
.field--label-inline .field--label::after {
	content: ':';
}
.file {
	display: table;
	font-size: 75%;
	font-weight: 700;
	margin: 5px 0;
	width: 100%;
}
.file > span {
	background: #fff;
	color: #337ab7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.file > span:first-child {
	border-left: 1px solid #ccc;
}
.file > span:last-child {
	border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
	background: #fcf8e3;
	border-radius: 0;
	color: #8a6d3b;
	display: table-cell;
	padding: 0 1em;
	top: 0;
	vertical-align: middle;
	border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
	border: 1px solid #f7e1b5;
}
.file-icon {
	display: table-cell;
	font-size: 150%;
	padding: .25em .5em;
	text-align: center;
	vertical-align: middle;
}
.file-link {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
	color: inherit;
}
.file-size {
	display: table-cell;
	padding: 0 1em;
	text-align: right;
	white-space: pre;
	vertical-align: middle;
}
.image-widget.row {
	overflow: hidden;
}
.filter-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 0;
	padding: 10px;
	height: 51px;
}
.filter-help {
	float: right;
	line-height: 1;
	margin: .5em 0 0;
}
.nav.nav-tabs.filter-formats {
	margin-bottom: 15px;
}
.select-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}
.form-inline .select-wrapper {
	width: auto;
}
.input-group .select-wrapper {
	display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.select-wrapper select {
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
	padding-right: 2em;
}
.select-wrapper select::-ms-expand {
opacity:0;
}
.select-wrapper:after {
	color: #337ab7;
	content: '▼';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
}
.has-glyphicons .select-wrapper:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e114';
	display: inline-block;
	font-family: 'Glyphicons Halflings';
}
.has-error .select-wrapper:after {
	color: #a94442;
}
.has-success .select-wrapper:after {
	color: #3c763d;
}
.has-warning .select-wrapper:after {
	color: #8a6d3b;
}
.form-required:after {
	background-image: url(required.svg);
	background-size: 10px 7px;
	content: "";
	display: inline-block;
	line-height: 1;
	height: 7px;
	width: 10px;
}
.form-actions .btn {
	margin-right: 10px;
}
a.icon-before .glyphicon {
	margin-right: .25em;
}
a.icon-after .glyphicon {
	margin-left: .25em;
}
.btn.icon-before .glyphicon {
	margin-left: -.25em;
	margin-right: .25em;
}
.btn.icon-after .glyphicon {
	margin-left: .25em;
	margin-right: -.25em;
}
body {
	position: relative;
}
body.navbar-is-static-top {
	margin-top: 0;
}
body.navbar-is-fixed-top {
	margin-top: 85px;
}
body.navbar-is-fixed-bottom {
	padding-bottom: 85px;
}

@media screen and (min-width:768px) {
body {
	margin-top: 15px;
}
}

@media screen and (max-width:767px) {
body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
	position: fixed;
}
body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
	z-index: 500;
}
body.toolbar-vertical.navbar-is-fixed-top header {
	top: 39px;
}
}

@media screen and (min-width:768px) {
.navbar.container {
	max-width: 720px;
}
}

@media screen and (min-width:992px) {
.navbar.container {
	max-width: 940px;
}
}

@media screen and (min-width:1400px) {
.navbar.container {
	max-width: 1370px;
}
}
.node-preview-container {
	margin-top: -15px;
}
.node-preview-form-select {
	padding: 15px;
}
.panel-title {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
	color: inherit;
}
.panel-title:focus, .panel-title:hover {
	text-decoration: none;
}
.progress-wrapper {
	margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
	margin-bottom: 5px;
}
.progress-wrapper .message {
	font-weight: 700;
	margin-bottom: 5px;
}
.progress-wrapper .percentage, .progress-wrapper .progress-label {
	font-size: 11px;
}
.progress-wrapper .progress-bar {
	min-width: 2em;
}
.tabledrag-toggle-weight {
	float: right;
	margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
	margin: 0;
	overflow: hidden;
}
.tabledrag-handle {
	color: #777777;
	cursor: move;
	float: left;
	font-size: 125%;
	line-height: 1;
	margin: -10px 0 0 -10px;
	padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
	color: #337ab7;
}
.indentation {
	float: left;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	width: 20px;
}
[dir="rtl"] .indentation {
	float: right;
	margin: -0.4em -0.4em -0.4em 0.2em;
	padding: 0.42em 0.6em 0.42em 0;
}
.local-actions {
	margin: 10px 0 10px -5px;
}
.tabs--secondary {
	margin: 10px 0 5px;
}
.tabbable {
	margin-bottom: 20px;
}
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
	border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
	color: #777777;
	font-size: 11px;
}
.tab-pane > .panel-heading {
	display: none;
}
.tab-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
	padding-bottom: 20px;
	width: 220px;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li:focus, .tabs-right > .nav-tabs > li:focus {
	outline: 0;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:focus {
	outline: 0;
}
.tabs-left > .tab-content, .tabs-right > .tab-content {
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	overflow: hidden;
	padding: 10px 15px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a, .tabs-left > .nav-tabs > .active > a:hover, .tabs-left > .nav-tabs > .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #ddd;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
.tabs-right > .nav-tabs > .active > a, .tabs-right > .nav-tabs > .active > a:hover, .tabs-right > .nav-tabs > .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
	z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
	top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
	top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
	left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
	margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
	padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
	width: 240px;
}
.ui-autocomplete {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	color: inherit;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style: none;
	min-width: 160px;
	padding: 5px 0;
	text-align: left;
	z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
	border: 0;
	border-radius: 0;
	clear: both;
	color: #333333;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0;
	outline: 0;
	padding: 3px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
	background: #f5f5f5;
	color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #337ab7;
	color: #fff;
}
ol, ul {
	padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
	margin-bottom: 0;
}
.page-header {
	margin-top: 0;
}
p:last-child, .form-group:last-child, .panel:last-child {
	margin-bottom: 0;
}
.region-help > .glyphicon {
	font-size: 15px;
	float: left;
	margin: -0.05em 0.5em 0 0;
}
.region-help .block {
	overflow: hidden;
}
.help-block, .control-group .help-inline {
	color: #777777;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
	margin-top: 0;
}
.navbar-nav {
	font-size: 14px;
}
.navbar-nav a.is-active {
	color: #9a0000;
}
.navbar-default {
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
}
.modules {
	padding: 30px 0;
}
.modules .description {
	font-size: 15px;
	margin-bottom: 30px;
}
.numbers {
	background-color: #e9e9e9;
	margin-left: -15px;
	margin-right: -15px;
}
.numbers h3 {
	font-size: 36px;
}
.numbers .row {
	margin-left: 0;
	margin-right: 0;
}
.numbers .col-xs-6:hover {
	color: #9a0000;
}
.parallax {
	padding: 0;
}
.parallax .row {
	text-align: center;
	padding-top: 144.5px;
	padding-bottom: 144.5px;
	background-attachment: fixed;
	height: 400px;
	color: white;
}
.parallax .row h2 {
	font-size: 31px;
}
.parallax .row .description {
	font-size: 25px;
}
.parallax .row .col-sm-offset-2 img {max-width: 530px;}
@media screen and (max-width: 400px) {
    .parallax .row .col-sm-offset-2 img {max-width: 300px;}
}
.parallax-1 .row {
	background-image: url(parallax-1.jpg);
}
.parallax-2 .row {
	background-image: url(parallax-2.jpg);
	background-attachment: initial;
	height: 500px;
	padding-top: 90px;
	position: relative;
}
.parallax-2 .row .description {
	text-align: left;
	letter-spacing: 2px;
}
.parallax-2 .row .description h2,.parallax-2 .row .description h1,.parallax-2 .row .description span {
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
}
.parallax-2 .row .description span { font-size:26px; }
.parallax-2 .row .description h2:lang(en) {
	font-size: 22px;
}
.parallax-2 .row .description p {
	line-height: 2;
	font-size: 14px;
}
.parallax-2 .row .description p:lang(en) {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.6;
}
.parallax-2 .row .vjs-fluid {
	padding-top: 0;
}
.parallax-3 .row {
	background-image: url(parallax-3.jpg);
}
.parallax-3 .row .description {
	font-size: 21px;
}
.parallax-4 .row {
	background-image: url(parallax-3.jpg);
}
.parallax-4 .row .description {
	font-size: 21px;
}
.parallax-5 .row {
	background-image: url(parallax-4.jpg);
}
footer.footer {
	background-color: #2058a0;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 5px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}
footer.footer ul {
	list-style: none;
	padding-left: 0;
}
footer.footer ul a {
	font-size: 12px;
}
footer.footer .container {
	max-width: 1200px;
}
footer.icp {
	color: white;
	background-color: #252525;
	padding: 10px 0;
	font-size: 11px;
}
footer.icp a {
	color: white;
}
.footer-service__title {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	width: 70%;
	position: relative;
}
.footer-service__title:after {
	content: '';
	display: block;
	background-color: #9a0000;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 85px;
}
.footer-service__list {
	padding-left: 1.0em;
}
.footer-service__list li {
	margin-bottom: 10px;
}
.footer-qa__title {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	position: relative;
}
.footer-qa__title:after {
	content: '';
	display: block;
	background-color: #9a0000;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 110px;
}
.footer-links__title {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	width: 95%;
	position: relative;
}
.footer-links__title:after {
	content: '';
	display: block;
	background-color: #9a0000;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 110px;
}
.footer-nav {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}
.footer-nav:before, .footer-nav:after {
	content: " ";
	display: table;
}
.footer-nav:after {
	clear: both;
}
.footer-qa__list, .footer-links__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-qa__list li { flex: 0 0 50%; }
.footer-qa__list li, .footer-links__list li {
	-webkit-box-flex: 0;	
	padding-right: 10px;
	margin-bottom: 15px;
}
.footer-qa__list li a, .footer-links__list li a {
	color: #fff;
}
.footer-intro {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.footer-intro:before, .footer-intro:after {
	content: " ";
	display: table;
}
.footer-intro:after {
	clear: both;
}
.footer-info {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.footer-info {
	float: left;
	width: 75%;
}
}
.footer-info__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

@media (min-width:768px) {
.footer-info__item {
	float: left;
	width: 25%;
}
}
.footer-info__title {
	font-size: 14px;
	color: #f3b922;
	margin-bottom: 15px;
	margin-top: 0;
}
.footer-info__list li {
	margin-bottom: 5px;
}
.footer-qr {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.footer-qr {
	float: left;
	width: 25%;
}
}
.footer-qr__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
.footer-qr__item {
	float: left;
	width: 50%;
}
}
.footer-qr__img {
	display: block;
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.35em;
	height: 1.5em;
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	left: 0px;
	margin: auto;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.1em solid #fff;
	border-radius: 3em;
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.7);
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
	height: auto;
	width: 100%;
}
body.navbar-is-fixed-top {
	margin-top: 90px;
}
.btn-xcp {
	color: white;
	background-color: #9a0000;
	border-color: transparent;
	padding: 10px 35px;
}
.btn-xcp:focus, .btn-xcp.focus {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.btn-xcp:hover {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.btn-xcp:active, .btn-xcp.active, .open > .btn-xcp.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.btn-xcp:active:hover, .btn-xcp:active:focus, .btn-xcp:active.focus, .btn-xcp.active:hover, .btn-xcp.active:focus, .btn-xcp.active.focus, .open > .btn-xcp.dropdown-toggle:hover, .open > .btn-xcp.dropdown-toggle:focus, .open > .btn-xcp.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: transparent;
}
.btn-xcp:active, .btn-xcp.active, .open > .btn-xcp.dropdown-toggle {
	background-image: none;
}
.btn-xcp.disabled:hover, .btn-xcp.disabled:focus, .btn-xcp.disabled.focus, .btn-xcp[disabled]:hover, .btn-xcp[disabled]:focus, .btn-xcp[disabled].focus, fieldset[disabled] .btn-xcp:hover, fieldset[disabled] .btn-xcp:focus, fieldset[disabled] .btn-xcp.focus {
	background-color: #9a0000;
	border-color: transparent;
}
.btn-xcp .badge {
	color: #9a0000;
	background-color: white;
}
.logos {
	text-align: center;
}
.logos .col-sm-2 {
	overflow: hidden;
}
.logos .col-sm-2 .logo-g {
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.logos .col-sm-2 .logo-c {
	position: absolute;
}
.logos .col-sm-2 a {
	display: block;
	position: relative;
}
.about {
	margin-bottom: 100px;
}
.about a {
	margin: 20px auto;
}
.about p {
	margin-top: 10px;
	margin-bottom: 70px;
}
.about-page {
	margin-top: -50px;
}
.about-page .timeline {
	position: relative;
	height: 2200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.about-page .timeline .timeline-line {
	position: absolute;
	left: 50%;
	margin-left: 0;
	height: 100%;
	border-right: 1px solid #9a0000;
	z-index: 1;
}
.about-page .timeline .timeline-line z, .about-page .timeline .timeline-line o {
	background-image: url(timeline-moment-icon.png);
	width: 30px;
	height: 30px;
	position: absolute;
	left: -14px;
}
.about-page .timeline .timeline-line z {
	bottom: 0;
}
.about-page .timeline .timeline-wrapper:before, .about-page .timeline .timeline-wrapper:after {
	content: " ";
	display: table;
}
.about-page .timeline .timeline-wrapper:after {
	clear: both;
}
.about-page .timeline .timeline-dot {
	background-image: url(timeline-moment-icon.png);
	width: 12px;
	height: 12px;
	background-size: 100%;
	top: 7px;
	z-index: 2;
}
.about-page .timeline .timeline-block {
	position: absolute;
	width: calc(50% - 15px);
}
.about-page .timeline .timeline-block:before, .about-page .timeline .timeline-block:after {
	content: " ";
	display: table;
}
.about-page .timeline .timeline-block:after {
	clear: both;
}
.about-page .timeline .timeline-block h3 {
	color: #9a0000;
	margin-top: 0;
}
.about-page .timeline .timeline-block.timeline-block-left {
	text-align: right;
	left: 0;
	padding-right: 15px;
}
.about-page .timeline .timeline-block.timeline-block-left .timeline-dot {
	position: absolute;
	right: -21px;
	z-index: 2;
}
.about-page .timeline .timeline-block.timeline-block-left img {
	display: inline-block;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(1) {
	top: 0;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(1) .timeline-dot {
	display: none;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(3) {
	top: 380px;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(5) {
	top: 820px;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(7) {
	top: 1220px;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(8) {
	top: 1350px;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(10) {
	top: 1700px;
}
.about-page .timeline .timeline-block.timeline-block-left:nth-child(12) {
	top: 2100px;
}
.about-page .timeline .timeline-block.timeline-block-right {
	text-align: left;
	right: 0;
	padding-left: 15px;
}
.about-page .timeline .timeline-block.timeline-block-right .timeline-dot {
	position: absolute;
	left: -20px;
	z-index: 2;
}
.about-page .timeline .timeline-block.timeline-block-right:nth-child(2) {
	top: 150px;
}
.about-page .timeline .timeline-block.timeline-block-right:nth-child(4) {
	top: 600px;
}
.about-page .timeline .timeline-block.timeline-block-right:nth-child(6) {
	top: 1050px;
}
.about-page .timeline .timeline-block.timeline-block-right:nth-child(9) {
	top: 1450px;
}
.about-page .timeline .timeline-block.timeline-block-right:nth-child(8) {
	top: 1500px;
}
.about-page .timeline .timeline-block.timeline-block-right:nth-child(11) {
	top: 1900px;
}
.about-page .who, .about-page .services {
	padding: 50px 0;
	background: white;
}
.about-page .who h3, .about-page .services h3 {
	font-size: 18px;
	color: #9a0000;
}
.about-page .who .h3-en, .about-page .services .h3-en {
	color: #9a0000;
}
.about-page .services .row + .row {
	margin-top: 30px;
}
.about-page .awards {
	background-color: #e9e9e9;
}
.about-page .environment {
	background-color: #e9e9e9;
	padding: 50px 0;
}
.about-page .environment h3 {
	margin-top: 0;
}
.about-page .environment .env-description {
	padding: 20px;
}
.about-page .environment .col-xs-12 {
	background-color: white;
	padding: 0;
}
.about-page .environment .col-xs-12:nth-child(1) {
	background-color: transparent;
}
.about-page h2 {
	font-size: 24px;
	margin-bottom: 5px;
}
.about-page .h2-en {
	margin-bottom: 30px;
}
.media h3 {
	font-size: 16px;
	background: #9a0000;
	display: inline-block;
	padding: 5px 12px;
	position: relative;
	color: white;
	margin-top: 0;
}
.media h3:after {
	display: block;
	content: '';
	width: 300px;
	height: 1px;
	position: absolute;
	background: #9a0000;
	bottom: -5px;
	left: 0;
}
.media .intro .col-sm-6 {
	margin-bottom: 80px;
}
.media .intro p {
	margin-bottom: 30px;
}
.media h2 {
	font-size: 18px;
}
.media .claim {
	text-align: center;
}
.media .claim:before, .media .claim:after {
	content: " ";
	display: table;
}
.media .claim:after {
	clear: both;
}
.media .claim hr {
	width: 300px;
	border-top: 1px solid #9a0000;
	margin: 20px auto;
}
.media .claim p:last-child {
	margin-top: 30px;
	margin-bottom: 50px;
}
.main-container {
	margin-top: 10px;
}
.cases {
	margin-top: 0;
}
.pagination.js-pager__items {
	width: 100%;
	margin: 50px 0 150px 0;
}
.pagination.js-pager__items > li > a, .pagination.js-pager__items .pagination > li > span {
	float: none;
}
.pagination.js-pager__items .pager__item.active a {
	border-color: #9a0000;
	background-color: #9a0000;
	border-radius: 30px;
	color: white;
}
.pagination.js-pager__items .pager__item a {
	border-color: #777777;
	background-color: transparent;
	border-radius: 30px;
	color: black;
	margin: auto 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40px;
	text-align: center;
}
.pagination.js-pager__items .pager__item.pager__item--previous a, .pagination.js-pager__items .pager__item.pager__item--next a {
	border: none;
	margin: auto 0px;
	font-size: 16px;
	padding: 8px 10px;
}
.pagination.js-pager__items .pager__item--first, .pagination.js-pager__items .pager__item--last {
	display: none;
}
.block-views-blockcase-block-1 a {
	border-color: #777777;
	background-color: transparent;
	border-radius: 30px;
	color: black;
	text-decoration: none;
}
.block-views-blockcase-block-1 a:hover {
	color: #9a0000;
}
.no-padding {
	padding: 0;
}
.path-extras h1 {
	display: none;
}
.extras.view-id-extras .row {
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	padding-left: 5px;
}
.extras.view-id-extras .row h2 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.extras.view-id-extras .row:nth-child(1) {
	border-top: 1px solid #ddd;
}
.extras.view-id-extras .row a {
	border-color: #777777;
	background-color: transparent;
	border-radius: 30px;
	color: black;
	text-decoration: none;
}
.extras.view-id-extras .row a:hover {
	color: #9a0000;
}
.extras.view-id-extras .list-data-border {
	border: 1px solid #ccc;
}
.extras.view-id-extras .list-data {
	border: 1px solid #ccc;
	padding: 45px 20px;
	text-align: center;
	position: relative;
	top: 2px;
	left: 2px;
	background: #f0f0f0;
}
.extras.view-id-extras .list-data p:nth-child(1) {
	font-size: 22px;
}
.about-us-block .row > div {
	text-align: center;
	background-color: #bbb;
}
.about-us-block .row > div + div {
	border-left: 1px solid #f0f0f0;
}
.about-us-block .row > div a {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
}
.about-us-block .row > div.active {
	background-color: #9a0000;
}
.about-us-block .row > div.active a {
	color: white;
}
.page-node-type-page {
	text-align: center;
}
.page-node-type-page h1 {
	display: none;
}
.region-sidebar-second {
	margin-top: 50px;
}
.region-sidebar-second > section {
	margin-bottom: 30px;
}
.region-sidebar-second .view-id-case h2 {
	padding-left: 24px;
}
.region-sidebar-second .view-id-case .col-sm-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.region-sidebar-second .more-link.form-group {
	position: absolute;
	top: 29px;
	right: 20px;
}
.region-sidebar-second .more-link.form-group a:after {
	content: '+';
}
.region-sidebar-second .block {
	font-size: 12px;
	padding-top: 40px;
	padding: 22px;
	background-color: white;
	box-shadow: 0px 0px 10px #eee;
	position: relative;
}
.region-sidebar-second .block h2,.region-sidebar-second .block p {
	margin-left: -24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 28px;
	border-left: 4px solid #9a0000;
	font-size: 15px;
	color:#000;
}
.region-sidebar-second .block h2, .region-sidebar-second .block h3 {
	margin-top: 0;
	color: black;
}
.region-sidebar-second .block-views-blockcase-block-1 {
	margin-bottom: 29px;
}
.path-case h1.page-header {
	display: none;
}
.path-case .view-id-case .col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.path-case .view-id-case .col-sm-4 .intro {
	background-color: white;
	padding: 12px 20px 20px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.path-case .view-id-case a {
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}
.path-case .view-id-case a:hover {
	color: #9a0000;
}
.path-news h1.page-header {
	display: none;
}
.block-views-blocknews-block-1 ol {
	padding-left: 0;
	list-style: none;
	color: #9a0000;
}
.block-views-blocknews-block-1 ol li {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.block-views-blocknews-block-1 a {
	color: black;
}
.block-views-blocknews-block-1 a:hover {
	color: #9a0000;
	text-decoration: none;
}
.breadcrumb {
	background-color: transparent;
	text-align: left;
}
.zg_dh { margin-top: 3%;border-bottom: 1px #ccc solid; }
.breadcrumb li {
	color: #9a0000;
}
.breadcrumb li a {
	color: #777777;
}
.breadcrumb li a a:hover {
	color: #9a0000;
	text-decoration: none;
}
.breadcrumb li.active {
	color: #9a0000;
}
.breadcrumb li + li:before {
	content: ">";
}
.extras-category {
	background: #dbdbdb;
	text-align: center;
}
.extras-category ul {
	padding: 0;
}
.extras-category ul li {
	display: inline-block;
	padding: 30px;
	padding-left: 0;
}
.extras-category ul li a {
	color: #333;
}
.star-body {
	background-color: white;
}
.star-body .bg-gray {
	background-color: #eeedec;
}
.star-body .title {
	margin-top: 60px;
	margin-bottom: 60px;
}
.star-body .title hr {
	height: 2px;
	width: 40px;
	background: #9a0000;
}
.star-body .start .movie {
	text-align: center;
	padding: 50px;
}
.star-body .start .movie:before, .star-body .start .movie:after {
	content: " ";
	display: table;
}
.star-body .start .movie:after {
	clear: both;
}
.star-body .start .movie img {
	display: inline-block;
}
.star-body .start .movie .col-xs-4 {
	padding: 30px;
}
.star-body .start .celebrity-carousel-1 {
	padding: 100px;
}
.star-body .start .celebrity-carousel-1 .content {
	padding-bottom: 10px;
}
.star-body .start .celebrity-carousel-1 .content .box {
	border-right: 4px solid #f0f0f0;
	position: relative;
}
.star-body .start .celebrity-carousel-1 .content .box .cover {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.25);
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.star-body .start .celebrity-carousel-1 .content .box .cover:hover {
	opacity: 1;
}
.star-body .start .celebrity-carousel-1 .content .box .cover p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	background-color: rgba(154,0,0,0.8);
	color: white;
	margin: auto;
}
.star-body .start .celebrity-carousel-1 .slick-dots {
	padding-top: 15px;
}
.star-body .start .celebrity-carousel-1 .slick-dots .slick-active button:before {
	color: #980000;
}
.star-body .start .coperation-artists {
	min-width: 250px;
	padding-top: 170px;
	padding-bottom: 100px;
	text-align: right;
}
.star-body .start .coperation-artists hr {
	width: 50px;
	color: #9a0000;
	margin-right: 0;
	border: 1px solid #9a0000;
}
.star-body .start .coperation-artists p {
	text-align: left;
	float: right;
}
.star-body .start .celebrity-carousel-2 {
	margin-top: 80px;
	margin-bottom: 50px;
}
.star-body .start .celebrity-carousel-2 .slick-next {
	right: -70px;
	height: 70px;
	width: 38px;
	background-size: 100%;
	z-index: 50;
	background: url("arrow-right-r.png");
	background-position: right;
}
.star-body .start .celebrity-carousel-2 .slick-next:before {
	content: '';
}
.star-body .start .celebrity-carousel-2 .slick-prev {
	left: -70px;
	height: 70px;
	width: 38px;
	background-size: 100%;
	z-index: 50;
	background: url("arrow-left-r.png");
}
.star-body .start .celebrity-carousel-2 .slick-prev:before {
	content: '';
}
.star-body .start .heat .ranking-wrapper .row {
	padding-bottom: 20px;
	margin: 0;
	height: 110px;
}
.star-body .start .heat .ranking-wrapper .row:before, .star-body .start .heat .ranking-wrapper .row:after {
	content: " ";
	display: table;
}
.star-body .start .heat .ranking-wrapper .row:after {
	clear: both;
}
.star-body .start .heat .ranking-wrapper .row div:nth-child(2) {
	padding-bottom: 15px;
}
.star-body .start .heat .ranking-wrapper .star-img {
	width: 90px;
	height: 85px;
	position: absolute;
	left: 80px;
}
.star-body .start .heat .ranking-wrapper .serial-number {
	font-size: 16px;
	padding-right: 20px;
	margin-left: 130px;
}
.star-body .start .heat .ranking-wrapper .name {
	font-size: 16px;
	padding-right: 20px;
	width: 80px;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
}
.star-body .start .heat .ranking-wrapper .heat-number {
	font-size: 12px;
	color: #989898;
}
.star-body .start .heat .ranking-wrapper .heat-number:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 25px;
	background-image: url(arrows-up.png);
	margin-left: 20px;
	position: relative;
	top: 5px;
}
.star-body .services-process img {
	display: inline-block;
	max-width: 80px;
}
.star-body .services-process h3 {
	font-size: 17px;
	margin-top: 0;
}
.bdshare-button-style0-32 {
	height: 100px !important;
	width: 280px !important;
	margin: auto !important;
	text-align: center;
}
.bdshare-button-style0-32 a {
	width: 50px !important;
}
.bdshare-button-style0-32 .bds_more {
	background-image: url(icon-more.png);
	background-position: 0 !important;
}
.bdshare-button-style0-32 .bds_weixin {
	background-image: url(icon-wechat.png);
	background-position: 0 !important;
}
.bdshare-button-style0-32 .bds_qzone {
	background-image: url(icon-qzone.png);
	background-position: 0 !important;
}
.bdshare-button-style0-32 .bds_tsina {
	background-image: url(icon-weibo.png);
	background-position: 0 !important;
}
.bdshare-button-style0-32 .bds_tqq {
	background-image: url(icon-qq-weibo.png);
	background-position: 0 !important;
}
.xcp-red {
	color: #9a0000;
}
p.copyright {
	margin: 30px auto;
	text-align: center;
	background-color: #f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
.links {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}
.links a {
	color: black;
}
.links a:hover {
	color: #9a0000;
}

@media screen and (min-width:768px) {
.links .node-prev {
	position: absolute;
	left: 10px;
}
}

@media screen and (max-width:767px) {
.links .node-prev.li {
	display: block;
	text-align: left;
	margin-top: 10px;
}
}
.links .node-prev:after {
	content: '';
	display: block;
	width: 17px;
	height: 18px;
	margin-right: 5px;
	float: left;
	background-image: url("prev-icon.png");
}

@media screen and (min-width:768px) {
.links .node-next {
	position: absolute;
	right: 10px;
}
}

@media screen and (max-width:767px) {
.links .node-next.li {
	display: block;
	text-align: left;
	margin-top: 10px;
}
.links .node-next:after {
	float: left;
	margin-right: 5px;
	margin-left: 0;
}
}
.links .node-next:after {
	content: '';
	display: block;
	width: 17px;
	height: 18px;
	margin-left: 5px;
	float: right;
	background-image: url("next-icon.png");
}

@media screen and (max-width:767px) {
.links .back.li {
	display: block;
	text-align: left;
	margin-top: 10px;
}
}
.links .back:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	float: left;
	background-image: url("back-list-icon.png");
}
.team .team-intro {
	background-color: #e9e9e9;
	padding: 30px 20px;
}
.team .team-intro .col-xs-12 {
	margin-bottom: 30px;
}
.team .team-intro .col-xs-12 .box {
	background: white;
}
.team .team-intro .col-xs-12 .box-img {
	padding: 0;
}
.team .team-intro .col-xs-12 .box-img img {
	display: block;
	max-width: 100%;
	height: auto;
}
.team .team-intro .col-xs-12 .box-body {
	padding: 50px 20px;
}
.team .team-intro h3 {
	margin-top: 0;
}
.team .team-intro .character-intro {
	background-color: white;
	padding: 50px;
}
.team .team-gallery {
	padding: 90px;
}
.team .team-gallery .col-sm-2 {
	padding: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	width: 50%;
}
.team .team-gallery .col-sm-4 {
	padding: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.team .team-gallery p {
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	border-right: 6px solid #f0f0f0;
	border-bottom: 6px solid #f0f0f0;
}
.team .team-gallery p:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	border-right: 6px solid #f0f0f0;
	border-bottom: 6px solid #f0f0f0;
	position: absolute;
}
.team .team-gallery p span {
	display: block;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	top: 0;
	width: 100%;
	color: white;
	height: 120px;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.team .team-gallery .gallery-title .gallery-title-bg {
	background-color: #9a0000;
	height: 100%;
	margin: 0;
	text-align: center;
}
.team .team-gallery .gallery-title h3 {
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 50px;
	width: 150px;
	line-height: 30px;
	display: inline-block;
	left: 0;
	right: 0;
	margin: auto;
}
.field.field--name-node-author.field--type-ds.field--label-hidden.field--item {
	display: inline-block;
}
.page-node-type-extras h1.page-header {
	margin: 10px 20px 0;
}
.page-node-type-extras .extras-detail .carousel-nav {
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9a0000;
	padding-bottom: 30px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track {
	padding-bottom: 50px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide {
	padding: 6px;
	-webkit-filter: opacity(0.65);
	filter: opacity(0.65);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	width: 210px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide.slick-current {
	padding-top: 0;
	-webkit-filter: opacity(1);
	filter: opacity(1);
	width: 300px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.page-node-type-extras .extras-detail .carousel-for .slick-next {
	right: 10px;
	height: 60px;
	width: 60px;
	z-index: 50;
	background: url("arrow-right.png");
	background-size: 100%;
}
.page-node-type-extras .extras-detail .carousel-for .slick-next:before {
	content: '';
}
.page-node-type-extras .extras-detail .carousel-for .slick-prev {
	left: 10px;
	z-index: 50;
	height: 60px;
	width: 60px;
	background: url("arrow-left.png");
	background-size: 100%;
}
.page-node-type-extras .extras-detail .carousel-for .slick-prev:before {
	content: '';
}
.cooperation {
	padding: 30px;
	text-align: center;
}
.cooperation hr {
	margin-top: 30px;
	width: 200px;
	border-color: #999;
}
.path-celebrity h2:first-child {
	display: none;
}
.path-celebrity .gallery {
	background-color: white;
}
.path-celebrity .gallery h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.path-celebrity .gallery .col-xs-3, .path-celebrity .gallery .col-xs-6 {
	padding: 2.5px;
}
.path-celebrity .main-container {
	margin-top: 0;
}
.path-celebrity article.contextual-region.celebrity.full.clearfix > h2, .path-celebrity article.contextual-region.celebrity.full.filter-wrapper > h2, .path-celebrity h1, .path-celebrity .breadcrumb {
	display: none;
}
.path-celebrity .celebrity-detail h2 {
	text-align: center;
}
.path-celebrity .celebrity-detail .name {
	position: relative;
	z-index: -50;
	background-color: white;
}
.path-celebrity .celebrity-detail .name img {
	padding: 8px 0;
}
.path-celebrity .celebrity-detail .name .background-gray {
	background-color: #727171;
	height: 137px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}
.path-celebrity .intro {
	background-color: white;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.path-celebrity .movie h2 {
	margin-top: 50px;
	margin-bottom: 30px;
}
.path-celebrity .movie .col-sm-3 {
	padding: 30px 25px;
}
.path-celebrity .movie .col-sm-3 .box {
	text-align: center;
	box-shadow: 5px 5px 8px 1px #ddd;
}
.path-celebrity .movie .col-sm-3 .box .title {
	background-color: white;
	padding: 20px 5px;
}
.path-celebrity .movie .col-sm-3 .box .footer {
	margin-top: 0;
	background-color: white;
	padding: 20px;
}
.path-celebrity .endorsement {
	text-align: center;
}
.path-celebrity .endorsement img {
	max-width: 80px;
	display: inline-block;
}
.path-celebrity .endorsement .title hr {
	width: 80px;
	border-color: #9a0000;
	border-width: 3px;
}
.page-node-type-case .col-sm-9:first-child {
	margin-top: 50px;
	padding-top: 30px;
	background-color: white;
	box-shadow: 0 0 15px #ccc;
	margin-bottom: 80px;
}
.page-node-type-case .breadcrumb {
	padding-left: 0;
}
.page-node-type-case .case .author {
	padding-bottom: 5px;
}
#block-guanfangweixin h3 {
	margin-left: -39px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 4px solid #9a0000;
	font-size: 18px;
}
#block-guanfangweixin h3 span {
	font-size: 12px;
}
#block-guanfangweixin img {
	width: 100%;
	max-width: 160px;
}
.contact-left {
	padding-left: 0;
	padding-right: 0;
}
.contact-left .panel-title {
	position: relative;
}
.contact-left .panel-title a:after {
	content: '';
	height: 16px;
	width: 28px;
	position: absolute;
	display: inline-block;
	background-image: url(arrow-gray-b.png);
	background-size: 100%;
	right: 50px;
	top: 15px;
}
.contact-left ul {
	list-style: none;
	padding-left: 0;
}
.contact-left p { line-height: 30px; }
.c_t { font-size:22px;font-weight: 600;padding-top: 45px; }
.contact-right {
	padding-left: 0;
	padding-right: 0;
}
.panel-group {
	border-radius: 0;
}
.panel-group .panel {
	background-color: #E8B200;
	color: #fff;
}
.panel-group .panel + .panel {
	margin-top: 0;
	border: transparent;
	border-top: 1px solid #9a0000;
}
.panel-group .panel-default {
	border: none;
	font-size: 14px;
}
.panel-group .panel-default.active .panel-title a:after {
	background-image: url(arrow-gray-t.png);
}
.panel-group .panel-default.active > .panel-heading {
	background-color: #9a0000;
	color: white;
	border-radius: 0;
}
.panel-group .panel-default.active > .panel-heading + .panel-collapse > .panel-body {
	background-color: #9a0000;
	color: white;
	border-top: none;
	padding: 10px;
	padding-top: 0;
	font-family: "Microsoft YaHei UI Light";
}
.panel-group .panel-default.active > .panel-heading + .panel-collapse > .panel-body ul {
	margin-bottom: 0;
}
.panel-group .panel-default > .panel-heading {
	background-color: white;
	color: black;
	border-radius: 0;
}
.panel-group .panel-default > .panel-heading .panel-title {
	font-size: 24px;
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background-color: white;
	border-top: none;
	padding: 10px;
	padding-top: 0;
	font-family: "Microsoft YaHei UI Light";
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body ul {
	margin-bottom: 0;
}
span#cnzz_stat_icon_891342 {
	display: none;
}
.about-carousel.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.about-carousel.slick-dotted.slick-slider .slick-dots {
	bottom: 15px;
}
.about-carousel.slick-dotted.slick-slider .slick-dots li button::before {
	color: white;
}

@media only screen and (max-width:764px) {
.footer-service__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.footer-service__list li {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
}
.media .intro .col-sm-6 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.about-us-block .col-xs-4 {
	max-height: 50px;
}
div#navbar-collapse {
	text-align: center;
}
body.navbar-is-fixed-top {
	margin-top: 60px;
}
.navbar {
	min-height: 60px;
}
.navbar-header .logo {
	margin-left: 10px;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}
.navbar-header .logo img {
	max-width: 180px;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}
.parallax-1 .row {
	padding-top: 90px;
	padding-bottom: 90px;
	height: 280px;
}
.parallax-1 .row .description h2 {
	font-size: 19px;
}
.parallax-1 .row .description p {
	font-size: 13px;
}
.parallax-2 .vjs-fluid {
	padding-top: 0;
}
.parallax-2 .row {
	height: 520px;
	padding-top: 60px;
}
.parallax-2 .row .description h2 {
	font-size: 19px;
}
.parallax-2 .row .description p {
	font-size: 13px;
}
h2 {
	font-size: 15px;
}
.star-body .start .coperation-artists {
	min-width: 180px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.star-body .start .movie {
	padding: 15px;
}
.star-body .start .movie .col-xs-4 {
	padding: 15px;
}
.star-body .start .celebrity-carousel-1 {
	padding: 15px;
}
.star-body .start .celebrity-carousel-1 .content .box .cover {
	opacity: 1;
}
.star-body .start .celebrity-carousel-2 .slick-arrow {
	height: 60px;
	width: 20px;
}
.star-body .start .celebrity-carousel-2 .slick-prev {
	left: -40px;
}
.star-body .start .celebrity-carousel-2 .slick-next {
	right: -40px;
}
.extras.view-id-extras .row .col-xs-4 {
	padding-left: 5px;
	padding-right: 0;
}
.extras.view-id-extras .row h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
}
.extras.view-id-extras .row p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#views-exposed-form-news-page-1 {
	height: 37px;
	padding-top: 0;
	margin-bottom: 5px;
}
#views-exposed-form-news-page-1 .form-group {
	padding-right: 5px;
	display: inline-block;
	margin-bottom: 0;
}
.team .environment h2 {
	margin-top: 7px;
}
.team .team-intro {
	padding: 15px 0;
}
.team .team-intro .col-xs-12 {
	margin-bottom: 30px;
}
.team .team-intro .col-xs-12 .box {
	background: white;
}
.team .team-intro .col-xs-12 .box-img {
	padding: 10px;
}
.team .team-intro .col-xs-12 .box-img img {
	display: block;
	max-width: 100%;
	height: auto;
}
.team .team-intro .col-xs-12 .box-body {
	padding: 10px 10px;
}
.team .team-intro h3 {
	margin-top: 0;
}
.team .team-intro .character-intro {
	background-color: white;
	padding: 50px;
}
.team .team-gallery {
	padding: 30px;
}
.team .team-gallery .gallery-title-bg {
	min-height: 120px;
}
.team .team-gallery .gallery-title-bg:before, .team .team-gallery .gallery-title-bg:after {
	content: " ";
	display: table;
}
.team .team-gallery .gallery-title-bg:after {
	clear: both;
}
.team .team-gallery .gallery-title-bg h3 {
	height: 60px;
}
.coperation-artists {
	width: 180px;
	min-width: 180px;
	margin: auto;
}
.coperation-artists h2 {
	font-size: 24px;
}
.celebrity-detail .endorsement h3 {
	font-size: 15px;
}
.celebrity-detail .endorsement img {
	max-width: 60px;
}
.pagination.js-pager__items {
	text-align: center;
	margin: 25px 0 40px 0;
}
.page-node-type-extras .extras-detail .carousel-for .slick-next, .page-node-type-extras .extras-detail .carousel-for .slick-prev {
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide {
	max-width: 80px;
}
.page-node-type-extras .extras-detail .carousel-nav .slick-track .slick-slide.slick-current {
	max-width: 100px;
}
.about-page {
	margin-top: -20px;
}
.about-page .h2-en {
	margin-bottom: 20px;
}
.about-page .who {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.about-page .environment {
	padding-top: 20px;
}
.about-page .services {
	padding-top: 30px;
}
.about-page .awards {
	z-index: -10;
	position: relative;
}
.about-page .timeline {
	position: relative;
	height: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
}
.about-page .timeline .timeline-line {
	position: absolute;
	left: 50%;
	margin-left: 0;
	height: 100%;
	border-right: 1px solid #9a0000;
	z-index: -5;
}
.about-page .timeline .timeline-wrapper:before, .about-page .timeline .timeline-wrapper:after {
	content: " ";
	display: table;
}
.about-page .timeline .timeline-wrapper:after {
	clear: both;
}
.about-page .timeline .timeline-dot {
	display: none;
}
.about-page .timeline .timeline-block {
	background-color: #e9e9e9;
	position: static;
	width: 100%;
	margin-top: 70px;
}
.about-page .timeline .timeline-block:before, .about-page .timeline .timeline-block:after {
	content: " ";
	display: table;
}
.about-page .timeline .timeline-block:after {
	clear: both;
}
.about-page .timeline .timeline-block.timeline-block-left {
	padding-right: 0;
	text-align: center;
}
.about-page .timeline .timeline-block.timeline-block-left img {
	display: inline-block;
}
.about-page .timeline .timeline-block.timeline-block-left .timeline-dot {
	display: none;
}
.about-page .timeline .timeline-block.timeline-block-right {
	padding-left: 0;
	text-align: center;
}
.about-page .timeline .timeline-block.timeline-block-right img {
	display: inline-block;
}
.about-page .timeline .timeline-block.timeline-block-right .timeline-dot {
	display: none;
}
.breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 7px;
}
.main-container {
	margin-top: 20px;
}
.extras-category ul li {
	padding: 21px 30px;
}
.main-container.cases {
	padding-right: 10px;
	padding-left: 10px;
}
.main-container.cases .view-id-case .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.main-container.cases .view-id-case .col-sm-4 .intro {
	padding-bottom: 16px;
}
.main-container.cases .pagination.js-pager__items {
	margin: 10px 0 40px 0;
}
.star-body .title {
	margin-top: 20px;
	margin-bottom: 30px;
}
.star-body .start .celebrity-carousel-2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.star-body .services-process h3 {
	font-size: 15px;
}
.star-body .services-process img {
	max-width: 60px;
}
.star-body .services-process .title {
	margin-bottom: 10px;
}
.star-body .services-process .col-xs-4 {
	margin-top: 20px;
}
.cooperation {
	padding: 5px 30px;
}
.cooperation hr {
	margin-top: 20px;
}
.cooperation p {
	margin-bottom: 0;
}
.bdshare-button-style0-32 {
	height: 80px !important;
}
.bdshare-button-style0-32 .bds_more {
	background-position: 50% !important;
}
.bdshare-button-style0-32 .bds_weixin {
	background-position: 50% !important;
}
.bdshare-button-style0-32 .bds_qzone {
	background-position: 50% !important;
}
.bdshare-button-style0-32 .bds_tsina {
	background-position: 50% !important;
}
.bdshare-button-style0-32 .bds_tqq {
	background-position: 50% !important;
}
}

@media only screen and (min-width:768px) {
.start .heat .ranking-wrapper .serial-number {
	margin-left: 50px;
}
.start .heat .ranking-wrapper .star-img {
	left: 10px;
}
.team .team-gallery .col-sm-4 {
	width: 40%;
}
.team .team-gallery .col-sm-pull-2 {
	right: 20%;
}
.team .team-gallery .col-sm-push-4 {
	left: 40%;
}
.team .team-gallery .col-sm-2 {
	width: 20%;
}
}

@media only screen and (min-width:1400px) {
.start .heat .ranking-wrapper .serial-number {
	margin-left: 130px;
}
.start .heat .ranking-wrapper .star-img {
	left: 60px;
}
}
.nav > li > a {
	padding: 41px 21px;
}
#block-yuyanqiehuan {
	font-size: 14px;
}
#block-yuyanqiehuan .links {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 0;
}
#block-yuyanqiehuan li a {
	color: #777;
}
#block-yuyanqiehuan li a:hover {
	color: #9a0000;
}
#block-yuyanqiehuan.is-active a {
	color: #9a0000;
}

@media only screen and (min-width:768px) {
#block-xuanchuanpian-main-menu {
	float: left;
	display: inline-block;
}
#block-xuanchuanpian-main-menu:before, #block-xuanchuanpian-main-menu:after {
	content: " ";
	display: table;
}
#block-xuanchuanpian-main-menu:after {
	clear: both;
}
#block-yuyanqiehuan {
	float: right;
	display: inline-block;
}
#block-yuyanqiehuan .links {
	margin-top: 34px;
	margin-bottom: 35px;
	margin-left: 40px;
}
#block-yuyanqiehuan .links li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}
#block-yuyanqiehuan .links li + li {
	position: relative;
}
#block-yuyanqiehuan .links li + li::before {
	content: '';
	display: block;
	height: 80%;
	width: 1px;
	background-color: #777;
	position: absolute;
	left: 0;
	z-index: 100;
	top: 0;
	bottom: 0;
	margin: auto;
}
}
.home {
	margin-top: 0 !important;
	background-color: white;
}
.home .breadcrumb {
	display: none;
}
.home h1 {
	display: none;
}
.home .extras.modules {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
}
.home .extras.modules:before, .home .extras.modules:after {
	content: " ";
	display: table;
}
.home .extras.modules:after {
	clear: both;
}
.home .extras .block-title {
	margin-bottom: 30px;
}
.home .extras__title {
	font-size: 22px;
	margin-top: 10px;
}
.home .extras__title--en {
	font-size: 14px;
	margin-bottom: 25px;
}
.home .extras .more-link {
	margin-top: 50px;
}
.home .extras .more-link a {
	color: white;
	background-color: #9a0000;
	border-color: transparent;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	padding: 8px 25px;
}
.home .extras-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

@media (min-width:768px) {
.home .extras-left {
	float: left;
	width: 50%;
}
}
.home .extras-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
.home .extras-right {
	float: left;
	width: 50%;
}
}
.home .extras__item {
	margin-bottom: 10px;
}
.home .extras__item a {
	color: black;
}
.home .extras__index {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 3px;
	font-size: 12px;
	width: 15px;
	height: 15px;
	color: white;
	background-color: #9a0000;
}
.home .celebrities {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1350px;
	text-align: center;
}
.home .celebrities:before, .home .celebrities:after {
	content: " ";
	display: table;
}
.home .celebrities:after {
	clear: both;
}
.home .celebrities .btn.btn-xcp {
	margin-bottom: 50px;
}
.home .celebrities .more-link {
	text-align: right;
}
.home .celebrities .more-link a {
	color: #9a0000;
	padding: 3px 10px;
	border: 1px #9a0000 solid;
	border-radius: 3px;
}
.home .celebrities-left {
	position: relative;
	min-height: 1px;
}

@media (min-width:768px) {
.home .celebrities-left {
	float: left;
	width: 20%;
}
}
.home .celebrities-right {
	position: relative;
	min-height: 1px;
}

@media (min-width:768px) {
.home .celebrities-right {
	float: left;
	width: 80%;
}
}
.home .celebrities__item--left {
	position: relative;
	min-height: 1px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item--left {
	float: left;
	width: 100%;
}
}
.home .celebrities__intro {
	background-color: #AD1414;
	color: white;
	padding: 35px 25px;
}
.home .celebrities__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item {
	float: left;
	width: 25%;
}
}
.home .celebrities__item--list {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item--list {
	float: left;
	width: 25%;
}
}
.home .celebrities__cover:hover {
	background: rgba(0,0,0,0.5);
	color: white;
}
.home .celebrities__cover {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 5px;
	padding: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: transparent;
}
.home .celebrities__title {
	font-size: 18px;
}
.home .celebrities__item--4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px;
}

@media (min-width:768px) {
.home .celebrities__item--4 {
	float: left;
	width: 50%;
}
}
.home .celebrity-list-block {
	background-color: #AD1414;
	padding: 25px 20px;
	text-align: right;
}
.home .celebrity-list-block a {
	color: white;
	display: inline-block;
	margin-bottom: 10px;
}
.home .media-news {
	background-color: #F1F1F1;
	padding: 50px 20px;
}
.home .media-news-block {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1350px;
}
.home .media-news-block:before, .home .media-news-block:after {
	content: " ";
	display: table;
}
.home .media-news-block:after {
	clear: both;
}
.home .media-news-block .block-title {
	color: #333333;
	font-size: 25px;
}
.home .media-news-block .more-link {
	margin-bottom: 50px;
}
.home .media-news-block .more-link a {
	color: white;
	background-color: #9a0000;
	border-color: transparent;
	padding: 10px 35px;
	border-radius: 5px;
	display: inline-block;
}
.home .media-news-block .more-link a:hover {
	color: white;
	background-color: #670000;
	border-color: transparent;
}
.home .media-news-block__title--en {
	font-size: 15px;
	color: #333333;
	margin-bottom: 15px;
}
.home .media-news__item img { width: 100%; height:216px;}
.home .media-news__col,.home .media-news__item {
	position: relative;
	min-height: 1px;
}

@media (min-width:768px) {
.home .media-news__col,.home .media-news__item {
	float: left;
	width: 23%;
}
}
.home .media-news__item {
	margin: 0 15px 15px 0;
	text-align: left;
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
}
.home .media-news__box {
	padding: 25px 20px;
	background-color: white;
}
.home .media-news__title {
	margin-bottom: 15px;
}
.home .media-news__title a {
	font-size: 16px;
	color: #333333;
	display: block;
}
.home .media-news__created {
	color: #9BABB4;
	margin-bottom: 5px;
}
.home .media-news__body {
	color: #777777;
	letter-spacing: 1px;
}
.home .media-news__body h2 {
	margin-top: 0;
	font-size: 14px;
}
.home .services {
	padding-top: 70px;
	padding-bottom: 70px;
}
.home .services h3 {
	font-size: 20px;
}
.home .services a {
	color: black;
}
.home .services .container {
	text-align: center;
}
.home .services img {
	display: inline-block;
	-webkit-filter: grayscale(100%) opacity(60%);
	filter: grayscale(100%) opacity(60%);
}
.home .services img:hover {
	-webkit-filter: grayscale(0%) opacity(100%);
	filter: grayscale(0%) opacity(100%);
}
.home .services p {
	font-size: 12px;
}
.home .vision h4 {
	font-size: 16px;
}
.home .vision p {
	color: #777777;
	font-size: 12px;
}
.home .vision article {
	overflow: hidden;
}
.home .vision article:first-child h4 {
	margin-top: 0;
}
.home .vision article:first-child .cycle {
	margin-top: 10px;
}
.home .vision .cycle {
	-webkit-filter: grayscale(100%) opacity(60%);
	filter: grayscale(100%) opacity(60%);
	width: 50px;
	float: left;
	margin-bottom: 55px;
	margin-top: 30px;
	margin-right: 20px;
}
.home .vision .cycle:hover {
	-webkit-filter: grayscale(0%) opacity(100%);
	filter: grayscale(0%) opacity(100%);
}
.home .experience {
	padding-top: 150px;
	padding-bottom: 150px;
}
.home .experience h2,.home .experience h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.home .experience .description {
	font-size: 15px;
	margin-bottom: 50px;
}
.home .experience p {
	color: #777777;
	font-size: 12px;
}
.home .experience a {
	display: block;
	position: inherit;
	margin-bottom: 20px;
}
.home .block-views-blocknews-block-2 {
	text-align: left;
	background-color: #f1f1f1;
	background-size: 100%;
	height: 750px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.home .block-views-blocknews-block-2 .block-title {
	text-align: center;
	margin-bottom: 15px;
	margin-bottom: 60px;
}
.home .block-views-blocknews-block-2 .box {
	margin: auto;
	max-width: 400px;
	padding: 5px;
	border: 1px solid black;
}
.home .block-views-blocknews-block-2 .box h3 {
	text-align: center;
}
.home .block-views-blocknews-block-2 .box ul {
	font-size: 12px;
	padding: 15px;
}
.home .block-views-blocknews-block-2 .box ul li {
	list-style: none;
	padding: 5px 20px;
}
.home .block-views-blocknews-block-2 .box ul li:nth-child(even) a {
	color: #aaa;
}
.home .block-views-blocknews-block-2 .box ul li:nth-child(odd) {
	background-color: #ccc;
}
.home .block-views-blocknews-block-2 .box ul li:nth-child(odd) a {
	color: white;
}
.home .block-views-blocknews-block-2 .box .more-link {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.home .block-views-blocknews-block-2 .box .more-link a {
	color: white;
	background-color: #9a0000;
	border-color: #9a0000;
	padding: 10px 30px;
	font-weight: 300;
	border-radius: 6px;
	font-size: 12px;
}
.home .block-views-blocknews-block-2 .box .more-link a:focus, .home .block-views-blocknews-block-2 .box .more-link a.focus {
	color: white;
	background-color: #670000;
	border-color: #1b0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:hover {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:active, .home .block-views-blocknews-block-2 .box .more-link a.active, .open > .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:active:hover, .home .block-views-blocknews-block-2 .box .more-link a:active:focus, .home .block-views-blocknews-block-2 .box .more-link a:active.focus, .home .block-views-blocknews-block-2 .box .more-link a.active:hover, .home .block-views-blocknews-block-2 .box .more-link a.active:focus, .home .block-views-blocknews-block-2 .box .more-link a.active.focus, .open > .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle:hover, .open > .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle:focus, .open > .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: #1b0000;
}
.home .block-views-blocknews-block-2 .box .more-link a:active, .home .block-views-blocknews-block-2 .box .more-link a.active, .open > .home .block-views-blocknews-block-2 .box .more-link a.dropdown-toggle {
	background-image: none;
}
.home .block-views-blocknews-block-2 .box .more-link a.disabled:hover, .home .block-views-blocknews-block-2 .box .more-link a.disabled:focus, .home .block-views-blocknews-block-2 .box .more-link a.disabled.focus, .home .block-views-blocknews-block-2 .box .more-link a[disabled]:hover, .home .block-views-blocknews-block-2 .box .more-link a[disabled]:focus, .home .block-views-blocknews-block-2 .box .more-link a[disabled].focus, fieldset[disabled] .home .block-views-blocknews-block-2 .box .more-link a:hover, fieldset[disabled] .home .block-views-blocknews-block-2 .box .more-link a:focus, fieldset[disabled] .home .block-views-blocknews-block-2 .box .more-link a.focus {
	background-color: #9a0000;
	border-color: #9a0000;
}
.home .block-views-blocknews-block-2 .box .more-link a .badge {
	color: #9a0000;
	background-color: white;
}
.home .block-views-blocknews-block-2 .box .more-link a:hover {
	text-decoration: none;
}
.home .logos {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
}
.home .logos:before, .home .logos:after {
	content: " ";
	display: table;
}
.home .logos:after {
	clear: both;
}
.home .logos__item {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

@media (min-width:768px) {
.home .logos__item {
	float: left;
	width: 16.66667%;
}
}

@media screen and (min-width:768px) {
.home .logos__item {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
}

@media screen and (min-width:768px) {
.home .logos__item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
}
.home .logos__item:hover {
	-webkit-transition: -webkit-filter 0.5s;
	transition: -webkit-filter 0.5s;
	transition: filter 0.5s;
	transition: filter 0.5s, -webkit-filter 0.5s;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.home .logos__item:hover::before {
	-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.home .logo__img {
	display: block;
	max-width: 100%;
	height: auto;
}
#block-front-block-3 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#block-front-block-3:before, #block-front-block-3:after {
	content: " ";
	display: table;
}
#block-front-block-3:after {
	clear: both;
}

@media only screen and (max-width:764px) {
.home .modules {
	padding: 30px 0;
}
.home .slick-dots {
	bottom: 5px;
}
.home .slick-dots li.slick-active button:before {
	opacity: 1;
	color: white;
}
.home .slick-dots li button:before {
	opacity: .5;
	color: white;
}
.home .about {
	margin-bottom: 0;
}
.home .about p {
	margin-bottom: 30px;
}
.home .experience {
	padding-bottom: 20px;
}
.home .experience .description {
	margin-bottom: 35px;
}
.home .experience .col-xs-4 {
	padding-left: 4.25px;
	padding-right: 4.25px;
}
.home .services {
	padding-top: 10px;
}
.home .services img {
	max-width: 45px;
}
.home .services h3 {
	font-size: 14px;
}
.home .services .col-xs-3 {
	padding: 0 5px;
}
.home .services .col-xs-3 p {
	display: none;
}
.home .vision {
	padding-top: 20px;
}
.home .block-views-blocknews-block-2 {
	padding-top: 30px;
	min-height: 830px;
}
.home .block-views-blocknews-block-2:before, .home .block-views-blocknews-block-2:after {
	content: " ";
	display: table;
}
.home .block-views-blocknews-block-2:after {
	clear: both;
}
.home .block-views-blocknews-block-2 .col-lg-4:before, .home .block-views-blocknews-block-2 .col-lg-4:after {
	content: " ";
	display: table;
}
.home .block-views-blocknews-block-2 .col-lg-4:after {
	clear: both;
}
.home .block-views-blocknews-block-2 .col-lg-4 .box:before, .home .block-views-blocknews-block-2 .col-lg-4 .box:after {
	content: " ";
	display: table;
}
.home .block-views-blocknews-block-2 .col-lg-4 .box:after {
	clear: both;
}
.home .block-views-blocknews-block-2 .col-lg-7 {
	padding-bottom: 15px;
	overflow: hidden;
}
.home .block-views-blocknews-block-2 .col-lg-7 img {
	max-width: 180%;
	margin-left: -47%;
	margin-bottom: 15px;
}
.home .celebrities {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.home .celebrities .btn.btn-xcp {
	margin-bottom: 30px;
}
.parallax {
	padding: 0 !important;
}
.parallax .row h2 {
	font-size: 21.6px;
}
.parallax .row .description {
	font-size: 18px;
}
}

@media only screen and (min-width:768px) {
.home .block-views-blocknews-block-2 {
	height: auto;
}
.home .services h3,.home .services h2 {
	font-size: 17px;
}
.celebrity-list-block {
	height: 160px;
}
.celebrities__item--left.first {
	height: 335px;
}
.celebrities__intro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	letter-spacing: 1px;
	-webkit-transform: scale(1.2, 1.2) translate(-40px, -30px);
	transform: scale(1.2, 1.2) translate(-40px, -30px);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.35);
}
.parallax .row {
	background-size: 100%;
}
}
.page-node-type-article .col-sm-9:first-child .breadcrumb {
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding-top: 30px;
}
.page-node-type-article .region-sidebar-second {
	padding-top: 55px;
}
.page-node-type-article .author {
	color: #777;
	border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.daodu { background: #fafafa;padding:12px 10px;font-size: 14px;color:#999;line-height: 24px; }
.daodu b { color:#000;}
.page-node-type-article .news-case__title {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	margin: 0 0 15px 20px;
	padding-top: 20px;
}
.news-case__body {
	letter-spacing: 2px;
}
.news-case__body h2 {
	font-size: 15px;
	font-weight: bold;
}
.news-case__body p { line-height:30px;}
.news-case__body h3,.case h3 {
	height: 50px;
    line-height: 50px;
    background-color: #17b1a4;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    margin-left: -28px;
    margin-bottom: 20px;
    position: relative;
}
.node--type-article.node--view-mode-full .field--name-node-post-date.field--type-ds {
	display: inline-block;
	margin-right: 30px;
}
.node--type-article.node--view-mode-full .field--name-node-post-date.field--type-ds {
	display: inline-block;
}
.node--type-article.node--view-mode-full .field--name-field-image {
	padding: 0;
	padding-bottom: 15px;
}
.page-node-type-article {
	background-color: white;
}
.page-node-type-article .breadcrumb {
	padding-left: 0;
}
.news {
	color: #777777;
}
.news__item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	letter-spacing: 1px;
}
.news__title-wrapper {
	margin-left: -5px;
	font-size: 20px;
}
.news__title-wrapper a {
	color: black;
}
.news__title-wrapper a:hover {
	color: #9a0000;
	text-decoration: none;
}
.news__body-wrapper {
	margin: 25px auto;
}
.news__time-wrapper:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
	position: relative;
	left: -2px;
	margin-right: 5px;
	content: '';
	background-image: url(clock.svg);
	background-repeat: no-repeat;
}
#block-baoludebiaodannewsnews-list-page {
	margin-top: 10px;
	margin-bottom: 20px;
}
#block-baoludebiaodannewsnews-list-page .bef-links .form-group:nth-child(1) {
	padding-right: 0;
}
#block-baoludebiaodannewsnews-list-page .bef-links .form-group:nth-child(1) a {
	display: none;
}
#block-baoludebiaodannewsnews-list-page .form-group {
	padding-right: 15px;
}
#block-baoludebiaodannewsnews-list-page .form-group a {
	color: white;
	background-color: #b3b3b3;
	border-color: #b3b3b3;
	padding: 10px 30px;
	font-weight: 300;
	border-radius: 6px;
	font-size: 12px;
}
#block-baoludebiaodannewsnews-list-page .form-group a:focus, #block-baoludebiaodannewsnews-list-page .form-group a.focus {
	color: white;
	background-color: #9a9a9a;
	border-color: #737373;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover {
	color: white;
	background-color: #9a9a9a;
	border-color: #949494;
}
#block-baoludebiaodannewsnews-list-page .form-group a:active, #block-baoludebiaodannewsnews-list-page .form-group a.active, .open > #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle {
	color: white;
	background-color: #9a9a9a;
	border-color: #949494;
}
#block-baoludebiaodannewsnews-list-page .form-group a:active:hover, #block-baoludebiaodannewsnews-list-page .form-group a:active:focus, #block-baoludebiaodannewsnews-list-page .form-group a:active.focus, #block-baoludebiaodannewsnews-list-page .form-group a.active:hover, #block-baoludebiaodannewsnews-list-page .form-group a.active:focus, #block-baoludebiaodannewsnews-list-page .form-group a.active.focus, .open > #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle:hover, .open > #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle:focus, .open > #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle.focus {
	color: white;
	background-color: #888888;
	border-color: #737373;
}
#block-baoludebiaodannewsnews-list-page .form-group a:active, #block-baoludebiaodannewsnews-list-page .form-group a.active, .open > #block-baoludebiaodannewsnews-list-page .form-group a.dropdown-toggle {
	background-image: none;
}
#block-baoludebiaodannewsnews-list-page .form-group a.disabled:hover, #block-baoludebiaodannewsnews-list-page .form-group a.disabled:focus, #block-baoludebiaodannewsnews-list-page .form-group a.disabled.focus, #block-baoludebiaodannewsnews-list-page .form-group a[disabled]:hover, #block-baoludebiaodannewsnews-list-page .form-group a[disabled]:focus, #block-baoludebiaodannewsnews-list-page .form-group a[disabled].focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a.focus {
	background-color: #b3b3b3;
	border-color: #b3b3b3;
}
#block-baoludebiaodannewsnews-list-page .form-group a .badge {
	color: #b3b3b3;
	background-color: white;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover {
	text-decoration: none;
	color: white;
	background-color: #9a0000;
	border-color: #9a0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.focus {
	color: white;
	background-color: #670000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:hover {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:active, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active, .open > #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:active:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover:active:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover:active.focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active.focus, .open > #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle:hover, .open > #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle:focus, .open > #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover:active, #block-baoludebiaodannewsnews-list-page .form-group a:hover.active, .open > #block-baoludebiaodannewsnews-list-page .form-group a:hover.dropdown-toggle {
	background-image: none;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover.disabled:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover.disabled:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover.disabled.focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover[disabled]:hover, #block-baoludebiaodannewsnews-list-page .form-group a:hover[disabled]:focus, #block-baoludebiaodannewsnews-list-page .form-group a:hover[disabled].focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover:hover, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover:focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .form-group a:hover.focus {
	background-color: #9a0000;
	border-color: #9a0000;
}
#block-baoludebiaodannewsnews-list-page .form-group a:hover .badge {
	color: #9a0000;
	background-color: white;
}
#block-baoludebiaodannewsnews-list-page .form-group button {
	display: none;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a {
	color: white;
	background-color: #9a0000;
	border-color: #9a0000;
	width: 114px;
	display: inline-block;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.focus {
	color: white;
	background-color: #670000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:hover {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active, .open > #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle {
	color: white;
	background-color: #670000;
	border-color: #5d0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active.focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active.focus, .open > #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle:hover, .open > #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle:focus, .open > #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle.focus {
	color: white;
	background-color: #430000;
	border-color: #1b0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:active, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.active, .open > #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.dropdown-toggle {
	background-image: none;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.disabled:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.disabled:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.disabled.focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a[disabled]:hover, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a[disabled]:focus, #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a[disabled].focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:hover, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:focus, fieldset[disabled] #block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a.focus {
	background-color: #9a0000;
	border-color: #9a0000;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a .badge {
	color: #9a0000;
	background-color: white;
}
#block-baoludebiaodannewsnews-list-page .bef-link-active.form-group a:hover {
	text-decoration: none;
}

@media only screen and (max-width:764px) {
.news__body-wrapper {
	margin: 18px auto;
}
}
.ysfxzl-wrapper {
	text-align: left;
	line-height: 1.8;
}
.ysfxzl-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
}
.ysfxzl-wrapper .title-wrapper {
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
}
.ysfxzl-wrapper .title-wrapper:after {
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	background-color: #9a0000;
	position: absolute;
	left: 0;
	top: 14px;
}
.ysfxzl-wrapper .lmzzzt .box-1 {
	max-width: 350px;
	margin-top: 50px;
	margin-bottom: 70px;
}
.ysfxzl-wrapper .lmzzzt h2 {
	font-size: 39px;
	letter-spacing: 2px;
	display: inline-block;
	border: 1px solid black;
	padding: 10px 12px;
}
.ysfxzl-wrapper .lmzzzt .title-wrapper {
	margin-bottom: 50px;
	padding-left: 0;
}
.ysfxzl-wrapper .lmzzzt .title-wrapper:after {
	top: 51px;
	right: 20px;
	left: auto;
}
.ysfxzl-wrapper .lzlc {
	padding-right: 50px;
	padding-left: 100px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(left.png) no-repeat;
	background-position: right center;
}
.ysfxzl-wrapper .lzlc .title-wrapper {
	left: -70px;
}
.ysfxzl-wrapper .lzlc p {
	margin-bottom: 10px;
}
.ysfxzl-wrapper .dhzg-wrapper, .ysfxzl-wrapper .yxlrw-wrapper {
	padding-top: 80px;
}
.ysfxzl-wrapper .dhzg, .ysfxzl-wrapper .yxlrw {
	padding: 40px 85px;
}
.ysfxzl-wrapper .lmhz-wrapper {
	padding-left: 100px;
	padding-bottom: 80px;
}
.ysfxzl-wrapper .lmhz-wrapper h3 {
	font-size: 16px;
	position: relative;
}
.ysfxzl-wrapper .lmhz-wrapper h3:nth-child(2)::before {
	content: '';
	display: block;
	height: 20px;
	width: 2px;
	background-color: #9a0000;
	position: absolute;
	left: -30px;
}
.ysfxzl-wrapper .lmhz-wrapper p {
	margin-bottom: 30px;
}
.ysfxzl-wrapper .lmhz-wrapper .lmhz {
	padding-left: 70px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
	background: rgba(0,0,0,0.05);
}
.ysfxzl-wrapper .lmdw {
	padding-left: 80px;
}
.ysfxzl-wrapper .claim {
	text-align: center;
	margin-top: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.ysfxzl-wrapper .claim:before, .ysfxzl-wrapper .claim:after {
	content: " ";
	display: table;
}
.ysfxzl-wrapper .claim:after {
	clear: both;
}
.ysfxzl-wrapper .claim:before, .ysfxzl-wrapper .claim:after {
	content: " ";
	display: table;
}
.ysfxzl-wrapper .claim:after {
	clear: both;
}
.ysfxzl-wrapper .claim hr {
	width: 300px;
	border-top: 1px solid #9a0000;
	margin: 20px auto;
}
.ysfxzl-wrapper .claim p:last-child {
	margin-top: 30px;
	margin-bottom: 50px;
}
.wonderful-extra li + li {
	margin-top: 10px;
}
#block-views-block-extras-wonderful-extra-block li {
	color: #515151;
}
#block-views-block-extras-wonderful-extra-block li:hover {
	color: #9a0000;
}
#block-views-block-extras-wonderful-extra-block li a {
	color: #515151;
	text-decoration: none;
}
#block-views-block-extras-wonderful-extra-block li a:hover {
	color: #9a0000;
}
#block-views-block-extras-wonderful-extra-block .more-link a {
	color: black;
}
#block-views-block-extras-wonderful-extra-block .more-link a:hover {
	color: #9a0000;
}
.case img {
	display: block;
	max-width: 100%;
	height: auto;
}
.case .field--name-field-case-sort, .case .field--name-body {
	margin-top: 15px;
}
.f_t {font-size:18px;color:#f3b922;font-weight: 600;}
.mbanner{position:relative;width:100%;height:auto;overflow:hidden;}
.mbanner .content{position:absolute;top:0px;width:100%;height:100%;text-align:center;background-repeat:no-repeat;background-attachment:fixed;}
.mbanner .contentInfo{position:absolute;top:50%;left:0px;width:100%;height:240px;margin-top:-120px;z-index:1;}
.mbanner .content .title1{width:100%;font-size:40px;line-height:44px;color:#fff;text-align:center;margin:2% 0 2% 0;display: block;}
.mbanner .content .title2{width:100%;font-size:55px;line-height:60px;margin:28px 0 36px 0;font-weight:100;color:#fff;text-align:center;}
.mbanner .content .title3{border:3px solid #fff;padding:6px 24px 8px 24px;font-size:30px;font-weight:bold;color:#fff;text-align:center;}
.mbanner .bannerBg{width:100%;height:auto;vertical-align:middle;}

@media (max-width: 639px) {
.container{width:93.75%;}

.mbanner .contentInfo{height:120px;margin-top:-60px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:28px;line-height:44px;margin:0 0 3% 0;}
.mbanner .content .title2{font-size:20px;line-height:22px;margin:3px 0 14px 0;}
.mbanner .content .title3{border:1px solid #fff;padding:2px 10px 3px 10px;font-size:14px;font-weight:100;}
.mbanner .bannerBg {height:200px;}
}
@media (min-width: 640px) and (max-width:799px ) {
.container{width:93.75%;}

.mbanner .contentInfo{height:200px;margin-top:-100px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:42px;line-height:44px;margin:0 0 4% 0;}
.mbanner .content .title2{font-size:32px;line-height:48px;margin:5px 0 20px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:28px;font-weight:100;}
.mbanner .bannerBg {height:360px;}

}

@media (min-width: 1024px) and (max-width:1199px ) {
.container{width:900px;}

.main{padding:30px 0 40px 0;}
.mainTitle{line-height:60px;font-size:56px;}
.mainTitles{line-height:40px;font-size:30px;}

.mainSub{height:2px;width:37px;margin:10px auto 16px auto;}
.mainInfo{line-height:38px;font-size:16px;}
.mainInfo span{padding-bottom:10px;}
.mainBtn{ width: 180px;height: 40px;line-height: 40px;border: 2px solid #d6281a;font-size: 14px;}
.mainBtn span{padding:0 18px 0 24px;}
.mainBtn img{height:14px;}

.mbanner .contentInfo{height:170px;margin-top:-105px;}
.mbanner .content .title1{ font-size:30px;line-height:44px;}
.mbanner .content .title2{font-size:44px;line-height:44px;margin:15px 0 30px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:4px 18px 6px 18px;font-size:22px;}

}
.icp .container .row { padding-bottom: 5px; }
@media screen and (min-width: 1280px) {
    .container {
        width:1320px;
    }
}
.logo_img { background:url(/template/images/logo.png) no-repeat;width: 400px;height: 80px; text-indent: -9999px; }
@media screen and (min-width: 400px) {
    .logo_img {
        width:305px;
    }
}
@media screen and (min-width: 600px) {
    .logo_img {
        width:400px;
    }
}
