

.lead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px
	}
}

small,.small {
	font-size: 107%
}

mark,.mark {
	background-color: #fcf8e3;
	padding: .2em
}

ul,ol {
	margin-bottom: 10px
}

ul,dl,ol {
	margin-top: 0
}

dl {
	margin-bottom: 20px
}

dt,dd {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #428bca
}

.text-success {
	color: #3c763d
}

.text-info {
	color: #31708f
}

.text-warning {
	color: #8a6d3b
}

.text-danger {
	color: #a94442
}

.bg-primary {
	background-color: #428bca;
	color: #fff
}

.bg-success {
	background-color: #dff0d8
}

.bg-info {
	background-color: #d9edf7
}

.bg-warning {
	background-color: #fcf8e3
}

.bg-danger {
	background-color: #f2dede
}

.page-header {
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding-bottom: 9px
}

.list-unstyled {
	margin: 0 auto;
	width: 80%
}

.list-unstyled,.list-inline {
	list-style: none;
	padding-left: 0
}

.list-inline {
	margin-left: -5px
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

a.text-primary:hover {
	color: #3071a9
}

a.text-success:hover {
	color: #2b542c
}

a.text-info:hover {
	color: #245269
}

a.text-warning:hover {
	color: #66512c
}

a.text-danger:hover {
	color: #843534
}

a.bg-primary:hover {
	background-color: #3071a9
}

a.bg-success:hover {
	background-color: #c1e2b3
}

a.bg-info:hover {
	background-color: #afd9ee
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

blockquote {
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

abbr[title],abbr[data-original-title] {
	border-bottom: 1px dotted #777;
	cursor: help
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
	color: #777;
	display: block;
	font-size: 80%;
	line-height: 1.42857143
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 A0'
}

.blockquote-reverse,blockquote.pull-right {
	border-right: 5px solid #eee;
	border-left: 0;
	padding-right: 15px;
	padding-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
	content: 'A0 \2014'
}

address {
	font-style: normal;
	line-height: 1.42857143;
	margin-bottom: 20px
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e
}

code,kbd {
	font-size: 90%;
	padding: 2px 4px
}

kbd {
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	color: #fff
}

pre {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	margin: 0 0 10px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word
}

kbd kbd {
	box-shadow: none;
	font-size: 100%;
	font-weight: 700;
	padding: 0
}

pre code {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

blockquote:before,blockquote:after {
	content: ""
}

@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
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 20%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	color: #777;
	padding-top: 8px;
	padding-bottom: 8px
}

caption,th {
	text-align: left
}

.table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top
}

.table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom
}

.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
	border-top: 0
}

.table-bordered,.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd
}

.table > tbody + tbody {
	border-top: 2px solid #ddd
}

table col[class*="col-"] {
	display: table-column;
	float: none;
	position: static
}

table td[class*="col-"],table th[class*="col-"] {
	display: table-cell;
	float: none;
	position: static
}

.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td {
	padding: 5px
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
	border-bottom-width: 2px
}

.table .table {
	background-color: #fff
}

.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5
}

.table > thead > tr > td.active,.table > tbody > tr > td.active,.table > tfoot > tr > td.active,.table > thead > tr > th.active,.table > tbody > tr > th.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > tbody > tr.active > td,.table > tfoot > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr.active > th,.table > tfoot > tr.active > th {
	background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8
}

.table > thead > tr > td.success,.table > tbody > tr > td.success,.table > tfoot > tr > td.success,.table > thead > tr > th.success,.table > tbody > tr > th.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > tbody > tr.success > td,.table > tfoot > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr.success > th,.table > tfoot > tr.success > th {
	background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6
}

.table > thead > tr > td.info,.table > tbody > tr > td.info,.table > tfoot > tr > td.info,.table > thead > tr > th.info,.table > tbody > tr > th.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > tbody > tr.info > td,.table > tfoot > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr.info > th,.table > tfoot > tr.info > th {
	background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3
}

.table > thead > tr > td.warning,.table > tbody > tr > td.warning,.table > tfoot > tr > td.warning,.table > thead > tr > th.warning,.table > tbody > tr > th.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > tbody > tr.warning > td,.table > tfoot > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr.warning > th,.table > tfoot > tr.warning > th {
	background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc
}

.table > thead > tr > td.danger,.table > tbody > tr > td.danger,.table > tfoot > tr > td.danger,.table > thead > tr > th.danger,.table > tbody > tr > th.danger,.table > tfoot > tr > th.danger,.table > thead > tr.danger > td,.table > tbody > tr.danger > td,.table > tfoot > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr.danger > th,.table > tfoot > tr.danger > th {
	background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto
}

@media screen and (max-width: 767px) {
	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 15px;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-y: hidden;
		width: 100%
	}

	.table-responsive > .table {
		margin-bottom: 0
	}

	.table-responsive > .table-bordered {
		border: 0
	}

	.table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0
	}
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

legend {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%
}

label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%
}

output {
	padding-top: 9px
}

output,.form-control {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857143
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	height: 38px;
	padding: 8px 16px;
	-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;
	width: 100%
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9
}

input[type="file"],input[type="range"] {
	display: block
}

input[type="range"] {
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

.form-control::-moz-placeholder {
	opacity: 1
}

.form-control::-moz-placeholder,.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	outline: 0
}

.form-control:-ms-input-placeholder {
	color: #999
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
	line-height: 38px;
	line-height: 1.42857143 \0
}

input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm {
	line-height: 34px;
	line-height: 1.5 \0
}

input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg {
	line-height: 53px;
	line-height: 1.33 \0
}

_:-ms-fullscreen,:root input[type="date"],_:-ms-fullscreen,:root input[type="time"],_:-ms-fullscreen,:root input[type="datetime-local"],_:-ms-fullscreen,:root input[type="month"] {
	line-height: 1.42857143
}

