﻿@charset "UTF-8";

.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

textarea.f3-form-error {
	background-color: #FF9F9F;
	border: 1px #FF0000 solid;
}

input.f3-form-error {
	background-color: #FF9F9F;
	border: 1px #FF0000 solid;
}

.tx-join-us table {
	border-collapse: separate;
	border-spacing: 10px;
}

.tx-join-us table th {
	font-weight: bold;
}

.tx-join-us table td {
	vertical-align: top;
}

.typo3-messages .message-error {
	color: red;
}

.typo3-messages .message-ok {
	color: green;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:hover{
	text-decoration: none;
}
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: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .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: -.5em
}

sub {
	bottom: -.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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

ul {
	padding: 0
}

li {
	list-style-type: none
}

img {
	max-width: 100%
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media print {
	*,:after,:before {
		background: 0 0!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: ""
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}

	h2,h3,p {
		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 td,.table-bordered th {
		border: 1px solid #ddd!important
	}
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 14px;
	line-height: 1.428571429;
	color: #000;
	position: relative;
	background-color: #fff
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #0055b8;
	text-decoration: none
}

a:focus,a:hover {
	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
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.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: 400;
	line-height: 1;
	color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
	font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-size: 75%
}

.h1,h1 {
	font-size: 36px
}

.h2,h2 {
	font-size: 30px
}

.h3,h3 {
	font-size: 24px
}

.h4,h4 {
	font-size: 18px
}

.h5,h5 {
	font-size: 14px
}

.h6,h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,small {
	font-size: 85%
}

.mark,mark {
	background-color: #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
}

.initialism,.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,ul {
	margin-top: 0;
	margin-bottom: 0
}

ol ol,ol ul,ul ol,ul ul {
	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: 20px
}

dd,dt {
	line-height: 1.428571429
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
	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[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

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,.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	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:after,.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:after,.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:after,.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.3333333333%
}

.col-xs-pull-2 {
	right: 16.6666666667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.3333333333%
}

.col-xs-pull-5 {
	right: 41.6666666667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.3333333333%
}

.col-xs-pull-8 {
	right: 66.6666666667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.3333333333%
}

.col-xs-pull-11 {
	right: 91.6666666667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.3333333333%
}

.col-xs-push-2 {
	left: 16.6666666667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.3333333333%
}

.col-xs-push-5 {
	left: 41.6666666667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.3333333333%
}

.col-xs-push-8 {
	left: 66.6666666667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.3333333333%
}

.col-xs-push-11 {
	left: 91.6666666667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left
	}

	.col-sm-1 {
		width: 8.3333333333%
	}

	.col-sm-2 {
		width: 16.6666666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.3333333333%
	}

	.col-sm-5 {
		width: 41.6666666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.3333333333%
	}

	.col-sm-8 {
		width: 66.6666666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.3333333333%
	}

	.col-sm-11 {
		width: 91.6666666667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.3333333333%
	}

	.col-sm-pull-2 {
		right: 16.6666666667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.3333333333%
	}

	.col-sm-pull-5 {
		right: 41.6666666667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.3333333333%
	}

	.col-sm-pull-8 {
		right: 66.6666666667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.3333333333%
	}

	.col-sm-pull-11 {
		right: 91.6666666667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.3333333333%
	}

	.col-sm-push-2 {
		left: 16.6666666667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.3333333333%
	}

	.col-sm-push-5 {
		left: 41.6666666667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.3333333333%
	}

	.col-sm-push-8 {
		left: 66.6666666667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.3333333333%
	}

	.col-sm-push-11 {
		left: 91.6666666667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		float: left
	}

	.col-md-1 {
		width: 8.3333333333%
	}

	.col-md-2 {
		width: 16.6666666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.3333333333%
	}

	.col-md-5 {
		width: 41.6666666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.3333333333%
	}

	.col-md-8 {
		width: 66.6666666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.3333333333%
	}

	.col-md-11 {
		width: 91.6666666667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.3333333333%
	}

	.col-md-pull-2 {
		right: 16.6666666667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.3333333333%
	}

	.col-md-pull-5 {
		right: 41.6666666667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.3333333333%
	}

	.col-md-pull-8 {
		right: 66.6666666667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.3333333333%
	}

	.col-md-pull-11 {
		right: 91.6666666667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.3333333333%
	}

	.col-md-push-2 {
		left: 16.6666666667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.3333333333%
	}

	.col-md-push-5 {
		left: 41.6666666667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.3333333333%
	}

	.col-md-push-8 {
		left: 66.6666666667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.3333333333%
	}

	.col-md-push-11 {
		left: 91.6666666667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left
	}

	.col-lg-1 {
		width: 8.3333333333%
	}

	.col-lg-2 {
		width: 16.6666666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.3333333333%
	}

	.col-lg-5 {
		width: 41.6666666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.3333333333%
	}

	.col-lg-8 {
		width: 66.6666666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.3333333333%
	}

	.col-lg-11 {
		width: 91.6666666667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.3333333333%
	}

	.col-lg-pull-2 {
		right: 16.6666666667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.3333333333%
	}

	.col-lg-pull-5 {
		right: 41.6666666667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.3333333333%
	}

	.col-lg-pull-8 {
		right: 66.6666666667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.3333333333%
	}

	.col-lg-pull-11 {
		right: 91.6666666667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.3333333333%
	}

	.col-lg-push-2 {
		left: 16.6666666667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.3333333333%
	}

	.col-lg-push-5 {
		left: 41.6666666667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.3333333333%
	}

	.col-lg-push-8 {
		left: 66.6666666667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.3333333333%
	}

	.col-lg-push-11 {
		left: 91.6666666667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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: #eee;
	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=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm,.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,.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-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
	height: 30px;
	line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
	height: 46px;
	line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-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-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-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-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(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 .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(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 .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(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: 25px
}

.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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
	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: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	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: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	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.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
	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.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	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.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
	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.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	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.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
	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.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	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.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
	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.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	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.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
	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.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	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.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
	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.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .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: .35s;
	transition-duration: .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-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777;
	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;
	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
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,.btn-toolbar:before {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.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 .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	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: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	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:after,.nav:before {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	-webkit-transition: background-color 1s cubic-bezier(.1,.81,0,.87);
	-o-transition: background-color 1s cubic-bezier(.1,.81,0,.87);
	transition: background-color 1s cubic-bezier(.1,.81,0,.87)
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #0055b8
}

.nav>li>a:focus .category,.nav>li>a:hover .category {
	color: #fff
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 2px solid #ddd;

}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 155px;
    text-align: center;
}
.nav-tabs>li.active a{
	color: #0055b8;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 2px solid transparent;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	color: #666;
}

.nav-tabs>li>a:hover{
	background-color: rgba(255, 255, 255, 0)!important;
	border-bottom-color: #0055b8;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	border-bottom-color: #0055b8;
	background-color: #fff;
}

.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:focus,.nav-pills>li.active>a:hover {
	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-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	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-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.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: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after,.navbar:before {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after,.navbar-header:before {
	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,.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,.navbar-collapse:before {
	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;
		height: auto;
		padding-bottom: 0;
		overflow: visible
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		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-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		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: 24px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
	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: 8px;
	margin-bottom: 8px;
	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: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@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 .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding: 35px 32px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		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;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	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: 8px;
	margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@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: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	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:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	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:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	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:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		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:focus,.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.nav .iconfont{
	color: #fff;
	float: right;
	display: none;
}



.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	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: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	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:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	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: 20px 0;
	list-style: none;
	text-align: center
}

.pager:after,.pager:before {
	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:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	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:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

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

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,.panel-body:before {
	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: 16px;
	color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.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>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.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,.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: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:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.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,.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: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:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.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,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.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,.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 {
	border-bottom-left-radius: 3px
}

.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,.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 {
	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 td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.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,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>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: 20px
}

.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>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	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: #333;
	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: #333
}

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

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	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%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-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,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(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
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
	content: " ";
	display: table
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.428571429
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
	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 {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(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: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	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;
	opacity: 0
}

.tooltip.in {
	opacity: .9
}

.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: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	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: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(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: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(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: #999;
	border-right-color: rgba(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: #999;
	border-bottom-color: rgba(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: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}

.clearfix: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
}

@-ms-viewport {
	width:device-width
}

.visible-xs {
	display: none!important
}

.visible-sm {
	display: none!important
}

.visible-md {
	display: none!important
}

.visible-lg {
	display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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
	}

	td.visible-xs,th.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
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}

	table.visible-md {
		display: table!important
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}

	table.visible-lg {
		display: table!important
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}

	table.visible-print {
		display: table!important
	}

	tr.visible-print {
		display: table-row!important
	}

	td.visible-print,th.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
	}
}

.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('../../../fileadmin/shiji/dist/css/owl.video.play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.animated {
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform,opacity
}

.animated.infinite {
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform,opacity
}

.animated.hinge {
	animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	animation-duration: .75s
}

@keyframes bounce {
	20%,53%,80%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		transform: translate3d(0,0,0)
	}

	40%,43% {
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		transform: translate3d(0,-30px,0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		transform: translate3d(0,-15px,0)
	}

	90% {
		transform: translate3d(0,-4px,0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {
	50%,from,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	from {
		transform: scale3d(1,1,1)
	}

	50% {
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		transform: scale3d(1,1,1)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from {
		transform: scale3d(1,1,1)
	}

	30% {
		transform: scale3d(1.25,.75,1)
	}

	40% {
		transform: scale3d(.75,1.25,1)
	}

	50% {
		transform: scale3d(1.15,.85,1)
	}

	65% {
		transform: scale3d(.95,1.05,1)
	}

	75% {
		transform: scale3d(1.05,.95,1)
	}

	to {
		transform: scale3d(1,1,1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	from,to {
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		transform: translate3d(10px,0,0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		transform: rotate3d(0,0,1,-5deg)
	}

	to {
		transform: rotate3d(0,0,1,0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	from {
		transform: scale3d(1,1,1)
	}

	10%,20% {
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	to {
		transform: scale3d(1,1,1)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	from {
		transform: none
	}

	15% {
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	to {
		transform: none
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {
	11.1%,from,to {
		transform: none
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {
	20%,40%,60%,80%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	20% {
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		transform: scale3d(1,1,1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0,25px,0)
	}

	75% {
		transform: translate3d(0,-10px,0)
	}

	90% {
		transform: translate3d(0,5px,0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px,0,0)
	}

	75% {
		transform: translate3d(-10px,0,0)
	}

	90% {
		transform: translate3d(5px,0,0)
	}

	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	from {
		opacity: 0;
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px,0,0)
	}

	75% {
		transform: translate3d(10px,0,0)
	}

	90% {
		transform: translate3d(-5px,0,0)
	}

	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	from {
		opacity: 0;
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0,-20px,0)
	}

	75% {
		transform: translate3d(0,10px,0)
	}

	90% {
		transform: translate3d(0,-5px,0)
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		transform: scale3d(1.1,1.1,1.1)
	}

	to {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}
}

.bounceOut {
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		transform: translate3d(0,-20px,0)
	}

	to {
		opacity: 0;
		transform: translate3d(0,2000px,0)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px,0,0)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px,0,0)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px,0,0)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px,0,0)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		transform: translate3d(0,20px,0)
	}

	to {
		opacity: 0;
		transform: translate3d(0,-2000px,0)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,100%,0)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,2000px,0)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%,0,0)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px,0,0)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(2000px,0,0)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,-100%,0)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,-2000px,0)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) scale3d(.95,.95,.95);
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(1,0,0,-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(0,1,0,-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}

@keyframes flipOutX {
	from {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@keyframes flipOutY {
	from {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1
	}

	to {
		transform-origin: center;
		transform: rotate3d(0,0,1,200deg);
		opacity: 0
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		transform: rotate3d(0,0,1,80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	40%,80% {
		transform: rotate3d(0,0,1,60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

.hinge {
	animation-name: hinge
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		transform: rotate(-10deg)
	}

	70% {
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.jackInTheBox {
	animation-name: jackInTheBox
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	animation-name: zoomOut
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomOutDown {
	animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px,0,0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px,0,0);
		transform-origin: right center
	}
}

.zoomOutRight {
	animation-name: zoomOutRight
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomOutUp {
	animation-name: zoomOutUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0,100%,0)
	}
}

.slideOutDown {
	animation-name: slideOutDown
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%,0,0)
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(100%,0,0)
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0,-100%,0)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

.banner .owl-carousel .item {
	height: 500px;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 70%;
	background-attachment: inherit;
	background-repeat: no-repeat
}

.banner .owl-carousel .item.top-bg {
	height: 550px;
	background-position: 48% 50%
}

.banner .owl-carousel .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%
}

.banner .owl-carousel .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid transparent
}

.banner .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #0055b8;
	border-color: #0055b8
}

.banner .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #0055b8;
	border-color: rgba(251,250,248,.5)
}

.banner .owl-carousel .owl-dots .owl-dot.active:hover span {
	background-color: #0055b8;
	border-color: rgba(251,250,248,.5)
}

.banner .owl-carousel .owl-prev {
	position: absolute;
	top: 0;
	left: 2%;
	height: 100%;
	z-index: 99;
	background: 0 0
}

.banner .owl-carousel .owl-prev .icon-arrow-left {
	width: 100px;
	height: 120px;
	background-image: url(../images/BannerLeft.png);
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	transition: opacity .4s ease;
	top: 40%;
	position: relative;
	opacity: 0
}

.banner .owl-carousel .owl-prev:hover {
	background: 0 0
}

.banner .owl-carousel .owl-prev:hover .icon-arrow-left {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.banner .owl-carousel .owl-next {
	position: absolute;
	top: 0;
	right: 2%;
	height: 100%;
	z-index: 99;
	background: 0 0
}

.banner .owl-carousel .owl-next .icon-arrow-right {
	width: 100px;
	height: 120px;
	background-image: url(../images/BannerRight.png);
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	transition: opacity .4s ease;
	top: 40%;
	position: relative;
	opacity: 0
}

.banner .owl-carousel .owl-next:hover {
	background: 0 0
}

.banner .owl-carousel .owl-next:hover .icon-arrow-right {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.banner-text {
	position: absolute;
	top: 55%;
	left: 13%;
	z-index: 999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner-text p {
	color: #0055b8;
	font-size: 30px;
	font-family: "Clio Light",Verdana,Avenir;
	text-transform: uppercase
}

.banner-text p .first {
	font-family: "Clio Medium",Verdana,Avenir;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase
}

.banner-text p span {
	font-family: "Clio Light",Verdana,Avenir;
	font-weight: 500
}

.banner-text .bold {
	font-weight: 900;
	font-family: "Clio Black",銆€ Verdana,銆€ Avenir
}

.banner-text .button {
	margin-top: 20px
}

.banner-text .button .about-us {
	color: #fff;
	display: table;
	border: 1px solid #0055b8;
	position: relative;
	text-decoration: none
}

.banner-text .button .about-us span {
	color: #0055b8;
	height: 36px;
	line-height: 40px;
	display: block;
	padding: 0 8px;
	white-space: nowrap;
	text-transform: uppercase
}

.banner-text .button .about-us span:hover {
	color: #fff;
	background-color: #194da0
}

.banner-text.distribution p {
	color: #fff
}

.banner-text.distribution p .first {
	font-size: 52px;
	text-transform: capitalize
}

.banner-text.distribution .logo {
	margin-bottom: 30px
}

.banner-text.distribution .logo img {
	max-width: 328px
}

.banner-text.distribution .button .about-us {
	color: #4f64d0;
	border-color: #fffc20;
	background-color: #fffc20;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px
}

.banner-text.distribution .button .about-us span {
	color: #4f64d0;
	padding: 0 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px
}

.banner-text.distribution .button .about-us span:hover {
	background-color: #fffc20
}

.banner-img {
	position: absolute;
	bottom: -100px;
	right: 20%
}

.banner-img img {
	max-width: 650px;
	max-height: 450px;
	width: inherit!important
}

@media (max-width:768px) {
	header.navbar .navbar-header {
		background-color: #fff
	}

	header.navbar:hover {
		background-color: transparent
	}
}

@media (max-width:767px) {
	.banner .owl-carousel .item.top-bg {
		height: 410px
	}

	.banner-img {
		right: 2%
	}

	.banner-img img {
		max-width: 255px;
		max-height: 355px
	}

	.banner-text {
		top: 52%;
		left: 8%
	}

	.banner-text p {
		font-size: 30px;
		width: 100%;
		line-height: 35px
	}

	.banner-text p span {
		font-size: 30px;
		line-height: 30px
	}

	.banner-text p .first {
		font-size: 40px
	}

	.banner-text p.bold {
		font-weight: 700
	}

	.banner-text.distribution p .first {
		font-size: 40px
	}

	.banner-text.distribution .logo {
		margin: 20px 0
	}

	.owl-theme .owl-nav {
		display: none
	}
}

@media (max-width:480px) {
	.banner-img {
		display: none
	}

	header.navbar .navbar-toggle {
		float: none;
		margin-left: 0
	}

	header.navbar .navbar-header {
		text-align: center
	}

	.banner-text.distribution .logo img {
		max-width: 220px
	}
}

body {
	font-family: NotoSansCJKsc-Regular,Verdana,Avenir
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

p {
	margin: 0
}

.layout {
	padding: 30px 0
}

.layout .row {
	margin-bottom: 30px
}

.layout .row:last-child {
	margin-bottom: 0
}

.layout .title {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 37px;
	padding-top: 10px;
	text-transform: uppercase
}

.layout .date {
	color: #0055b8;
	font-size: 16px;
	margin-top: 20px
}

.layout .col-md-6:first-child {
	padding: 15px 30px 15px 50px
}

.layout .col-md-6:last-child {
	padding: 15px 50px 15px 30px
}

.layout .item {
	margin-bottom: 15px
}

.layout .item>a {
	display: block
}

.layout .item>a img {
	width: 100%
}

.layout .item .content {
	padding: 15px;
	background-color: #f5f5f5
}

.layout .item .link-text {
	display: block;
	text-decoration: none
}

.layout .item .link-text span {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 24px;
	max-height: 3em;
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase
}

.layout .item .text {
	color: #0055b8;
	font-size: 16px;
	max-height: 7em;
	padding-top: 15px;
	line-height: 25px;
	overflow: hidden
}

.layout .item .last {
	padding-top: 15px
}

.layout .item .last .date {
	color: #0055b8;
	font-size: 16px;
	margin-top: 0
}

.layout .item .last .more {
	color: #0055b8;
	font-size: 16px;
	text-decoration: underline
}

.press .title {
	padding-left: 20px
}

.press .text-left .item {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin: 15px 20px;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.25);
	box-shadow: 0 2px 7px rgba(0,0,0,.25)
}

@media (max-width:768px) {
	.navbar-left>li a {
		text-transform: uppercase
	}
}

@media (max-width:767px) {
	.layout {
		padding: 15px 0
	}

	.layout .row {
		margin-bottom: 15px
	}

	.layout .row:last-child {
		margin: 0
	}

	.layout .title {
		font-size: 37px;
		padding: 25px 0 10px 0
	}

	.layout .item .link-text {
		margin-bottom: 10px
	}

	.layout .item .link-text span {
		font-size: 19px
	}

	.layout .item .text {
		font-size: 14px;
		max-height: 7em;
		padding-top: 0
	}

	.press .col-xs-12 {
		padding: 0
	}

	.press .text-left .content .item {
		width: 45%;
		margin: 0 0 15px 0
	}
}

@media (max-width:672px) {
	.layout.press .text-left .content .item {
		margin: 15px 10px
	}
}

@media (max-width:640px) {
	.layout.press .text-left .content .item {
		width: 100%;
		margin: 0 0 15px 0
	}
}

.footer {
	background-color: #00326d
}

.footer .bs-docs-footer {
	padding: 30px 0 10px 0;
}

.footer .bs-docs-footer .footer-links {
	float: left;
	width: 100%;
	padding-top: 10px
}

.footer .bs-docs-footer .footer-links>li {
	display: inline-block
}

.footer .bs-docs-footer .footer-links>li a {
	color: #fff;
	font-family: 'Clio Regular';
	font-size: 16px;
	display: block;
	padding: 0 40px;
	text-transform: uppercase
}

.footer .bs-docs-footer .copyright {
	color: #d8d7d7;
	font-size: 15px;
	margin-top: 50px;
	margin-bottom: 20px
}

.footer .bs-docs-footer .link {
	color: #d8d7d7;
	font-size: 12px;
	margin-top: 20px
}

.footer .bs-docs-footer .sitecore {
	width: 80px;
	padding-top: 5px
}

.footer .col-md-12 {
	overflow: hidden
}

.footer .col-md-12 p {
	margin-top: 5px
}

.footer .wechat {
	display: none;
	float: left;
	width: 50%;
	text-align: right
}

.footer .wechat img {
	width: 100px
}

.footer .wechat span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.footer .wechat {
		display: block
	}

	.footer .row:first-child .col-md-12 {
		margin: 0 15px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #fff
	}

	.footer .row:last-child .col-md-12 {
		padding-top: 10px
	}

	.footer .bs-docs-footer {
		padding: 15px 0;
		text-align: left
	}

	.footer .bs-docs-footer .footer-links {
		width: 50%
	}

	.footer .bs-docs-footer .footer-links>li {
		display: block;
		margin-bottom: 10px
	}

	.footer .bs-docs-footer .footer-links>li a {
		font-size: 14px;
		padding: 0
	}

	.footer .bs-docs-footer .copyright {
		margin-top: 10px
	}
}

.navbar .container-fluid {
	padding: 0 40px
}

.navbar:hover {
	background-color: #fff
}

.navbar.show {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(209,209,209,.4);
	box-shadow: 0 2px 2px 0 rgba(209,209,209,.4)
}

.navbar .nav>li {
	position: static
}

.navbar .nav li.active>a {
	background-color: #0055b8
}

.navbar .nav li.active>a span {
	color: #fff
}

.navbar .nav li.active .submenu {
	display: block
}

.navbar-brand>img {
	width: 80px;
	max-width: 120px
}

.navbar-toggle .icon-bar {
	background-color: #0055b8
}

.navbar-nav {
	margin-left: 220px
}

.navbar-nav>li .category {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 18px
}

.navbar-nav>li .lang {
	color: #0055b8;
	font-size: 18px
}

.navbar-left>li .glyphicon {
	color: #fff;
	display: none;
	float: right
}

.navbar-right {
	margin-left: 0
}

.navbar-right>li>a {
	padding: 35px 20px
}

.navbar-right>li>a.tool {
	padding: 27px 15px
}

.navbar-right>li>a:focus,.navbar-right>li>a:hover {
	background-color: transparent
}

.navbar-right li.wechat {
	position: relative
}

.navbar-right li.wechat:hover .down {
	display: block
}

.navbar-header .tool {
	float: right;
	padding: 10px;
	display: none
}

.navbar-header .tool .icon {
	width: 28px;
	height: 28px;
	background-size: contain
}

.submenu {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	text-align: center;
	background: rgba(0,85,184,.9)
}

.submenu .top-list>li {
	width: 175px;
	display: inline-block
}

.submenu .top-list>li a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: background-color 1s cubic-bezier(.1,.81,0,.87);
	-moz-transition: background-color 1s cubic-bezier(.1,.81,0,.87);
	-o-transition: background-color 1s cubic-bezier(.1,.81,0,.87);
	-ms-transition: background-color 1s cubic-bezier(.1,.81,0,.87);
	transition: background-color 1s cubic-bezier(.1,.81,0,.87)
}

.submenu .top-list>li a span {
	color: #fff;
	font-family: "Clio Light",Verdana,Avenir;
	display: block
}

.submenu .top-list>li a:hover {
	background-color: #00326d
}

.submenu .search-box {
	width: 50%;
	float: right
}

.submenu form {
	padding: 20px 0
}

.submenu form .input-group {
	width: 65%;
	margin-left: 18%
}

.submenu form .form-control {
	color: #fff;
	background-color: transparent;
	border-radius: inherit;
	border-color: #fff
}

.submenu form input::-webkit-input-placeholder {
	color: #fff
}

.submenu form input:-ms-input-placeholder {
	color: #fff
}

.submenu form input:-moz-placeholder {
	color: #fff
}

.submenu form input::-moz-placeholder {
	color: #fff
}

.submenu form .btn-default {
	background-color: #fff;
	border-radius: inherit;
	border-color: #fff
}

.submenu form .btn-default .glyphicon-search {
	color: #0055b8
}

.down {
	position: absolute;
	left: -36px;
	z-index: 20;
	width: 140px;
	padding: 10px;
	display: none;
	text-align: center;
	background-color: #0055b8
}

.down img {
	width: 120px
}

.down span {
	color: #fff;
	font-size: 18px;
	display: block
}

@media (max-width:1410px) {
	.navbar-left {
		margin-left: 135px
	}
}

@media (max-width:1366px) {
	.navbar-left {
		margin-left: 90px
	}
}

@media (max-width:1280px) {
	.navbar-nav>li a {
		padding: 35px 25px
	}
}

@media (max-width:1195px) {
	.navbar-left {
		margin-left: 50px
	}

	.navbar-nav>li a {
		padding: 35px 20px
	}
}

@media (max-width:1100px) {
	.navbar-brand {
		padding: 14px 0
	}

	.navbar-left {
		margin-left: 50px
	}

	.navbar-left>li>a {
		padding: 25px 15px
	}

	.navbar-nav>li .category {
		font-size: 16px
	}

	.navbar-right>li>a.tool {
		padding: 17px 10px
	}
}

@media (max-width:930px) {
	.navbar-left {
		margin-left: 25px
	}
}

@media (max-width:905px) {
	.navbar-left>li a {
		padding: 25px 10px
	}
}

@media (max-width:850px) and (min-width:768px) {
	.navbar .navbar-header {
		float: none
	}

	.navbar .navbar-toggle {
		display: block
	}

	.navbar .container-fluid .navbar-brand {
		margin-left: 0
	}

	.navbar .container-fluid .navbar-header,.navbar .container-fluid>.navbar-collapse {
		margin-left: -15px;
		margin-right: -15px
	}

	.navbar .navbar-collapse.collapse {
		display: none
	}

	.navbar .navbar-collapse.collapse.in {
		display: block
	}
}

@media (max-width:850px) {
	.container {
		width: 100%
	}

	.navbar .container-fluid {
		padding: 0 20px
	}

	.navbar-left {
		float: none!important;
		margin-left: 15px;
		padding-top: 0!important
	}

	.navbar-left>li {
		float: none!important
	}

	.navbar-left>li>a {
		padding: 15px
	}

	.navbar-right>li>a.tool {
		padding: 13px 6px
	}

	.submenu .top-list>li a {
		padding: 10px 0
	}

	.submenu .top-list>li a img {
		width: 55px
	}

	.navbar {
		border: 0
	}

	.navbar .container-fluid {
		padding: 0 15px
	}

	.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
		background-color: transparent
	}

	.navbar .navbar-toggle {
		margin-right: 5px
	}

	.navbar-header .tool {
		display: block;
		margin-right: 10px
	}

	.navbar-fixed-top .navbar-collapse {
		max-height: inherit;
		padding-left: 15px;
		padding-right: 15px;
		background-color: rgba(0,85,184,.9)
	}

	.navbar-nav {
		margin: 0
	}

	.navbar-nav>li .category {
		color: #fff;
		font-size: 16px
	}

	.navbar-left {
		padding: 10px 0
	}

	.navbar-left>li {
		border-bottom: 1px solid #fff
	}

	.navbar-left>li a {
		padding: 15px
	}

	.navbar-left>li .glyphicon {
		display: block
	}

	.navbar-left .submenu {
		position: static;
		background-color: transparent;
		text-align: left
	}

	.navbar-left .submenu .top-list {
		padding-left: 15px
	}

	.navbar-left .submenu .top-list>li {
		width: 100%;
		display: block;
		border-top: 1px solid #fff
	}

	.navbar-left .submenu .top-list>li a {
		padding: 15px 0
	}

	.navbar-left .submenu .top-list>li img {
		display: none
	}

	.navbar-left .submenu .top-list>li span {
		font-size: 16px
	}

	.navbar-right {
		padding-bottom: 10px
	}

	.navbar-right>li {
		display: none
	}

	.navbar-right li:first-child {
		display: block
	}

	.navbar-right .tool {
		display: none
	}

	.navbar-right .submenu {
		display: block;
		background: 0 0;
		position: static
	}

	.navbar-right .submenu .search-box {
		width: 100%;
		float: none
	}

	.navbar-right .submenu .input-group {
		width: 100%;
		margin-left: 0
	}

	.navbar-right .submenu .input-group input {
		font-size: 16px
	}

	.navbar-brand {
		padding: 5px 15px
	}

	.navbar-brand img {
		width: 55px;
		padding-top: 7px
	}
}

.icon {
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle
}



.icon-weixin {
	width: 37px;
	height: 36px;
	background-image: url(../images/weixin.png);
}

.icon-zh {
	width: 35px;
	height: 35px;
	background-image: url(../images/China.png);
}

.icon-en {
	width: 35px;
	height: 35px;
	background-image: url(../images/Usa.png);
}


.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-13 {
	margin-top: 13px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-13 {
	margin-right: 13px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-13 {
	margin-bottom: 13px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-13 {
	margin-left: 13px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-13 {
	padding-top: 13px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-13 {
	padding-right: 13px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-13 {
	padding-bottom: 13px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-13 {
	padding-left: 13px
}

.loading {
	width: 80px;
	height: 40px;
	display: none;
	margin: 100px auto
}

.loading span {
	width: 8px;
	height: 100%;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #90ee90;
	-webkit-animation: loading 1s ease infinite;
	animation: loading 1s ease infinite
}

.loading span:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.loading span:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.loading span:nth-child(4) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.loading span:nth-child(5) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.dropload-down .loading {
	display: block
}

@keyframes loading {
	0% {
		height: 40px;
		background-color: #90ee90
	}

	50% {
		height: 70px;
		margin: -15px 0;
		background-color: #add8e6
	}

	100% {
		height: 40px;
		background-color: #90ee90
	}
}

@-moz-keyframes loading {
	0% {
		height: 40px;
		background-color: #90ee90
	}

	50% {
		height: 70px;
		margin: -15px 0;
		background-color: #add8e6
	}

	100% {
		height: 40px;
		background-color: #90ee90
	}
}

@-webkit-keyframes loading {
	0% {
		height: 40px;
		background-color: #90ee90
	}

	50% {
		height: 70px;
		margin: -15px 0;
		background-color: #add8e6
	}

	100% {
		height: 40px;
		background-color: #90ee90
	}
}

@-o-keyframes loading {
	0% {
		height: 40px;
		background-color: #90ee90
	}

	50% {
		height: 70px;
		margin: -15px 0;
		background-color: #add8e6
	}

	100% {
		height: 40px;
		background-color: #90ee90
	}
}

.loading-rote {
	width: 150px;
	height: 15px;
	margin: 50px auto 30px auto
}

.loading-rote span {
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	background: #90ee90;
	transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-webkit-animation: loadRatate 1s ease infinite;
	animation: loadRatate 1s ease infinite
}

.loading-rote span:last-child {
	margin-right: 0
}

.loading-rote span:nth-child(1) {
	-webkit-animation-delay: .13s;
	animation-delay: .13s
}

.loading-rote span:nth-child(2) {
	-webkit-animation-delay: .26s;
	animation-delay: .26s
}

.loading-rote span:nth-child(3) {
	-webkit-animation-delay: .39s;
	animation-delay: .39s
}

.loading-rote span:nth-child(4) {
	-webkit-animation-delay: .52s;
	animation-delay: .52s
}

.loading-rote span:nth-child(5) {
	-webkit-animation-delay: .65s;
	animation-delay: .65s
}

@keyframes loadRatate {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg)
	}
}

@-webkit-keyframes loadRatate {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg)
	}
}

@-moz-keyframes loadRatate {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg)
	}
}

@-webkit-keyframes loadRatate {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg)
	}
}

@-o-keyframes loadRatate {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg)
	}
}

.dropload-down .dropload-refresh,.dropload-down .dropload-update {
	color: #0055b8;
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase
}

@media (max-width:1440px) {
	.homepage .client .grid div.roller h3 {
		margin-top: 0
	}
}

@media (min-width:1200px) {
	.about-us .container {
		width: 80%
	}

	.layout .container {
		width: 88%
	}

	.sitemap .container {
		width: 70%
	}

	.detail .container {
		width: 70%
	}
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #fff
}

::-webkit-scrollbar:hover {
	background-color: #eee
}

::-webkit-scrollbar-thumb {
	min-height: 5px;
	min-width: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #888;
	background-color: #aaa
}

::-webkit-scrollbar-thumb:hover {
	min-height: 5px;
	min-width: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #444;
	background-color: #aaa
}

::-webkit-scrollbar-thumb:active {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #444;
	background-color: #aaa
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background-color: #f5f5f5
}

.information .title {
	padding-top: 10px
}

.information .text-left {
	color: #0055b8;
	font-size: 16px;
	line-height: 30px
}

.information img {
	width: 100%
}

.block {
	padding: 30px 0
}

.block .row {
	margin-bottom: 30px
}

.block .row:last-child {
	margin-bottom: 0
}

.block .title {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 36px;
	text-transform: uppercase
}

.business .col-md-3 {
	height: 190px;
	text-align: center
}

.business .col-md-3:hover .link-type {
	height: 170px;
	background-color: #0055b8
}

.business .col-md-3:hover .is_show {
	display: none
}

.business .col-md-3:hover .is_hidden {
	display: inline-block
}

.business .col-md-3:hover img {
	padding-top: 10px
}

.business .col-md-3:hover span {
	color: #fff;
	width: 150px;
	margin: 10px auto 0;
	padding-top: 0;
	line-height: 16px
}

.business .link-type {
	color: #0055b8;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 100px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	z-index: 20;
	cursor: pointer;
	text-decoration: none
}

.business .link-type img {
	width: 100%;
	max-width: 90px
}

.business .link-type span {
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 16px;
	padding-top: 15px;
	display: block
}

.business .is_hidden {
	display: none
}

.brand {
	padding-bottom: 0
}

.brand .point {
	font-size: 16px;
	margin-top: 10px
}

.brand .brand-info {
	padding: 30px 10px;
	text-align: center
}

.brand .brand-info>.col-md-6 {
	padding: 15px
}

.brand .brand-info>.col-md-6:nth-child(2n+1) {
	padding-left: 0;
	padding-right: 30px
}

.brand .brand-info>.col-md-6:nth-child(2n) {
	padding-left: 30px;
	padding-right: 0
}

.brand .brand-info>.col-md-6:nth-child(3n) .tl {
	padding-top: 20px;
	border-top: 2px solid #f5f5f5
}

.brand .brand-info>.col-md-6:nth-child(4n) .tl {
	padding-top: 20px;
	border-top: 2px solid #f5f5f5
}

.brand .brand-info .tl {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 27px
}

.brand .brand-info .col-md-3 {
	padding: 30px
}

.brand .brand-info .col-md-3 img {
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}

.brand .brand-info .col-md-3 span {
	color: #0055b8;
	display: block;
	padding-top: 20px
}

.brand .brand-info .col-md-3:hover img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media (max-width:999px) {
	.brand .brand-info>.col-md-6 {
		width: 50%
	}

	.brand .brand-info .col-md-3 {
		width: 50%;
		padding: 15px 10px
	}

	.brand .brand-info .col-md-3 img {
		width: 100px
	}
}

@media (max-width:768px) {
	.brand .brand-info>.col-md-6 {
		width: 50%;
		padding: 15px!important
	}

	.brand .brand-info .col-md-3 {
		width: 50%
	}

	.press .text-left .content .item {
		width: 45%;
		margin: 15px
	}
}

@media (max-width:767px) {
	.block {
		padding: 15px 0
	}

	.block .row {
		margin-bottom: 15px
	}

	.block .point {
		line-height: 28px
	}

	.block .brand-info {
		padding: 0 15px
	}

	.block .brand-info>.col-md-6 {
		padding: 15px 0
	}

	.block .brand-info>.col-md-6:nth-child(3n) .tl,.block .brand-info>.col-md-6:nth-child(4n) .tl {
		padding-top: 0;
		border-top: 0
	}

	.block .brand-info .tl {
		font-size: 25px;
		margin-bottom: 15px
	}

	.block .brand-info .col-md-3 {
		width: 50%;
		padding: 15px 10px
	}

	.block .brand-info .col-md-3 img {
		width: 100px
	}

	.business .col-md-3 {
		width: 50%
	}
}

@media (max-width:640px) {
	.business .col-md-3 {
		width: 100%
	}

	.block .brand-info>.col-md-6 {
		width: 100%
	}
}

.contact .primary {
	width: 50%;
	float: left
}

.contact .primary .p-layer {
	margin: 0 40px;
	padding: 15px;
	overflow: hidden;
	border-top: 2px solid #f5f5f5
}

.contact .primary:first-child .p-layer,.contact .primary:nth-child(2) .p-layer {
	border-top: 0
}

.contact .primary:nth-child(odd) {
	border-right: 2px solid #f5f5f5
}

.contact .primary .p-img {
	width: 25%;
	float: left;
	padding: 15px
}

.contact .primary .p-img img {
	width: 80px
}

.contact .primary .p-text {
	width: 75%;
	float: right;
	padding: 15px;
	text-align: left
}

.contact .primary .p-text h3 {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase
}

.contact .primary .p-text p>span {
	color: #0055b8;
	font-size: 16px;
	display: block;
	line-height: 25px
}

.contact .primary .p-text span a {
	color: #00f
}

.contact .wechat {
	text-align: center
}

.contact .wechat img {
	width: 160px
}

.contact .wechat span {
	color: #0055b8;
	font-size: 16px;
	display: block;
	margin-top: 10px
}

@media (max-width:768px) {
	.contact .primary .p-layer {
		margin: 0
	}

	.contact .primary .p-img {
		padding: 0
	}

	.contact .primary .p-text h3 {
		font-size: 21px;
		margin-bottom: 10px
	}

	.contact .wechat {
		display: none
	}

	.layout {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.contact {
		padding-top: 30px
	}

	.contact .row:nth-child(2) {
		margin-bottom: 0
	}

	.contact .primary {
		width: 50%
	}

	.contact .primary .p-layer {
		margin: 0;
		padding: 30px 20px
	}

	.contact .primary .p-layer .p-img {
		padding: 0
	}

	.contact .primary .p-layer .p-text {
		padding: 10px 0 0 15px
	}

	.contact .primary .p-layer .p-text h3 {
		font-size: 21px;
		margin-bottom: 10px
	}

	.contact .wechat {
		display: none
	}
}

@media (max-width:640px) {
	.contact .primary {
		width: 100%
	}

	.contact .primary:nth-child(2) .p-layer {
		border-top: 2px solid #f5f5f5
	}

	.contact .primary:nth-child(odd) {
		border-right: 0
	}

	.contact .primary .p-layer {
		padding: 30px 0
	}

	.contact .primary .p-layer:nth-child(odd) {
		border-right: 0
	}
}

.homepage .section .title {
	padding: 42px 0 32px 0;
	text-align: center
}

.homepage .section .title h2 {
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 37px;
	text-transform: uppercase
}

.homepage .section .title p {
	font-size: 18px;
	margin: 10px auto;
	margin-top: 25px;
}

.homepage .section .title p.half {
	width: 80%
}

.homepage .introduce .container-fluid {
	padding: 0
}

.homepage .introduce .container-fluid .row {
	margin: 0
}

.homepage .introduce .col-md-3 {
	padding: 0;
	margin-bottom: -6px
}

.homepage .introduce .col-md-3:hover .shrink:after {
	background: 0 0
}

.homepage .introduce .col-md-3:hover image {
	cursor: pointer;
	opacity: 0
}

.homepage .introduce .col-md-3:hover .link-type {
	height: 170px;
	z-index: 19;
	background-color: #0055b8
}

.homepage .introduce .col-md-3:hover .link-type img {
	padding-top: 15px
}

.homepage .introduce .col-md-3:hover .link-type span {
	width: 150px;
	margin: 0 auto;
	line-height: 16px
}

.homepage .shrink {
	position: relative
}

.homepage .shrink svg {
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%
}

.homepage .shrink svg image {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	display: block
}

.homepage .shrink:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 98%;
	cursor: pointer;
	display: block;
	background: rgba(0,0,0,.4);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease
}

.homepage .solution .link-type {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	width: 170px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease
}

.homepage .solution .link-type img {
	width: 100%;
	max-width: 90px;
	z-index: 20
}

.homepage .solution .link-type span {
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 16px;
	display: block;
}

.homepage .support {
	background-image: url('../images/support-bg.jpg');
	background-position: 70% 0;
	padding-top: 384px
}

.homepage .support .title {
	width: 88%;
	margin: 0 auto;
	vertical-align: top;
	background-color: #0055b8
}

.homepage .support .title h2 {
	color: #fff;
	font-family: "Clio Regular",Verdana,Avenir;
	padding: 20px 0
}

.homepage .support .title p {
	color: #fff
}

.homepage .support .title .service {
	width: 92%;
	line-height: 35px
}

.homepage .support .title .service .tel {
	color: #0055b8;
	display: inline-block;
	padding: 0 20px;
	font-weight: 700;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff
}

.homepage .support .title .service .tel:focus,.homepage .support .title .service .tel:hover {
	text-decoration: none
}

.homepage .support .title .button {
	padding: 30px 0
}

.homepage .support .title .button .link-heart {
	display: table;
	border: 1px solid #fff;
	background-color: transparent;
	text-align: center;
	margin: 0 auto
}

.homepage .support .title .button .link-heart span {
	color: #fff;
	font-size: 16px;
	height: 36px;
	line-height: 40px;
	margin-left: -1px;
	padding: 0 8px;
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase
}

.homepage .support .title .button .link-heart span:hover {
	color: #0055b8;
	background-color: #fff
}

.homepage .support .title .button .link-heart:hover {
	text-decoration: none
}

.homepage .client {
	background-color: #0055b8
}

.homepage .client .title h2 {
	color: #fff
}

.homepage .client .introduce .container-fluid {
	padding: 0 60px
}

.homepage .client .introduce .container-fluid .row {
	margin-bottom: 10px
}

.homepage .client .grid {
	width: 100%;
	display: table;
	padding: 15px 0 15px 40px;
	margin-bottom: 30px;
	position: relative;
	background-color: #fff
}

.homepage .client .grid .image {
	width: 60%;
	display: table-cell;
	vertical-align: middle
}

.homepage .client .grid .card {
	width: 40%;
	display: table-cell;
	vertical-align: middle
}

.homepage .client .grid .card span {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase
}

.homepage .client .grid .roller {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	min-height: 100px;
	height: 100%;
	padding: 15px;
	background-color: #fff;
	z-index: 20;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.homepage .client .grid .roller h3 {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 20px;
	padding: 15px 0;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase
}

.homepage .client .grid .roller .item {
	margin-top: 10px;
	text-align: center
}

.homepage .client .grid .roller .item>li {
	width: 16%;
	display: inline-block;
	margin: 0 15px
}

.homepage .client .grid .roller .item>li img {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 0;
	max-width: 90px;
	width: 100%
}

.homepage .client .grid:hover .roller {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	visibility: visible;
	width: 100%
}

.homepage .client .grid:hover .roller .item img {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.homepage .news .wrapper {
	height: 265px;
	line-height: 265px;
	padding: 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	text-align: center;
	overflow: hidden
}

.homepage .news .wrapper p {
	color: #071c2c;
	font-size: 16px;
	width: 60%;
	display: inline-block;
	margin: 50px auto;
	vertical-align: middle;
	line-height: 32px
}

.homepage .news .wrapper p span {
	display: block;
	font-size: 18px;
}

.homepage .news .wrapper p .date {
	font-size: 14px
}

.homepage .news .wrapper .news-link {
	background: #0055b8;
	color: #fff;
	width: 0;
	opacity: 0;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	-ms-transition: width .6s ease;
	transition: width .6s ease;
	text-decoration: none;
	text-transform: uppercase
}

.homepage .news .wrapper .news-link span {
	opacity: 0
}

.homepage .news .wrapper.active {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 660px 331px
}

.homepage .news .wrapper.active p {
	display: none
}

.homepage .news .wrapper.active .news-link {
	width: 265px;
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.homepage .news .wrapper.active .news-link span {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
	-ms-transition: all 1.2s linear;
	transition: all 1.2s linear
}

.homepage .news .view-more {
	padding: 30px 0
}

.homepage .news .view-more .link-more {
	color: #fff;
	display: table;
	margin: 0 auto;
	border: 1px solid #0055b8;
	position: relative;
	text-decoration: none
}

.homepage .news .view-more .link-more span {
	color: #0055b8;
	font-size: 16px;
	height: 36px;
	line-height: 40px;
	display: block;
	padding: 0 8px;
	white-space: nowrap;
	text-transform: uppercase
}

.homepage .news .view-more .link-more span:hover {
	color: #fff;
	background-color: #194da0
}

@media (max-width:1366px) {
	.homepage .client .grid div.roller h3 {
		padding: 10px 0;
		margin-top: 0
	}

	.homepage .support .title .service {
		width: 70%
	}
}

@media (max-width:1024px) {
	.homepage .introduce .col-md-3 {
		width: 50%
	}

	.homepage .news .wrapper.active .news-link {
		width: 180px
	}

	.homepage .client .grid .card span {
		font-size: 18px
	}

	.homepage .client .grid div.roller h3 {
		font-size: 18px;
		padding: 7px 0
	}

	.homepage .client .grid div.roller .item {
		margin-top: 0
	}
}

@media (max-width:768px) {
	.homepage .client .grid div.roller .item {
		margin-top: 10px
	}
}

@media (max-width:767px) {
	.homepage .section .title {
		padding: 30px 0
	}

	.homepage .section .title h2 {
		font-size: 37px
	}

	.homepage .section .title p {
		font-size: 18px
	}

	.homepage .section .title p.half {
		width: 85%
	}

	.homepage .section.news .title h2 {
		padding-top: 20px
	}

	.homepage .client .introduce .container-fluid {
		padding: 0
	}

	.homepage .client .grid {
		padding: 15px;
		margin-bottom: 34px
	}

	.homepage .client .grid .card span {
		font-size: 16px
	}

	.homepage .client .grid div.roller {
		padding: 0
	}

	.homepage .client .grid div.roller h3 {
		font-size: 16px;
		padding: 10px 0;
		margin-top: 0
	}

	.homepage .client .grid div.roller .item {
		margin-top: 0
	}

	.homepage .client .grid div.roller .item>li {
		width: 20%;
		margin: 0 3px
	}

	.homepage .news .wrapper {
		width: 50%;
		height: 200px;
		line-height: 200px
	}

	.homepage .news .wrapper p {
		font-size: 16px;
		margin: 30px auto;
		line-height: 26px
	}

	.homepage .news .wrapper .news-link {
		font-size: 16px
	}

	.homepage .news .wrapper.active .news-link {
		width: 120px
	}

	.homepage .support {
		background-position: 86% 0;
		padding-top: 300px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover
	}

	.homepage .support .title {
		width: 100%;
		padding: 10px 0
	}

	.homepage .support .title h2 {
		padding-bottom: 10px
	}

	.homepage .support .title .service {
		font-size: 18px;
		line-height: 30px;
		width: 80%
	}

	.homepage .support .title .service .tel {
		font-size: 18px;
		margin-top: 10px;
		padding: 5px 20px
	}

	.homepage .support .title .button {
		padding: 20px 0
	}
}

@media (max-width:660px) {
	.homepage .news .wrapper p {
		margin: 15px auto
	}
}

@media (max-width:640px) {
	.homepage .introduce .col-md-6 {
		width: 100%
	}

	.homepage .introduce .col-md-3 {
		width: 100%
	}

	.homepage .news .wrapper {
		width: 100%;
		margin-bottom: 20px
	}
}

@media (max-width:480px) {
	.homepage .news .wrapper.active {
		background-position: 40% center;
		background-size: 503px 331px
	}
}

.join .form-control {
	font-size: 16px
}

.join .mail {
	color: #0055b8;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase
}

.join .pull-left {
	position: relative
}

.join .pull-left label {
	font-size: 16px;
	font-weight: 400
}

.join .pull-left select {
	color: #0055b8;
	width: 220px;
	background-color: transparent;
	border-radius: inherit;
	border-color: #0055b8
}

.join .pull-left .icon-arrow {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
	background-color: #0055b8
}

.join .pull-right .form-control {
	width: 320px;
	background-color: transparent;
	border-radius: inherit;
	border-color: #0055b8
}

.join .pull-right .btn-default {
	color: #fff;
	background-color: #0055b8;
	border-radius: inherit;
	border-color: #0055b8
}

.join .classify {
	display: table;
	width: 100%;
	margin-bottom: 30px
}

.join .classify .classify-text {
	width: 88%;
	display: table-cell;
	padding: 30px;
	vertical-align: top;
	background-color: #f5f5f5
}

.join .classify .tl {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 27px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase
}

.join .classify .tl span {
	display: inline-block;
	margin-left: 15px
}

.join .classify .line {
	padding-top: 15px;
	overflow: hidden
}

.join .classify .line span {
	display: inline-block;
	vertical-align: middle
}

.join .classify .line .lb {
	font-size: 19px;
	text-transform: uppercase
}

.join .classify .line .val {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 40px
}

.join .classify .ellipsis {
	font-size: 16px;
	display: block
}

.join .classify .ellipsis.hidden {
	display: none
}

.join .classify .detail {
	height: inherit;
	padding-top: 15px;
	overflow: hidden;
	-webkit-transition: height .6s ease;
	-moz-transition: height .6s ease;
	-o-transition: height .6s ease;
	-ms-transition: height .6s ease;
	transition: height .6s ease
}

.join .classify .detail.is-opened {
	height: 175px
}

.join .classify .detail .ct {
	font-size: 19px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 20px
}

.join .classify .detail .info p {
	color: #454545;
	font-size: 16px;
	padding-bottom: 15px;
	overflow: hidden
}

.join .classify .detail .info p em {
	font-style: normal
}

.join .classify .i-arrow {
	position: absolute;
	top: 2px;
	left: 0;
	height: 0;
	width: 0;
	display: inline-block;
	border-width: 9px 0 10px 9px;
	border-color: #f5f5f5 #f5f5f5 #f5f5f5 #0055b8;
	border-style: solid
}

.join .classify .view-more {
	color: #0055b8;
	font-size: 16px;
	width: 12%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease
}

.join .classify .view-more:hover {
	color: #fff;
	background-color: #0055b8
}

.join .classify .applay {
	color: #0055b8;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none
}

.join .classify .duty {
	font-size: 16px;
	padding-top: 20px
}

@media (max-width:767px) {
	.join .row:last-child {
		margin: -15px
	}

	.join .content {
		margin: 40px 0
	}

	.join .pull-left {
		width: 100%
	}

	.join .pull-left .icon-search-bg {
		top: 32px
	}

	.join .pull-left label {
		margin-bottom: 10px
	}

	.join .pull-left select {
		width: 100%;
		display: inline-block
	}

	.join .pull-left .icon-arrow {
		top: 32px
	}

	.join .pull-right .form-control {
		width: 100%
	}

	.join .pull-right .btn-default {
		padding: 6px 9px
	}

	.join .classify {
		width: 100%;
		margin: 20px 0
	}

	.join .classify .applay {
		font-size: 14px
	}

	.join .classify .i-arrow {
		border-width: 6px 0 6px 6px
	}

	.join .classify .tl {
		font-size: 23px;
		padding-left: 15px
	}

	.join .classify .tl span {
		margin-left: 0
	}

	.join .classify .line {
		padding-top: 10px
	}

	.join .classify .line .lb {
		font-size: 17px
	}

	.join .classify .line .val {
		font-size: 14px;
		margin-left: 5px;
		margin-right: 5px
	}

	.join .classify .duty {
		font-size: 14px;
		padding-top: 10px
	}

	.join .classify .detail .ct {
		font-size: 17px;
		padding-top: 5px;
		padding-bottom: 23px
	}

	.join .classify .detail .info p {
		font-size: 14px;
		padding-bottom: 5px
	}

	.join .classify .classify-text {
		width: 100%;
		display: block;
		padding: 30px
	}

	.join .classify .view-more {
		width: 100%;
		display: block;
		padding: 13px 0
	}
}

.news-page .layout .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	padding-top: 20px;
	text-transform: none
}

.news-page .layout .row:first-child {
	margin-bottom: 20px
}

.news-page .detail .article p {
	color: #000;
	line-height: 27px;
	margin-bottom: 0
}

.news-page .detail .article h3 {
	color: #0055b8;
	font-size: 16px;
	padding: 15px 0
}

.news-page .detail .article .img {
	margin: 10px 0;
	text-align: center
}

.news-page .detail .article .img span {
	color: #888;
	font-size: 13px;
	display: block;
	margin-top: 10px
}

@media (max-width:995px) and (min-width:768px) {
	.press .container {
		width: 100%;
		padding: 0
	}

	.layout .container {
		width: 100%
	}
}

@media (max-width:845px) {
	.press .text-left .item {
		width: 42%
	}
}

@media (max-width:768px) {
	.news-page .detail .article {
		padding: 0 15px
	}

	.news-page .layout .title {
		font-size: 24px
	}

	.layout.detail .col-md-12 {
		padding: 0 15px
	}

	section.search {
		margin-top: 63px
	}

	section.search .form .col-md-12 {
		width: 100%
	}
}

@media (max-width:767px) {
	.news-page .detail .article {
		padding: 0
	}

	.news-page .layout .title {
		font-size: 24px;
		padding-top: 10px
	}

	.news-page .layout .date {
		margin-top: 10px
	}

	.news-page .layout .row:first-child {
		margin-bottom: 15px
	}

	.solutions-page .layout.detail .title {
		font-size: 30px;
		line-height: 36px
	}
}

.search {
	margin-top: 92px
}

.search .form {
	padding: 30px 0;
	background-color: #0055b8
}

.search .form .col-md-12 {
	width: 65%;
	margin: 0 auto;
	float: none
}

.search .form .col-md-12 .input-group .form-control {
	color: #fff;
	background-color: transparent;
	border-radius: inherit;
	border-color: #fff
}

.search .form .col-md-12 .input-group .btn-default {
	color: #0055b8;
	background-color: #fff;
	border-radius: inherit;
	border-color: #fff
}

.search .form p {
	color: #fff;
	font-size: 16px;
	margin-top: 15px
}

.search .result {
	padding: 50px 0
}

.search .list>li {
	margin-bottom: 15px
}

.search .list>li a {
	color: #0055b8;
	font-size: 24px;
	display: block;
	text-decoration: none
}

.search .list>li .cont {
	padding: 40px 0
}

.search .list>li .cont p {
	color: #8d8d8d;
	font-size: 16px
}

.sitemap .business {
	padding: 0
}

.sitemap .business.first {
	margin-top: 150px
}

.sitemap .business.last .row:last-child {
	border-bottom: 0
}

.sitemap .business .row {
	margin-bottom: 0
}

.sitemap .block .row:first-child {
	padding-top: 30px
}

.sitemap .block .row:last-child {
	padding-bottom: 30px;
	border-bottom: 1px solid #0055b8
}

.sitemap .block .title a {
	color: #0055b8;
	text-decoration: none
}

@media (max-width:767px) {
	.sitemap .business {
		padding: 0 15px
	}

	.sitemap .business.first {
		margin-top: 45px
	}

	.sitemap .block .row:first-child {
		padding-top: 20px
	}

	.sitemap .block .row:last-child {
		padding-bottom: 20px
	}

	.block .title {
		font-size: 37px
	}
}

.category .item {
	width: 46%;
	display: inline-block;
	margin: 0 15px 20px 15px;
	vertical-align: top;
	background-color: #f5f5f5;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.25);
	box-shadow: 0 2px 7px rgba(0,0,0,.25)
}

.category .plat-txt {
	padding: 30px
}

.category .plat-txt h3 {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 24px;
	text-transform: uppercase
}

.category .plat-txt p {
	color: #000;
	font-size: 16px;
	padding-top: 15px;
	min-height: 80px;
	overflow: hidden
}

.category .plat-txt .toggle {
	color: #0055b8;
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding-top: 15px;
	position: relative;
	text-decoration: none
}

.category .plat-txt .toggle span {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle
}

.category .plat-txt .toggle .is_hidden {
	display: none
}

.category .plat-txt .toggle .icon {
	width: 16px;
	height: 16px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.category .plat-txt .plat-drop {
	display: none;
	padding-top: 15px;
	padding-left: 15px
}

.category .plat-txt .plat-drop>li {
	list-style-type: square
}

.category .plat-txt .plat-drop>li a {
	color: #0055b8;
	font-size: 16px;
	display: block
}

.category .plat-txt .plat-drop>li span {
	color: #0055b8;
	font-size: 16px;
	display: block
}

.icon-add {
	background-image: url();
}

.icon-sub {
	background-image: url();
}

.detail .col-md-12 {
	padding: 0
}

.detail .go-back {
	margin-bottom: 10px;
	overflow: hidden
}

.detail .go-back>a {
	color: #0055b8;
	font-size: 16px;
	text-decoration: none
}

.detail .go-back>a .icon {
	width: 30px;
	height: 20px;
	margin-right: 10px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.detail .go-back>a span {
	display: inline-block;
	vertical-align: middle
}

.detail .article p {
	color: #0055b8;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px
}

.detail img.pull-right {
	width: 200px
}

.detail .list>li {
	position: relative;
	border-top: 2px solid #f5f5f5
}

.detail .list .tl {
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 22px;
	font-weight: 700;
	width: 92%;
	margin: 30px 0;
	text-transform: uppercase
}

.detail .list .dropmenu {
	display: none;
	margin-bottom: 30px
}

.detail .list .dropmenu p {
	color: #000;
	font-size: 16px;
	line-height: 30px
}

.detail .list .toggle {
	position: absolute;
	top: 30px;
	right: 15px
}

.detail .list .icon {
	width: 20px;
	height: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.icon-back {
	width: 30px;
    height: 20px;
    margin-right: 10px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
	background-image: url(../images/goback.png);
}

.solutions-page .layout .title {
	font-size: 41px
}

.search .form-control {
	font-size: 16px
}

@media (max-width:800px) {
	.category .item {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (max-width:768px) {
	.category .item {
		width: 45%;
		margin: 15px
	}

	.category .plat-txt {
		padding: 15px
	}

	.detail .article {
		padding: 0 15px
	}

	.detail .list {
		padding: 0 15px
	}

	.detail .list .tl {
		font-size: 18px;
		margin: 25px 0
	}

	.detail .list .dropmenu {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.category .plat-txt {
		padding: 15px
	}

	.category .plat-txt h3 {
		font-size: 19px;
		margin: 10px 0
	}

	.category .plat-txt p {
		font-size: 14px;
		height: inherit;
		padding-top: 10px
	}

	.category .plat-txt .toggle {
		padding-top: 10px
	}

	.category .plat-txt .toggle .icon {
		position: absolute;
		top: 15px;
		right: 0;
		z-index: 20
	}

	.category .plat-txt .plat-drop {
		padding-top: 10px;
		padding-left: 20px
	}

	.category .plat-txt .plat-drop>li a,.category .plat-txt .plat-drop>li span {
		padding: 5px 0
	}

	.detail .title {
		font-size: 18px;
		line-height: 24px
	}

	.detail .col-md-12 {
		padding: 0 15px
	}

	.detail .article {
		padding: 0 15px
	}

	.detail .list {
		padding: 0 15px
	}

	.detail .list .tl {
		width: 90%;
		height: 38px;
		line-height: 22px;
		margin: 15px 0;
		overflow: hidden
	}

	.detail .list .toggle {
		top: 20px;
		right: 0
	}

	.detail .go-back {
		margin-bottom: 15px
	}

	.detail .go-back>a .icon {
		width: 30px;
		height: 15px;
		vertical-align: top
	}
}

@media (max-width:675px) {
	.category .item {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (max-width:640px) {
	.category .item {
		width: 100%;
		margin: 0 0 15px 0
	}
}

.owl-carousel .owl-item .back {
	width: 179px;
	margin-bottom: 50px
}

.owl-carousel .owl-item .back.zh-solution {
	width: 220px;
	margin-bottom: 30px
}

.technology {
	overflow-x: hidden
}

.technology .banner {
	position: relative
}

.technology .banner-text {
	top: 35%;
	left: 10%;
	width: 670px
}

.technology .banner-text p {
	color: #fff
}

.technology .banner-text .tech {
	font-family: "Clio Bold";
	font-size: 48px;
	font-weight: 700;
	text-transform: capitalize
}

.technology .boxes {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 90;
	opacity: .8;
	background-image: url();
	background-repeat: no-repeat
}

.technology .anchor {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	overflow: hidden
}

.technology .anchor .container {
	width: 1400px
}

.technology .anchor .list {
	overflow: hidden
}

.technology .anchor .list>li {
	width: 25%;
	float: left;
	position: relative;
	text-align: center
}

.technology .anchor .list>li .link {
	color: #3b54b5;
	font-family: 'Clio Bold';
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	padding: 25px 0;
	position: relative;
	z-index: 20;
	text-decoration: none
}

.technology .anchor .list>li .link span {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase
}

.technology .anchor .list>li:first-child {
	border-left: 0
}

.technology .anchor .list>li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	border: 1px solid #fff;
	border-width: 0 1px;
	z-index: 5;
	opacity: .8;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}

.technology .anchor .list>li:hover:after {
	height: 100%
}

.technology .growtn {
	padding: 90px 0
}

.technology .growtn .diamond {
	padding: 50px 30px
}

.technology .growtn .diamond p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px
}

.technology .growtn .slider {
	margin-bottom: 30px
}

.technology .map {
	padding: 50px 0;
	background-image: url('../images/map-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.technology .map .map-wrap {
	padding: 50px 0;
	background-image: url('../images/map.png');
	background-size: contain;
	background-position: 67% 50%;
	background-repeat: no-repeat
}

.technology .map .tl {
	color: #3b54b5;
	font-family: 'Clio Bold';
	font-size: 78px;
	font-weight: 700
}

.technology .map .statistics {
	margin-top: 120px
}

.technology .map .statistics ul {
	margin: 30px 0
}

.technology .map .statistics ul:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

.technology .map .statistics ul>li {
	width: 300px;
	float: left
}

.technology .map .statistics ul>li sup {
	top: -.5em;
	font-family: 'Clio Bold';
	font-size: 45px;
	color: #3b54b5;
	position: relative
}

.technology .map .statistics h4 {
	color: #3b54b5;
	font-family: NotoSansMonoCJKsc-Bold;
	font-size: 48px;
	font-weight: 600
}

.technology .map .statistics h4 span {
	float: left
}

.technology .map .statistics .desc {
	font-size: 18px;
	text-transform: uppercase
}

.technology .block.agent,.technology .block.channel,.technology .block.wechat {
	padding: 60px 0
}

.technology .block.agent .title,.technology .block.channel .title,.technology .block.wechat .title {
	width: 60%;
	text-align: left
}

.technology .block .model {
	max-width: 650px;
	float: right
}

.technology .block.agent {
	position: relative;
	padding-bottom: 100px
}

.technology .block.agent:before {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-width: 0 50px 50px 50px;
	border-color: transparent transparent #3b54b5 transparent;
	border-style: solid
}

.technology .block.agent .model {
	float: left
}

.technology .block .container {
	width: 84%;
	max-width: 1580px
}

.technology .block .title {
	color: #000;
	font-family: 'Clio Bold';
	font-size: 38px;
	font-weight: 700;
	padding: 30px 0;
	text-transform: uppercase;
	text-align: center
}

.technology .block .title.left {
	color: #fff;
	text-align: left
}

.technology .block .partner {
	min-height: 80px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 110px
}

@media (min-width:1440px) {
	.technology .block .partner {
		width: 50%
	}
}

.technology .block .row.bottom {
	padding-bottom: 30px
}

.technology .block .brand {
	font-family: 'Clio Bold';
	font-size: 20px;
	font-weight: 600;
	padding: 20px 75px;
	text-transform: uppercase;
	text-align: center
}

.technology .block .list>li {
	margin-bottom: 30px
}

.technology .block .list>li .icon {
	float: left
}

.technology .block .list>li span {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.technology .block .img {
	padding-top: 70px
}

.technology .block.diagram {
	background-color: #3b54b5;
	position: relative;
	overflow: hidden
}

.technology .block.diagram .title {
	color: #fff
}

.technology .block.diagram-zh .wrapper .rx-pms {
	left: -104px
}

.technology .block.diagram-zh .wrapper .rx-chains {
	left: -136px
}

.technology .block.diagram-zh .wrapper .rx-manager {
	left: -106px
}

.technology .block.diagram-zh .wrapper .rx-engine {
	right: -100px
}

.technology .block.diagram-zh .wrapper .rx-portal {
	right: 20px
}

.technology .block.switch {
	padding-top: 41%;
	position: relative;
	background-image: url('../images/switch-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.technology .block.switch .container {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%)
}

.technology .block.switch .container .row {
	margin-bottom: 0
}

.technology .block.switch .list {
	padding-right: 50px
}

.technology .block.switch .list>li span {
	color: #fff
}

.technology .diagram .wrapper {
	max-width: 768px;
	height: 520px;
	margin: 0 auto 30px auto;
	position: relative
}

.technology .wrapper .rx {
	position: absolute;
	z-index: 20
}

.technology .wrapper .rx .arrow {
	color: #fff;
	font-size: 18px;
	float: left;
	position: relative;
	padding: 20px 15px;
	background-color: #4f65bd
}

.technology .wrapper .rx .arrow:after {
	position: absolute;
	top: 50%;
	right: -15px;
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #4f65bd;
	border-bottom: 15px solid transparent;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.technology .wrapper .rx .arrow.right:after {
	left: -15px;
	right: inherit;
	border-left: 0;
	border-right: 15px solid #4f65bd
}

.technology .wrapper .rx .arrow span {
	display: block
}

.technology .wrapper .rx .thumbnail {
	float: left;
	margin-bottom: 0;
	border: 0;
	background-color: transparent
}

.technology .wrapper .rx .small {
	font-size: 12px
}

.technology .wrapper .rx-chains {
	top: 80px;
	left: -120px
}

.technology .wrapper .rx-crs {
	top: 60px;
	left: 100px
}

.technology .wrapper .rx-pms {
	bottom: 100px;
	left: -59px
}

.technology .wrapper .rx-manager {
	bottom: 20px;
	left: -170px
}

.technology .wrapper .rx-channel {
	bottom: 30px;
	left: 100px
}

.technology .wrapper .rx-center {
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	z-index: 90;
	background-image: url('../images/rhombus.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%)
}

.technology .wrapper .rx-agent {
	bottom: -30px;
	right: 216px
}

.technology .wrapper .rx-portal {
	bottom: 10px;
	right: -90px
}

.technology .wrapper .rx-party {
	top: 230px;
	right: -225px
}

.technology .wrapper .rx-party .thumbnail {
	padding-top: 25px
}

.technology .wrapper .rx-party .arrow {
	width: 240px;
	padding: 15px 20px
}

.technology .wrapper .rx-party .arrow span {
	margin: 5px 0
}

.technology .wrapper .rx-wechat {
	top: 60px;
	right: 145px
}

.technology .wrapper .rx-engine {
	top: 80px;
	right: -214px
}

.technology .rx-wrap {
	color: #fff;
	padding: 0 15px
}

.technology .rx-wrap i {
	margin: 0 4px
}

.technology .mrx-wrap {
	text-align: center
}

.technology .mrx span {
	display: inline-block;
	padding: 20px 15px;
	background-color: #4f65bd;
	position: relative;
	vertical-align: top
}

.technology .mrx span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #4f65bd;
	border-bottom: 15px solid transparent;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: -15px;
	border-left: 0;
	border-right: 15px solid #4f65bd
}

.technology .mrx i {
	display: inline-block;
	margin-right: 40px;
}

.technology .rx-m-crs i {
	width: 62px;
	height: 70px;
	background-position: 0 0
}

.technology .rx-m-channel i {
	width: 62px;
	height: 70px;
	background-position: 0 -95px
}

.technology .rx-m-channel span:last-child {
	margin-left: 30px
}

.technology .rx-m-wechat i {
	width: 62px;
	height: 70px;
	background-position: 0 -200px
}

.technology .rx-m-agent i {
	width: 62px;
	height: 70px;
	background-position: 0 -294px
}

.technology .rx-m-party {
	text-align: center;
	margin-top: 30px
}

.technology .rx-m-party p {
	margin-top: 10px
}

.technology .contact-wrap {
	margin-top: -80px
}

.technology .contact-wrap .info {
	display: inline-block;
	margin: 20px 0 30px;
	font-size: 24px;
	overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.technology .contact-wrap .info i {
	display: inline-block;
	width: 104px;
	height: 104px;
	background: url();
}

.technology .contact-wrap .info .info-cont,.technology .contact-wrap .info .info-pic {
	float: left
}

.technology .contact-wrap .info .info-line {
	width: 3px;
	height: 104px;
	background: url();
	margin: 0 40px
}

.technology .contact-wrap .info-cont {
	padding-top: 2px;
	line-height: 2
}

.technology .contact-wrap .info-cont p a {
	font-weight: 700
}

.integrated {
	padding: 60px 0;
	background-color: #f1f4ff
}

.integrated .table {
	display: table;
	margin-bottom: 0
}

.integrated .content {
	width: 35%;
	display: table-cell;
	position: relative;
	text-align: center
}

.integrated .content p {
	font-size: 24px;
	position: absolute;
	top: 50%;
	padding: 0 75px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.integrated .wheel {
	width: 65%;
	display: table-cell
}

.integrated .wheel .circle {
	width: 500px;
	height: 540px;
	position: relative;
	background-image: url('../images/circle.png');
	background-position: center left;
	background-repeat: no-repeat
}

.integrated .cx {
	position: absolute;
	z-index: 20
}

.integrated .cx span {
	color: #7887c9;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle
}

.integrated .cx .radius {
	width: 160px;
	display: inline-block;
	padding: 4px 0;
	margin-right: 15px;
	background-color: #fff;
	text-align: center;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	box-shadow: 2px 3px 10px 1px rgba(51,58,154,.2);
	-webkit-box-shadow: 2px 3px 10px 1px rgba(51,58,154,.2);
	-moz-box-shadow: 2px 3px 10px 1px rgba(51,58,154,.2)
}

.integrated .cx_center {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 156px;
	padding: 47px 20px;
	background-color: #fff;
	border-radius: 40%;
	-webkit-border-radius: 40%;
	-moz-border-radius: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	box-shadow: 0 0 35px 1px rgba(51,58,154,.1);
	-webkit-box-shadow: 10px 0 35px 1px rgba(51,58,154,.1);
	-moz-box-shadow: 0 0 35px 1px rgba(51,58,154,.1)
}

.integrated .cx_center .tl {
	color: #3b54b5;
	font-family: NotoSansMonoCJKsc-Bold;
	font-size: 22px;
	display: block;
	background-color: #fff
}

.integrated .cx_first {
	top: -8px;
	left: 262px;
	width: 452px
}

.integrated .cx_second {
	top: 100px;
	left: 412px
}

.integrated .cx_second .radius {
	width: 120px;
	height: 40px
}

.integrated .cx_third {
	top: 165px;
	left: 465px
}

.integrated .cx_third .radius {
	width: 120px;
	height: 40px
}

.integrated .cx_fourth {
	top: 220px;
	left: 475px
}

.integrated .cx_fourth .radius {
	width: 120px;
	height: 40px;
	padding: 10px 0
}

.integrated .cx_fifth {
	top: 275px;
	left: 455px
}

.integrated .cx_fifth .radius {
	width: 120px;
	height: 40px
}

.integrated .cx_sixth {
	top: 195px;
	left: 610px;
	width: 284px
}

.integrated .cx_seventh {
	bottom: 100px;
	left: 355px;
	width: 316px
}

.integrated .cx_eighth {
	bottom: 0;
	left: 270px;
	width: 628px
}

@media (min-width:768px) {
	.technology .block .container {
		width: 750px
	}

	.technology .anchor .container {
		width: 100%;
		padding: 0
	}

	.technology .rx-wrap .mrx {
		width: 500px;
		margin: 0 auto
	}
}

@media (min-width:992px) {
	.technology .block .container {
		width: 970px
	}

	.technology .anchor .container {
		width: 100%;
		padding: 0
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.technology .block.growtn .container {
		width: 760px
	}
}

@media (min-width:1200px) {
	.technology .block .container {
		width: 1170px
	}

	.technology .anchor .container {
		width: 100%;
		padding: 0
	}

	.technology .visible-pc {
		display: block
	}

	.technology .visible-ms {
		display: none
	}
}

@media (min-width:1440px) {
	.technology .block .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}

	.technology .anchor .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:1620px) {
	.integrated .cx_first {
		width: auto
	}

	.integrated .cx_first span {
		position: absolute;
		top: 20px;
		left: 100%;
		width: 266px
	}

	.integrated .cx_sixth {
		width: 110px;
		left: 506px
	}

	.integrated .cx_sixth span {
		position: absolute;
		top: 0;
		left: 100%;
		width: 286px
	}

	.integrated .cx_seventh {
		width: auto
	}

	.integrated .cx_seventh span {
		position: absolute;
		top: 16px;
		left: 100%;
		width: 100%
	}

	.integrated .cx_eighth {
		width: auto
	}

	.integrated .cx_eighth span {
		position: absolute;
		top: 20px;
		left: 175px;
		width: 445px
	}
}

@media (max-width:1600px) {
	.technology .block .brand {
		padding: 20px 30px
	}
}

@media (max-width:1440px) {
	.technology .block.switch {
		padding-top: 50%
	}

	.technology .block.switch .container {
		top: 45%
	}

	.technology .block.agent .title,.technology .block.channel .title,.technology .block.wechat .title {
		width: 85%
	}

	.technology .block .brand {
		padding: 20px 10px
	}

	.technology .block .model {
		padding-left: 50px
	}

	.technology .block.agent .model {
		padding-left: 0;
		padding-right: 50px
	}

	.technology .map {
		padding: 100px 0
	}

	.technology .map .map-wrap {
		background-position: 90% 50%
	}

	.technology .map .tl {
		font-size: 70px
	}

	.technology .map .statistics ul>li {
		width: 260px
	}

	.technology .map .statistics h4 {
		font-size: 60px
	}

	.technology .diagram .wrapper {
		width: 768px
	}

	.technology .growtn .diamond {
		padding: 0 15px
	}

	.technology .growtn .diamond p:first-child {
		margin-top: 0
	}

	.integrated .content p {
		font-size: 20px;
		padding: 0 30px
	}

	.integrated .cx span {
		font-size: 16px
	}

	.technology .contact-wrap .info {
		font-size: 20px
	}

	.technology .contact-wrap .info i {
		width: 80px;
		height: 80px;
		background-size: cover
	}

	.technology .contact-wrap .info .info-line {
		height: 80px
	}

	.technology .contact-wrap .info-cont {
		padding-top: 0
	}

	.integrated .cx_sixth span {
		width: 200px
	}

	.integrated .cx_eighth span {
		width: 300px
	}
}

@media (max-width:1366px) {
	.integrated .cx_sixth span {
		width: 100px
	}

	.integrated .cx_eighth span {
		width: 200px
	}
}

@media (max-width:1200px) {
	.technology .block .brand {
		padding: 20px 0
	}

	.technology .block.switch .list {
		padding-right: 10px
	}

	.technology .block .title {
		font-size: 36px
	}

	.technology .block .list>li {
		margin-bottom: 20px
	}

	.technology .block .list>li span {
		font-size: 18px
	}

	.integrated .cx_eighth span,.integrated .cx_first span,.integrated .cx_seventh span,.integrated .cx_sixth span {
		display: none
	}
}

@media (max-width:1199px) {
	.technology .visible-pc {
		display: none
	}

	.technology .visible-ms {
		display: block
	}
}

@media (max-width:1024px) {
	.technology .map {
		padding: 60px 0
	}

	.technology .block.agent,.technology .block.channel,.technology .block.wechat {
		padding: 30px 0
	}

	.integrated .wheel {
		display: block;
		width: 100%;
		padding: 0 15px
	}

	.integrated .wheel .circle {
		width: 450px;
		height: 510px;
		background-size: contain;
		margin: 0 auto
	}

	.integrated .cx span {
		font-size: 14px
	}

	.integrated .cx_center {
		left: 12%
	}

	.integrated .cx_first {
		top: 5px;
		left: 230px;
		width: 413px
	}

	.integrated .cx_second {
		left: 390px
	}

	.integrated .cx_third {
		left: 430px
	}

	.integrated .cx_fourth {
		left: 435px
	}

	.integrated .cx_fifth {
		left: 390px
	}

	.integrated .cx_sixth {
		top: 187px;
		left: 560px;
		width: 90px
	}

	.integrated .cx_seventh {
		bottom: 100px;
		left: 315px;
		width: 285px
	}

	.integrated .cx_eighth {
		bottom: -10px;
		left: 230px;
		width: 275px
	}

	.integrated .cx_eighth span {
		margin-top: 10px
	}

	.integrated .content {
		display: block;
		width: 100%
	}

	.integrated .content p {
		font-size: 16px;
		position: static;
		width: 80%;
		margin: 30px auto 0
	}

	.technology .contact-wrap .info {
		font-size: 16px
	}

	.technology .contact-wrap .info i {
		width: 60px;
		height: 60px;
		background-size: cover
	}

	.technology .contact-wrap .info .info-cont {
		line-height: 1.5
	}

	.technology .contact-wrap .info .info-line {
		height: 60px
	}
}

@media (max-width:992px) {
	.technology .growtn .diamond {
		padding: 20px 0 0
	}
}

@media (max-width:768px) {
	.technology .solution-bd .col-md-3:nth-of-type(2n+1) {
		clear: both
	}

	.technology .anchor .list>li .link {
		font-size: 16px
	}

	.technology .block.switch {
		padding-top: 75%
	}

	.technology .block .list>li span {
		font-size: 16px
	}

	.technology .block .model {
		max-width: inherit;
		margin-top: 30px;
		padding-left: 0
	}

	.technology .block.agent .model {
		padding-right: 0
	}

	.technology .wrapper .rx-engine {
		right: 15px
	}

	.technology .wrapper .rx-party {
		top: 200px;
		right: 15px
	}

	.technology .wrapper .rx-party .thumbnail {
		width: 100px;
		padding-top: 62px
	}

	.technology .wrapper .rx-pms {
		bottom: 50px;
		left: 25px
	}

	.technology .wrapper .rx-manager {
		bottom: 40px;
		left: 153px
	}

	.technology .wrapper .rx-manager .arrow:after {
		top: -40px;
		left: 50%!important;
		border-bottom-color: #4f65bd;
		border-left: 20px solid transparent!important;
		border-right: 20px solid transparent!important;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%)
	}

	.integrated .table {
		display: block
	}

	.integrated .content {
		width: 100%;
		display: block;
		margin-bottom: 50px
	}

	.integrated .content p {
		font-size: 16px;
		padding: 0 15px;
		position: static;
		width: 100%;
		transform: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit
	}

	.integrated .wheel {
		width: 100%;
		display: block;
		padding: 0 30px
	}

	.integrated .wheel .circle {
		width: 240px;
		height: 240px;
		background-size: contain;
		margin: 0 auto
	}

	.integrated .wheel .radius {
		display: block;
		position: relative
	}

	.integrated .wheel .cx span {
		font-size: 14px
	}

	.integrated .wheel .cx .radius {
		width: 80px;
		margin-right: 5px
	}

	.integrated .wheel .cx .icon {
		width: 61px;
		height: 26px;
		background-size: contain;
		background-position: center
	}

	.integrated .wheel .cx_center {
		left: 10%;
		width: 90px;
		padding: 20px 10px
	}

	.integrated .wheel .cx_center span {
		font-size: 14px
	}

	.integrated .wheel .cx_first {
		top: -20px;
		left: 115px;
		width: 205px
	}

	.integrated .wheel .cx_first span {
		width: 125px
	}

	.integrated .wheel .cx_second {
		top: 36px;
		left: 176px
	}

	.integrated .wheel .cx_third {
		top: 65px;
		left: 215px
	}

	.integrated .wheel .cx_fourth {
		top: 98px;
		left: 215px
	}

	.integrated .wheel .cx_fifth {
		top: 130px;
		left: 195px
	}

	.integrated .wheel .cx_sixth {
		top: 75px;
		left: 285px;
		width: 90px
	}

	.integrated .wheel .cx_second .radius {
		width: 80px;
		height: 24px
	}

	.integrated .wheel .cx_second .icon {
		width: 60px;
		height: 12px;
		margin-top: 0
	}

	.integrated .wheel .cx_fourth .radius {
		width: 60px;
		height: 24px;
		padding: 4px 0
	}

	.integrated .wheel .cx_fourth .icon {
		width: 46px;
		height: 12px
	}

	.integrated .wheel .cx_fifth .radius,.integrated .wheel .cx_third .radius {
		width: 60px;
		height: 24px
	}

	.integrated .wheel .cx_fifth .icon,.integrated .wheel .cx_third .icon {
		width: 40px;
		height: 20px
	}

	.integrated .wheel .cx_eighth {
		bottom: -10px;
		left: 110px;
		width: 175px
	}

	.integrated .wheel .cx_eighth span {
		margin-top: 5px
	}

	.integrated .wheel .cx_seventh {
		bottom: 40px;
		left: 155px;
		width: 175px
	}

	.technology .integrated .cx_fifth .icon,.technology .integrated .cx_fourth .icon,.technology .integrated .cx_second .icon,.technology .integrated .cx_third .icon {
		position: absolute;
		left: 10px
	}

	.technology .integrated .cx_second .icon {
		top: 6px
	}

	.technology .integrated .cx_third .icon {
		top: 2px
	}

	.technology .integrated .cx_fourth .icon {
		top: 8px
	}

	.technology .integrated .cx_fifth .icon {
		top: 2px
	}
}

@media (max-width:640px) {
	.technology .banner-text {
		top: 35%;
		left: 0;
		width: 100%;
		padding: 0 30px
	}

	.technology .banner-text .tech {
		font-size: 32px
	}

	.technology .growtn {
		padding: 50px 0
	}

	.technology .growtn .diamond {
		text-align: left;
		padding: 20px 0 0
	}

	.technology .map {
		padding: 50px 0
	}

	.technology .map .statistics {
		margin-top: 100px
	}

	.technology .map .statistics ul>li {
		width: 50%
	}

	.technology .map .statistics ul>li sup {
		font-size: 38px;
		top: -10px
	}

	.technology .map .statistics .desc {
		font-size: 14px
	}

	.technology .map .statistics h4 {
		font-size: 38px
	}

	.technology .map .tl {
		font-size: 50px
	}

	.technology .anchor .container {
		width: 100%
	}

	.technology .anchor .list>li .link {
		font-size: 12px;
		padding: 15px 0
	}

	.technology .anchor .list>li .icon {
		display: block;
		margin: 0 auto 5px auto
	}

	.technology .block.agent,.technology .block.channel,.technology .block.wechat {
		padding: 30px 0
	}

	.technology .block.wechat {
		background-color: #f1f4ff
	}

	.technology .block .container {
		width: 100%
	}

	.technology .block .brand {
		font-size: 15px;
		padding: 20px 0
	}

	.technology .block .model {
		margin-top: 30px;
		padding-left: 0
	}

	.technology .block.agent .model {
		margin-top: 0;
		margin-bottom: 30px;
		padding-right: 0
	}

	.technology .block.switch {
		padding-top: 165%;
		background-image: url('../images/switch-mobile-bg.png')
	}

	.technology .block.switch .container {
		top: 45%
	}

	.technology .block.switch .list {
		padding-right: 0
	}

	.technology .block .title {
		font-size: 30px;
		padding-left: 15px
	}

	.technology .block .img {
		padding-top: 0
	}

	.technology .block .list {
		padding: 0 15px
	}

	.technology .block .list>li {
		margin-bottom: 20px
	}

	.technology .block .list>li span {
		font-size: 14px;
		-webkit-line-clamp: inherit;
		overflow: inherit
	}

	.technology .diagram .wrapper {
		width: 100%
	}
}

@media (max-width:520px) {
	.technology .mrx {
		overflow: hidden;
		margin-top: 10px
	}

	.technology .mrx span {
		padding: 10px 8px;
		display: block;
		margin-left: 90px;
		margin-top: 16px;
		text-align: center
	}

	.technology .mrx span:after {
		border: 7px solid transparent;
		border-right: 7px solid #4f65bd;
		left: -14px
	}

	.technology .mrx i {
		margin-right: 10px;
		float: left
	}

	.technology .rx-m-channel i {
		margin-top: 30px
	}

	.technology .rx-m-channel span:last-child {
		margin-top: 10px;
		margin-left: 90px
	}

	.integrated .wheel .cx_eighth,.integrated .wheel .cx_first,.integrated .wheel .cx_seventh {
		width: auto
	}

	.technology .contact-wrap .info {
		text-align: center
	}

	.technology .contact-wrap .info .info-cont,.technology .contact-wrap .info .info-pic {
		float: none
	}

	.technology .contact-wrap .info .info-line {
		display: none
	}

	.technology .contact-wrap .info .info-pic {
		margin-bottom: 20px
	}

	.technology .block.agent .title,.technology .block.channel .title,.technology .block.wechat .title {
		width: 100%
	}
	.nav .iconfont{
		display: block!important;
	}

}

@media (max-width:375px) {
	.technology .anchor .container {
		padding: 0
	}

	.technology .anchor .list>li .link {
		font-size: 11px;
		padding: 15px 0
	}

	.technology .anchor .list>li .link span {
		word-break: break-all
	}

	.technology .block .brand {
		font-size: 14px;
		padding: 20px 0
	}

	.technology .block.switch {
		padding-top: 180%
	}

	.integrated .wheel .cx_first {
		top: -20px;
		left: 95px
	}

	.integrated .wheel .cx_first span {
		width: 90px
	}

	.integrated .wheel .cx_sixth {
		top: -10px;
		left: 250px
	}
}

@media (max-width:320px) {
	.technology .anchor .list>li .link {
		padding: 9px 0
	}

	.technology .anchor .list>li .link span {
		word-break: break-all
	}

	.technology .block .brand {
		font-size: 14px
	}

	.technology .block .title {
		font-size: 24px
	}

	.technology .block.switch {
		padding-top: 220%
	}

	.technology .block .list>li {
		margin-bottom: 15px
	}

	.integrated .wheel {
		padding: 0 10px
	}

	.integrated .wheel .cx span {
		font-size: 12px
	}

	.integrated .wheel .cx_sixth {
		top: -5px;
		left: 225px
	}

	.integrated .wheel .cx_seventh {
		left: 150px
	}
}


/*企业荣誉 新添加*/
.divHonor figure {
    overflow: hidden;
    border: #edf2f5 1px solid;
    margin-bottom: 40px;
}
.divHonor figure img{
    border: none;
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

 .divHonor figure figcaption{
        background: #edf2f5;
    color: #617787;
    text-align: center;
    padding: 7% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.167em;
}
  .divHonor figure:hover{
        border: #014375 1px solid;
  }
  .divHonor figure:hover figcaption{
        background: #00326d;
    color: #fff;
  }

.FenYe{
   width: 90%;
   height: 40px;
   margin-top: 15px;
}
.nexttags{
   padding: 6px 15px;
   border: 1px solid #0055b8;
   border-radius: 15px;
}


/*联系我们*/

.Map001{ padding:3% 0;}
.Map001 .map{width:70%; float:left;margin-top: 60px;}
.Map001 .map #allmap{ height:485px; width:100%;}
.Map001 .map #allmap *{ font-size:12px !important;}
.Map001 .info{ float:right; width:30%; background-color:#f9f9f9; min-height:400px;margin-top: 60px;}
.Map001 .info ul{ padding:35px 29px;}
.Map001 li{ line-height:25px; background-position: left 26px; padding:26px 0 26px 60px; font-size:16px; background-repeat:no-repeat; color:#7e7e7e; border-bottom:1px #dbdbdb dotted;}
.Map001 li.name{ background-image:url(../images/Map001-icon_name.gif);}
.Map001 li.add{ background-image:url(../images/Map001-icon_add.gif);}
.Map001 li.tel{ background-image:url(../images/Map001-icon_tel.gif);}
.Map001 li.fax{ background-image:url(../images/Map001-icon_fax.gif);}
.Map001 li.em{ background-image:url(../images/Map001-icon_em.gif);}

@media(max-width:1220px){

.Map001 .map{float:none;margin: 0 auto;}
.Map001 .info{ float:none; margin: 0 auto;width: 700px;}
}

@media(max-width:740px){
  .Map001 .info ul{padding: 2%;}
  .Map001 .map{float:none;margin: 0 auto;width: 100%;}
  .Map001 .map #allmap{ height:0;position: relative;padding-bottom: 100%;}
  .Map001 .info{ float:none; margin: 0 auto;width: 100%;}

}


.whirform{
	width: 40%;
	margin-top: 40px;
}
.ProductTabs img{
	width: 100%;
    height: 400px;
}
.ProductTabs .ProductImg{
    border: 1px solid #eee;
    margin-top: 30px;
    padding: 15px;
    border: 2px solid #e4dcdc;
}
.ProductTabs .ProductImg:hover{
	border-color: #0055b8
}
.ProductTabs .ProductImg a:hover{
	text-decoration: none;
}
.ProductTabs .ProductImg p{
	text-align: center;
	color: #0055b8;
	font-family: "Clio Regular",Verdana,Avenir;
	font-size: 26px;
	border-top: 1px solid #d6d1d1;

}
.ProductIn{
	padding-bottom: 30px;
}
.ProductIn img{
	display: block;margin:0 auto;
}

@media screen and (max-width: 450px){
   .whirform{width: 100%!important}
 }