_:-ms-fullscreen.input-sm,:root input[type="date"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="time"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="datetime-local"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="month"].input-sm {
	line-height: 1.5
}

_:-ms-fullscreen.input-lg,:root input[type="date"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="time"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="datetime-local"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="month"].input-lg {
	line-height: 1.33
}

.form-group {
	margin-bottom: 15px
}

.radio,.checkbox {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative
}

.radio-inline,.checkbox-inline {
	display: inline-block;
	vertical-align: middle
}

.radio-inline,.radio label,.checkbox-inline,.checkbox label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 20px
}

.radio label,.checkbox label {
	min-height: 20px
}

.radio + .radio,.checkbox + .checkbox {
	margin-top: -5px
}

.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
	margin-left: -20px;
	margin-top: 4px \9;
	position: absolute
}

input[type="radio"][disabled],.radio-inline.disabled,input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 9px
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm,.form-group-sm .form-control {
	border-radius: 3px;
	font-size: 15px;
	height: 34px;
	line-height: 1.5;
	padding: 5px 10px
}

select.input-sm,select.form-group-sm .form-control {
	height: 34px;
	line-height: 34px
}

textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control {
	height: auto
}

.input-lg,.form-group-lg .form-control {
	border-radius: 6px;
	font-size: 20px;
	height: 53px;
	line-height: 1.33;
	padding: 12px 35px
}

select.input-lg,select.form-group-lg .form-control {
	height: 53px;
	line-height: 53px
}

textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control {
	height: auto
}

.has-feedback {
	position: relative
}

.form-control-feedback {
	display: block;
	height: 38px;
	line-height: 38px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 38px;
	z-index: 2
}

.has-feedback .form-control {
	padding-right: 47.5px
}

.input-lg + .form-control-feedback {
	height: 53px;
	line-height: 53px;
	width: 53px
}

.input-sm + .form-control-feedback {
	height: 34px;
	line-height: 34px;
	width: 34px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .input-group-addon {
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .input-group-addon,.has-success .form-control-feedback {
	color: #3c763d
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .input-group-addon {
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .input-group-addon,.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
	color: #a94442
}

.help-block {
	color: #959595;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .input-group-addon {
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .input-group-addon,.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		vertical-align: middle;
		width: auto
	}

	.form-inline .form-control,.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .control-label,.form-inline .radio,.form-inline .checkbox {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,.form-inline .checkbox {
		display: inline-block;
		margin-top: 0
	}

	.form-inline .radio label,.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group > .form-control {
		width: 100%
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}

	.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
		margin-left: 0;
		position: relative
	}
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9px
}

.form-horizontal .radio,.form-horizontal .checkbox {
	min-height: 29px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		margin-bottom: 0;
		padding-top: 9px;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 16.96px
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 8px 16px;
	text-align: center;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
	color: #fff;
	text-decoration: none
}

.btn:active,.btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
	filter: alpha(opacity=65)
}

.btn-default {
	background-color: #ff510d;
	border-color: #ff510d;
	color: #fff
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
	background-color: rgba(0,0,0,0);
	border-color: #e0e0e0;
	color: #fff
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color: transparent;
	border-color: #fff
}

.btn-primary {
	background-color: transparent;
	border-color: #ee930f;
	color: #ee930f
}

.btn-default .badge {
	background-color: #fff;
	color: transparent
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	background-color: rgba(0,0,0,0);
	border-color: #b46f0b;
	color: #ee930f
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: transparent;
	border-color: #ee930f
}

.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff
}

.btn-primary .badge {
	background-color: #ee930f;
	color: transparent
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
	background-color: #449d44;
	border-color: #398439;
	color: #fff
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff
}

.btn-success .badge {
	background-color: #fff;
	color: #5cb85c
}

.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff
}

.btn-info .badge {
	background-color: #fff;
	color: #5bc0de
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff
}

.btn-warning .badge {
	background-color: #fff;
	color: #f0ad4e
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-link {
	border-radius: 0;
	color: #ee930f;
	font-weight: 400
}

.btn-danger .badge {
	background-color: #fff;
	color: #d9534f
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent
}

.btn-link:hover,.btn-link:focus {
	background-color: transparent;
	color: #a6670a;
	text-decoration: underline
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 22px;
	line-height: 2.9;
	padding: 0 60px
}

.btn-sm,.btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 10px
}

.btn-xs,.btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.5;
	padding: 1px 5px
}

.btn-block {
	display: block;
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.collapse {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.caret {
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0
}

.dropdown {
	position: relative
}

.dropdown-menu {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000
}

.dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 3px 20px;
	white-space: nowrap
}

.btn-block + .btn-block {
	margin-top: 5px
}

.fade.in {
	opacity: 1
}

.collapse.in {
	display: block
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu.pull-right {
	left: auto;
	right: 0
}

.dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
	background-color: #428bca;
	color: #fff;
	outline: 0;
	text-decoration: none
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	color: #777
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	color: #777;
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	padding: 3px 20px;
	white-space: nowrap
}

.dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990
}

.open > a {
	outline: 0
}

.open > .dropdown-menu {
	display: block
}

.pull-right > .dropdown-menu {
	left: auto;
	right: 0
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	background-image: none;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 1px;
	top: auto
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,.btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.btn-toolbar {
	margin-left: -5px
}

.btn-group > .btn,.btn-group-vertical > .btn {
	position: relative
}

.btn-group > .btn,.btn-toolbar .btn-group,.btn-group-vertical > .btn,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group {
	margin-left: 5px
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active {
	z-index: 2
}

.btn-group > .btn:focus,.btn-group-vertical > .btn:focus {
	outline: 0
}

.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {
	margin-left: -1px
}

.btn-group > .btn:first-child {
	margin-left: 0
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group > .btn-group {
	float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child,.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn {
	display: block;
	max-width: 100%;
	width: 100%
}

.btn-group-vertical > .btn,.btn-group-vertical > .btn-group > .btn,.btn-group-vertical > .btn-group,.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-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-justified {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%
}

.btn-group-justified > .btn,.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified > .btn-group .btn {
	width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: -1;
	filter: alpha(opacity=0)
}

.input-group {
	border-collapse: separate;
	display: table;
	position: relative
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2
}

.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn {
	border-radius: 6px;
	font-size: 20px;
	height: 53px;
	line-height: 1.33;
	padding: 12px 35px
}

select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn {
	height: 53px;
	line-height: 53px
}

textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto
}

.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn {
	border-radius: 3px;
	font-size: 15px;
	height: 34px;
	line-height: 1.5;
	padding: 5px 10px
}

select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn {
	height: 34px;
	line-height: 34px
}

textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%
}

.input-group-addon {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 8px 16px;
	text-align: center
}

.input-group-addon.input-sm {
	border-radius: 3px;
	font-size: 15px;
	padding: 5px 10px
}

.input-group-addon.input-lg {
	border-radius: 6px;
	font-size: 20px;
	padding: 12px 35px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-btn {
	font-size: 0;
	white-space: nowrap
}

.input-group-btn,.input-group-btn > .btn {
	position: relative
}

.nav {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.nav > li,.nav > li > a {
	display: block;
	position: relative
}

.nav > li > a {
	padding: 10px 15px
}

.input-group-addon:last-child {
	border-left: 0
}

.nav > li > a:hover,.nav > li > a:focus {
	background-color: #eee;
	text-decoration: none
}

.nav > li.disabled > a,.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
	color: #777
}

.input-group-btn > .btn + .btn {
	margin-left: -1px
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
	z-index: 2
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
	margin-right: -1px
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
	margin-left: -1px
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
	background-color: transparent;
	cursor: not-allowed;
	text-decoration: none
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
	background-color: #eee;
	border-color: #ee930f
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857143;
	margin-right: 2px
}

.nav > li > a > img {
	max-width: none
}

.nav .nav-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden
}

.nav-tabs > li > a:hover {
	border-color: #eee #eeeeee #ddd
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	cursor: default
}

.nav-tabs.nav-justified {
	border-bottom: 0;
	width: 100%
}

.nav-tabs.nav-justified > li {
	float: none
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	left: auto;
	top: auto
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified > li > a {
	border-radius: 4px;
	margin-right: 0
}

.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-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:hover,.nav-pills > li.active > a:focus {
	background-color: #428bca;
	color: #fff
}

.nav-justified {
	width: 100%
}

.nav-stacked > li,.nav-justified > li {
	float: none
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
	left: auto;
	top: auto
}

@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}

	.nav-justified > li > a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified > li > a {
	border-radius: 4px;
	margin-right: 0
}

.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff
	}
}

.navbar {
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.nav-tabs .dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: -1px
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width: 768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar-collapse {
		border-top: 0;
		box-shadow: none;
		width: auto
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 768px) {
	.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	border-width: 0 0 1px;
	z-index: 1000
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,.navbar-fixed-bottom {
	left: 0;
	position: fixed;
	right: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1030
}

@media (min-width: 768px) {
	.navbar-fixed-top,.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0
}

.navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0
}

.navbar-brand {
	float: left;
	font-size: 20px;
	height: 50px;
	line-height: 20px;
	padding: 15px
}

.navbar-brand > img {
	display: block
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 9px 10px;
	position: relative
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px
}

.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 {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto
	}

	.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		margin: 0
	}

	.navbar-nav,.navbar-nav > li {
		float: left
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin: 6px -15px;
	padding: 10px 15px
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		vertical-align: middle;
		width: auto
	}

	.navbar-form .form-control,.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .control-label,.navbar-form .radio,.navbar-form .checkbox {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0
	}

	.navbar-form .radio label,.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group > .form-control {
		width: 100%
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}

	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
		margin-left: 0;
		position: relative
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width: 768px) {
	.navbar-form {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		width: auto
	}
}

.navbar-btn {
	margin-top: 6px;
	margin-bottom: 6px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

.navbar-btn.btn-sm {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-nav > li > .dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

@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,.navbar-default .navbar-text,.navbar-default .navbar-nav > li > a {
	color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #5e5e5e
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #333
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
	background-color: #e7e7e7;
	color: #555
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #ccc
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
	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:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #333
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #e7e7e7;
		color: #555
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		background-color: transparent;
		color: #ccc
	}
}

.navbar-default .navbar-link,.navbar-default .btn-link {
	color: #777
}

.navbar-default .navbar-link:hover,.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-text,.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	background-color: transparent;
	color: #fff
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff
}

.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #080808;
	color: #fff
}

.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #444
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #fff
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #fff
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #080808;
		color: #fff
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		background-color: transparent;
		color: #444
	}
}

.navbar-inverse .navbar-link,.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover,.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px
}

.label {
	border-radius: .25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap
}

.label-default {
	background-color: #777
}

.label-primary {
	background-color: #428bca
}

.label-success {
	background-color: #5cb85c
}

.label-info {
	background-color: #5bc0de
}

.label-warning {
	background-color: #f0ad4e
}

.label-danger {
	background-color: #d9534f
}

.thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857143;
	margin-bottom: 20px;
	padding: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.breadcrumb > li {
	display: inline-block
}

.breadcrumb > .active {
	color: #777
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:hover,a.label:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.breadcrumb > li + li:before {
	color: #ccc;
	content: "/a0";
	padding: 0 5px
}

.label-default[href]:hover,.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary[href]:hover,.label-primary[href]:focus {
	background-color: #3071a9
}

.label-success[href]:hover,.label-success[href]:focus {
	background-color: #449d44
}

.label-info[href]:hover,.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning[href]:hover,.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color: #c9302c
}

.thumbnail > img,.thumbnail a > img {
	margin-left: auto;
	margin-right: auto
}

.alert {
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 25px
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-info {
	background-color: #25bfc7;
	border-color: #bce8f1;
	color: #fff
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.media,.media-body {
	overflow: hidden;
	zoom: 1
}

.alert h4 {
	color: inherit;
	margin-top: 0
}

.alert > p,.alert > ul {
	margin-bottom: 0
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert > p + p {
	margin-top: 5px
}

.thumbnail .caption {
	color: #555;
	padding: 9px
}

.alert .alert-link {
	font-weight: 700
}

.alert-dismissable .close,.alert-dismissible .close {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info .alert-link {
	color: #e6e6e6
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger .alert-link {
	color: #843534
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color: #ee930f
}

.media,.media .media {
	margin-top: 15px
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media-list {
	list-style: none;
	padding-left: 0
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative
}

a.list-group-item {
	color: #555
}

.media:first-child {
	margin-top: 0
}

.media > .pull-left {
	margin-right: 10px
}

.media > .pull-right {
	margin-left: 10px
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 0
}

.list-group-item > .badge {
	float: right
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,a.list-group-item:focus {
	background-color: #f5f5f5;
	color: #555;
	text-decoration: none
}

.list-group-item > .badge + .badge {
	margin-right: 5px
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	background-color: #428bca;
	border-color: #428bca;
	color: #fff;
	z-index: 2
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7
}

.list-group-item-success {
	background-color: #dff0d8
}

.list-group-item-success,a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
	background-color: #d0e9c6;
	color: #3c763d
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff
}

.list-group-item-info {
	background-color: #d9edf7
}

.list-group-item-info,a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
	background-color: #c4e3f3;
	color: #31708f
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
	background-color: #31708f;
	border-color: #31708f;
	color: #fff
}

.list-group-item-warning {
	background-color: #fcf8e3
}

.list-group-item-warning,a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
	background-color: #faf2cc;
	color: #8a6d3b
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff
}

.list-group-item-danger {
	background-color: #f2dede
}

.list-group-item-danger,a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
	background-color: #ebcccc;
	color: #a94442
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
	background-color: #a94442;
	border-color: #a94442;
	color: #fff
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	line-height: 1.3;
	margin-bottom: 0
}

.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px
}

.well-lg {
	border-radius: 6px;
	padding: 24px
}

.well-sm {
	border-radius: 3px;
	padding: 9px
}

.close {
	color: #000;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20)
}

.well blockquote {
	border-color: rgba(0,0,0,0.15)
}

button.close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0
}

.close:hover,.close:focus {
	color: #000;
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;
	filter: alpha(opacity=50)
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after {
	content: " ";
	display: table
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse: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 {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width;
}

.visible-xs,.visible-xs-block,.visible-sm,.visible-md,.visible-lg,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}



.copy--large {
	-webkit-font-smoothing: antialiased
}

.copy--large p,.copy--large ul,.copy--large ol {
	font-size: 18px
}

@media (max-width: 991px) {
	.copy--large p,.copy--large ul,.copy--large ol {
		font-size: 17px
	}
}

.link--top {
	background: url(../img/chevron-up.png) left center;
	background-repeat: no-repeat;
	background-size: 17px 10px;
	padding-left: 20px
}

.page__heading,.page__subheading,.section__heading {
	font-size: 32px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 1.4;
	margin: 0 0 15px;
	text-align: center
}

.link--top:hover {
	text-decoration: none
}

@media (max-width: 991px) {
	.page__heading,.page__subheading,.section__heading {
		font-size: 32px
	}
}

@media (max-width: 767px) {
	.page__heading,.page__subheading,.section__heading {
		font-size: 27.82608696px;
		margin-bottom: 20px
	}
}

.page__subheading {
	font-size: 22px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px
}

.page__heading + .page__subheading {
	margin-top: -20px
}

@media (max-width: 991px) {
	.section__heading {
		font-size: 25.6px
	}
}

@media (max-width: 767px) {
	.section__heading {
		font-size: 23.7037037px
	}
}

.block__heading {
	color: #25bfc7;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 1.35;
	margin-bottom: 15px
}

.heading--lined {
	border-bottom: solid 3px #cbd6d2;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 17px;
	padding-bottom: 5px;
	text-transform: uppercase
}

@media (max-width: 767px) {
	.heading--lined {
		margin-bottom: 7px
	}
}

.heading--spaced {
	margin-bottom: 25px
}

.heading--micro {
	font-size: 16px;
	margin-top: 0
}

.content--basic h2 {
	color: #25bfc7;
	font-size: 22px;
	font-weight: 400;
	margin: 25px 0 10px
}

@media (max-width: 991px) {
	.content--basic h2 {
		font-size: 20px
	}
}

blockquote {
	border: none
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.u-block {
	display: block
}

.u-center {
	-webkit-font-smoothing: antialiased;
	text-align: center
}

.u-lightweight {
	font-weight: 300
}

.clear {
	clear: both
}

.site__footer {
	background: #32374d;
	color: #fff;
	position: relative;
	z-index: 10
}

.footer_sub {
	text-align: center
}

.content--basic ul,.content--basic ol {
	font-size: 16px
}

.has-unstyled-list ul {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 0
}

.site__footer a {
	color: #fff;
	font-size: 14px;
	z-index: 2
}

.site__footer p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px
}

.content--basic ul li,.content--basic ol li {
	margin-bottom: 5px
}

.site__footer a:hover {
	color: #ee930f;
	text-decoration: none
}

.site__footer p.footer_copyright {
	margin-bottom: 6px
}

@media (max-width: 767px) {
	.site__footer {
		text-align: center
	}
}

.site__footer__right {
	text-align: right
}

@media (max-width: 767px) {
	.site__footer__right {
		margin-top: 50px;
		text-align: center
	}
}

.woe-logo {
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.alert {
	border: 0;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0;
	text-align: center
}

.block--spaced {
	padding: 35px 0 0;
	position: relative
}

.woe-logo img {
	height: 32px;
	margin: 0 20px
}

.alert p {
	color: #fff;
	font-size: 15px;
	margin: 0
}

.alert a {
	color: #fff;
	text-decoration: underline
}

.woe-logo:hover {
	opacity: .6
}

@media (max-width: 991px) {
	.block--spaced {
		padding: 15px 0 0
	}
}

.block--spaced:empty {
	display: none
}

@media (max-width: 991px) {
	.block--sm-spaced {
		margin-bottom: 15px
	}
}

.block--center {
	text-align: center
}

.block__label {
	font-size: 16px;
	padding: 10px;
	width: auto
}

.label__heading {
	font-size: 16px;
	margin: 0 0 5px
}

.about-box {
	float: none;
	margin: 0 auto
}

hr + .block--spaced {
	padding-top: 10px
}

.block__label a {
	color: #fff
}

.heading--lined + .block--spaced {
	padding-top: 0
}

.sponsors .block__label {
	background: #ccc;
	color: #838383
}

.speaker__link .label__heading {
	color: #000
}

.speaker__link .block__label span {
	color: rgba(0,0,0,0.6)
}

@media (max-width: 767px) {
	.block--xs-spaced {
		margin: 20px 0
	}
}

.block__id {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	position: absolute;
	text-shadow: none;
	top: -130px
}

@media (max-width: 991px) {
	.block__id {
		top: -12px
	}
}

.btn {
	border-radius: 0;
	border-width: 2px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn-secondary {
	background-color: #25bfc7;
	border-color: #25bfc7
}

.btn-inactive {
	background-color: #cbd6d2;
	cursor: default;
	pointer-events: none
}

.btn-inactive,.btn-inactive:hover {
	border-color: #cbd6d2
}

.hero {
	background-color: #19285e;
	background-image: -moz-linear-gradient(top left,rgba(25,40,94,0.77),rgba(54,36,113,0.77) 45.0%,rgba(81,26,83,0.77) 100.0%);
	background-image: -webkit-linear-gradient(top left,rgba(25,40,94,0.77),rgba(54,36,113,0.77) 45.0%,rgba(81,26,83,0.77) 100.0%);
	background-image: -o-linear-gradient(top left,rgba(25,40,94,0.77),rgba(54,36,113,0.77) 45.0%,rgba(81,26,83,0.77) 100.0%);
	background-image: -ms-linear-gradient(top left,rgba(25,40,94,0.77),rgba(54,36,113,0.77) 45.0%,rgba(81,26,83,0.77) 100.0%);
	background-image: linear-gradient(top left,rgba(25,40,94,0.77),rgba(54,36,113,0.77) 45.0%,rgba(81,26,83,0.77) 100.0%);
	color: #fff;
	padding: 90px 0 80px;
	text-align: center
}

.hero__heading {
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 40px
}

.hero__subheading {
	font-size: 60px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.25;
	margin: 20px 0 0
}

.hero__subheading + p {
	color: rgba(255,255,255,0.5);
	margin-bottom: 70px
}

.btn:hover {
	color: #fff
}

.btn-primary:hover {
	background-color: #ee930f;
	border-color: #ee930f
}

.btn-secondary:hover {
	background-color: #21aab1;
	border-color: #21aab1
}

.btn-default:hover {
	background-color: #ee930f;
	border-color: #ee930f
}

.btn-default:hover,.btn-primary:hover .ticket-text:after,.btn-secondary {
	color: #fff
}

@media (max-width: 1199px) {
	.hero__subheading {
		font-size: 46.4px
	}
}

@media (max-width: 991px) {
	.hero__subheading {
		font-size: 38.66666667px
	}
}

@media (max-width: 767px) {
	.hero__subheading {
		font-size: 25.6px;
		margin-bottom: 25px
	}
}

.icon,.icon-about,.icon-transport {
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block
}

.icon-about {
	height: 23px;
	margin-right: 3px;
	vertical-align: top;
	width: 23px
}

.icon-transport {
	height: 26px;
	margin-right: 3px;
	width: 37px
}

.list-links {
	font-size: 13px;
	margin: 0
}

.list-social {
	margin: 15px 0 50px
}

.list-links li {
	margin-bottom: 3px
}

.list-links a {
	color: #ee930f
}

.list-social a {
	background: #fff;
	border-radius: 100%;
	color: #04173f;
	font-size: 16px;
	margin-right: 10px;
	padding: 8px 6px;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.list-social:before,.list-social:after {
	content: " ";
	display: table
}

.list-social:after {
	clear: both
}

.list-social:before,.list-social:after {
	content: " ";
	display: table
}

.list-social:after {
	clear: both
}

.list-social a:hover {
	color: #04173f;
	opacity: .6
}

@media (max-width: 767px) {
	.list-social {
		margin-bottom: 20px
	}
}

.navbar-toggle {
	background: #04173f
}

.nav--primary {
	float: right;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	margin: 0
}

.navbar-toggle .icon-bar {
	background: #fff
}

@media (max-width: 1199px) {
	.nav--primary {
		clear: both;
		float: none;
		text-align: center
	}
}

@media (max-width: 767px) {
	.nav--primary {
		float: none;
		text-align: center
	}
}

@media (max-width: 767px) {
	.nav--primary li {
		display: block
	}
}

.nav--primary__link {
	border-bottom: solid 5px transparent;
	color: #fff;
	display: block;
	padding: 30px 25px 25px;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

.nav--primary__link:focus {
	border: 0;
	outline: 0
}

.selected .nav--primary__link {
	border-bottom-color: #ee930f;
	color: #ee930f
}

@media (max-width: 767px) {
	.selected .nav--primary__link {
		border: 0
	}
}

.nav--primary__link:hover,.nav--primary__link:focus {
	color: #ee930f;
	text-decoration: none
}

@media (max-width: 1199px) {
	.nav--primary__link {
		padding: 26px 20px
	}
}

@media (max-width: 767px) {
	.nav--primary__link {
		margin: 10px 0;
		padding: 10px 0
	}
}

.header__btn--ticket {
	float: right;
	margin-top: 20px;
	margin-left: 30px
}

@media (max-width: 767px) {
	.header__btn--ticket {
		float: none;
		margin-left: 0
	}
}

.nav--secondary {
	border-top: solid 1px #fff;
	width: 100%
}

.nav--secondary__link {
	color: #04173f;
	display: block;
	font-size: 16px;
	padding: 7px
}

.schedule__item {
	border-bottom: solid 2px rgb(21, 92, 235);
	color: #555;
	float: left;
	margin-bottom: 50px;
	min-height: 100px;
	padding: 13px 26px;
	position: relative;
	text-align: center;
	font-family:微软雅黑;
}

.nav--secondary__link:hover {
	background: #ee930f;
	color: #fff;
	display: block;
	text-decoration: none
}

.schedule__item:before,.schedule__item:after {
	content: " ";
	display: table
}

.schedule__item:after {
	background: rgb(21, 201, 235);
	border-radius: 50%;
	bottom: -6px;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 10px
}

@media (max-width: 478px) {
	.schedule__item {
		float: none;
		height: auto
	}
}

@media (max-width: 767px) {
	.schedule__item {
		height: auto
	}
}

.schedule__item__time {
	bottom: 15px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.schedule-track__heading {
	margin-bottom: 35px;
	text-align: center
}

.schedule__item__link {
	color: #000;
	display: block
}

.schedule-track__heading,.schedule__item__heading {
	font-weight: 300
}

.schedule__item__desc,.schedule__item__time {
	font-size: 15px
}

.schedule-track__heading p {
	font-size: 20px
}

.schedule-track__heading p strong {
	font-weight: 600
}

.schedule--second .schedule__item {
	background: #25bfc7
}

.schedule--second .schedule__item__name {
	float: right;
	margin: 0 0 0 50px;
	text-align: right
}

.schedule--second .schedule__item__time {
	left: 15px;
	position: absolute
}

.schedule__item__link:before,.schedule__item__link:after {
	content: " ";
	display: table
}

.schedule__item__link:after {
	clear: both
}

.schedule__item__link:before,.schedule__item__link:after {
	content: " ";
	display: table
}

.schedule__item__link:after {
	clear: both
}

.schedule__item__link:hover {
	color: #fff
}

@media (max-width: 991px) {
	.schedule__item__desc,.schedule__item__time {
		font-size: 12px
	}
}

.schedule__item__heading {
	font-size: 20px;
	margin: 0
}

@media (max-width: 991px) {
	.schedule__item__heading {
		font-size: 16px
	}
}

.schedule__item__desc {
	display: block;
	-webkit-font-smoothing: antialiased
}

.schedule__item__time {
	font-weight: 600;
	-webkit-font-smoothing: antialiased
}

.schedule__sponsor img {
	margin: 15px 0
}

.schedule__item__heading + .schedule__item__desc {
	margin-top: 7px
}

@media (max-width: 991px) {
	.schedule__sponsor {
		margin-bottom: 50px
	}
}

.gap-basic,.gap-1,.gap-2,.gap-3,.gap-4 {
	background: none !important
}

@media (max-width: 767px) {
	.gap-basic,.gap-1,.gap-2,.gap-3,.gap-4 {
		display: none
	}
}

.gap-1 {
	height: 6.25%
}

.gap-2 {
	height: 12.5%
}

.gap-3 {
	height: 18.75%
}

.gap-4 {
	height: 25%
}

.sidebar {
	margin-top: 30px
}

@media (max-width: 1199px) {
	.sidebar {
		display: none
	}
}

@media (max-width: 1199px) {
	.sidebar__contain {
		display: none
	}
}

.sidebar-fixed {
	position: fixed
}

.sidebar__heading {
	border-bottom: solid 1px #ddd;
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 10px
}

.block--speaker {
	margin-bottom: 30px
}

@media (max-width: 767px) {
	.block--speaker {
		margin: 0 auto;
		padding: 15px;
		width: 60%
	}
}

@media (max-width: 480px) {
	.block--speaker {
		width: 100%
	}
}

.speaker__link {
	color: #000
}

.speaker__img {
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.speaker {
	border-top: solid 2px #cbd6d2;
	padding-bottom: 50px;
	position: relative
}

.speaker__img img {
	border-radius: 50%;
	max-width: 60%
}

.speaker__link:hover {
	text-decoration: none
}

@media (max-width: 991px) {
	.speaker {
		padding-bottom: 15px
	}
}

@media (max-width: 767px) {
	.speaker {
		border-top: none
	}
}

.row--speaker {
	clear: both;
	position: relative
}

.row--speaker:before,.row--speaker:after {
	content: " ";
	display: table
}

.row--speaker:after {
	clear: both
}

.row--speaker:before,.row--speaker:after {
	content: " ";
	display: table
}

.row--speaker:after {
	clear: both
}

@media (max-width: 767px) {
	.row--speaker {
		border-bottom: solid 2px #cbd6d2;
		margin-bottom: 25px
	}
}

.speaker__name {
	color: #2da8c7;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 5px
}

.speaker__company {
	color: #04173f;
	font-size: 16px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	margin-top: 0
}

.speaker__about,.speaker__talk-title {
	color: #04173f;
	font-size: 20px;
	font-weight: 400
}

.speaker__talk-title {
	-webkit-font-smoothing: antialiased;
	margin-bottom: 6px
}

.speaker__track-info {
	background: #04173f;
	color: #fff;
	font-weight: 300;
	margin-top: 3px;
	padding: 5px 7px
}

.speaker__track-name {
	color: #2da8c7
}

.schedule {
	
	margin-bottom: 40px;
	padding-bottom: 80px;
	background-color:#fff;
}

.sponsors {
	padding: 30px 0;
	position: relative;
	z-index: 10
}

.block--sponsor {
	margin-bottom: 30px;
	text-align: left
}

.speaker__main ul,.speaker__main ol {
	font-size: 16px
}

.speaker__main h4 {
	margin-top: 20px
}

.sponsors p,.sponsors p a {
	color: rgba(0,0,0,0.6)
}

.speaker__main ul li,.speaker__main ol li {
	margin-bottom: 5px
}

.sponsors p a {
	text-decoration: underline
}

.speaker__track-name:after {
	color: #fff;
	content: '//'
}

.page--sponsors .sponsors {
	display: none
}

@media (max-width: 767px) {
	.block--sponsor {
		margin: 0 auto;
		padding: 15px;
		width: 60%
	}
}

@media (max-width: 480px) {
	.block--sponsor {
		width: 100%
	}
}

.row--sponsor {
	margin-bottom: 15px
}

.sponsor__link {
	display: block;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.sponsor__heading {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 12px
}

.sponsor__img {
	background: #e5e5e5;
	width: 100%;
	-webkit-filter: grayscale(1);
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.sponsor__link:hover,.sponsor__heading a:hover {
	text-decoration: none
}

.sponsor__heading a:hover {
	color: #2da8c7
}

.sponsor__link:hover .sponsor__img {
	-webkit-filter: grayscale(0)
}

@media (max-width: 767px) {
	.sponsor__img {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.sponsors .sponsor__img {
		margin-bottom: 0
	}
}

.sponsor_type,.sponsor_body {
	font-weight: 300
}

.ticket {
	border: solid 2px #ee930f;
	margin: 7.5px 0 20px;
	padding: 25px
}

.ticket:before,.ticket:after {
	content: " ";
	display: table
}

.ticket:after {
	clear: both
}

.ticket:before,.ticket:after {
	content: " ";
	display: table
}

.ticket:after {
	clear: both
}

@media (max-width: 767px) {
	.ticket {
		padding: 20px;
		text-align: center
	}
}

.ticket__name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px
}

.ticket__description {
	display: block;
	font-size: 12px
}

.ticket .btn-secondary {
	width: 100%
}

@media (max-width: 991px) {
	.ticket__description {
		margin-bottom: 5px
	}
}

.row--workshop {
	clear: both;
	position: relative
}

.row--workshop:before,.row--workshop:after {
	content: " ";
	display: table
}

.row--workshop:after {
	clear: both
}

.row--workshop:before,.row--workshop:after {
	content: " ";
	display: table
}

.row--workshop:after {
	clear: both
}

@media (max-width: 767px) {
	.row--workshop {
		border-bottom: solid 2px #cbd6d2;
		margin-bottom: 25px
	}
}

.workshop__price {
	padding: 7px
}

@media (max-width: 1199px) {
	body {
		padding-top: 0
	}
}



html {
	min-height: 100%;
	position: relative
}

body {
	margin: 0 0 167px
}

@media (max-width: 767px) {
	body {
		margin-bottom: 0
	}
}

.site__footer {
	bottom: 0;
	height: 167px;
	left: 0;
	position: absolute;
	width: 100%
}

@media (max-width: 767px) {
	.site__footer {
		height: auto;
		position: relative
	}
}

.infoBox {
	background: rgba(0,0,0,0.85);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 3000
}

.info_form {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin: 150px auto 0;
	min-height: 200px;
	padding: 10px 0;
	width: 300px
}

.info_hd {
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative
}

.close_btn {
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	padding: 10px;
	position: absolute;
	right: 2px;
	top: -21px
}

.info_hd,.info_bd {
	padding: 0 20px
}

.btn_submit {
	background: #288b9a;
	border-radius: 3px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	padding: 10px 25px;
	text-align: center
}

.info_hd h2 {
	font-size: 14px
}

.info_bd p {
	margin: 0 0 20px
}

.info_bd label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71428571428571rem;
	margin-right: 8px
}

.info_bd label span {
	font-weight: 400;
	margin-left: 10px
}

.btn_submit:hover,.btn_submit:focus {
	background: #237986;
	color: #fff
}

.info_bd p.inline_element {
	text-align: center
}

.info_bd input[type="text"],.info_bd input[type="email"],.info_bd input[type="password"],.info_bd textarea {
	background: #fff;
	border: 1px solid #f7f7f7;
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #565658;
	font-size: 1.2rem;
	padding: 7px
}

.info_bd input[type="text"]:focus,.info_bd input[type="email"]:focus,.info_bd input[type="password"]:focus,.info_bd textarea:focus {
	background: #fff;
	outline: none
}

.BMapLib_SearchInfoWindow {
	background-color: #fff;
	border: 1px solid #999;
	cursor: default;
	font: 12px arial,宋体,sans-serif;
	position: absolute
}

.BMapLib_search_text,.BMapLib_trans_text {
	border: 1px solid #a5acb2;
	line-height: 16px;
	padding: 6px 4px 2px;
	width: 100%
}

.BMapLib_trans_text {
	margin-left: 4px
}

.BMapLib_nav_tab {
	background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') repeat-x 0 0;
	height: 30px;
	width: 100%
}

.BMapLib_sms_tab_container {
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	position: relative;
	z-index: 20
}

.BMapLib_sms_pnl_phone {
	border-top: solid 1px #f2f2f2;
	font-size: 12px;
	padding: 10px 15px;
	position: relative;
	z-index: 10
}

.BMapLib_ap {
	float: left;
	height: 172px;
	width: 263px
}

.BMapLib_ap,.BMapLib_mp {
	overflow-x: hidden;
	overflow-y: auto
}

.BMapLib_mp {
	background: #f6f6f6;
	height: 152px;
	padding: 10px
}

.BMapLib_mp_title {
	font-weight: 700;
	height: 18px;
	line-height: 18px;
	padding-bottom: 5px
}

.BMapLib_msgContent {
	font-size: 12px:line-height:16px;
	word-break: break-all;
	word-wrap: break-word
}

.BMapLib_popup_close {
	background: url(iw_close.gif) no-repeat center center transparent;
	border: 0 none;
	cursor: pointer;
	height: 13px;
	padding: 10px;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 14px;
	z-index: 50
}

.BMapLib_sms_input {
	ime-mode: disabled
}

.BMapLib_sms_input_l {
	width: 90px
}

.BMapLib_sms_input_s {
	width: 35px
}

.BMapLib_sms_declare_phone {
	color: #707070
}

.BMapLib_SearchInfoWindow form,.BMapLib_SearchInfoWindow ul,.BMapLib_SearchInfoWindow li {
	margin: 0;
	padding: 0
}

.BMapLib_SearchInfoWindow img {
	border: 0
}

.BMapLib_SearchInfoWindow ul {
	list-style: none
}

.BMapLib_nav_tab li {
	border-left: 1px solid #dadada;
	cursor: pointer;
	float: left;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
	text-align: center;
	width: 33%
}

.BMapLib_nav_tab_content li {
	font-family: "宋体";
	height: 22px;
	padding: 10px 0 0;
	position: relative
}

.BMapLib_ap th {
	font-weight: 400;
	text-align: right
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
	border-bottom: 1px solid #ccc;
	height: 31px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
	background-color: #f9f9f9;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 5px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
	height: 30px;
	padding-right: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	z-index: 10000
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_close {
	background: url(http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_close.gif) no-repeat center center
}

.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
	background: url(http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/phone.png) no-repeat center center
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_center {
	z-index: 3
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 3px 5px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_bottom {
	display: block;
	z-index: 2
}

.BMapLib_SearchInfoWindow .BMapLib_trans {
	bottom: -31px;
	position: absolute;
	z-index: 5
}

.BMapLib_SearchInfoWindow .BMapLib_nav {
	height: 75px;
	overflow: visibile;
	position: relative;
	width: 100%
}

.BMapLib_SearchInfoWindow .iw_bt,.BMapLib_SearchInfoWindow .iw_bt_down,.BMapLib_SearchInfoWindow .iw_bt_over {
	background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') no-repeat 0 -87px;
	border: 0;
	cursor: pointer;
	height: 26px;
	line-height: 18px;
	padding: 0;
	width: 47px
}

.BMapLib_SearchInfoWindow .iw_bt_over {
	background-position: -52px -87px
}

.BMapLib_SearchInfoWindow .iw_bt_down {
	background-position: -104px -87px;
	font-weight: 700
}

.BMapLib_nav_tab .BMapLib_icon {
	background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') no-repeat 0 -136px;
	display: inline-block;
	height: 15px;
	margin-right: 7px;
	position: relative;
	top: 3px;
	width: 10px
}

.BMapLib_nav_tab .BMapLib_icon_tohere {
	background-position: -15px -136px
}

.BMapLib_nav_tab .BMapLib_icon_nbs {
	background-position: -30px -136px;
	height: 14px;
	width: 14px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
	background-color: #f9f9f9;
	cursor: pointer;
	float: right;
	height: 30px;
	overflow: hidden;
	width: 22px
}

.BMapLib_SearchInfoWindow .BMapLib_nav input,.BMapLib_SearchInfoWindow .iw_bt,.BMapLib_SearchInfoWindow .iw_bt_down,.BMapLib_SearchInfoWindow .iw_bt_over {
	vertical-align: middle
}

.BMapLib_nav_tab li.BMapLib_first {
	border-left: 0
}

.BMapLib_nav_tab li:hover {
	text-decoration: none
}

.BMapLib_nav_tab li.BMapLib_current {
	background: url('http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png') repeat-x 0 -44px;
	color: #4d4d4d;
	cursor: default
}

.BMapLib_SearchInfoWindow ul.BMapLib_nav_tab_content {
	padding: 0 4px
}

#allmap {
	height: 400px
}

#BMapLib_tab_tohere0 {
	margin-left: -1px
}

#BMapLib_stationText0 {
	white-space: nowrap
}

#BMapLib_sms_tip {
	color: red;
	padding-left: 20px
}

#BMapLib_success_tip {
	color: red;
	font-size: 12px;
	padding: 50px 0 20px;
	text-align: center
}

#BMapLib_activateTip {
	color: red;
	padding-left: 5px
}