.react-date-field {
	box-sizing: border-box;
	position: relative;
	overflow: visible;
	vertical-align: middle
}

.react-date-field *,.react-date-field *:before,.react-date-field *:after {
	box-sizing: border-box
}

.react-date-field>.react-date-field__picker {
	min-width: 100%;
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 100;
	background: white
}

.react-date-field__input {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5px;
	border: none;
	outline: none
}

.react-date-field__calendar-icon {
	border: 3px solid gray;
	border-top-width: 5px;
	border-radius: 2px;
	padding: 5px 7px;
	margin: 2px 4px 0px 2px;
	position: relative;
	cursor: pointer
}

.react-date-field__clear-icon {
	color: gray;
	fill: gray;
	margin: 0px 2px;
	cursor: pointer
}

.react-date-field__clear-icon svg {
	vertical-align: middle
}

.react-date-field__clear-icon:hover {
	color: #4d4d4d;
	fill: #4d4d4d
}

.react-date-field__calendar-icon:hover {
	border-color: #4d4d4d
}

.react-date-field__calendar-icon:hover:after,.react-date-field__calendar-icon:hover:before,.react-date-field__calendar-icon:hover .react-date-field__calendar-icon-inner {
	background: #4d4d4d
}

.react-date-field__calendar-icon:after,.react-date-field__calendar-icon:before {
	content: '';
	width: 3px;
	height: 6px;
	border-radius: 10px;
	left: 1px;
	top: -6px;
	position: absolute;
	background: gray
}

.react-date-field__calendar-icon:after {
	left: auto;
	right: 0px
}

.react-date-field__calendar-icon-inner {
	background: gray;
	position: absolute;
	border-radius: 1px;
	top: 2px;
	left: 2px;
	width: 4px;
	height: 4px
}

.react-date-picker__clock {
	box-sizing: border-box;
	display: inline-block;
	border: 5px solid gray;
	border-radius: 50%;
	position: relative
}

.react-date-picker__clock *,.react-date-picker__clock *:before,.react-date-picker__clock *:after {
	box-sizing: border-box
}

.react-date-picker__clock-hand,.react-date-picker__clock-tick {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	background: gray
}

.react-date-picker__time-picker {
	box-sizing: border-box
}

.react-date-picker__time-picker *,.react-date-picker__time-picker *:before,.react-date-picker__time-picker *:after {
	box-sizing: border-box
}

.react-date-picker__time-picker-input {
	margin-top: 10px
}

.react-date-picker,.react-date-picker__nav-bar,.react-date-picker__date-picker,.react-date-picker__basic-month-view {
	box-sizing: border-box
}

.react-date-picker *,.react-date-picker *:before,.react-date-picker *:after,.react-date-picker__nav-bar *,.react-date-picker__nav-bar *:before,.react-date-picker__nav-bar *:after,.react-date-picker__date-picker *,.react-date-picker__date-picker *:before,.react-date-picker__date-picker *:after,.react-date-picker__basic-month-view *,.react-date-picker__basic-month-view *:before,.react-date-picker__basic-month-view *:after {
	box-sizing: border-box
}

.react-date-picker {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.react-date-picker__nav-bar-arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative
}

.react-date-picker__nav-bar-arrow--disabled {
	fill: #BFBFBF;
	cursor: default
}

.react-date-picker__nav-bar-date {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.react-date-picker__nav-bar svg {
	vertical-align: middle
}

.react-date-picker__transition-month-view {
	position: relative;
	overflow: hidden
}

.react-date-picker__prev {
	-webkit-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px)
}

.react-date-picker__next {
	-webkit-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px)
}

.react-date-picker--transition-left {
	-webkit-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px)
}

.react-date-picker--transition-left.react-date-picker__next {
	-webkit-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px)
}

.react-date-picker--transition-right {
	z-index: 1111;
	-webkit-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px)
}

.react-date-picker--transition-right.react-date-picker__prev {
	-webkit-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px)
}

.react-date-picker__center {
	z-index: 10
}

.react-date-picker__prev.react-date-picker--transition,.react-date-picker__center.react-date-picker--transition,.react-date-picker__next.react-date-picker--transition {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.react-date-picker__prev,.react-date-picker__next {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute !important
}

.react-date-picker__month-view,.react-date-picker__basic-month-view {
	position: relative;
	outline: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.react-date-picker__month-view-week-day-name,.react-date-picker__basic-month-view-week-day-name {
	padding: 5px 0px
}

.react-date-picker__month-view-day--hidden,.react-date-picker__basic-month-view-day--hidden {
	visibility: hidden
}

.react-date-picker__month-view-day--disabled,.react-date-picker__basic-month-view-day--disabled {
	color: #BFBFBF
}

.react-date-picker__month-view-cell,.react-date-picker__basic-month-view-cell {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.react-date-picker__month-view-row,.react-date-picker__basic-month-view-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.react-date-picker__month-view-week-day-names,.react-date-picker__basic-month-view-week-day-names {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.react-flex-v2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.react-flex-v2--inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.react-flex-v2--display-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.react-flex-v2--display-inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.react-flex-v2--align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.react-flex-v2--align-items-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch
}

.react-flex-v2--align-items-baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	-ms-grid-row-align: baseline;
	align-items: baseline
}

.react-flex-v2--align-items-end,.react-flex-v2--align-items-flex-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end
}

.react-flex-v2--align-items-start,.react-flex-v2--align-items-flex-start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}

.react-flex-v2--align-self-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.react-flex-v2--align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.react-flex-v2--align-self-baseline {
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.react-flex-v2--align-self-auto {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}

.react-flex-v2--align-self-end,.react-flex-v2--align-self-flex-end {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.react-flex-v2--align-self-start,.react-flex-v2--align-self-flex-start {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.react-flex-v2--align-content-center {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.react-flex-v2--align-content-stretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.react-flex-v2--align-content-around,.react-flex-v2--align-content-space-around {
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.react-flex-v2--align-content-between,.react-flex-v2--align-content-space-between {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.react-flex-v2--align-content-end,.react-flex-v2--align-content-flex-end {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.react-flex-v2--align-content-start,.react-flex-v2--align-content-flex-start {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.react-flex-v2--justify-content-start,.react-flex-v2--justify-content-flex-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.react-flex-v2--justify-content-end,.react-flex-v2--justify-content-flex-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.react-flex-v2--justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.react-flex-v2--justify-content-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.react-flex-v2--justify-content-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.react-flex-v2--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.react-flex-v2--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.react-flex-v2--column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.react-flex-v2--row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.react-flex-v2--row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.react-flex-v2--flex-basis-auto {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.react-flex-v2--flex-basis-none,.react-flex-v2--flex-basis-0 {
	-webkit-flex-basis: 0px;
	-ms-flex-preferred-size: 0px;
	flex-basis: 0px
}

.react-flex-v2--flex-basis-fill {
	-webkit-flex-basis: fill;
	-ms-flex-preferred-size: fill;
	flex-basis: fill
}

.react-flex-v2--flex-basis-content {
	-webkit-flex-basis: content;
	-ms-flex-preferred-size: content;
	flex-basis: content
}

.react-flex-v2--flex-basis-fit-content {
	-webkit-flex-basis: fit-content;
	-ms-flex-preferred-size: fit-content;
	flex-basis: fit-content
}

.react-flex-v2--flex-basis-min-content {
	-webkit-flex-basis: min-content;
	-ms-flex-preferred-size: min-content;
	flex-basis: min-content
}

.react-flex-v2--flex-basis-max-content {
	-webkit-flex-basis: max-content;
	-ms-flex-preferred-size: max-content;
	flex-basis: max-content
}

.react-flex-v2--flex-none,.react-flex-v2--flex-0 {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.react-flex-v2--flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.react-flex-v2--flex-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.react-flex-v2--flex-3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3
}

.react-flex-v2--flex-4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4
}

.react-flex-v2--flex-5 {
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5
}

.react-flex-v2--flex-6 {
	-webkit-box-flex: 6;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6
}

.react-flex-v2--flex-7 {
	-webkit-box-flex: 7;
	-webkit-flex: 7;
	-ms-flex: 7;
	flex: 7
}

.react-flex-v2--flex-8 {
	-webkit-box-flex: 8;
	-webkit-flex: 8;
	-ms-flex: 8;
	flex: 8
}

.react-flex-v2--flex-9 {
	-webkit-box-flex: 9;
	-webkit-flex: 9;
	-ms-flex: 9;
	flex: 9
}

.react-flex-v2--flex-10 {
	-webkit-box-flex: 10;
	-webkit-flex: 10;
	-ms-flex: 10;
	flex: 10
}

.react-flex-v2--flex-11 {
	-webkit-box-flex: 11;
	-webkit-flex: 11;
	-ms-flex: 11;
	flex: 11
}

.react-flex-v2--flex-12 {
	-webkit-box-flex: 12;
	-webkit-flex: 12;
	-ms-flex: 12;
	flex: 12
}

.react-flex-v2--flex-13 {
	-webkit-box-flex: 13;
	-webkit-flex: 13;
	-ms-flex: 13;
	flex: 13
}

.react-flex-v2--flex-14 {
	-webkit-box-flex: 14;
	-webkit-flex: 14;
	-ms-flex: 14;
	flex: 14
}

.react-flex-v2--flex-15 {
	-webkit-box-flex: 15;
	-webkit-flex: 15;
	-ms-flex: 15;
	flex: 15
}

.react-flex-v2--flex-16 {
	-webkit-box-flex: 16;
	-webkit-flex: 16;
	-ms-flex: 16;
	flex: 16
}

.react-flex-v2--flex-17 {
	-webkit-box-flex: 17;
	-webkit-flex: 17;
	-ms-flex: 17;
	flex: 17
}

.react-flex-v2--flex-18 {
	-webkit-box-flex: 18;
	-webkit-flex: 18;
	-ms-flex: 18;
	flex: 18
}

.react-flex-v2--flex-19 {
	-webkit-box-flex: 19;
	-webkit-flex: 19;
	-ms-flex: 19;
	flex: 19
}

.react-flex-v2--flex-20 {
	-webkit-box-flex: 20;
	-webkit-flex: 20;
	-ms-flex: 20;
	flex: 20
}

.react-flex-v2--flex-21 {
	-webkit-box-flex: 21;
	-webkit-flex: 21;
	-ms-flex: 21;
	flex: 21
}

.react-flex-v2--flex-22 {
	-webkit-box-flex: 22;
	-webkit-flex: 22;
	-ms-flex: 22;
	flex: 22
}

.react-flex-v2--flex-23 {
	-webkit-box-flex: 23;
	-webkit-flex: 23;
	-ms-flex: 23;
	flex: 23
}

.react-flex-v2--flex-24 {
	-webkit-box-flex: 24;
	-webkit-flex: 24;
	-ms-flex: 24;
	flex: 24
}

.react-flex-v2--flex-25 {
	-webkit-box-flex: 25;
	-webkit-flex: 25;
	-ms-flex: 25;
	flex: 25
}

.react-flex-v2--flex-26 {
	-webkit-box-flex: 26;
	-webkit-flex: 26;
	-ms-flex: 26;
	flex: 26
}

.react-flex-v2--flex-27 {
	-webkit-box-flex: 27;
	-webkit-flex: 27;
	-ms-flex: 27;
	flex: 27
}

.react-flex-v2--flex-28 {
	-webkit-box-flex: 28;
	-webkit-flex: 28;
	-ms-flex: 28;
	flex: 28
}

.react-flex-v2--flex-29 {
	-webkit-box-flex: 29;
	-webkit-flex: 29;
	-ms-flex: 29;
	flex: 29
}

.react-flex-v2--flex-30 {
	-webkit-box-flex: 30;
	-webkit-flex: 30;
	-ms-flex: 30;
	flex: 30
}

.react-flex-v2--flex-31 {
	-webkit-box-flex: 31;
	-webkit-flex: 31;
	-ms-flex: 31;
	flex: 31
}

.react-flex-v2--flex-32 {
	-webkit-box-flex: 32;
	-webkit-flex: 32;
	-ms-flex: 32;
	flex: 32
}

.react-flex-v2--flex-33 {
	-webkit-box-flex: 33;
	-webkit-flex: 33;
	-ms-flex: 33;
	flex: 33
}

.react-flex-v2--flex-34 {
	-webkit-box-flex: 34;
	-webkit-flex: 34;
	-ms-flex: 34;
	flex: 34
}

.react-flex-v2--flex-35 {
	-webkit-box-flex: 35;
	-webkit-flex: 35;
	-ms-flex: 35;
	flex: 35
}

.react-flex-v2--flex-36 {
	-webkit-box-flex: 36;
	-webkit-flex: 36;
	-ms-flex: 36;
	flex: 36
}

.react-flex-v2--flex-37 {
	-webkit-box-flex: 37;
	-webkit-flex: 37;
	-ms-flex: 37;
	flex: 37
}

.react-flex-v2--flex-38 {
	-webkit-box-flex: 38;
	-webkit-flex: 38;
	-ms-flex: 38;
	flex: 38
}

.react-flex-v2--flex-39 {
	-webkit-box-flex: 39;
	-webkit-flex: 39;
	-ms-flex: 39;
	flex: 39
}

.react-flex-v2--flex-40 {
	-webkit-box-flex: 40;
	-webkit-flex: 40;
	-ms-flex: 40;
	flex: 40
}

.react-flex-v2--flex-41 {
	-webkit-box-flex: 41;
	-webkit-flex: 41;
	-ms-flex: 41;
	flex: 41
}

.react-flex-v2--flex-42 {
	-webkit-box-flex: 42;
	-webkit-flex: 42;
	-ms-flex: 42;
	flex: 42
}

.react-flex-v2--flex-43 {
	-webkit-box-flex: 43;
	-webkit-flex: 43;
	-ms-flex: 43;
	flex: 43
}

.react-flex-v2--flex-44 {
	-webkit-box-flex: 44;
	-webkit-flex: 44;
	-ms-flex: 44;
	flex: 44
}

.react-flex-v2--flex-45 {
	-webkit-box-flex: 45;
	-webkit-flex: 45;
	-ms-flex: 45;
	flex: 45
}

.react-flex-v2--flex-46 {
	-webkit-box-flex: 46;
	-webkit-flex: 46;
	-ms-flex: 46;
	flex: 46
}

.react-flex-v2--flex-47 {
	-webkit-box-flex: 47;
	-webkit-flex: 47;
	-ms-flex: 47;
	flex: 47
}

.react-flex-v2--flex-48 {
	-webkit-box-flex: 48;
	-webkit-flex: 48;
	-ms-flex: 48;
	flex: 48
}

.react-flex-v2--flex-49 {
	-webkit-box-flex: 49;
	-webkit-flex: 49;
	-ms-flex: 49;
	flex: 49
}

.react-flex-v2--flex-50 {
	-webkit-box-flex: 50;
	-webkit-flex: 50;
	-ms-flex: 50;
	flex: 50
}

.react-flex-v2--flex-51 {
	-webkit-box-flex: 51;
	-webkit-flex: 51;
	-ms-flex: 51;
	flex: 51
}

.react-flex-v2--flex-52 {
	-webkit-box-flex: 52;
	-webkit-flex: 52;
	-ms-flex: 52;
	flex: 52
}

.react-flex-v2--flex-53 {
	-webkit-box-flex: 53;
	-webkit-flex: 53;
	-ms-flex: 53;
	flex: 53
}

.react-flex-v2--flex-54 {
	-webkit-box-flex: 54;
	-webkit-flex: 54;
	-ms-flex: 54;
	flex: 54
}

.react-flex-v2--flex-55 {
	-webkit-box-flex: 55;
	-webkit-flex: 55;
	-ms-flex: 55;
	flex: 55
}

.react-flex-v2--flex-56 {
	-webkit-box-flex: 56;
	-webkit-flex: 56;
	-ms-flex: 56;
	flex: 56
}

.react-flex-v2--flex-57 {
	-webkit-box-flex: 57;
	-webkit-flex: 57;
	-ms-flex: 57;
	flex: 57
}

.react-flex-v2--flex-58 {
	-webkit-box-flex: 58;
	-webkit-flex: 58;
	-ms-flex: 58;
	flex: 58
}

.react-flex-v2--flex-59 {
	-webkit-box-flex: 59;
	-webkit-flex: 59;
	-ms-flex: 59;
	flex: 59
}

.react-flex-v2--flex-60 {
	-webkit-box-flex: 60;
	-webkit-flex: 60;
	-ms-flex: 60;
	flex: 60
}

.react-flex-v2--flex-61 {
	-webkit-box-flex: 61;
	-webkit-flex: 61;
	-ms-flex: 61;
	flex: 61
}

.react-flex-v2--flex-62 {
	-webkit-box-flex: 62;
	-webkit-flex: 62;
	-ms-flex: 62;
	flex: 62
}

.react-flex-v2--flex-63 {
	-webkit-box-flex: 63;
	-webkit-flex: 63;
	-ms-flex: 63;
	flex: 63
}

.react-flex-v2--flex-64 {
	-webkit-box-flex: 64;
	-webkit-flex: 64;
	-ms-flex: 64;
	flex: 64
}

.react-flex-v2--flex-65 {
	-webkit-box-flex: 65;
	-webkit-flex: 65;
	-ms-flex: 65;
	flex: 65
}

.react-flex-v2--flex-66 {
	-webkit-box-flex: 66;
	-webkit-flex: 66;
	-ms-flex: 66;
	flex: 66
}

.react-flex-v2--flex-67 {
	-webkit-box-flex: 67;
	-webkit-flex: 67;
	-ms-flex: 67;
	flex: 67
}

.react-flex-v2--flex-68 {
	-webkit-box-flex: 68;
	-webkit-flex: 68;
	-ms-flex: 68;
	flex: 68
}

.react-flex-v2--flex-69 {
	-webkit-box-flex: 69;
	-webkit-flex: 69;
	-ms-flex: 69;
	flex: 69
}

.react-flex-v2--flex-70 {
	-webkit-box-flex: 70;
	-webkit-flex: 70;
	-ms-flex: 70;
	flex: 70
}

.react-flex-v2--flex-71 {
	-webkit-box-flex: 71;
	-webkit-flex: 71;
	-ms-flex: 71;
	flex: 71
}

.react-flex-v2--flex-72 {
	-webkit-box-flex: 72;
	-webkit-flex: 72;
	-ms-flex: 72;
	flex: 72
}

.react-flex-v2--flex-73 {
	-webkit-box-flex: 73;
	-webkit-flex: 73;
	-ms-flex: 73;
	flex: 73
}

.react-flex-v2--flex-74 {
	-webkit-box-flex: 74;
	-webkit-flex: 74;
	-ms-flex: 74;
	flex: 74
}

.react-flex-v2--flex-75 {
	-webkit-box-flex: 75;
	-webkit-flex: 75;
	-ms-flex: 75;
	flex: 75
}

.react-flex-v2--flex-76 {
	-webkit-box-flex: 76;
	-webkit-flex: 76;
	-ms-flex: 76;
	flex: 76
}

.react-flex-v2--flex-77 {
	-webkit-box-flex: 77;
	-webkit-flex: 77;
	-ms-flex: 77;
	flex: 77
}

.react-flex-v2--flex-78 {
	-webkit-box-flex: 78;
	-webkit-flex: 78;
	-ms-flex: 78;
	flex: 78
}

.react-flex-v2--flex-79 {
	-webkit-box-flex: 79;
	-webkit-flex: 79;
	-ms-flex: 79;
	flex: 79
}

.react-flex-v2--flex-80 {
	-webkit-box-flex: 80;
	-webkit-flex: 80;
	-ms-flex: 80;
	flex: 80
}

.react-flex-v2--flex-81 {
	-webkit-box-flex: 81;
	-webkit-flex: 81;
	-ms-flex: 81;
	flex: 81
}

.react-flex-v2--flex-82 {
	-webkit-box-flex: 82;
	-webkit-flex: 82;
	-ms-flex: 82;
	flex: 82
}

.react-flex-v2--flex-83 {
	-webkit-box-flex: 83;
	-webkit-flex: 83;
	-ms-flex: 83;
	flex: 83
}

.react-flex-v2--flex-84 {
	-webkit-box-flex: 84;
	-webkit-flex: 84;
	-ms-flex: 84;
	flex: 84
}

.react-flex-v2--flex-85 {
	-webkit-box-flex: 85;
	-webkit-flex: 85;
	-ms-flex: 85;
	flex: 85
}

.react-flex-v2--flex-86 {
	-webkit-box-flex: 86;
	-webkit-flex: 86;
	-ms-flex: 86;
	flex: 86
}

.react-flex-v2--flex-87 {
	-webkit-box-flex: 87;
	-webkit-flex: 87;
	-ms-flex: 87;
	flex: 87
}

.react-flex-v2--flex-88 {
	-webkit-box-flex: 88;
	-webkit-flex: 88;
	-ms-flex: 88;
	flex: 88
}

.react-flex-v2--flex-89 {
	-webkit-box-flex: 89;
	-webkit-flex: 89;
	-ms-flex: 89;
	flex: 89
}

.react-flex-v2--flex-90 {
	-webkit-box-flex: 90;
	-webkit-flex: 90;
	-ms-flex: 90;
	flex: 90
}

.react-flex-v2--flex-91 {
	-webkit-box-flex: 91;
	-webkit-flex: 91;
	-ms-flex: 91;
	flex: 91
}

.react-flex-v2--flex-92 {
	-webkit-box-flex: 92;
	-webkit-flex: 92;
	-ms-flex: 92;
	flex: 92
}

.react-flex-v2--flex-93 {
	-webkit-box-flex: 93;
	-webkit-flex: 93;
	-ms-flex: 93;
	flex: 93
}

.react-flex-v2--flex-94 {
	-webkit-box-flex: 94;
	-webkit-flex: 94;
	-ms-flex: 94;
	flex: 94
}

.react-flex-v2--flex-95 {
	-webkit-box-flex: 95;
	-webkit-flex: 95;
	-ms-flex: 95;
	flex: 95
}

.react-flex-v2--flex-96 {
	-webkit-box-flex: 96;
	-webkit-flex: 96;
	-ms-flex: 96;
	flex: 96
}

.react-flex-v2--flex-97 {
	-webkit-box-flex: 97;
	-webkit-flex: 97;
	-ms-flex: 97;
	flex: 97
}

.react-flex-v2--flex-98 {
	-webkit-box-flex: 98;
	-webkit-flex: 98;
	-ms-flex: 98;
	flex: 98
}

.react-flex-v2--flex-99 {
	-webkit-box-flex: 99;
	-webkit-flex: 99;
	-ms-flex: 99;
	flex: 99
}

.react-flex-v2--flex-100 {
	-webkit-box-flex: 100;
	-webkit-flex: 100;
	-ms-flex: 100;
	flex: 100
}

.react-flex-v2--flex-grow-1 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.react-flex-v2--flex-grow-2 {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.react-flex-v2--flex-grow-3 {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.react-flex-v2--flex-grow-4 {
	-webkit-box-flex: 4;
	-webkit-flex-grow: 4;
	-ms-flex-positive: 4;
	flex-grow: 4
}

.react-flex-v2--flex-grow-5 {
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5
}

.react-flex-v2--flex-grow-6 {
	-webkit-box-flex: 6;
	-webkit-flex-grow: 6;
	-ms-flex-positive: 6;
	flex-grow: 6
}

.react-flex-v2--flex-grow-7 {
	-webkit-box-flex: 7;
	-webkit-flex-grow: 7;
	-ms-flex-positive: 7;
	flex-grow: 7
}

.react-flex-v2--flex-grow-8 {
	-webkit-box-flex: 8;
	-webkit-flex-grow: 8;
	-ms-flex-positive: 8;
	flex-grow: 8
}

.react-flex-v2--flex-grow-9 {
	-webkit-box-flex: 9;
	-webkit-flex-grow: 9;
	-ms-flex-positive: 9;
	flex-grow: 9
}

.react-flex-v2--flex-grow-10 {
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10
}

.react-flex-v2--flex-grow-11 {
	-webkit-box-flex: 11;
	-webkit-flex-grow: 11;
	-ms-flex-positive: 11;
	flex-grow: 11
}

.react-flex-v2--flex-grow-12 {
	-webkit-box-flex: 12;
	-webkit-flex-grow: 12;
	-ms-flex-positive: 12;
	flex-grow: 12
}

.react-flex-v2--flex-grow-13 {
	-webkit-box-flex: 13;
	-webkit-flex-grow: 13;
	-ms-flex-positive: 13;
	flex-grow: 13
}

.react-flex-v2--flex-grow-14 {
	-webkit-box-flex: 14;
	-webkit-flex-grow: 14;
	-ms-flex-positive: 14;
	flex-grow: 14
}

.react-flex-v2--flex-grow-15 {
	-webkit-box-flex: 15;
	-webkit-flex-grow: 15;
	-ms-flex-positive: 15;
	flex-grow: 15
}

.react-flex-v2--flex-grow-16 {
	-webkit-box-flex: 16;
	-webkit-flex-grow: 16;
	-ms-flex-positive: 16;
	flex-grow: 16
}

.react-flex-v2--flex-grow-17 {
	-webkit-box-flex: 17;
	-webkit-flex-grow: 17;
	-ms-flex-positive: 17;
	flex-grow: 17
}

.react-flex-v2--flex-grow-18 {
	-webkit-box-flex: 18;
	-webkit-flex-grow: 18;
	-ms-flex-positive: 18;
	flex-grow: 18
}

.react-flex-v2--flex-grow-19 {
	-webkit-box-flex: 19;
	-webkit-flex-grow: 19;
	-ms-flex-positive: 19;
	flex-grow: 19
}

.react-flex-v2--flex-grow-20 {
	-webkit-box-flex: 20;
	-webkit-flex-grow: 20;
	-ms-flex-positive: 20;
	flex-grow: 20
}

.react-flex-v2--flex-grow-21 {
	-webkit-box-flex: 21;
	-webkit-flex-grow: 21;
	-ms-flex-positive: 21;
	flex-grow: 21
}

.react-flex-v2--flex-grow-22 {
	-webkit-box-flex: 22;
	-webkit-flex-grow: 22;
	-ms-flex-positive: 22;
	flex-grow: 22
}

.react-flex-v2--flex-grow-23 {
	-webkit-box-flex: 23;
	-webkit-flex-grow: 23;
	-ms-flex-positive: 23;
	flex-grow: 23
}

.react-flex-v2--flex-grow-24 {
	-webkit-box-flex: 24;
	-webkit-flex-grow: 24;
	-ms-flex-positive: 24;
	flex-grow: 24
}

.react-flex-v2--flex-grow-25 {
	-webkit-box-flex: 25;
	-webkit-flex-grow: 25;
	-ms-flex-positive: 25;
	flex-grow: 25
}

.react-flex-v2--flex-grow-26 {
	-webkit-box-flex: 26;
	-webkit-flex-grow: 26;
	-ms-flex-positive: 26;
	flex-grow: 26
}

.react-flex-v2--flex-grow-27 {
	-webkit-box-flex: 27;
	-webkit-flex-grow: 27;
	-ms-flex-positive: 27;
	flex-grow: 27
}

.react-flex-v2--flex-grow-28 {
	-webkit-box-flex: 28;
	-webkit-flex-grow: 28;
	-ms-flex-positive: 28;
	flex-grow: 28
}

.react-flex-v2--flex-grow-29 {
	-webkit-box-flex: 29;
	-webkit-flex-grow: 29;
	-ms-flex-positive: 29;
	flex-grow: 29
}

.react-flex-v2--flex-grow-30 {
	-webkit-box-flex: 30;
	-webkit-flex-grow: 30;
	-ms-flex-positive: 30;
	flex-grow: 30
}

.react-flex-v2--flex-grow-31 {
	-webkit-box-flex: 31;
	-webkit-flex-grow: 31;
	-ms-flex-positive: 31;
	flex-grow: 31
}

.react-flex-v2--flex-grow-32 {
	-webkit-box-flex: 32;
	-webkit-flex-grow: 32;
	-ms-flex-positive: 32;
	flex-grow: 32
}

.react-flex-v2--flex-grow-33 {
	-webkit-box-flex: 33;
	-webkit-flex-grow: 33;
	-ms-flex-positive: 33;
	flex-grow: 33
}

.react-flex-v2--flex-grow-34 {
	-webkit-box-flex: 34;
	-webkit-flex-grow: 34;
	-ms-flex-positive: 34;
	flex-grow: 34
}

.react-flex-v2--flex-grow-35 {
	-webkit-box-flex: 35;
	-webkit-flex-grow: 35;
	-ms-flex-positive: 35;
	flex-grow: 35
}

.react-flex-v2--flex-grow-36 {
	-webkit-box-flex: 36;
	-webkit-flex-grow: 36;
	-ms-flex-positive: 36;
	flex-grow: 36
}

.react-flex-v2--flex-grow-37 {
	-webkit-box-flex: 37;
	-webkit-flex-grow: 37;
	-ms-flex-positive: 37;
	flex-grow: 37
}

.react-flex-v2--flex-grow-38 {
	-webkit-box-flex: 38;
	-webkit-flex-grow: 38;
	-ms-flex-positive: 38;
	flex-grow: 38
}

.react-flex-v2--flex-grow-39 {
	-webkit-box-flex: 39;
	-webkit-flex-grow: 39;
	-ms-flex-positive: 39;
	flex-grow: 39
}

.react-flex-v2--flex-grow-40 {
	-webkit-box-flex: 40;
	-webkit-flex-grow: 40;
	-ms-flex-positive: 40;
	flex-grow: 40
}

.react-flex-v2--flex-grow-41 {
	-webkit-box-flex: 41;
	-webkit-flex-grow: 41;
	-ms-flex-positive: 41;
	flex-grow: 41
}

.react-flex-v2--flex-grow-42 {
	-webkit-box-flex: 42;
	-webkit-flex-grow: 42;
	-ms-flex-positive: 42;
	flex-grow: 42
}

.react-flex-v2--flex-grow-43 {
	-webkit-box-flex: 43;
	-webkit-flex-grow: 43;
	-ms-flex-positive: 43;
	flex-grow: 43
}

.react-flex-v2--flex-grow-44 {
	-webkit-box-flex: 44;
	-webkit-flex-grow: 44;
	-ms-flex-positive: 44;
	flex-grow: 44
}

.react-flex-v2--flex-grow-45 {
	-webkit-box-flex: 45;
	-webkit-flex-grow: 45;
	-ms-flex-positive: 45;
	flex-grow: 45
}

.react-flex-v2--flex-grow-46 {
	-webkit-box-flex: 46;
	-webkit-flex-grow: 46;
	-ms-flex-positive: 46;
	flex-grow: 46
}

.react-flex-v2--flex-grow-47 {
	-webkit-box-flex: 47;
	-webkit-flex-grow: 47;
	-ms-flex-positive: 47;
	flex-grow: 47
}

.react-flex-v2--flex-grow-48 {
	-webkit-box-flex: 48;
	-webkit-flex-grow: 48;
	-ms-flex-positive: 48;
	flex-grow: 48
}

.react-flex-v2--flex-grow-49 {
	-webkit-box-flex: 49;
	-webkit-flex-grow: 49;
	-ms-flex-positive: 49;
	flex-grow: 49
}

.react-flex-v2--flex-grow-50 {
	-webkit-box-flex: 50;
	-webkit-flex-grow: 50;
	-ms-flex-positive: 50;
	flex-grow: 50
}

.react-flex-v2--flex-grow-51 {
	-webkit-box-flex: 51;
	-webkit-flex-grow: 51;
	-ms-flex-positive: 51;
	flex-grow: 51
}

.react-flex-v2--flex-grow-52 {
	-webkit-box-flex: 52;
	-webkit-flex-grow: 52;
	-ms-flex-positive: 52;
	flex-grow: 52
}

.react-flex-v2--flex-grow-53 {
	-webkit-box-flex: 53;
	-webkit-flex-grow: 53;
	-ms-flex-positive: 53;
	flex-grow: 53
}

.react-flex-v2--flex-grow-54 {
	-webkit-box-flex: 54;
	-webkit-flex-grow: 54;
	-ms-flex-positive: 54;
	flex-grow: 54
}

.react-flex-v2--flex-grow-55 {
	-webkit-box-flex: 55;
	-webkit-flex-grow: 55;
	-ms-flex-positive: 55;
	flex-grow: 55
}

.react-flex-v2--flex-grow-56 {
	-webkit-box-flex: 56;
	-webkit-flex-grow: 56;
	-ms-flex-positive: 56;
	flex-grow: 56
}

.react-flex-v2--flex-grow-57 {
	-webkit-box-flex: 57;
	-webkit-flex-grow: 57;
	-ms-flex-positive: 57;
	flex-grow: 57
}

.react-flex-v2--flex-grow-58 {
	-webkit-box-flex: 58;
	-webkit-flex-grow: 58;
	-ms-flex-positive: 58;
	flex-grow: 58
}

.react-flex-v2--flex-grow-59 {
	-webkit-box-flex: 59;
	-webkit-flex-grow: 59;
	-ms-flex-positive: 59;
	flex-grow: 59
}

.react-flex-v2--flex-grow-60 {
	-webkit-box-flex: 60;
	-webkit-flex-grow: 60;
	-ms-flex-positive: 60;
	flex-grow: 60
}

.react-flex-v2--flex-grow-61 {
	-webkit-box-flex: 61;
	-webkit-flex-grow: 61;
	-ms-flex-positive: 61;
	flex-grow: 61
}

.react-flex-v2--flex-grow-62 {
	-webkit-box-flex: 62;
	-webkit-flex-grow: 62;
	-ms-flex-positive: 62;
	flex-grow: 62
}

.react-flex-v2--flex-grow-63 {
	-webkit-box-flex: 63;
	-webkit-flex-grow: 63;
	-ms-flex-positive: 63;
	flex-grow: 63
}

.react-flex-v2--flex-grow-64 {
	-webkit-box-flex: 64;
	-webkit-flex-grow: 64;
	-ms-flex-positive: 64;
	flex-grow: 64
}

.react-flex-v2--flex-grow-65 {
	-webkit-box-flex: 65;
	-webkit-flex-grow: 65;
	-ms-flex-positive: 65;
	flex-grow: 65
}

.react-flex-v2--flex-grow-66 {
	-webkit-box-flex: 66;
	-webkit-flex-grow: 66;
	-ms-flex-positive: 66;
	flex-grow: 66
}

.react-flex-v2--flex-grow-67 {
	-webkit-box-flex: 67;
	-webkit-flex-grow: 67;
	-ms-flex-positive: 67;
	flex-grow: 67
}

.react-flex-v2--flex-grow-68 {
	-webkit-box-flex: 68;
	-webkit-flex-grow: 68;
	-ms-flex-positive: 68;
	flex-grow: 68
}

.react-flex-v2--flex-grow-69 {
	-webkit-box-flex: 69;
	-webkit-flex-grow: 69;
	-ms-flex-positive: 69;
	flex-grow: 69
}

.react-flex-v2--flex-grow-70 {
	-webkit-box-flex: 70;
	-webkit-flex-grow: 70;
	-ms-flex-positive: 70;
	flex-grow: 70
}

.react-flex-v2--flex-grow-71 {
	-webkit-box-flex: 71;
	-webkit-flex-grow: 71;
	-ms-flex-positive: 71;
	flex-grow: 71
}

.react-flex-v2--flex-grow-72 {
	-webkit-box-flex: 72;
	-webkit-flex-grow: 72;
	-ms-flex-positive: 72;
	flex-grow: 72
}

.react-flex-v2--flex-grow-73 {
	-webkit-box-flex: 73;
	-webkit-flex-grow: 73;
	-ms-flex-positive: 73;
	flex-grow: 73
}

.react-flex-v2--flex-grow-74 {
	-webkit-box-flex: 74;
	-webkit-flex-grow: 74;
	-ms-flex-positive: 74;
	flex-grow: 74
}

.react-flex-v2--flex-grow-75 {
	-webkit-box-flex: 75;
	-webkit-flex-grow: 75;
	-ms-flex-positive: 75;
	flex-grow: 75
}

.react-flex-v2--flex-grow-76 {
	-webkit-box-flex: 76;
	-webkit-flex-grow: 76;
	-ms-flex-positive: 76;
	flex-grow: 76
}

.react-flex-v2--flex-grow-77 {
	-webkit-box-flex: 77;
	-webkit-flex-grow: 77;
	-ms-flex-positive: 77;
	flex-grow: 77
}

.react-flex-v2--flex-grow-78 {
	-webkit-box-flex: 78;
	-webkit-flex-grow: 78;
	-ms-flex-positive: 78;
	flex-grow: 78
}

.react-flex-v2--flex-grow-79 {
	-webkit-box-flex: 79;
	-webkit-flex-grow: 79;
	-ms-flex-positive: 79;
	flex-grow: 79
}

.react-flex-v2--flex-grow-80 {
	-webkit-box-flex: 80;
	-webkit-flex-grow: 80;
	-ms-flex-positive: 80;
	flex-grow: 80
}

.react-flex-v2--flex-grow-81 {
	-webkit-box-flex: 81;
	-webkit-flex-grow: 81;
	-ms-flex-positive: 81;
	flex-grow: 81
}

.react-flex-v2--flex-grow-82 {
	-webkit-box-flex: 82;
	-webkit-flex-grow: 82;
	-ms-flex-positive: 82;
	flex-grow: 82
}

.react-flex-v2--flex-grow-83 {
	-webkit-box-flex: 83;
	-webkit-flex-grow: 83;
	-ms-flex-positive: 83;
	flex-grow: 83
}

.react-flex-v2--flex-grow-84 {
	-webkit-box-flex: 84;
	-webkit-flex-grow: 84;
	-ms-flex-positive: 84;
	flex-grow: 84
}

.react-flex-v2--flex-grow-85 {
	-webkit-box-flex: 85;
	-webkit-flex-grow: 85;
	-ms-flex-positive: 85;
	flex-grow: 85
}

.react-flex-v2--flex-grow-86 {
	-webkit-box-flex: 86;
	-webkit-flex-grow: 86;
	-ms-flex-positive: 86;
	flex-grow: 86
}

.react-flex-v2--flex-grow-87 {
	-webkit-box-flex: 87;
	-webkit-flex-grow: 87;
	-ms-flex-positive: 87;
	flex-grow: 87
}

.react-flex-v2--flex-grow-88 {
	-webkit-box-flex: 88;
	-webkit-flex-grow: 88;
	-ms-flex-positive: 88;
	flex-grow: 88
}

.react-flex-v2--flex-grow-89 {
	-webkit-box-flex: 89;
	-webkit-flex-grow: 89;
	-ms-flex-positive: 89;
	flex-grow: 89
}

.react-flex-v2--flex-grow-90 {
	-webkit-box-flex: 90;
	-webkit-flex-grow: 90;
	-ms-flex-positive: 90;
	flex-grow: 90
}

.react-flex-v2--flex-grow-91 {
	-webkit-box-flex: 91;
	-webkit-flex-grow: 91;
	-ms-flex-positive: 91;
	flex-grow: 91
}

.react-flex-v2--flex-grow-92 {
	-webkit-box-flex: 92;
	-webkit-flex-grow: 92;
	-ms-flex-positive: 92;
	flex-grow: 92
}

.react-flex-v2--flex-grow-93 {
	-webkit-box-flex: 93;
	-webkit-flex-grow: 93;
	-ms-flex-positive: 93;
	flex-grow: 93
}

.react-flex-v2--flex-grow-94 {
	-webkit-box-flex: 94;
	-webkit-flex-grow: 94;
	-ms-flex-positive: 94;
	flex-grow: 94
}

.react-flex-v2--flex-grow-95 {
	-webkit-box-flex: 95;
	-webkit-flex-grow: 95;
	-ms-flex-positive: 95;
	flex-grow: 95
}

.react-flex-v2--flex-grow-96 {
	-webkit-box-flex: 96;
	-webkit-flex-grow: 96;
	-ms-flex-positive: 96;
	flex-grow: 96
}

.react-flex-v2--flex-grow-97 {
	-webkit-box-flex: 97;
	-webkit-flex-grow: 97;
	-ms-flex-positive: 97;
	flex-grow: 97
}

.react-flex-v2--flex-grow-98 {
	-webkit-box-flex: 98;
	-webkit-flex-grow: 98;
	-ms-flex-positive: 98;
	flex-grow: 98
}

.react-flex-v2--flex-grow-99 {
	-webkit-box-flex: 99;
	-webkit-flex-grow: 99;
	-ms-flex-positive: 99;
	flex-grow: 99
}

.react-flex-v2--flex-grow-100 {
	-webkit-box-flex: 100;
	-webkit-flex-grow: 100;
	-ms-flex-positive: 100;
	flex-grow: 100
}

.react-flex-v2--flex-shrink-1 {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.react-flex-v2--flex-shrink-2 {
	-webkit-flex-shrink: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2
}

.react-flex-v2--flex-shrink-3 {
	-webkit-flex-shrink: 3;
	-ms-flex-negative: 3;
	flex-shrink: 3
}

.react-flex-v2--flex-shrink-4 {
	-webkit-flex-shrink: 4;
	-ms-flex-negative: 4;
	flex-shrink: 4
}

.react-flex-v2--flex-shrink-5 {
	-webkit-flex-shrink: 5;
	-ms-flex-negative: 5;
	flex-shrink: 5
}

.react-flex-v2--flex-shrink-6 {
	-webkit-flex-shrink: 6;
	-ms-flex-negative: 6;
	flex-shrink: 6
}

.react-flex-v2--flex-shrink-7 {
	-webkit-flex-shrink: 7;
	-ms-flex-negative: 7;
	flex-shrink: 7
}

.react-flex-v2--flex-shrink-8 {
	-webkit-flex-shrink: 8;
	-ms-flex-negative: 8;
	flex-shrink: 8
}

.react-flex-v2--flex-shrink-9 {
	-webkit-flex-shrink: 9;
	-ms-flex-negative: 9;
	flex-shrink: 9
}

.react-flex-v2--flex-shrink-10 {
	-webkit-flex-shrink: 10;
	-ms-flex-negative: 10;
	flex-shrink: 10
}

.react-flex-v2--flex-shrink-11 {
	-webkit-flex-shrink: 11;
	-ms-flex-negative: 11;
	flex-shrink: 11
}

.react-flex-v2--flex-shrink-12 {
	-webkit-flex-shrink: 12;
	-ms-flex-negative: 12;
	flex-shrink: 12
}

.react-flex-v2--flex-shrink-13 {
	-webkit-flex-shrink: 13;
	-ms-flex-negative: 13;
	flex-shrink: 13
}

.react-flex-v2--flex-shrink-14 {
	-webkit-flex-shrink: 14;
	-ms-flex-negative: 14;
	flex-shrink: 14
}

.react-flex-v2--flex-shrink-15 {
	-webkit-flex-shrink: 15;
	-ms-flex-negative: 15;
	flex-shrink: 15
}

.react-flex-v2--flex-shrink-16 {
	-webkit-flex-shrink: 16;
	-ms-flex-negative: 16;
	flex-shrink: 16
}

.react-flex-v2--flex-shrink-17 {
	-webkit-flex-shrink: 17;
	-ms-flex-negative: 17;
	flex-shrink: 17
}

.react-flex-v2--flex-shrink-18 {
	-webkit-flex-shrink: 18;
	-ms-flex-negative: 18;
	flex-shrink: 18
}

.react-flex-v2--flex-shrink-19 {
	-webkit-flex-shrink: 19;
	-ms-flex-negative: 19;
	flex-shrink: 19
}

.react-flex-v2--flex-shrink-20 {
	-webkit-flex-shrink: 20;
	-ms-flex-negative: 20;
	flex-shrink: 20
}

.react-flex-v2--flex-shrink-21 {
	-webkit-flex-shrink: 21;
	-ms-flex-negative: 21;
	flex-shrink: 21
}

.react-flex-v2--flex-shrink-22 {
	-webkit-flex-shrink: 22;
	-ms-flex-negative: 22;
	flex-shrink: 22
}

.react-flex-v2--flex-shrink-23 {
	-webkit-flex-shrink: 23;
	-ms-flex-negative: 23;
	flex-shrink: 23
}

.react-flex-v2--flex-shrink-24 {
	-webkit-flex-shrink: 24;
	-ms-flex-negative: 24;
	flex-shrink: 24
}

.react-flex-v2--flex-shrink-25 {
	-webkit-flex-shrink: 25;
	-ms-flex-negative: 25;
	flex-shrink: 25
}

.react-flex-v2--flex-shrink-26 {
	-webkit-flex-shrink: 26;
	-ms-flex-negative: 26;
	flex-shrink: 26
}

.react-flex-v2--flex-shrink-27 {
	-webkit-flex-shrink: 27;
	-ms-flex-negative: 27;
	flex-shrink: 27
}

.react-flex-v2--flex-shrink-28 {
	-webkit-flex-shrink: 28;
	-ms-flex-negative: 28;
	flex-shrink: 28
}

.react-flex-v2--flex-shrink-29 {
	-webkit-flex-shrink: 29;
	-ms-flex-negative: 29;
	flex-shrink: 29
}

.react-flex-v2--flex-shrink-30 {
	-webkit-flex-shrink: 30;
	-ms-flex-negative: 30;
	flex-shrink: 30
}

.react-flex-v2--flex-shrink-31 {
	-webkit-flex-shrink: 31;
	-ms-flex-negative: 31;
	flex-shrink: 31
}

.react-flex-v2--flex-shrink-32 {
	-webkit-flex-shrink: 32;
	-ms-flex-negative: 32;
	flex-shrink: 32
}

.react-flex-v2--flex-shrink-33 {
	-webkit-flex-shrink: 33;
	-ms-flex-negative: 33;
	flex-shrink: 33
}

.react-flex-v2--flex-shrink-34 {
	-webkit-flex-shrink: 34;
	-ms-flex-negative: 34;
	flex-shrink: 34
}

.react-flex-v2--flex-shrink-35 {
	-webkit-flex-shrink: 35;
	-ms-flex-negative: 35;
	flex-shrink: 35
}

.react-flex-v2--flex-shrink-36 {
	-webkit-flex-shrink: 36;
	-ms-flex-negative: 36;
	flex-shrink: 36
}

.react-flex-v2--flex-shrink-37 {
	-webkit-flex-shrink: 37;
	-ms-flex-negative: 37;
	flex-shrink: 37
}

.react-flex-v2--flex-shrink-38 {
	-webkit-flex-shrink: 38;
	-ms-flex-negative: 38;
	flex-shrink: 38
}

.react-flex-v2--flex-shrink-39 {
	-webkit-flex-shrink: 39;
	-ms-flex-negative: 39;
	flex-shrink: 39
}

.react-flex-v2--flex-shrink-40 {
	-webkit-flex-shrink: 40;
	-ms-flex-negative: 40;
	flex-shrink: 40
}

.react-flex-v2--flex-shrink-41 {
	-webkit-flex-shrink: 41;
	-ms-flex-negative: 41;
	flex-shrink: 41
}

.react-flex-v2--flex-shrink-42 {
	-webkit-flex-shrink: 42;
	-ms-flex-negative: 42;
	flex-shrink: 42
}

.react-flex-v2--flex-shrink-43 {
	-webkit-flex-shrink: 43;
	-ms-flex-negative: 43;
	flex-shrink: 43
}

.react-flex-v2--flex-shrink-44 {
	-webkit-flex-shrink: 44;
	-ms-flex-negative: 44;
	flex-shrink: 44
}

.react-flex-v2--flex-shrink-45 {
	-webkit-flex-shrink: 45;
	-ms-flex-negative: 45;
	flex-shrink: 45
}

.react-flex-v2--flex-shrink-46 {
	-webkit-flex-shrink: 46;
	-ms-flex-negative: 46;
	flex-shrink: 46
}

.react-flex-v2--flex-shrink-47 {
	-webkit-flex-shrink: 47;
	-ms-flex-negative: 47;
	flex-shrink: 47
}

.react-flex-v2--flex-shrink-48 {
	-webkit-flex-shrink: 48;
	-ms-flex-negative: 48;
	flex-shrink: 48
}

.react-flex-v2--flex-shrink-49 {
	-webkit-flex-shrink: 49;
	-ms-flex-negative: 49;
	flex-shrink: 49
}

.react-flex-v2--flex-shrink-50 {
	-webkit-flex-shrink: 50;
	-ms-flex-negative: 50;
	flex-shrink: 50
}

.react-flex-v2--flex-shrink-51 {
	-webkit-flex-shrink: 51;
	-ms-flex-negative: 51;
	flex-shrink: 51
}

.react-flex-v2--flex-shrink-52 {
	-webkit-flex-shrink: 52;
	-ms-flex-negative: 52;
	flex-shrink: 52
}

.react-flex-v2--flex-shrink-53 {
	-webkit-flex-shrink: 53;
	-ms-flex-negative: 53;
	flex-shrink: 53
}

.react-flex-v2--flex-shrink-54 {
	-webkit-flex-shrink: 54;
	-ms-flex-negative: 54;
	flex-shrink: 54
}

.react-flex-v2--flex-shrink-55 {
	-webkit-flex-shrink: 55;
	-ms-flex-negative: 55;
	flex-shrink: 55
}

.react-flex-v2--flex-shrink-56 {
	-webkit-flex-shrink: 56;
	-ms-flex-negative: 56;
	flex-shrink: 56
}

.react-flex-v2--flex-shrink-57 {
	-webkit-flex-shrink: 57;
	-ms-flex-negative: 57;
	flex-shrink: 57
}

.react-flex-v2--flex-shrink-58 {
	-webkit-flex-shrink: 58;
	-ms-flex-negative: 58;
	flex-shrink: 58
}

.react-flex-v2--flex-shrink-59 {
	-webkit-flex-shrink: 59;
	-ms-flex-negative: 59;
	flex-shrink: 59
}

.react-flex-v2--flex-shrink-60 {
	-webkit-flex-shrink: 60;
	-ms-flex-negative: 60;
	flex-shrink: 60
}

.react-flex-v2--flex-shrink-61 {
	-webkit-flex-shrink: 61;
	-ms-flex-negative: 61;
	flex-shrink: 61
}

.react-flex-v2--flex-shrink-62 {
	-webkit-flex-shrink: 62;
	-ms-flex-negative: 62;
	flex-shrink: 62
}

.react-flex-v2--flex-shrink-63 {
	-webkit-flex-shrink: 63;
	-ms-flex-negative: 63;
	flex-shrink: 63
}

.react-flex-v2--flex-shrink-64 {
	-webkit-flex-shrink: 64;
	-ms-flex-negative: 64;
	flex-shrink: 64
}

.react-flex-v2--flex-shrink-65 {
	-webkit-flex-shrink: 65;
	-ms-flex-negative: 65;
	flex-shrink: 65
}

.react-flex-v2--flex-shrink-66 {
	-webkit-flex-shrink: 66;
	-ms-flex-negative: 66;
	flex-shrink: 66
}

.react-flex-v2--flex-shrink-67 {
	-webkit-flex-shrink: 67;
	-ms-flex-negative: 67;
	flex-shrink: 67
}

.react-flex-v2--flex-shrink-68 {
	-webkit-flex-shrink: 68;
	-ms-flex-negative: 68;
	flex-shrink: 68
}

.react-flex-v2--flex-shrink-69 {
	-webkit-flex-shrink: 69;
	-ms-flex-negative: 69;
	flex-shrink: 69
}

.react-flex-v2--flex-shrink-70 {
	-webkit-flex-shrink: 70;
	-ms-flex-negative: 70;
	flex-shrink: 70
}

.react-flex-v2--flex-shrink-71 {
	-webkit-flex-shrink: 71;
	-ms-flex-negative: 71;
	flex-shrink: 71
}

.react-flex-v2--flex-shrink-72 {
	-webkit-flex-shrink: 72;
	-ms-flex-negative: 72;
	flex-shrink: 72
}

.react-flex-v2--flex-shrink-73 {
	-webkit-flex-shrink: 73;
	-ms-flex-negative: 73;
	flex-shrink: 73
}

.react-flex-v2--flex-shrink-74 {
	-webkit-flex-shrink: 74;
	-ms-flex-negative: 74;
	flex-shrink: 74
}

.react-flex-v2--flex-shrink-75 {
	-webkit-flex-shrink: 75;
	-ms-flex-negative: 75;
	flex-shrink: 75
}

.react-flex-v2--flex-shrink-76 {
	-webkit-flex-shrink: 76;
	-ms-flex-negative: 76;
	flex-shrink: 76
}

.react-flex-v2--flex-shrink-77 {
	-webkit-flex-shrink: 77;
	-ms-flex-negative: 77;
	flex-shrink: 77
}

.react-flex-v2--flex-shrink-78 {
	-webkit-flex-shrink: 78;
	-ms-flex-negative: 78;
	flex-shrink: 78
}

.react-flex-v2--flex-shrink-79 {
	-webkit-flex-shrink: 79;
	-ms-flex-negative: 79;
	flex-shrink: 79
}

.react-flex-v2--flex-shrink-80 {
	-webkit-flex-shrink: 80;
	-ms-flex-negative: 80;
	flex-shrink: 80
}

.react-flex-v2--flex-shrink-81 {
	-webkit-flex-shrink: 81;
	-ms-flex-negative: 81;
	flex-shrink: 81
}

.react-flex-v2--flex-shrink-82 {
	-webkit-flex-shrink: 82;
	-ms-flex-negative: 82;
	flex-shrink: 82
}

.react-flex-v2--flex-shrink-83 {
	-webkit-flex-shrink: 83;
	-ms-flex-negative: 83;
	flex-shrink: 83
}

.react-flex-v2--flex-shrink-84 {
	-webkit-flex-shrink: 84;
	-ms-flex-negative: 84;
	flex-shrink: 84
}

.react-flex-v2--flex-shrink-85 {
	-webkit-flex-shrink: 85;
	-ms-flex-negative: 85;
	flex-shrink: 85
}

.react-flex-v2--flex-shrink-86 {
	-webkit-flex-shrink: 86;
	-ms-flex-negative: 86;
	flex-shrink: 86
}

.react-flex-v2--flex-shrink-87 {
	-webkit-flex-shrink: 87;
	-ms-flex-negative: 87;
	flex-shrink: 87
}

.react-flex-v2--flex-shrink-88 {
	-webkit-flex-shrink: 88;
	-ms-flex-negative: 88;
	flex-shrink: 88
}

.react-flex-v2--flex-shrink-89 {
	-webkit-flex-shrink: 89;
	-ms-flex-negative: 89;
	flex-shrink: 89
}

.react-flex-v2--flex-shrink-90 {
	-webkit-flex-shrink: 90;
	-ms-flex-negative: 90;
	flex-shrink: 90
}

.react-flex-v2--flex-shrink-91 {
	-webkit-flex-shrink: 91;
	-ms-flex-negative: 91;
	flex-shrink: 91
}

.react-flex-v2--flex-shrink-92 {
	-webkit-flex-shrink: 92;
	-ms-flex-negative: 92;
	flex-shrink: 92
}

.react-flex-v2--flex-shrink-93 {
	-webkit-flex-shrink: 93;
	-ms-flex-negative: 93;
	flex-shrink: 93
}

.react-flex-v2--flex-shrink-94 {
	-webkit-flex-shrink: 94;
	-ms-flex-negative: 94;
	flex-shrink: 94
}

.react-flex-v2--flex-shrink-95 {
	-webkit-flex-shrink: 95;
	-ms-flex-negative: 95;
	flex-shrink: 95
}

.react-flex-v2--flex-shrink-96 {
	-webkit-flex-shrink: 96;
	-ms-flex-negative: 96;
	flex-shrink: 96
}

.react-flex-v2--flex-shrink-97 {
	-webkit-flex-shrink: 97;
	-ms-flex-negative: 97;
	flex-shrink: 97
}

.react-flex-v2--flex-shrink-98 {
	-webkit-flex-shrink: 98;
	-ms-flex-negative: 98;
	flex-shrink: 98
}

.react-flex-v2--flex-shrink-99 {
	-webkit-flex-shrink: 99;
	-ms-flex-negative: 99;
	flex-shrink: 99
}

.react-flex-v2--flex-shrink-100 {
	-webkit-flex-shrink: 100;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.react-date-field {
	box-sizing: border-box;
	position: relative;
	overflow: visible;
	vertical-align: middle
}

.react-date-field *,.react-date-field *:before,.react-date-field *:after {
	box-sizing: border-box
}

.react-date-field>.react-date-field__picker {
	min-width: 100%;
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 100;
	background: white
}

.react-date-field__input {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5px;
	border: none;
	outline: none
}

.react-date-field__calendar-icon {
	border: 3px solid gray;
	border-top-width: 5px;
	border-radius: 2px;
	padding: 5px 7px;
	margin: 2px 4px 0px 2px;
	position: relative;
	cursor: pointer
}

.react-date-field__clear-icon {
	color: gray;
	fill: gray;
	margin: 0px 2px;
	cursor: pointer
}

.react-date-field__clear-icon svg {
	vertical-align: middle
}

.react-date-field__clear-icon:hover {
	color: #4d4d4d;
	fill: #4d4d4d
}

.react-date-field__calendar-icon:hover {
	border-color: #4d4d4d
}

.react-date-field__calendar-icon:hover:after,.react-date-field__calendar-icon:hover:before,.react-date-field__calendar-icon:hover .react-date-field__calendar-icon-inner {
	background: #4d4d4d
}

.react-date-field__calendar-icon:after,.react-date-field__calendar-icon:before {
	content: '';
	width: 3px;
	height: 6px;
	border-radius: 10px;
	left: 1px;
	top: -6px;
	position: absolute;
	background: gray
}

.react-date-field__calendar-icon:after {
	left: auto;
	right: 0px
}

.react-date-field__calendar-icon-inner {
	background: gray;
	position: absolute;
	border-radius: 1px;
	top: 2px;
	left: 2px;
	width: 4px;
	height: 4px
}

.react-date-picker__clock {
	box-sizing: border-box;
	display: inline-block;
	border: 5px solid gray;
	border-radius: 50%;
	position: relative
}

.react-date-picker__clock *,.react-date-picker__clock *:before,.react-date-picker__clock *:after {
	box-sizing: border-box
}

.react-date-picker__clock-hand,.react-date-picker__clock-tick {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	background: gray
}

.react-date-picker__time-picker {
	box-sizing: border-box
}

.react-date-picker__time-picker *,.react-date-picker__time-picker *:before,.react-date-picker__time-picker *:after {
	box-sizing: border-box
}

.react-date-picker__time-picker-input {
	margin-top: 10px
}

.react-date-picker,.react-date-picker__nav-bar,.react-date-picker__date-picker,.react-date-picker__basic-month-view {
	box-sizing: border-box
}

.react-date-picker *,.react-date-picker *:before,.react-date-picker *:after,.react-date-picker__nav-bar *,.react-date-picker__nav-bar *:before,.react-date-picker__nav-bar *:after,.react-date-picker__date-picker *,.react-date-picker__date-picker *:before,.react-date-picker__date-picker *:after,.react-date-picker__basic-month-view *,.react-date-picker__basic-month-view *:before,.react-date-picker__basic-month-view *:after {
	box-sizing: border-box
}

.react-date-picker {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.react-date-picker__nav-bar-arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative
}

.react-date-picker__nav-bar-arrow--disabled {
	fill: #BFBFBF;
	cursor: default
}

.react-date-picker__nav-bar-date {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.react-date-picker__nav-bar svg {
	vertical-align: middle
}

.react-date-picker__transition-month-view {
	position: relative;
	overflow: hidden
}

.react-date-picker__prev {
	-webkit-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px)
}

.react-date-picker__next {
	-webkit-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px)
}

.react-date-picker--transition-left {
	-webkit-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px)
}

.react-date-picker--transition-left.react-date-picker__next {
	-webkit-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px)
}

.react-date-picker--transition-right {
	z-index: 1111;
	-webkit-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px)
}

.react-date-picker--transition-right.react-date-picker__prev {
	-webkit-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px)
}

.react-date-picker__center {
	z-index: 10
}

.react-date-picker__prev.react-date-picker--transition,.react-date-picker__center.react-date-picker--transition,.react-date-picker__next.react-date-picker--transition {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.react-date-picker__prev,.react-date-picker__next {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute !important
}

.react-date-picker__month-view,.react-date-picker__basic-month-view {
	position: relative;
	outline: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.react-date-picker__month-view-week-day-name,.react-date-picker__basic-month-view-week-day-name {
	padding: 5px 0px
}

.react-date-picker__month-view-day--hidden,.react-date-picker__basic-month-view-day--hidden {
	visibility: hidden
}

.react-date-picker__month-view-day--disabled,.react-date-picker__basic-month-view-day--disabled {
	color: #BFBFBF
}

.react-date-picker__month-view-cell,.react-date-picker__basic-month-view-cell {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.react-date-picker__month-view-row,.react-date-picker__basic-month-view-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.react-date-picker__month-view-week-day-names,.react-date-picker__basic-month-view-week-day-names {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.react-flex-v2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.react-flex-v2--inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.react-flex-v2--display-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.react-flex-v2--display-inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.react-flex-v2--align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.react-flex-v2--align-items-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch
}

.react-flex-v2--align-items-baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	-ms-grid-row-align: baseline;
	align-items: baseline
}

.react-flex-v2--align-items-end,.react-flex-v2--align-items-flex-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end
}

.react-flex-v2--align-items-start,.react-flex-v2--align-items-flex-start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}

.react-flex-v2--align-self-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.react-flex-v2--align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.react-flex-v2--align-self-baseline {
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.react-flex-v2--align-self-auto {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}

.react-flex-v2--align-self-end,.react-flex-v2--align-self-flex-end {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.react-flex-v2--align-self-start,.react-flex-v2--align-self-flex-start {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.react-flex-v2--align-content-center {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.react-flex-v2--align-content-stretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.react-flex-v2--align-content-around,.react-flex-v2--align-content-space-around {
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.react-flex-v2--align-content-between,.react-flex-v2--align-content-space-between {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.react-flex-v2--align-content-end,.react-flex-v2--align-content-flex-end {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.react-flex-v2--align-content-start,.react-flex-v2--align-content-flex-start {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.react-flex-v2--justify-content-start,.react-flex-v2--justify-content-flex-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.react-flex-v2--justify-content-end,.react-flex-v2--justify-content-flex-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.react-flex-v2--justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.react-flex-v2--justify-content-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.react-flex-v2--justify-content-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.react-flex-v2--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.react-flex-v2--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.react-flex-v2--column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.react-flex-v2--row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.react-flex-v2--row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.react-flex-v2--flex-basis-auto {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.react-flex-v2--flex-basis-none,.react-flex-v2--flex-basis-0 {
	-webkit-flex-basis: 0px;
	-ms-flex-preferred-size: 0px;
	flex-basis: 0px
}

.react-flex-v2--flex-basis-fill {
	-webkit-flex-basis: fill;
	-ms-flex-preferred-size: fill;
	flex-basis: fill
}

.react-flex-v2--flex-basis-content {
	-webkit-flex-basis: content;
	-ms-flex-preferred-size: content;
	flex-basis: content
}

.react-flex-v2--flex-basis-fit-content {
	-webkit-flex-basis: fit-content;
	-ms-flex-preferred-size: fit-content;
	flex-basis: fit-content
}

.react-flex-v2--flex-basis-min-content {
	-webkit-flex-basis: min-content;
	-ms-flex-preferred-size: min-content;
	flex-basis: min-content
}

.react-flex-v2--flex-basis-max-content {
	-webkit-flex-basis: max-content;
	-ms-flex-preferred-size: max-content;
	flex-basis: max-content
}

.react-flex-v2--flex-none,.react-flex-v2--flex-0 {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.react-flex-v2--flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.react-flex-v2--flex-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.react-flex-v2--flex-3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3
}

.react-flex-v2--flex-4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4
}

.react-flex-v2--flex-5 {
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5
}

.react-flex-v2--flex-6 {
	-webkit-box-flex: 6;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6
}

.react-flex-v2--flex-7 {
	-webkit-box-flex: 7;
	-webkit-flex: 7;
	-ms-flex: 7;
	flex: 7
}

.react-flex-v2--flex-8 {
	-webkit-box-flex: 8;
	-webkit-flex: 8;
	-ms-flex: 8;
	flex: 8
}

.react-flex-v2--flex-9 {
	-webkit-box-flex: 9;
	-webkit-flex: 9;
	-ms-flex: 9;
	flex: 9
}

.react-flex-v2--flex-10 {
	-webkit-box-flex: 10;
	-webkit-flex: 10;
	-ms-flex: 10;
	flex: 10
}

.react-flex-v2--flex-11 {
	-webkit-box-flex: 11;
	-webkit-flex: 11;
	-ms-flex: 11;
	flex: 11
}

.react-flex-v2--flex-12 {
	-webkit-box-flex: 12;
	-webkit-flex: 12;
	-ms-flex: 12;
	flex: 12
}

.react-flex-v2--flex-13 {
	-webkit-box-flex: 13;
	-webkit-flex: 13;
	-ms-flex: 13;
	flex: 13
}

.react-flex-v2--flex-14 {
	-webkit-box-flex: 14;
	-webkit-flex: 14;
	-ms-flex: 14;
	flex: 14
}

.react-flex-v2--flex-15 {
	-webkit-box-flex: 15;
	-webkit-flex: 15;
	-ms-flex: 15;
	flex: 15
}

.react-flex-v2--flex-16 {
	-webkit-box-flex: 16;
	-webkit-flex: 16;
	-ms-flex: 16;
	flex: 16
}

.react-flex-v2--flex-17 {
	-webkit-box-flex: 17;
	-webkit-flex: 17;
	-ms-flex: 17;
	flex: 17
}

.react-flex-v2--flex-18 {
	-webkit-box-flex: 18;
	-webkit-flex: 18;
	-ms-flex: 18;
	flex: 18
}

.react-flex-v2--flex-19 {
	-webkit-box-flex: 19;
	-webkit-flex: 19;
	-ms-flex: 19;
	flex: 19
}

.react-flex-v2--flex-20 {
	-webkit-box-flex: 20;
	-webkit-flex: 20;
	-ms-flex: 20;
	flex: 20
}

.react-flex-v2--flex-21 {
	-webkit-box-flex: 21;
	-webkit-flex: 21;
	-ms-flex: 21;
	flex: 21
}

.react-flex-v2--flex-22 {
	-webkit-box-flex: 22;
	-webkit-flex: 22;
	-ms-flex: 22;
	flex: 22
}

.react-flex-v2--flex-23 {
	-webkit-box-flex: 23;
	-webkit-flex: 23;
	-ms-flex: 23;
	flex: 23
}

.react-flex-v2--flex-24 {
	-webkit-box-flex: 24;
	-webkit-flex: 24;
	-ms-flex: 24;
	flex: 24
}

.react-flex-v2--flex-25 {
	-webkit-box-flex: 25;
	-webkit-flex: 25;
	-ms-flex: 25;
	flex: 25
}

.react-flex-v2--flex-26 {
	-webkit-box-flex: 26;
	-webkit-flex: 26;
	-ms-flex: 26;
	flex: 26
}

.react-flex-v2--flex-27 {
	-webkit-box-flex: 27;
	-webkit-flex: 27;
	-ms-flex: 27;
	flex: 27
}

.react-flex-v2--flex-28 {
	-webkit-box-flex: 28;
	-webkit-flex: 28;
	-ms-flex: 28;
	flex: 28
}

.react-flex-v2--flex-29 {
	-webkit-box-flex: 29;
	-webkit-flex: 29;
	-ms-flex: 29;
	flex: 29
}

.react-flex-v2--flex-30 {
	-webkit-box-flex: 30;
	-webkit-flex: 30;
	-ms-flex: 30;
	flex: 30
}

.react-flex-v2--flex-31 {
	-webkit-box-flex: 31;
	-webkit-flex: 31;
	-ms-flex: 31;
	flex: 31
}

.react-flex-v2--flex-32 {
	-webkit-box-flex: 32;
	-webkit-flex: 32;
	-ms-flex: 32;
	flex: 32
}

.react-flex-v2--flex-33 {
	-webkit-box-flex: 33;
	-webkit-flex: 33;
	-ms-flex: 33;
	flex: 33
}

.react-flex-v2--flex-34 {
	-webkit-box-flex: 34;
	-webkit-flex: 34;
	-ms-flex: 34;
	flex: 34
}

.react-flex-v2--flex-35 {
	-webkit-box-flex: 35;
	-webkit-flex: 35;
	-ms-flex: 35;
	flex: 35
}

.react-flex-v2--flex-36 {
	-webkit-box-flex: 36;
	-webkit-flex: 36;
	-ms-flex: 36;
	flex: 36
}

.react-flex-v2--flex-37 {
	-webkit-box-flex: 37;
	-webkit-flex: 37;
	-ms-flex: 37;
	flex: 37
}

.react-flex-v2--flex-38 {
	-webkit-box-flex: 38;
	-webkit-flex: 38;
	-ms-flex: 38;
	flex: 38
}

.react-flex-v2--flex-39 {
	-webkit-box-flex: 39;
	-webkit-flex: 39;
	-ms-flex: 39;
	flex: 39
}

.react-flex-v2--flex-40 {
	-webkit-box-flex: 40;
	-webkit-flex: 40;
	-ms-flex: 40;
	flex: 40
}

.react-flex-v2--flex-41 {
	-webkit-box-flex: 41;
	-webkit-flex: 41;
	-ms-flex: 41;
	flex: 41
}

.react-flex-v2--flex-42 {
	-webkit-box-flex: 42;
	-webkit-flex: 42;
	-ms-flex: 42;
	flex: 42
}

.react-flex-v2--flex-43 {
	-webkit-box-flex: 43;
	-webkit-flex: 43;
	-ms-flex: 43;
	flex: 43
}

.react-flex-v2--flex-44 {
	-webkit-box-flex: 44;
	-webkit-flex: 44;
	-ms-flex: 44;
	flex: 44
}

.react-flex-v2--flex-45 {
	-webkit-box-flex: 45;
	-webkit-flex: 45;
	-ms-flex: 45;
	flex: 45
}

.react-flex-v2--flex-46 {
	-webkit-box-flex: 46;
	-webkit-flex: 46;
	-ms-flex: 46;
	flex: 46
}

.react-flex-v2--flex-47 {
	-webkit-box-flex: 47;
	-webkit-flex: 47;
	-ms-flex: 47;
	flex: 47
}

.react-flex-v2--flex-48 {
	-webkit-box-flex: 48;
	-webkit-flex: 48;
	-ms-flex: 48;
	flex: 48
}

.react-flex-v2--flex-49 {
	-webkit-box-flex: 49;
	-webkit-flex: 49;
	-ms-flex: 49;
	flex: 49
}

.react-flex-v2--flex-50 {
	-webkit-box-flex: 50;
	-webkit-flex: 50;
	-ms-flex: 50;
	flex: 50
}

.react-flex-v2--flex-51 {
	-webkit-box-flex: 51;
	-webkit-flex: 51;
	-ms-flex: 51;
	flex: 51
}

.react-flex-v2--flex-52 {
	-webkit-box-flex: 52;
	-webkit-flex: 52;
	-ms-flex: 52;
	flex: 52
}

.react-flex-v2--flex-53 {
	-webkit-box-flex: 53;
	-webkit-flex: 53;
	-ms-flex: 53;
	flex: 53
}

.react-flex-v2--flex-54 {
	-webkit-box-flex: 54;
	-webkit-flex: 54;
	-ms-flex: 54;
	flex: 54
}

.react-flex-v2--flex-55 {
	-webkit-box-flex: 55;
	-webkit-flex: 55;
	-ms-flex: 55;
	flex: 55
}

.react-flex-v2--flex-56 {
	-webkit-box-flex: 56;
	-webkit-flex: 56;
	-ms-flex: 56;
	flex: 56
}

.react-flex-v2--flex-57 {
	-webkit-box-flex: 57;
	-webkit-flex: 57;
	-ms-flex: 57;
	flex: 57
}

.react-flex-v2--flex-58 {
	-webkit-box-flex: 58;
	-webkit-flex: 58;
	-ms-flex: 58;
	flex: 58
}

.react-flex-v2--flex-59 {
	-webkit-box-flex: 59;
	-webkit-flex: 59;
	-ms-flex: 59;
	flex: 59
}

.react-flex-v2--flex-60 {
	-webkit-box-flex: 60;
	-webkit-flex: 60;
	-ms-flex: 60;
	flex: 60
}

.react-flex-v2--flex-61 {
	-webkit-box-flex: 61;
	-webkit-flex: 61;
	-ms-flex: 61;
	flex: 61
}

.react-flex-v2--flex-62 {
	-webkit-box-flex: 62;
	-webkit-flex: 62;
	-ms-flex: 62;
	flex: 62
}

.react-flex-v2--flex-63 {
	-webkit-box-flex: 63;
	-webkit-flex: 63;
	-ms-flex: 63;
	flex: 63
}

.react-flex-v2--flex-64 {
	-webkit-box-flex: 64;
	-webkit-flex: 64;
	-ms-flex: 64;
	flex: 64
}

.react-flex-v2--flex-65 {
	-webkit-box-flex: 65;
	-webkit-flex: 65;
	-ms-flex: 65;
	flex: 65
}

.react-flex-v2--flex-66 {
	-webkit-box-flex: 66;
	-webkit-flex: 66;
	-ms-flex: 66;
	flex: 66
}

.react-flex-v2--flex-67 {
	-webkit-box-flex: 67;
	-webkit-flex: 67;
	-ms-flex: 67;
	flex: 67
}

.react-flex-v2--flex-68 {
	-webkit-box-flex: 68;
	-webkit-flex: 68;
	-ms-flex: 68;
	flex: 68
}

.react-flex-v2--flex-69 {
	-webkit-box-flex: 69;
	-webkit-flex: 69;
	-ms-flex: 69;
	flex: 69
}

.react-flex-v2--flex-70 {
	-webkit-box-flex: 70;
	-webkit-flex: 70;
	-ms-flex: 70;
	flex: 70
}

.react-flex-v2--flex-71 {
	-webkit-box-flex: 71;
	-webkit-flex: 71;
	-ms-flex: 71;
	flex: 71
}

.react-flex-v2--flex-72 {
	-webkit-box-flex: 72;
	-webkit-flex: 72;
	-ms-flex: 72;
	flex: 72
}

.react-flex-v2--flex-73 {
	-webkit-box-flex: 73;
	-webkit-flex: 73;
	-ms-flex: 73;
	flex: 73
}

.react-flex-v2--flex-74 {
	-webkit-box-flex: 74;
	-webkit-flex: 74;
	-ms-flex: 74;
	flex: 74
}

.react-flex-v2--flex-75 {
	-webkit-box-flex: 75;
	-webkit-flex: 75;
	-ms-flex: 75;
	flex: 75
}

.react-flex-v2--flex-76 {
	-webkit-box-flex: 76;
	-webkit-flex: 76;
	-ms-flex: 76;
	flex: 76
}

.react-flex-v2--flex-77 {
	-webkit-box-flex: 77;
	-webkit-flex: 77;
	-ms-flex: 77;
	flex: 77
}

.react-flex-v2--flex-78 {
	-webkit-box-flex: 78;
	-webkit-flex: 78;
	-ms-flex: 78;
	flex: 78
}

.react-flex-v2--flex-79 {
	-webkit-box-flex: 79;
	-webkit-flex: 79;
	-ms-flex: 79;
	flex: 79
}

.react-flex-v2--flex-80 {
	-webkit-box-flex: 80;
	-webkit-flex: 80;
	-ms-flex: 80;
	flex: 80
}

.react-flex-v2--flex-81 {
	-webkit-box-flex: 81;
	-webkit-flex: 81;
	-ms-flex: 81;
	flex: 81
}

.react-flex-v2--flex-82 {
	-webkit-box-flex: 82;
	-webkit-flex: 82;
	-ms-flex: 82;
	flex: 82
}

.react-flex-v2--flex-83 {
	-webkit-box-flex: 83;
	-webkit-flex: 83;
	-ms-flex: 83;
	flex: 83
}

.react-flex-v2--flex-84 {
	-webkit-box-flex: 84;
	-webkit-flex: 84;
	-ms-flex: 84;
	flex: 84
}

.react-flex-v2--flex-85 {
	-webkit-box-flex: 85;
	-webkit-flex: 85;
	-ms-flex: 85;
	flex: 85
}

.react-flex-v2--flex-86 {
	-webkit-box-flex: 86;
	-webkit-flex: 86;
	-ms-flex: 86;
	flex: 86
}

.react-flex-v2--flex-87 {
	-webkit-box-flex: 87;
	-webkit-flex: 87;
	-ms-flex: 87;
	flex: 87
}

.react-flex-v2--flex-88 {
	-webkit-box-flex: 88;
	-webkit-flex: 88;
	-ms-flex: 88;
	flex: 88
}

.react-flex-v2--flex-89 {
	-webkit-box-flex: 89;
	-webkit-flex: 89;
	-ms-flex: 89;
	flex: 89
}

.react-flex-v2--flex-90 {
	-webkit-box-flex: 90;
	-webkit-flex: 90;
	-ms-flex: 90;
	flex: 90
}

.react-flex-v2--flex-91 {
	-webkit-box-flex: 91;
	-webkit-flex: 91;
	-ms-flex: 91;
	flex: 91
}

.react-flex-v2--flex-92 {
	-webkit-box-flex: 92;
	-webkit-flex: 92;
	-ms-flex: 92;
	flex: 92
}

.react-flex-v2--flex-93 {
	-webkit-box-flex: 93;
	-webkit-flex: 93;
	-ms-flex: 93;
	flex: 93
}

.react-flex-v2--flex-94 {
	-webkit-box-flex: 94;
	-webkit-flex: 94;
	-ms-flex: 94;
	flex: 94
}

.react-flex-v2--flex-95 {
	-webkit-box-flex: 95;
	-webkit-flex: 95;
	-ms-flex: 95;
	flex: 95
}

.react-flex-v2--flex-96 {
	-webkit-box-flex: 96;
	-webkit-flex: 96;
	-ms-flex: 96;
	flex: 96
}

.react-flex-v2--flex-97 {
	-webkit-box-flex: 97;
	-webkit-flex: 97;
	-ms-flex: 97;
	flex: 97
}

.react-flex-v2--flex-98 {
	-webkit-box-flex: 98;
	-webkit-flex: 98;
	-ms-flex: 98;
	flex: 98
}

.react-flex-v2--flex-99 {
	-webkit-box-flex: 99;
	-webkit-flex: 99;
	-ms-flex: 99;
	flex: 99
}

.react-flex-v2--flex-100 {
	-webkit-box-flex: 100;
	-webkit-flex: 100;
	-ms-flex: 100;
	flex: 100
}

.react-flex-v2--flex-grow-1 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.react-flex-v2--flex-grow-2 {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.react-flex-v2--flex-grow-3 {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.react-flex-v2--flex-grow-4 {
	-webkit-box-flex: 4;
	-webkit-flex-grow: 4;
	-ms-flex-positive: 4;
	flex-grow: 4
}

.react-flex-v2--flex-grow-5 {
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5
}

.react-flex-v2--flex-grow-6 {
	-webkit-box-flex: 6;
	-webkit-flex-grow: 6;
	-ms-flex-positive: 6;
	flex-grow: 6
}

.react-flex-v2--flex-grow-7 {
	-webkit-box-flex: 7;
	-webkit-flex-grow: 7;
	-ms-flex-positive: 7;
	flex-grow: 7
}

.react-flex-v2--flex-grow-8 {
	-webkit-box-flex: 8;
	-webkit-flex-grow: 8;
	-ms-flex-positive: 8;
	flex-grow: 8
}

.react-flex-v2--flex-grow-9 {
	-webkit-box-flex: 9;
	-webkit-flex-grow: 9;
	-ms-flex-positive: 9;
	flex-grow: 9
}

.react-flex-v2--flex-grow-10 {
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10
}

.react-flex-v2--flex-grow-11 {
	-webkit-box-flex: 11;
	-webkit-flex-grow: 11;
	-ms-flex-positive: 11;
	flex-grow: 11
}

.react-flex-v2--flex-grow-12 {
	-webkit-box-flex: 12;
	-webkit-flex-grow: 12;
	-ms-flex-positive: 12;
	flex-grow: 12
}

.react-flex-v2--flex-grow-13 {
	-webkit-box-flex: 13;
	-webkit-flex-grow: 13;
	-ms-flex-positive: 13;
	flex-grow: 13
}

.react-flex-v2--flex-grow-14 {
	-webkit-box-flex: 14;
	-webkit-flex-grow: 14;
	-ms-flex-positive: 14;
	flex-grow: 14
}

.react-flex-v2--flex-grow-15 {
	-webkit-box-flex: 15;
	-webkit-flex-grow: 15;
	-ms-flex-positive: 15;
	flex-grow: 15
}

.react-flex-v2--flex-grow-16 {
	-webkit-box-flex: 16;
	-webkit-flex-grow: 16;
	-ms-flex-positive: 16;
	flex-grow: 16
}

.react-flex-v2--flex-grow-17 {
	-webkit-box-flex: 17;
	-webkit-flex-grow: 17;
	-ms-flex-positive: 17;
	flex-grow: 17
}

.react-flex-v2--flex-grow-18 {
	-webkit-box-flex: 18;
	-webkit-flex-grow: 18;
	-ms-flex-positive: 18;
	flex-grow: 18
}

.react-flex-v2--flex-grow-19 {
	-webkit-box-flex: 19;
	-webkit-flex-grow: 19;
	-ms-flex-positive: 19;
	flex-grow: 19
}

.react-flex-v2--flex-grow-20 {
	-webkit-box-flex: 20;
	-webkit-flex-grow: 20;
	-ms-flex-positive: 20;
	flex-grow: 20
}

.react-flex-v2--flex-grow-21 {
	-webkit-box-flex: 21;
	-webkit-flex-grow: 21;
	-ms-flex-positive: 21;
	flex-grow: 21
}

.react-flex-v2--flex-grow-22 {
	-webkit-box-flex: 22;
	-webkit-flex-grow: 22;
	-ms-flex-positive: 22;
	flex-grow: 22
}

.react-flex-v2--flex-grow-23 {
	-webkit-box-flex: 23;
	-webkit-flex-grow: 23;
	-ms-flex-positive: 23;
	flex-grow: 23
}

.react-flex-v2--flex-grow-24 {
	-webkit-box-flex: 24;
	-webkit-flex-grow: 24;
	-ms-flex-positive: 24;
	flex-grow: 24
}

.react-flex-v2--flex-grow-25 {
	-webkit-box-flex: 25;
	-webkit-flex-grow: 25;
	-ms-flex-positive: 25;
	flex-grow: 25
}

.react-flex-v2--flex-grow-26 {
	-webkit-box-flex: 26;
	-webkit-flex-grow: 26;
	-ms-flex-positive: 26;
	flex-grow: 26
}

.react-flex-v2--flex-grow-27 {
	-webkit-box-flex: 27;
	-webkit-flex-grow: 27;
	-ms-flex-positive: 27;
	flex-grow: 27
}

.react-flex-v2--flex-grow-28 {
	-webkit-box-flex: 28;
	-webkit-flex-grow: 28;
	-ms-flex-positive: 28;
	flex-grow: 28
}

.react-flex-v2--flex-grow-29 {
	-webkit-box-flex: 29;
	-webkit-flex-grow: 29;
	-ms-flex-positive: 29;
	flex-grow: 29
}

.react-flex-v2--flex-grow-30 {
	-webkit-box-flex: 30;
	-webkit-flex-grow: 30;
	-ms-flex-positive: 30;
	flex-grow: 30
}

.react-flex-v2--flex-grow-31 {
	-webkit-box-flex: 31;
	-webkit-flex-grow: 31;
	-ms-flex-positive: 31;
	flex-grow: 31
}

.react-flex-v2--flex-grow-32 {
	-webkit-box-flex: 32;
	-webkit-flex-grow: 32;
	-ms-flex-positive: 32;
	flex-grow: 32
}

.react-flex-v2--flex-grow-33 {
	-webkit-box-flex: 33;
	-webkit-flex-grow: 33;
	-ms-flex-positive: 33;
	flex-grow: 33
}

.react-flex-v2--flex-grow-34 {
	-webkit-box-flex: 34;
	-webkit-flex-grow: 34;
	-ms-flex-positive: 34;
	flex-grow: 34
}

.react-flex-v2--flex-grow-35 {
	-webkit-box-flex: 35;
	-webkit-flex-grow: 35;
	-ms-flex-positive: 35;
	flex-grow: 35
}

.react-flex-v2--flex-grow-36 {
	-webkit-box-flex: 36;
	-webkit-flex-grow: 36;
	-ms-flex-positive: 36;
	flex-grow: 36
}

.react-flex-v2--flex-grow-37 {
	-webkit-box-flex: 37;
	-webkit-flex-grow: 37;
	-ms-flex-positive: 37;
	flex-grow: 37
}

.react-flex-v2--flex-grow-38 {
	-webkit-box-flex: 38;
	-webkit-flex-grow: 38;
	-ms-flex-positive: 38;
	flex-grow: 38
}

.react-flex-v2--flex-grow-39 {
	-webkit-box-flex: 39;
	-webkit-flex-grow: 39;
	-ms-flex-positive: 39;
	flex-grow: 39
}

.react-flex-v2--flex-grow-40 {
	-webkit-box-flex: 40;
	-webkit-flex-grow: 40;
	-ms-flex-positive: 40;
	flex-grow: 40
}

.react-flex-v2--flex-grow-41 {
	-webkit-box-flex: 41;
	-webkit-flex-grow: 41;
	-ms-flex-positive: 41;
	flex-grow: 41
}

.react-flex-v2--flex-grow-42 {
	-webkit-box-flex: 42;
	-webkit-flex-grow: 42;
	-ms-flex-positive: 42;
	flex-grow: 42
}

.react-flex-v2--flex-grow-43 {
	-webkit-box-flex: 43;
	-webkit-flex-grow: 43;
	-ms-flex-positive: 43;
	flex-grow: 43
}

.react-flex-v2--flex-grow-44 {
	-webkit-box-flex: 44;
	-webkit-flex-grow: 44;
	-ms-flex-positive: 44;
	flex-grow: 44
}

.react-flex-v2--flex-grow-45 {
	-webkit-box-flex: 45;
	-webkit-flex-grow: 45;
	-ms-flex-positive: 45;
	flex-grow: 45
}

.react-flex-v2--flex-grow-46 {
	-webkit-box-flex: 46;
	-webkit-flex-grow: 46;
	-ms-flex-positive: 46;
	flex-grow: 46
}

.react-flex-v2--flex-grow-47 {
	-webkit-box-flex: 47;
	-webkit-flex-grow: 47;
	-ms-flex-positive: 47;
	flex-grow: 47
}

.react-flex-v2--flex-grow-48 {
	-webkit-box-flex: 48;
	-webkit-flex-grow: 48;
	-ms-flex-positive: 48;
	flex-grow: 48
}

.react-flex-v2--flex-grow-49 {
	-webkit-box-flex: 49;
	-webkit-flex-grow: 49;
	-ms-flex-positive: 49;
	flex-grow: 49
}

.react-flex-v2--flex-grow-50 {
	-webkit-box-flex: 50;
	-webkit-flex-grow: 50;
	-ms-flex-positive: 50;
	flex-grow: 50
}

.react-flex-v2--flex-grow-51 {
	-webkit-box-flex: 51;
	-webkit-flex-grow: 51;
	-ms-flex-positive: 51;
	flex-grow: 51
}

.react-flex-v2--flex-grow-52 {
	-webkit-box-flex: 52;
	-webkit-flex-grow: 52;
	-ms-flex-positive: 52;
	flex-grow: 52
}

.react-flex-v2--flex-grow-53 {
	-webkit-box-flex: 53;
	-webkit-flex-grow: 53;
	-ms-flex-positive: 53;
	flex-grow: 53
}

.react-flex-v2--flex-grow-54 {
	-webkit-box-flex: 54;
	-webkit-flex-grow: 54;
	-ms-flex-positive: 54;
	flex-grow: 54
}

.react-flex-v2--flex-grow-55 {
	-webkit-box-flex: 55;
	-webkit-flex-grow: 55;
	-ms-flex-positive: 55;
	flex-grow: 55
}

.react-flex-v2--flex-grow-56 {
	-webkit-box-flex: 56;
	-webkit-flex-grow: 56;
	-ms-flex-positive: 56;
	flex-grow: 56
}

.react-flex-v2--flex-grow-57 {
	-webkit-box-flex: 57;
	-webkit-flex-grow: 57;
	-ms-flex-positive: 57;
	flex-grow: 57
}

.react-flex-v2--flex-grow-58 {
	-webkit-box-flex: 58;
	-webkit-flex-grow: 58;
	-ms-flex-positive: 58;
	flex-grow: 58
}

.react-flex-v2--flex-grow-59 {
	-webkit-box-flex: 59;
	-webkit-flex-grow: 59;
	-ms-flex-positive: 59;
	flex-grow: 59
}

.react-flex-v2--flex-grow-60 {
	-webkit-box-flex: 60;
	-webkit-flex-grow: 60;
	-ms-flex-positive: 60;
	flex-grow: 60
}

.react-flex-v2--flex-grow-61 {
	-webkit-box-flex: 61;
	-webkit-flex-grow: 61;
	-ms-flex-positive: 61;
	flex-grow: 61
}

.react-flex-v2--flex-grow-62 {
	-webkit-box-flex: 62;
	-webkit-flex-grow: 62;
	-ms-flex-positive: 62;
	flex-grow: 62
}

.react-flex-v2--flex-grow-63 {
	-webkit-box-flex: 63;
	-webkit-flex-grow: 63;
	-ms-flex-positive: 63;
	flex-grow: 63
}

.react-flex-v2--flex-grow-64 {
	-webkit-box-flex: 64;
	-webkit-flex-grow: 64;
	-ms-flex-positive: 64;
	flex-grow: 64
}

.react-flex-v2--flex-grow-65 {
	-webkit-box-flex: 65;
	-webkit-flex-grow: 65;
	-ms-flex-positive: 65;
	flex-grow: 65
}

.react-flex-v2--flex-grow-66 {
	-webkit-box-flex: 66;
	-webkit-flex-grow: 66;
	-ms-flex-positive: 66;
	flex-grow: 66
}

.react-flex-v2--flex-grow-67 {
	-webkit-box-flex: 67;
	-webkit-flex-grow: 67;
	-ms-flex-positive: 67;
	flex-grow: 67
}

.react-flex-v2--flex-grow-68 {
	-webkit-box-flex: 68;
	-webkit-flex-grow: 68;
	-ms-flex-positive: 68;
	flex-grow: 68
}

.react-flex-v2--flex-grow-69 {
	-webkit-box-flex: 69;
	-webkit-flex-grow: 69;
	-ms-flex-positive: 69;
	flex-grow: 69
}

.react-flex-v2--flex-grow-70 {
	-webkit-box-flex: 70;
	-webkit-flex-grow: 70;
	-ms-flex-positive: 70;
	flex-grow: 70
}

.react-flex-v2--flex-grow-71 {
	-webkit-box-flex: 71;
	-webkit-flex-grow: 71;
	-ms-flex-positive: 71;
	flex-grow: 71
}

.react-flex-v2--flex-grow-72 {
	-webkit-box-flex: 72;
	-webkit-flex-grow: 72;
	-ms-flex-positive: 72;
	flex-grow: 72
}

.react-flex-v2--flex-grow-73 {
	-webkit-box-flex: 73;
	-webkit-flex-grow: 73;
	-ms-flex-positive: 73;
	flex-grow: 73
}

.react-flex-v2--flex-grow-74 {
	-webkit-box-flex: 74;
	-webkit-flex-grow: 74;
	-ms-flex-positive: 74;
	flex-grow: 74
}

.react-flex-v2--flex-grow-75 {
	-webkit-box-flex: 75;
	-webkit-flex-grow: 75;
	-ms-flex-positive: 75;
	flex-grow: 75
}

.react-flex-v2--flex-grow-76 {
	-webkit-box-flex: 76;
	-webkit-flex-grow: 76;
	-ms-flex-positive: 76;
	flex-grow: 76
}

.react-flex-v2--flex-grow-77 {
	-webkit-box-flex: 77;
	-webkit-flex-grow: 77;
	-ms-flex-positive: 77;
	flex-grow: 77
}

.react-flex-v2--flex-grow-78 {
	-webkit-box-flex: 78;
	-webkit-flex-grow: 78;
	-ms-flex-positive: 78;
	flex-grow: 78
}

.react-flex-v2--flex-grow-79 {
	-webkit-box-flex: 79;
	-webkit-flex-grow: 79;
	-ms-flex-positive: 79;
	flex-grow: 79
}

.react-flex-v2--flex-grow-80 {
	-webkit-box-flex: 80;
	-webkit-flex-grow: 80;
	-ms-flex-positive: 80;
	flex-grow: 80
}

.react-flex-v2--flex-grow-81 {
	-webkit-box-flex: 81;
	-webkit-flex-grow: 81;
	-ms-flex-positive: 81;
	flex-grow: 81
}

.react-flex-v2--flex-grow-82 {
	-webkit-box-flex: 82;
	-webkit-flex-grow: 82;
	-ms-flex-positive: 82;
	flex-grow: 82
}

.react-flex-v2--flex-grow-83 {
	-webkit-box-flex: 83;
	-webkit-flex-grow: 83;
	-ms-flex-positive: 83;
	flex-grow: 83
}

.react-flex-v2--flex-grow-84 {
	-webkit-box-flex: 84;
	-webkit-flex-grow: 84;
	-ms-flex-positive: 84;
	flex-grow: 84
}

.react-flex-v2--flex-grow-85 {
	-webkit-box-flex: 85;
	-webkit-flex-grow: 85;
	-ms-flex-positive: 85;
	flex-grow: 85
}

.react-flex-v2--flex-grow-86 {
	-webkit-box-flex: 86;
	-webkit-flex-grow: 86;
	-ms-flex-positive: 86;
	flex-grow: 86
}

.react-flex-v2--flex-grow-87 {
	-webkit-box-flex: 87;
	-webkit-flex-grow: 87;
	-ms-flex-positive: 87;
	flex-grow: 87
}

.react-flex-v2--flex-grow-88 {
	-webkit-box-flex: 88;
	-webkit-flex-grow: 88;
	-ms-flex-positive: 88;
	flex-grow: 88
}

.react-flex-v2--flex-grow-89 {
	-webkit-box-flex: 89;
	-webkit-flex-grow: 89;
	-ms-flex-positive: 89;
	flex-grow: 89
}

.react-flex-v2--flex-grow-90 {
	-webkit-box-flex: 90;
	-webkit-flex-grow: 90;
	-ms-flex-positive: 90;
	flex-grow: 90
}

.react-flex-v2--flex-grow-91 {
	-webkit-box-flex: 91;
	-webkit-flex-grow: 91;
	-ms-flex-positive: 91;
	flex-grow: 91
}

.react-flex-v2--flex-grow-92 {
	-webkit-box-flex: 92;
	-webkit-flex-grow: 92;
	-ms-flex-positive: 92;
	flex-grow: 92
}

.react-flex-v2--flex-grow-93 {
	-webkit-box-flex: 93;
	-webkit-flex-grow: 93;
	-ms-flex-positive: 93;
	flex-grow: 93
}

.react-flex-v2--flex-grow-94 {
	-webkit-box-flex: 94;
	-webkit-flex-grow: 94;
	-ms-flex-positive: 94;
	flex-grow: 94
}

.react-flex-v2--flex-grow-95 {
	-webkit-box-flex: 95;
	-webkit-flex-grow: 95;
	-ms-flex-positive: 95;
	flex-grow: 95
}

.react-flex-v2--flex-grow-96 {
	-webkit-box-flex: 96;
	-webkit-flex-grow: 96;
	-ms-flex-positive: 96;
	flex-grow: 96
}

.react-flex-v2--flex-grow-97 {
	-webkit-box-flex: 97;
	-webkit-flex-grow: 97;
	-ms-flex-positive: 97;
	flex-grow: 97
}

.react-flex-v2--flex-grow-98 {
	-webkit-box-flex: 98;
	-webkit-flex-grow: 98;
	-ms-flex-positive: 98;
	flex-grow: 98
}

.react-flex-v2--flex-grow-99 {
	-webkit-box-flex: 99;
	-webkit-flex-grow: 99;
	-ms-flex-positive: 99;
	flex-grow: 99
}

.react-flex-v2--flex-grow-100 {
	-webkit-box-flex: 100;
	-webkit-flex-grow: 100;
	-ms-flex-positive: 100;
	flex-grow: 100
}

.react-flex-v2--flex-shrink-1 {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.react-flex-v2--flex-shrink-2 {
	-webkit-flex-shrink: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2
}

.react-flex-v2--flex-shrink-3 {
	-webkit-flex-shrink: 3;
	-ms-flex-negative: 3;
	flex-shrink: 3
}

.react-flex-v2--flex-shrink-4 {
	-webkit-flex-shrink: 4;
	-ms-flex-negative: 4;
	flex-shrink: 4
}

.react-flex-v2--flex-shrink-5 {
	-webkit-flex-shrink: 5;
	-ms-flex-negative: 5;
	flex-shrink: 5
}

.react-flex-v2--flex-shrink-6 {
	-webkit-flex-shrink: 6;
	-ms-flex-negative: 6;
	flex-shrink: 6
}

.react-flex-v2--flex-shrink-7 {
	-webkit-flex-shrink: 7;
	-ms-flex-negative: 7;
	flex-shrink: 7
}

.react-flex-v2--flex-shrink-8 {
	-webkit-flex-shrink: 8;
	-ms-flex-negative: 8;
	flex-shrink: 8
}

.react-flex-v2--flex-shrink-9 {
	-webkit-flex-shrink: 9;
	-ms-flex-negative: 9;
	flex-shrink: 9
}

.react-flex-v2--flex-shrink-10 {
	-webkit-flex-shrink: 10;
	-ms-flex-negative: 10;
	flex-shrink: 10
}

.react-flex-v2--flex-shrink-11 {
	-webkit-flex-shrink: 11;
	-ms-flex-negative: 11;
	flex-shrink: 11
}

.react-flex-v2--flex-shrink-12 {
	-webkit-flex-shrink: 12;
	-ms-flex-negative: 12;
	flex-shrink: 12
}

.react-flex-v2--flex-shrink-13 {
	-webkit-flex-shrink: 13;
	-ms-flex-negative: 13;
	flex-shrink: 13
}

.react-flex-v2--flex-shrink-14 {
	-webkit-flex-shrink: 14;
	-ms-flex-negative: 14;
	flex-shrink: 14
}

.react-flex-v2--flex-shrink-15 {
	-webkit-flex-shrink: 15;
	-ms-flex-negative: 15;
	flex-shrink: 15
}

.react-flex-v2--flex-shrink-16 {
	-webkit-flex-shrink: 16;
	-ms-flex-negative: 16;
	flex-shrink: 16
}

.react-flex-v2--flex-shrink-17 {
	-webkit-flex-shrink: 17;
	-ms-flex-negative: 17;
	flex-shrink: 17
}

.react-flex-v2--flex-shrink-18 {
	-webkit-flex-shrink: 18;
	-ms-flex-negative: 18;
	flex-shrink: 18
}

.react-flex-v2--flex-shrink-19 {
	-webkit-flex-shrink: 19;
	-ms-flex-negative: 19;
	flex-shrink: 19
}

.react-flex-v2--flex-shrink-20 {
	-webkit-flex-shrink: 20;
	-ms-flex-negative: 20;
	flex-shrink: 20
}

.react-flex-v2--flex-shrink-21 {
	-webkit-flex-shrink: 21;
	-ms-flex-negative: 21;
	flex-shrink: 21
}

.react-flex-v2--flex-shrink-22 {
	-webkit-flex-shrink: 22;
	-ms-flex-negative: 22;
	flex-shrink: 22
}

.react-flex-v2--flex-shrink-23 {
	-webkit-flex-shrink: 23;
	-ms-flex-negative: 23;
	flex-shrink: 23
}

.react-flex-v2--flex-shrink-24 {
	-webkit-flex-shrink: 24;
	-ms-flex-negative: 24;
	flex-shrink: 24
}

.react-flex-v2--flex-shrink-25 {
	-webkit-flex-shrink: 25;
	-ms-flex-negative: 25;
	flex-shrink: 25
}

.react-flex-v2--flex-shrink-26 {
	-webkit-flex-shrink: 26;
	-ms-flex-negative: 26;
	flex-shrink: 26
}

.react-flex-v2--flex-shrink-27 {
	-webkit-flex-shrink: 27;
	-ms-flex-negative: 27;
	flex-shrink: 27
}

.react-flex-v2--flex-shrink-28 {
	-webkit-flex-shrink: 28;
	-ms-flex-negative: 28;
	flex-shrink: 28
}

.react-flex-v2--flex-shrink-29 {
	-webkit-flex-shrink: 29;
	-ms-flex-negative: 29;
	flex-shrink: 29
}

.react-flex-v2--flex-shrink-30 {
	-webkit-flex-shrink: 30;
	-ms-flex-negative: 30;
	flex-shrink: 30
}

.react-flex-v2--flex-shrink-31 {
	-webkit-flex-shrink: 31;
	-ms-flex-negative: 31;
	flex-shrink: 31
}

.react-flex-v2--flex-shrink-32 {
	-webkit-flex-shrink: 32;
	-ms-flex-negative: 32;
	flex-shrink: 32
}

.react-flex-v2--flex-shrink-33 {
	-webkit-flex-shrink: 33;
	-ms-flex-negative: 33;
	flex-shrink: 33
}

.react-flex-v2--flex-shrink-34 {
	-webkit-flex-shrink: 34;
	-ms-flex-negative: 34;
	flex-shrink: 34
}

.react-flex-v2--flex-shrink-35 {
	-webkit-flex-shrink: 35;
	-ms-flex-negative: 35;
	flex-shrink: 35
}

.react-flex-v2--flex-shrink-36 {
	-webkit-flex-shrink: 36;
	-ms-flex-negative: 36;
	flex-shrink: 36
}

.react-flex-v2--flex-shrink-37 {
	-webkit-flex-shrink: 37;
	-ms-flex-negative: 37;
	flex-shrink: 37
}

.react-flex-v2--flex-shrink-38 {
	-webkit-flex-shrink: 38;
	-ms-flex-negative: 38;
	flex-shrink: 38
}

.react-flex-v2--flex-shrink-39 {
	-webkit-flex-shrink: 39;
	-ms-flex-negative: 39;
	flex-shrink: 39
}

.react-flex-v2--flex-shrink-40 {
	-webkit-flex-shrink: 40;
	-ms-flex-negative: 40;
	flex-shrink: 40
}

.react-flex-v2--flex-shrink-41 {
	-webkit-flex-shrink: 41;
	-ms-flex-negative: 41;
	flex-shrink: 41
}

.react-flex-v2--flex-shrink-42 {
	-webkit-flex-shrink: 42;
	-ms-flex-negative: 42;
	flex-shrink: 42
}

.react-flex-v2--flex-shrink-43 {
	-webkit-flex-shrink: 43;
	-ms-flex-negative: 43;
	flex-shrink: 43
}

.react-flex-v2--flex-shrink-44 {
	-webkit-flex-shrink: 44;
	-ms-flex-negative: 44;
	flex-shrink: 44
}

.react-flex-v2--flex-shrink-45 {
	-webkit-flex-shrink: 45;
	-ms-flex-negative: 45;
	flex-shrink: 45
}

.react-flex-v2--flex-shrink-46 {
	-webkit-flex-shrink: 46;
	-ms-flex-negative: 46;
	flex-shrink: 46
}

.react-flex-v2--flex-shrink-47 {
	-webkit-flex-shrink: 47;
	-ms-flex-negative: 47;
	flex-shrink: 47
}

.react-flex-v2--flex-shrink-48 {
	-webkit-flex-shrink: 48;
	-ms-flex-negative: 48;
	flex-shrink: 48
}

.react-flex-v2--flex-shrink-49 {
	-webkit-flex-shrink: 49;
	-ms-flex-negative: 49;
	flex-shrink: 49
}

.react-flex-v2--flex-shrink-50 {
	-webkit-flex-shrink: 50;
	-ms-flex-negative: 50;
	flex-shrink: 50
}

.react-flex-v2--flex-shrink-51 {
	-webkit-flex-shrink: 51;
	-ms-flex-negative: 51;
	flex-shrink: 51
}

.react-flex-v2--flex-shrink-52 {
	-webkit-flex-shrink: 52;
	-ms-flex-negative: 52;
	flex-shrink: 52
}

.react-flex-v2--flex-shrink-53 {
	-webkit-flex-shrink: 53;
	-ms-flex-negative: 53;
	flex-shrink: 53
}

.react-flex-v2--flex-shrink-54 {
	-webkit-flex-shrink: 54;
	-ms-flex-negative: 54;
	flex-shrink: 54
}

.react-flex-v2--flex-shrink-55 {
	-webkit-flex-shrink: 55;
	-ms-flex-negative: 55;
	flex-shrink: 55
}

.react-flex-v2--flex-shrink-56 {
	-webkit-flex-shrink: 56;
	-ms-flex-negative: 56;
	flex-shrink: 56
}

.react-flex-v2--flex-shrink-57 {
	-webkit-flex-shrink: 57;
	-ms-flex-negative: 57;
	flex-shrink: 57
}

.react-flex-v2--flex-shrink-58 {
	-webkit-flex-shrink: 58;
	-ms-flex-negative: 58;
	flex-shrink: 58
}

.react-flex-v2--flex-shrink-59 {
	-webkit-flex-shrink: 59;
	-ms-flex-negative: 59;
	flex-shrink: 59
}

.react-flex-v2--flex-shrink-60 {
	-webkit-flex-shrink: 60;
	-ms-flex-negative: 60;
	flex-shrink: 60
}

.react-flex-v2--flex-shrink-61 {
	-webkit-flex-shrink: 61;
	-ms-flex-negative: 61;
	flex-shrink: 61
}

.react-flex-v2--flex-shrink-62 {
	-webkit-flex-shrink: 62;
	-ms-flex-negative: 62;
	flex-shrink: 62
}

.react-flex-v2--flex-shrink-63 {
	-webkit-flex-shrink: 63;
	-ms-flex-negative: 63;
	flex-shrink: 63
}

.react-flex-v2--flex-shrink-64 {
	-webkit-flex-shrink: 64;
	-ms-flex-negative: 64;
	flex-shrink: 64
}

.react-flex-v2--flex-shrink-65 {
	-webkit-flex-shrink: 65;
	-ms-flex-negative: 65;
	flex-shrink: 65
}

.react-flex-v2--flex-shrink-66 {
	-webkit-flex-shrink: 66;
	-ms-flex-negative: 66;
	flex-shrink: 66
}

.react-flex-v2--flex-shrink-67 {
	-webkit-flex-shrink: 67;
	-ms-flex-negative: 67;
	flex-shrink: 67
}

.react-flex-v2--flex-shrink-68 {
	-webkit-flex-shrink: 68;
	-ms-flex-negative: 68;
	flex-shrink: 68
}

.react-flex-v2--flex-shrink-69 {
	-webkit-flex-shrink: 69;
	-ms-flex-negative: 69;
	flex-shrink: 69
}

.react-flex-v2--flex-shrink-70 {
	-webkit-flex-shrink: 70;
	-ms-flex-negative: 70;
	flex-shrink: 70
}

.react-flex-v2--flex-shrink-71 {
	-webkit-flex-shrink: 71;
	-ms-flex-negative: 71;
	flex-shrink: 71
}

.react-flex-v2--flex-shrink-72 {
	-webkit-flex-shrink: 72;
	-ms-flex-negative: 72;
	flex-shrink: 72
}

.react-flex-v2--flex-shrink-73 {
	-webkit-flex-shrink: 73;
	-ms-flex-negative: 73;
	flex-shrink: 73
}

.react-flex-v2--flex-shrink-74 {
	-webkit-flex-shrink: 74;
	-ms-flex-negative: 74;
	flex-shrink: 74
}

.react-flex-v2--flex-shrink-75 {
	-webkit-flex-shrink: 75;
	-ms-flex-negative: 75;
	flex-shrink: 75
}

.react-flex-v2--flex-shrink-76 {
	-webkit-flex-shrink: 76;
	-ms-flex-negative: 76;
	flex-shrink: 76
}

.react-flex-v2--flex-shrink-77 {
	-webkit-flex-shrink: 77;
	-ms-flex-negative: 77;
	flex-shrink: 77
}

.react-flex-v2--flex-shrink-78 {
	-webkit-flex-shrink: 78;
	-ms-flex-negative: 78;
	flex-shrink: 78
}

.react-flex-v2--flex-shrink-79 {
	-webkit-flex-shrink: 79;
	-ms-flex-negative: 79;
	flex-shrink: 79
}

.react-flex-v2--flex-shrink-80 {
	-webkit-flex-shrink: 80;
	-ms-flex-negative: 80;
	flex-shrink: 80
}

.react-flex-v2--flex-shrink-81 {
	-webkit-flex-shrink: 81;
	-ms-flex-negative: 81;
	flex-shrink: 81
}

.react-flex-v2--flex-shrink-82 {
	-webkit-flex-shrink: 82;
	-ms-flex-negative: 82;
	flex-shrink: 82
}

.react-flex-v2--flex-shrink-83 {
	-webkit-flex-shrink: 83;
	-ms-flex-negative: 83;
	flex-shrink: 83
}

.react-flex-v2--flex-shrink-84 {
	-webkit-flex-shrink: 84;
	-ms-flex-negative: 84;
	flex-shrink: 84
}

.react-flex-v2--flex-shrink-85 {
	-webkit-flex-shrink: 85;
	-ms-flex-negative: 85;
	flex-shrink: 85
}

.react-flex-v2--flex-shrink-86 {
	-webkit-flex-shrink: 86;
	-ms-flex-negative: 86;
	flex-shrink: 86
}

.react-flex-v2--flex-shrink-87 {
	-webkit-flex-shrink: 87;
	-ms-flex-negative: 87;
	flex-shrink: 87
}

.react-flex-v2--flex-shrink-88 {
	-webkit-flex-shrink: 88;
	-ms-flex-negative: 88;
	flex-shrink: 88
}

.react-flex-v2--flex-shrink-89 {
	-webkit-flex-shrink: 89;
	-ms-flex-negative: 89;
	flex-shrink: 89
}

.react-flex-v2--flex-shrink-90 {
	-webkit-flex-shrink: 90;
	-ms-flex-negative: 90;
	flex-shrink: 90
}

.react-flex-v2--flex-shrink-91 {
	-webkit-flex-shrink: 91;
	-ms-flex-negative: 91;
	flex-shrink: 91
}

.react-flex-v2--flex-shrink-92 {
	-webkit-flex-shrink: 92;
	-ms-flex-negative: 92;
	flex-shrink: 92
}

.react-flex-v2--flex-shrink-93 {
	-webkit-flex-shrink: 93;
	-ms-flex-negative: 93;
	flex-shrink: 93
}

.react-flex-v2--flex-shrink-94 {
	-webkit-flex-shrink: 94;
	-ms-flex-negative: 94;
	flex-shrink: 94
}

.react-flex-v2--flex-shrink-95 {
	-webkit-flex-shrink: 95;
	-ms-flex-negative: 95;
	flex-shrink: 95
}

.react-flex-v2--flex-shrink-96 {
	-webkit-flex-shrink: 96;
	-ms-flex-negative: 96;
	flex-shrink: 96
}

.react-flex-v2--flex-shrink-97 {
	-webkit-flex-shrink: 97;
	-ms-flex-negative: 97;
	flex-shrink: 97
}

.react-flex-v2--flex-shrink-98 {
	-webkit-flex-shrink: 98;
	-ms-flex-negative: 98;
	flex-shrink: 98
}

.react-flex-v2--flex-shrink-99 {
	-webkit-flex-shrink: 99;
	-ms-flex-negative: 99;
	flex-shrink: 99
}

.react-flex-v2--flex-shrink-100 {
	-webkit-flex-shrink: 100;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.react-date-field--theme-default {
	border: 1px solid gray
}

.react-date-field--theme-default .react-date-field__calendar-icon {
	border: 3px solid gray
}

.react-date-field--theme-default .react-date-field__clear-icon {
	color: gray;
	fill: gray
}

.react-date-field--theme-default .react-date-field__clear-icon:hover {
	color: #4d4d4d;
	fill: #4d4d4d
}

.react-date-field--theme-default .react-date-field__calendar-icon:hover {
	border-color: #4d4d4d
}

.react-date-field--theme-default .react-date-field__calendar-icon:hover:after,.react-date-field--theme-default .react-date-field__calendar-icon:hover:before,.react-date-field--theme-default .react-date-field__calendar-icon:hover .react-date-field__calendar-icon-inner {
	background: #4d4d4d
}

.react-date-field--theme-default .react-date-field__calendar-icon:after,.react-date-field--theme-default .react-date-field__calendar-icon:before {
	background: gray
}

.react-date-field--theme-default .react-date-field__calendar-icon-inner {
	background: gray
}

.react-date-picker__nav-bar--theme-default {
	padding-top: 5px;
	padding-bottom: 5px
}

.react-date-picker__nav-bar--theme-default .react-date-picker__nav-bar-secondary-arrow {
	margin-right: 7px
}

.react-date-picker__nav-bar--theme-default .react-date-picker__nav-bar-arrow {
	position: relative;
	fill: #676767
}

.react-date-picker__nav-bar--theme-default .react-date-picker__nav-bar-arrow--disabled {
	fill: #C5C5C5
}

.react-date-picker__nav-bar--theme-default .react-date-picker__nav-bar-arrow:not(.react-date-picker__nav-bar-arrow--disabled):hover {
	fill: #9a9a9a
}

.react-date-picker__nav-bar--theme-default .react-date-picker__nav-bar-arrow:not(.react-date-picker__nav-bar-arrow--disabled):active {
	top: 1px
}

.react-date-picker__date-picker--theme-default {
	border: 1px solid gray
}

.react-date-picker__date-picker--theme-default .react-date-picker__month-view--theme-default {
	border: none
}

.react-date-picker__date-picker--theme-default .react-date-picker__clock {
	margin: 10px
}

.react-date-picker__transition-month-view--theme-default {
	border: 1px solid gray
}

.react-date-picker__transition-month-view--theme-default .react-date-picker__month-view--theme-default,.react-date-picker__transition-month-view--theme-default .react-date-picker__multi-month-view--theme-default,.react-date-picker__transition-month-view--theme-default .react-date-picker__date-picker--theme-default {
	border: none
}

.react-date-picker__navigation-view--theme-default {
	border: 1px solid gray
}

.react-date-picker__navigation-view--theme-default .react-date-picker__month-view,.react-date-picker__navigation-view--theme-default .react-date-picker__multi-month-view {
	border: none
}

.react-date-picker__month-view--theme-default {
	background: white;
	position: relative;
	border: 1px solid gray;
	overflow: hidden
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-week-day-names {
	text-transform: uppercase
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-week-number {
	color: #B1B1B1
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-cell {
	min-width: 40px
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day {
	z-index: 10
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day .react-date-picker__month-view-day-text {
	border: 2px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day .react-date-picker__month-view-day-text:hover {
	background: #D8EDFF padding-box
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range {
	overflow: hidden
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text {
	position: relative
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text:after,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text:before {
	position: absolute;
	height: 100%;
	top: 0px;
	bottom: 0px;
	width: 500%;
	background: #349aef;
	z-index: -1;
	content: ''
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text:before {
	right: 50%
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text:after {
	left: 50%
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range.react-date-picker__month-view-day--range-start .react-date-picker__month-view-day-text:before {
	display: none
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range.react-date-picker__month-view-day--range-end .react-date-picker__month-view-day-text:after {
	display: none
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range.react-date-picker__month-view-day--active:not(.react-date-picker__month-view-day--range-start):not(.react-date-picker__month-view-day--range-end) .react-date-picker__month-view-day-text {
	background: #93c9f6 padding-box
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range.react-date-picker__month-view-day--active:not(.react-date-picker__month-view-day--range-start):not(.react-date-picker__month-view-day--range-end) .react-date-picker__month-view-day-text:hover {
	background: #93c9f6 padding-box
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--value .react-date-picker__month-view-day-text {
	border: 2px solid transparent;
	background: #349aef padding-box;
	color: white
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--in-range .react-date-picker__month-view-day-text:hover,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--value .react-date-picker__month-view-day-text:hover {
	background: #349aef padding-box
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--range-start .react-date-picker__month-view-day-text,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--range-end .react-date-picker__month-view-day-text {
	background: #63b2f3 padding-box
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--range-start .react-date-picker__month-view-day-text:hover,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--range-end .react-date-picker__month-view-day-text:hover {
	background: #63b2f3 padding-box
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--active .react-date-picker__month-view-day-text {
	border: 2px solid #349aef
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--prev-month,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--next-month {
	color: gray
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--weekend-highlight {
	color: red
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--weekend-highlight.react-date-picker__month-view-day--prev-month,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--weekend-highlight.react-date-picker__month-view-day--next-month {
	color: #BB4343
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--disabled {
	color: #D8D8D8
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--disabled .react-date-picker__month-view-day-text {
	cursor: default
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--disabled .react-date-picker__month-view-day-text:hover {
	background: none
}

.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--disabled.react-date-picker__month-view-day--prev-month,.react-date-picker__month-view--theme-default .react-date-picker__month-view-day--disabled.react-date-picker__month-view-day--next-month {
	color: #D8D8D8
}

.react-date-picker__multi-month-view {
	border: 1px solid gray
}

.react-date-picker__multi-month-view .react-date-picker__month-view {
	border: none
}

.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content {
	height: inherit;
	text-align: initial
}

.DraftEditor-root {
	position: relative
}

.DraftEditor-editorContainer {
	background-color: rgba(255,255,255,0);
	border-left: .1px solid transparent;
	position: relative;
	z-index: 1
}

.public-DraftEditor-block {
	position: relative
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
	text-align: left
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
	left: 0;
	text-align: left
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
	text-align: center
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
	margin: 0 auto;
	text-align: center;
	width: 100%
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
	text-align: right
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
	right: 0;
	text-align: right
}

.public-DraftEditorPlaceholder-root {
	color: #9197a3;
	position: absolute;
	z-index: 0
}

.public-DraftEditorPlaceholder-hasFocus {
	color: #bdc1c9
}

.DraftEditorPlaceholder-hidden {
	display: none
}

.public-DraftStyleDefault-block {
	position: relative;
	white-space: pre-wrap
}

.public-DraftStyleDefault-ltr {
	direction: ltr;
	text-align: left
}

.public-DraftStyleDefault-rtl {
	direction: rtl;
	text-align: right
}

.public-DraftStyleDefault-listLTR {
	direction: ltr
}

.public-DraftStyleDefault-listRTL {
	direction: rtl
}

.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul {
	margin: 16px 0;
	padding: 0
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
	margin-left: 1.5em
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
	margin-right: 1.5em
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
	margin-left: 3em
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
	margin-right: 3em
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
	margin-left: 4.5em
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
	margin-right: 4.5em
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
	margin-left: 6em
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
	margin-right: 6em
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
	margin-left: 7.5em
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
	margin-right: 7.5em
}

.public-DraftStyleDefault-unorderedListItem {
	list-style-type: square;
	position: relative
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
	list-style-type: disc
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
	list-style-type: circle
}

.public-DraftStyleDefault-orderedListItem {
	list-style-type: none;
	position: relative
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
	left: -36px;
	position: absolute;
	text-align: right;
	width: 30px
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
	position: absolute;
	right: -36px;
	text-align: left;
	width: 30px
}

.public-DraftStyleDefault-orderedListItem:before {
	content: counter(ol0) ". ";
	counter-increment: ol0
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
	content: counter(ol1) ". ";
	counter-increment: ol1
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
	content: counter(ol2) ". ";
	counter-increment: ol2
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
	content: counter(ol3) ". ";
	counter-increment: ol3
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
	content: counter(ol4) ". ";
	counter-increment: ol4
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
	counter-reset: ol0
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
	counter-reset: ol1
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
	counter-reset: ol2
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
	counter-reset: ol3
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
	counter-reset: ol4
}

.RichEditor-root {
	background: #fff;
	border: 1px solid #ddd;
	font-family: 'Georgia', serif;
	font-size: 14px;
	padding: 15px
}

.RichEditor-editor {
	border-top: 1px solid #ddd;
	cursor: text;
	font-size: 16px;
	margin-top: 10px
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,.RichEditor-editor .public-DraftEditor-content {
	margin: 0 -15px -15px;
	padding: 15px
}

.RichEditor-editor .public-DraftEditor-content {
	min-height: 100px
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
	display: none
}

.RichEditor-editor .RichEditor-blockquote {
	border-left: 5px solid #eee;
	color: #666;
	font-family: 'Hoefler Text', 'Georgia', serif;
	font-style: italic;
	margin: 16px 0;
	padding: 10px 20px
}

.RichEditor-editor .public-DraftStyleDefault-pre {
	background-color: rgba(0,0,0,0.05);
	font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
	font-size: 16px;
	padding: 20px
}

.RichEditor-controls {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	user-select: none
}

.RichEditor-styleButton {
	color: #999;
	cursor: pointer;
	margin-right: 16px;
	padding: 2px 0;
	display: inline-block
}

.RichEditor-activeButton {
	color: #5890ff
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 500
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 500
}

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

td,th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: ""
	}

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

	thead {
		display: table-header-group
	}

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

	img {
		max-width: 100% !important
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,.table th {
		background-color: #fff !important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family:'Glyphicons Halflings';src:url(/fonts/glyphicons-halflings-regular.eot);src:url(/fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"),url(/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

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

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

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

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

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

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

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

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

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

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

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

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role=button] {
	cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

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

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

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

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

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

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

.h3,h3 {
	    overflow: hidden;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
    word-wrap: break-word;
    font-family: suxingme,"Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

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

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

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

p {
	margin: 0 0 10px
}

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

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

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

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3
}

.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: #337ab7
}

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

.text-success {
	color: #3c763d
}

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

.text-info {
	color: #31708f
}

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

.text-warning {
	color: #8a6d3b
}

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

.text-danger {
	color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,dt {
	line-height: 1.42857143
}

dt {
	font-weight: 500
}

dd {
	margin-left: 0
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

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

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

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

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

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

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

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

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

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

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

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

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

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

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

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

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




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

.col-xs-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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left
	}

	.col-sm-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-1 {
		    width: 70px;
	}

	.col-md-2 {
		    width: 170px;
	}

	.col-md-3 {
		width: 210px;
	}

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

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

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

	.col-md-7 {
		width: 58.33333%
	}
span.break-line-2 {
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    overflow: hidden;
}
	.col-md-8 {
		/* width: 66.66667% */
	}

	.col-md-9 {
		 width: 120px; 
	}

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

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

	.col-md-12 {
		width: 120px
	}

	.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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left
	}

	.col-lg-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 {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
	display: inline-block;
	max-width: 100%;
	font-weight: 500
}

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

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

input[type=file] {
	display: block
}

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

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

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

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

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

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
		line-height: 34px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

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

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
	height: auto
}

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

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

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

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

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

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
	height: auto
}

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

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

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

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

.has-feedback {
	position: relative
}

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

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

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

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

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

.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-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b
}

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

.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-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442
}

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

.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-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		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: 14.33px;
		font-size: 18px
	}
}

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

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

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

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

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

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

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

.btn-danger.focus,.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	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)
}

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

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

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

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

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

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

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

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

.open>a {
	outline: 0
}

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

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

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

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

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
	margin-left: 0
}

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

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

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

.btn-group-vertical>.btn-group>.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-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

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

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

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

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

.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
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

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

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

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

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

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

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

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

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

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

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

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

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

.input-group-addon:first-child {
	border-right: 0
}

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

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

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

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

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

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

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

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

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

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

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

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

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

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.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 {
	top: auto;
	left: 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 {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs.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:focus,.nav-tabs.nav-justified>.active>a:hover {
		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:focus,.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: 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 {
	margin-right: 0;
	border-radius: 4px
}

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

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

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

@media (min-width: 768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
}

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

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

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

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

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

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

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

@media (min-width: 768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

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

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width: 768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

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

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

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

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

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

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

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

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto
	}

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

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

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

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

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

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

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

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

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

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

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

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

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

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

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

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

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

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

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

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

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

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

@media (max-width: 767px) {
	.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 {
		color: #9d9d9d
	}

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

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

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

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

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color: #fff
}

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

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

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

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

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

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

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

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

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

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

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

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

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

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

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

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

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

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

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

.label {
	display: inline;
	padding: .4em .6em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

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

.label:empty {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px
}

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

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

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

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

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

.thumbnail a>img,.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

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

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

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

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

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

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

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

	to {
		background-position: 0 0
	}
}

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

	to {
		background-position: 0 0
	}
}

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

	to {
		background-position: 0 0
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

.media {
	margin-top: 15px
}

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

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

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

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

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

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

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

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

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

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

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

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

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

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

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

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

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

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

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

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

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

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

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

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

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

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

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

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

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

.close {
	float: right;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

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

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

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

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

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

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

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

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

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

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

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

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

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0
}

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

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	border-left-width: 0
}

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

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25)
}

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

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25)
}

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

.carousel {
	position: relative
}

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

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

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

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

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

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

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

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

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

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

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

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

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

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

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

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

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

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

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

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

.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none !important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none !important
}

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

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

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

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

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

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

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
	display: none !important
}

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

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

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

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

.visible-print-block {
	display: none !important
}

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

.visible-print-inline {
	display: none !important
}

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

.visible-print-inline-block {
	display: none !important
}

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

@media print {
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-family:"iconfont-new";src:url("/fonts/iconfont.eot");src:url("/fonts/iconfont.eot") format("embedded-opentype"),url("/fonts/iconfont.woff") format("woff"),url("/fonts/iconfont.ttf") format("truetype"),url("/fonts/iconfont.svg") format("svg")
}

.iconfont-new {
	font-family: "iconfont-new" !important;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-pinglun:before {
	content: "\e63b"
}

.icon-chanpxinxi:before {
	content: "\e60c"
}

.icon-fanhui:before {
	content: "\e60d"
}

.icon-gongzuojingli:before {
	content: "\e60e"
}

.icon-faszhanlicheng:before {
	content: "\e60f"
}

.icon-jiaoyujingli:before {
	content: "\e610"
}

.icon-meitibaodao:before {
	content: "\e611"
}

.icon-shangyejihua:before {
	content: "\e612"
}

.icon-chuangyejingli:before {
	content: "\e613"
}

.icon-gongshi:before {
	content: "\e614"
}

.icon-tuijianyu:before {
	content: "\e615"
}

.icon-xingbie:before {
	content: "\e616"
}

.icon-zijinshiyong:before {
	content: "\e617"
}

.icon-rongzixinxi:before {
	content: "\e618"
}

.icon-tuanduixinxi:before {
	content: "\e619"
}

.icon-yiyingli:before {
	content: "\e61a"
}

.icon-shijian1:before {
	content: "\e61b"
}

.icon-jibenxinxi:before {
	content: "\e61c"
}

.icon-wangzhi:before {
	content: "\e61d"
}

.icon-hotspoticon:before {
	content: "\e61e"
}

.icon-shougouxinxi:before {
	content: "\e61f"
}

.icon-pingjia:before {
	content: "\e620"
}

.icon-chuangtoufuwu:before {
	content: "\e621"
}

.icon-touzipianhao:before {
	content: "\e622"
}

.icon-mss:before {
	content: "\e623"
}



.icon-touzirenjieshao:before {
	content: "\e625"
}

.icon-select:before {
	content: "\e626"
}

.icon-identify_investor:before {
	content: "\e627"
}

.icon-identify_entre:before {
	content: "\e628"
}

.icon-cash_investor:before {
	content: "\e629"
}

.icon-choose_off:before {
	content: "\e62a"
}

.icon-star_off:before {
	content: "\e62b"
}

.icon-choose_on:before {
	content: "\e62c"
}

.icon-star_on:before {
	content: "\e62d"
}

.icon-star:before {
	content: "\e62e"
}

.icon-dianping:before {
	content: "\e62f"
}

.icon-shenqing:before {
	content: "\e630"
}

.icon-edit:before {
	content: "\e631"
}

.icon-pinglun-:before {
	content: "\e659"
}

.icon-huifulan:before {
	content: "\e65a"
}

.icon-huifuhui:before {
	content: "\e65b"
}

.icon-morex:before {
	content: "\e664"
}

.icon-x:before {
	content: "\e665"
}

.icon-shanchux:before {
	content: "\e663"
}

.icon-zanhui:before {
	content: "\e668"
}

.icon-zanlan:before {
	content: "\e669"
}

.icon-x1:before {
	content: "\e632"
}

.icon-x2:before {
	content: "\e633"
}

@font-face {
	font-family:'iconfont';src:url("/fonts/iconfont-1.eot");src:url("/fonts/iconfont-1.eot") format("embedded-opentype"),url("/fonts/iconfont-1.woff") format("woff"),url("/fonts/iconfont-1.ttf") format("truetype"),url("/fonts/iconfont-1.svg") format("svg")
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-fenxiang1:before {
	content: "\e654"
}

.icon-qq:before {
	content: "\e626"
}

.icon-home_interview:before {
	content: "\e614"
}

.icon-phone:before {
	content: "\e621"
}

.icon-xiugaimima:before {
	content: "\e643"
}

.icon-home_money:before {
	content: "\e615"
}

.icon-home_link:before {
	content: "\e616"
}

.icon-home_capital:before {
	content: "\e617"
}

.icon-code:before {
	content: "\e622"
}

.icon-renqun:before {
	content: "\e6f6"
}

.icon-share:before {
	content: "\e627"
}

.icon-home_assist:before {
	content: "\e618"
}

.icon-wenjian:before {
	content: "\e62e"
}

.icon-iconfontdiquguanli:before {
	content: "\e783"
}

.icon-feedback:before {
	content: "\e623"
}

.icon-ren:before {
	content: "\e641"
}

.icon-home_week:before {
	content: "\e619"
}

.icon-jia:before {
	content: "\e673"
}

.icon-home_time:before {
	content: "\e61a"
}

.icon-gou:before {
	content: "\e631"
}

.icon-consultation:before {
	content: "\e675"
}

.icon-iconxiangmujindu:before {
	content: "\e672"
}

.icon-jigou:before {
	content: "\e89a"
}

.icon-c-project:before {
	content: "\e65d"
}

.icon-shijian:before {
	content: "\e64c"
}

.icon-rili:before {
	content: "\e649"
}

.icon-huiyi-copy:before {
	content: "\e6ad"
}

.icon-home_entrepreneurs:before {
	content: "\e61b"
}

.icon-jigouguanli:before {
	content: "\e6fd"
}

.icon-question:before {
	content: "\e624"
}

.icon-home_analysis:before {
	content: "\e61c"
}

.icon-right_quotes:before {
	content: "\e628"
}

.icon-guanzhu:before {
	content: "\e67d"
}

.icon-home_message:before {
	content: "\e61d"
}

.icon-left_quotes:before {
	content: "\e629"
}

.icon-tuichu:before {
	content: "\e642"
}

.icon-xiaoxi:before {
	content: "\e7d2"
}

.icon-home_activity:before {
	content: "\e61e"
}

.icon-back_top:before {
	content: "\e625"
}

.icon-business_plan:before {
	content: "\e6c1"
}

.icon-jia1:before {
	content: "\e635"
}

.icon-entre:before {
	content: "\e600"
}

.icon-wallet:before {
	content: "\e601"
}

.icon-setting:before {
	content: "\e602"
}

.icon-eye:before {
	content: "\e603"
}

.icon-user:before {
	content: "\e604"
}

.icon-bell:before {
	content: "\e605"
}

.icon-meet:before {
	content: "\e606"
}

.icon-star:before {
	content: "\e607"
}

.icon-exist:before {
	content: "\e608"
}

.icon-startup:before {
	content: "\e609"
}

.icon-comment:before {
	content: "\e60a"
}

.icon-authenticated_investor:before {
	content: "\e60b"
}

.icon-invest_startup:before {
	content: "\e60c"
}

.icon-diagnosis:before {
	content: "\e60d"
}

.icon-option_comment:before {
	content: "\e60e"
}

.icon-reward:before {
	content: "\e60f"
}

.icon-praise:before {
	content: "\e610"
}

.icon-create_startup:before {
	content: "\e611"
}

.icon-financing:before {
	content: "\e612"
}

.icon-investor:before {
	content: "\e613"
}

.icon-home_mechanism:before {
	content: "\e61f"
}

.icon-home_investor:before {
	content: "\e620"
}

.icon-wenzhang:before {
	content: "\e644"
}

.icon-jieshao:before {
	content: "\e671"
}

.icon-qianbao:before {
	content: "\e6ae"
}

.icon-tudixiangmu:before {
	content: "\e88a"
}

.icon-city:before {
	content: "\e62b"
}

.icon-location:before {
	content: "\e62c"
}

.icon-contact:before {
	content: "\e62d"
}

.icon-rongzijine:before {
	content: "\e6a5"
}

.icon-join-club:before {
	content: "\e62f"
}

.icon-huiyuanshuju:before {
	content: "\e648"
}

.icon-coo_train:before {
	content: "\e638"
}

.icon-duigou4:before {
	content: "\e655"
}

.icon-xiangmu:before {
	content: "\e63d"
}

.icon-diqu:before {
	content: "\e645"
}

.icon-damoshangyefangan:before {
	content: "\e62a"
}

.icon-baiduditu:before {
	content: "\e630"
}

.icon-duiicon:before {
	content: "\e632"
}

.icon-jiaicon:before {
	content: "\e633"
}

.icon-vipicon:before {
	content: "\e634"
}

.icon-industryicon:before {
	content: "\e636"
}

.icon-headlinesicon:before {
	content: "\e637"
}

.icon-financingicon:before {
	content: "\e639"
}

.icon-hotspoticon:before {
	content: "\e63a"
}

.icon-saidicon:before {
	content: "\e63b"
}

.icon-labelicon:before {
	content: "\e63c"
}

.icon-fabulousicon:before {
	content: "\e63e"
}

.icon-collectionicon:before {
	content: "\e63f"
}

.icon-phoneicon:before {
	content: "\e640"
}

.icon-vip:before {
	content: "\e646"
}

.icon-help:before {
	content: "\e647"
}

.ps {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important
	}
}

.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail {
	display: block;
	background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px
}

.ps>.ps__scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
	height: 11px
}

.ps>.ps__scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 15px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
	width: 11px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px
}

.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail {
	opacity: 0.6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	background-color: #999
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow {
	margin-left: -8px;
	position: absolute
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before {
	box-sizing: content-box;
	position: absolute;
	border: 8px solid transparent;
	height: 0;
	width: 1px
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before {
	content: "";
	z-index: -1;
	border-width: 8px;
	left: -8px;
	border-bottom-color: #aeaeae
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
	top: 0;
	margin-top: -8px
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
	border-top: none;
	border-bottom-color: #f0f0f0
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
	top: -1px;
	border-bottom-color: #aeaeae
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow {
	bottom: 0;
	margin-bottom: -8px
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before {
	border-bottom: none;
	border-top-color: #fff
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before {
	bottom: -1px;
	border-top-color: #aeaeae
}

.react-datepicker {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	background-color: #fff;
	color: #000;
	border: 1px solid #aeaeae;
	border-radius: 0.3rem;
	display: inline-block;
	position: relative
}

.react-datepicker__triangle {
	position: absolute;
	left: 50px
}

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
	margin-top: -20px
}

.react-datepicker__header {
	text-align: center;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aeaeae;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-top: 8px;
	position: relative
}

.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll {
	display: inline-block;
	margin: 0 2px
}

.react-datepicker__current-month {
	margin-top: 0;
	color: #000;
	font-weight: bold;
	font-size: 0.944rem
}

.react-datepicker__navigation {
	line-height: 1.7rem;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	width: 0;
	border: 0.45rem solid transparent;
	z-index: 1
}

.react-datepicker__navigation--previous {
	left: 10px;
	border-right-color: #ccc
}

.react-datepicker__navigation--previous:hover {
	border-right-color: #b3b3b3
}

.react-datepicker__navigation--next {
	right: 10px;
	border-left-color: #ccc
}

.react-datepicker__navigation--next:hover {
	border-left-color: #b3b3b3
}

.react-datepicker__navigation--years {
	position: relative;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.react-datepicker__navigation--years-previous {
	top: 4px;
	border-top-color: #ccc
}

.react-datepicker__navigation--years-previous:hover {
	border-top-color: #b3b3b3
}

.react-datepicker__navigation--years-upcoming {
	top: -4px;
	border-bottom-color: #ccc
}

.react-datepicker__navigation--years-upcoming:hover {
	border-bottom-color: #b3b3b3
}

.react-datepicker__month-container {
	display: inline;
	float: left
}

.react-datepicker__month {
	margin: 0.4rem;
	text-align: center
}

.react-datepicker__week-number {
	color: #ccc;
	display: inline-block;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: 0.166rem
}

.react-datepicker__day-name,.react-datepicker__day {
	color: #000;
	display: inline-block;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: 0.166rem
}

.react-datepicker__day {
	cursor: pointer
}

.react-datepicker__day:hover {
	border-radius: 0.3rem;
	background-color: #f0f0f0
}

.react-datepicker__day--today {
	font-weight: bold
}

.react-datepicker__day--highlighted {
	border-radius: 0.3rem;
	background-color: #3dcc4a;
	color: #fff
}

.react-datepicker__day--highlighted:hover {
	background-color: #32be3f
}

.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range {
	border-radius: 0.3rem;
	background-color: #216ba5;
	color: #fff
}

.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover {
	background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected {
	border-radius: 0.3rem;
	background-color: #2a87d0;
	color: #fff
}

.react-datepicker__day--keyboard-selected:hover {
	background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
	background-color: rgba(33,107,165,0.5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
	background-color: #f0f0f0;
	color: #000
}

.react-datepicker__day--disabled {
	cursor: default;
	color: #ccc
}

.react-datepicker__day--disabled:hover {
	background-color: transparent
}

.react-datepicker__input-container {
	position: relative;
	display: inline-block
}

.react-datepicker__year-read-view,.react-datepicker__month-read-view {
	border: 1px solid transparent;
	border-radius: 0.3rem
}

.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover {
	cursor: pointer
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
	border-top-color: #b3b3b3
}

.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow {
	border-top-color: #ccc;
	float: right;
	margin-left: 20px;
	top: 8px;
	position: relative;
	border-width: 0.45rem
}

.react-datepicker__year-dropdown,.react-datepicker__month-dropdown {
	background-color: #f0f0f0;
	position: absolute;
	width: 50%;
	left: 25%;
	top: 30px;
	text-align: center;
	border-radius: 0.3rem;
	border: 1px solid #aeaeae
}

.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover {
	cursor: pointer
}

.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable {
	height: 150px;
	overflow-y: scroll
}

.react-datepicker__year-option,.react-datepicker__month-option {
	line-height: 20px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type {
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem
}

.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem
}

.react-datepicker__year-option:hover,.react-datepicker__month-option:hover {
	background-color: #ccc
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
	border-bottom-color: #b3b3b3
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
	border-top-color: #b3b3b3
}

.react-datepicker__year-option--selected,.react-datepicker__month-option--selected {
	position: absolute;
	left: 15px
}

.react-datepicker__close-icon {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	height: 0;
	outline: 0;
	padding: 0;
	vertical-align: middle
}

.react-datepicker__close-icon::after {
	background-color: #216ba5;
	border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	content: "\D7";
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	width: 16px;
	line-height: 1;
	margin: -8px auto 0;
	padding: 2px;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 50%
}

.react-datepicker__today-button {
	background: #f0f0f0;
	border-top: 1px solid #aeaeae;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	clear: left
}

.react-datepicker__tether-element {
	z-index: 2147483647
}

.react-datepicker__portal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day {
	width: 3rem;
	line-height: 3rem
}

@media (max-width: 400px), (max-height: 550px) {
	.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day {
		width: 2rem;
		line-height: 2rem
	}
}

.react-datepicker__portal .react-datepicker__current-month {
	font-size: 1.44rem
}

.react-datepicker__portal .react-datepicker__navigation {
	border: 0.81rem solid transparent
}

.react-datepicker__portal .react-datepicker__navigation--previous {
	border-right-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
	border-right-color: #b3b3b3
}

.react-datepicker__portal .react-datepicker__navigation--next {
	border-left-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
	border-left-color: #b3b3b3
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	color: #333;
	-webkit-text-size-adjust: none
}

.hljs-comment,.diff .hljs-header {
	color: #998;
	font-style: italic
}

.hljs-keyword,.css .rule .hljs-keyword,.hljs-winutils,.nginx .hljs-title,.hljs-subst,.hljs-request,.hljs-status {
	color: #333;
	font-weight: bold
}

.hljs-number,.hljs-hexcolor,.ruby .hljs-constant {
	color: #008080
}

.hljs-string,.hljs-tag .hljs-value,.hljs-doctag,.tex .hljs-formula {
	color: #d14
}

.hljs-title,.hljs-id,.scss .hljs-preprocessor {
	color: #900;
	font-weight: bold
}

.hljs-list .hljs-keyword,.hljs-subst {
	font-weight: normal
}

.hljs-class .hljs-title,.hljs-type,.vhdl .hljs-literal,.tex .hljs-command {
	color: #458;
	font-weight: bold
}

.hljs-tag,.hljs-tag .hljs-title,.hljs-rule .hljs-property,.django .hljs-tag .hljs-keyword {
	color: #000080;
	font-weight: normal
}

.hljs-attribute,.hljs-variable,.lisp .hljs-body,.hljs-name {
	color: #008080
}

.hljs-regexp {
	color: #009926
}

.hljs-symbol,.ruby .hljs-symbol .hljs-string,.lisp .hljs-keyword,.clojure .hljs-keyword,.scheme .hljs-keyword,.tex .hljs-special,.hljs-prompt {
	color: #990073
}

.hljs-built_in {
	color: #0086b3
}

.hljs-preprocessor,.hljs-pragma,.hljs-pi,.hljs-doctype,.hljs-shebang,.hljs-cdata {
	color: #999;
	font-weight: bold
}

.hljs-deletion {
	background: #fdd
}

.hljs-addition {
	background: #dfd
}

.diff .hljs-change {
	background: #0086b3
}

.hljs-chunk {
	color: #aaa
}

.hero {
	color: #fff;
	background-color: #216ba5
}

.hero__content {
	text-align: center;
	padding: 175px 0
}

.hero__title {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	margin-bottom: 5px
}

.hero__image {
	height: 14px
}

.hero__example {
	width: 210px;
	margin: 0 auto
}

.hero__crafted-by {
	margin-bottom: 30px
}

.hero__crafted-by-link {
	color: #fff
}

.github-ribbon {
	position: absolute;
	top: 0;
	right: 0;
	border: 0
}

.examples__navigation {
	display: none
}

@media (min-width: 640px) {
	.examples__navigation {
		width: 200px;
		float: left;
		display: block;
		list-style: none;
		margin: 0;
		margin-right: 20px;
		border: 1px solid #e4e4e4;
		background: #fff;
		border-radius: 4px;
		overflow: hidden
	}
}

.examples__navigation-item {
	border-bottom: 1px solid #e4e4e4
}

.examples__navigation-item:last-child {
	border-bottom: none
}

.examples__navigation-item a {
	padding: 10px;
	color: inherit;
	text-decoration: none;
	display: block
}

.examples__navigation-item a:hover {
	background: #f5f5f5;
	text-decoration: underline
}

.examples {
	overflow: hidden
}

.example {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 20px
}

.example__heading {
	color: #216ba5;
	font-weight: 400;
	font-size: 18px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 20px
}

.example__code {
	background-color: #f5f8fb;
	padding: 20px;
	margin: 0 -20px 20px;
	border-top: 1px solid #d8e4ef;
	border-bottom: 1px solid #d8e4ef;
	overflow-x: auto;
	overflow-y: hidden
}

@media (min-width: 768px) {
	.example__code {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-right: 1px solid #d8e4ef;
		margin-bottom: 0
	}
}

.example__code code {
	background: none;
	border: 0
}

.red-border {
	border-color: #f00
}

.rasta-stripes .react-datepicker__week:nth-child(3n+1) {
	background-color: #215005
}

.rasta-stripes .react-datepicker__week:nth-child(3n+2) {
	background-color: #eea429
}

.rasta-stripes .react-datepicker__week:nth-child(3n+3) {
	background-color: #a82a15
}

.example-custom-input {
	cursor: pointer;
	padding: 5px 15px;
	border: 0;
	border-radius: 4px;
	background-color: #216ba5;
	font: inherit;
	color: #fff
}

.example__timezone-selector {
	margin-left: 10px
}

.hero__content,.wrapper {
	max-width: 1100px;
	margin: 0 auto
}

.react-datepicker__input-container input {
	font-size: 13px;
	border-radius: 4px;
	box-shadow: inset 0 2px 2px #e9e9e9;
	border: 1px solid #aeaeae;
	line-height: 16px;
	padding: 6px 10px 5px
}

.react-datepicker__input-container input:focus {
	outline: none;
	border-color: #aeaeae;
	box-shadow: inset 0 2px 2px #e9e9e9,0 0 10px 0 rgba(73,107,125,0.3)
}

.Select {
	position: relative
}

.Select,.Select div,.Select input,.Select span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.Select.is-disabled>.Select-control {
	background-color: #f9f9f9
}

.Select.is-disabled>.Select-control:hover {
	box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
	cursor: default;
	pointer-events: none
}

.Select-control {
	background-color: #fff;
	border-color: #d9d9d9 #ccc #b3b3b3;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #333;
	cursor: default;
	display: table;
	height: 36px;
	outline: none;
	overflow: hidden;
	position: relative;
	width: 100%
}

.Select-control:hover {
	box-shadow: 0 1px 0 rgba(0,0,0,0.06)
}

.is-searchable.is-open>.Select-control {
	cursor: text
}

.is-open>.Select-control {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #fff;
	border-color: #b3b3b3 #ccc #d9d9d9
}

.is-open>.Select-control>.Select-arrow {
	border-color: transparent transparent #999;
	border-width: 0 5px 5px
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
	cursor: text
}

.is-focused:not(.is-open)>.Select-control {
	border-color: #007eff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)
}

.Select-placeholder,.Select--single>.Select-control .Select-item {
	bottom: 0;
	color: #aaa;
	left: 0;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.has-value.Select--single>.Select-control>.Select-item .Select-item-label,.has-value.is-pseudo-focused.Select--single>.Select-control>.Select-item .Select-item-label {
	color: #333
}

.has-value.Select--single>.Select-control>.Select-item a.Select-item-label,.has-value.is-pseudo-focused.Select--single>.Select-control>.Select-item a.Select-item-label {
	cursor: pointer;
	text-decoration: none
}

.has-value.Select--single>.Select-control>.Select-item a.Select-item-label:hover,.has-value.is-pseudo-focused.Select--single>.Select-control>.Select-item a.Select-item-label:hover,.has-value.Select--single>.Select-control>.Select-item a.Select-item-label:focus,.has-value.is-pseudo-focused.Select--single>.Select-control>.Select-item a.Select-item-label:focus {
	color: #007eff;
	outline: none;
	text-decoration: underline
}

.Select-input {
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle
}

.Select-input>input {
	width: 100%;
	background: none transparent;
	border: 0 none;
	box-shadow: none;
	cursor: default;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	outline: none;
	line-height: 14px;
	padding: 8px 0 12px;
	-webkit-appearance: none
}

.is-focused .Select-input>input {
	cursor: text
}

.has-value.is-pseudo-focused .Select-input {
	opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
	outline: none
}

.Select-loading-zone {
	cursor: pointer;
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 16px
}

.Select-loading {
	-webkit-animation: Select-animation-spin 400ms infinite linear;
	-o-animation: Select-animation-spin 400ms infinite linear;
	animation: Select-animation-spin 400ms infinite linear;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-right-color: #333;
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.Select-clear-zone {
	-webkit-animation: Select-animation-fadeIn 200ms;
	-o-animation: Select-animation-fadeIn 200ms;
	animation: Select-animation-fadeIn 200ms;
	color: #999;
	cursor: pointer;
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 17px
}

.Select-clear-zone:hover {
	color: #D0021B
}

.Select-clear {
	display: inline-block;
	font-size: 18px;
	line-height: 1
}

.Select--multi .Select-clear-zone {
	width: 17px
}

.Select-arrow-zone {
	cursor: pointer;
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 25px;
	padding-right: 5px
}

.Select-arrow {
	border-color: #999 transparent transparent;
	border-style: solid;
	border-width: 5px 5px 2.5px;
	display: inline-block;
	height: 0;
	width: 0
}

.is-open .Select-arrow,.Select-arrow-zone:hover>.Select-arrow {
	border-top-color: #666
}

@-webkit-keyframes Select-animation-fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes Select-animation-fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.Select-menu-outer {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-color: #e6e6e6;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06);
	box-sizing: border-box;
	margin-top: -1px;
	max-height: 200px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	-webkit-overflow-scrolling: touch
}

.Select-menu {
	max-height: 198px;
	overflow-y: auto
}

.Select-option {
	box-sizing: border-box;
	background-color: #fff;
	color: #666666;
	cursor: pointer;
	display: block;
	padding: 8px 10px
}

.Select-option:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.Select-option.is-selected {
	background-color: #f5faff;
	background-color: rgba(0,126,255,0.04);
	color: #333
}

.Select-option.is-focused {
	background-color: #ebf5ff;
	background-color: rgba(0,126,255,0.08);
	color: #333
}

.Select-option.is-disabled {
	color: #cccccc;
	cursor: default
}

.Select-noresults {
	box-sizing: border-box;
	color: #999999;
	cursor: default;
	display: block;
	padding: 8px 10px
}

.Select--multi .Select-input {
	vertical-align: middle;
	margin-left: 10px;
	padding: 0
}

.Select--multi.has-value .Select-input {
	margin-left: 5px
}

.Select--multi .Select-item {
	background-color: #ebf5ff;
	background-color: rgba(0,126,255,0.08);
	border-radius: 2px;
	border: 1px solid rgba(0,126,255,0.24);
	color: #007eff;
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.4;
	margin-left: 5px;
	margin-top: 5px;
	vertical-align: top
}

.Select--multi .Select-item-icon,.Select--multi .Select-item-label {
	display: inline-block;
	vertical-align: middle
}

.Select--multi .Select-item-label {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	cursor: default;
	padding: 2px 5px
}

.Select--multi a.Select-item-label {
	color: #007eff;
	cursor: pointer;
	text-decoration: none
}

.Select--multi a.Select-item-label:hover {
	text-decoration: underline
}

.Select--multi .Select-item-icon {
	cursor: pointer;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-right: 1px solid #c2e0ff;
	border-right: 1px solid rgba(0,126,255,0.24);
	padding: 1px 5px 3px
}

.Select--multi .Select-item-icon:hover,.Select--multi .Select-item-icon:focus {
	background-color: #d8eafd;
	background-color: rgba(0,113,230,0.08);
	color: #0071e6
}

.Select--multi .Select-item-icon:active {
	background-color: #c2e0ff;
	background-color: rgba(0,126,255,0.24)
}

.Select--multi.is-disabled .Select-item {
	background-color: #fcfcfc;
	border: 1px solid #e3e3e3;
	color: #333
}

.Select--multi.is-disabled .Select-item-icon {
	cursor: not-allowed;
	border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-item-icon:hover,.Select--multi.is-disabled .Select-item-icon:focus,.Select--multi.is-disabled .Select-item-icon:active {
	background-color: #fcfcfc
}

@keyframes Select-animation-spin {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes Select-animation-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.photos-views-mine .slick-slider,.photos-views-mine input[type=search] {
	box-sizing: border-box
}

.photos-views-mine .clearfix:after,.photos-views-mine .clearfix:before {
	content: " ";
	display: table
}

.photos-views-mine .slick-list,.photos-views-mine .slick-slider,.photos-views-mine .slick-track {
	position: relative;
	display: block
}

.photos-views-mine .float-left {
	float: left
}

.photos-views-mine .float-right {
	float: right
}

.photos-views-mine .float-none {
	float: none
}

.photos-views-mine .slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.photos-views-mine .slick-list {
	margin: 0;
	padding: 0
}

.photos-views-mine .slick-list:focus {
	outline: 0
}

.photos-views-mine .slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.photos-views-mine .slick-slider .slick-list,.photos-views-mine .slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.photos-views-mine .slick-track {
	left: 0;
	top: 0
}

.photos-views-mine .slick-track:after,.photos-views-mine .slick-track:before {
	content: "";
	display: table
}

.photos-views-mine .slick-slide,.photos-views-mine .slick-slide.slick-loading img {
	display: none
}

.photos-views-mine .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
}

.photos-views-mine [dir=rtl] .slick-slide {
	float: right
}

.photos-views-mine .slick-slide.dragging img {
	pointer-events: none
}

.photos-views-mine .slick-initialized .slick-slide {
	display: block
}

.photos-views-mine .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.photos-views-mine .slick-arrow.slick-hidden {
	display: none
}

.photos-views-mine .slick-dots,.photos-views-mine .slick-next,.photos-views-mine .slick-prev {
	position: absolute;
	display: block;
	z-index: 1;
	padding: 0
}

.photos-views-mine .slick-loading .slick-list {
	background: url(/fonts/slick.eot);
	src: url(/fonts/slick.eot) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");
	font-weight: 400;
	font-style: normal
}}

.photos-views-mine .slick-next,.photos-views-mine .slick-prev {
	height: 45px;
	width: 45px;
	font-size: 0px;
	cursor: pointer;
	background: #f1f4f8;
	color: #f1f4f8;
	top: 50%;
	transform: translate(0, -50%);
	border: none;
	outline: 0
}

.photos-views-mine .slick-next.slick-disabled:before,.photos-views-mine .slick-prev.slick-disabled:before {
	opacity: 0.25
}

.photos-views-mine .slick-prev {
	left: -80px
}

.photos-views-mine [dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.photos-views-mine .slick-prev:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #bcbfc4;
	border-left: 3px solid #bcbfc4;
	transform: rotate(-45deg);
	background: #f1f4f8;
	margin-top: 3px;
	margin-left: 15px
}

.photos-views-mine .slick-next:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #bcbfc4;
	border-left: 3px solid #bcbfc4;
	transform: rotate(135deg);
	background: #f1f4f8;
	margin-top: 3px;
	margin-left: 10px
}

.photos-views-mine .slick-next {
	right: -80px
}

.photos-views-mine [dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.photos-views-mine [dir=rtl] .slick-next:before {
	content: "←"
}

.photos-views-mine .slick-dotted.slick-slider {
	margin-bottom: 30px
}

.photos-views-mine .slick-dots {
	bottom: -25px;
	list-style: none;
	text-align: center;
	margin: 0;
	width: 100%
}

.photos-views-mine .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.photos-views-mine .slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.photos-views-mine .slick-dots li button:focus,.photos-views-mine .slick-dots li button:hover {
	outline: 0
}

.photos-views-mine .slick-dots li button:focus:before,.photos-views-mine .slick-dots li button:hover:before {
	opacity: 1
}

.photos-views-mine .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: 0.25
}

.photos-views-mine .slick-dots li.slick-active button:before {
	color: #000;
	opacity: 0.75
}

.photos-views-mine .variable-width .slick-slide p {
	background: #00558B;
	color: #fff;
	line-height: 100px;
	text-align: center
}

.photos-views-mine .variable-width .slick-slide p {
	height: 100px;
	margin: 5px
}

.photos-views-mine .slick-slide img.slick-loading {
	border: 0
}

.photos-views-mine .slick-slider {
	margin: 30px auto 50px
}

.photos-views-mine .slick-dots {
	margin-left: 0
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
	font-size: 12px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.slick-loading .slick-list {
	background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
	font-family:"slick";src:url(https://www.vc.cn/fonts/slick.eot);src:url(/fonts/slick.eot) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg) format("svg");font-weight:normal;font-style:normal
}

.photos-views .slick-prev,.photos-views .slick-next {
	height: 45px;
	width: 45px;
	font-size: 20px;
	cursor: pointer;
	background: #f1f4f8;
	color: #f1f4f8;
	position: absolute;
	display: block;
	line-height: 0px;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.photos-views .slick-prev.slick-disabled:before,.photos-views .slick-next.slick-disabled:before {
	opacity: 0.25
}

.photos-views .slick-prev:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #bcbfc4;
	border-left: 3px solid #bcbfc4;
	transform: rotate(-45deg);
	background: #f1f4f8;
	margin-left: 15px
}

.photos-views .slick-next:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #bcbfc4;
	border-left: 3px solid #bcbfc4;
	transform: rotate(135deg);
	background: #f1f4f8;
	margin-left: 10px
}

.photos-views .slick-prev {
	left: 0px
}[dir="rtl"] .photos-views .slick-prev {
	left: auto;
	right: -25px
}

.photos-views .slick-next {
	right: 0px
}[dir="rtl"] .photos-views .slick-next {
	left: -25px;
	right: auto
}

.photos-views .slick-dotted.slick-slider {
	margin-bottom: 30px
}

.photos-views .slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.photos-views .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.photos-views .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.photos-views .slick-dots li button:hover,.photos-views .slick-dots li button:focus {
	outline: none
}

.photos-views .slick-dots li button:hover:before,.photos-views .slick-dots li button:focus:before {
	opacity: 1
}

.photos-views .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.photos-views .slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.toast-title {
	font-weight: bold
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a,.toast-message label {
	color: #ffffff
}

.toast-message a:hover {
	color: #cccccc;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}

.toast-close-button:hover,.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}

#toast-container>div:hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}

#toast-container>.toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container>.toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51a351
}

.toast-error {
	background-color: #bd362f
}

.toast-info {
	background-color: #2f96b4
}

.toast-warning {
	background-color: #f89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em
	}
}

@media all and (min-width: 241px) and (max-width: 480px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	#toast-container>div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
}

.video-js .vjs-big-play-button:before,.video-js .vjs-control:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

@font-face {
	font-family:VideoJS;src:url("../font/1.3.0/VideoJS.eot?") format("eot")
}

@font-face {
	font-family:VideoJS;src:url(/fonts/9193806261454cfda08778dc359d2c64.woff) format("woff"),url(/fonts/e0082646fdaf434693d1dab70dccbd79.woff) format("truetype");font-weight:normal;font-style:normal
}

.vjs-icon-play,.video-js .vjs-big-play-button,.video-js .vjs-play-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-play:before,.video-js .vjs-big-play-button:before,.video-js .vjs-play-control:before {
	content: '\f101'
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-play-circle:before {
	content: '\f102'
}

.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing:before {
	content: '\f103'
}

.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0,.video-js .vjs-volume-menu-button.vjs-vol-0 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0:before,.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: '\f104'
}

.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1,.video-js .vjs-volume-menu-button.vjs-vol-1 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1:before,.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: '\f105'
}

.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2,.video-js .vjs-volume-menu-button.vjs-vol-2 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2:before,.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: '\f106'
}

.vjs-icon-volume-high,.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-high:before,.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before {
	content: '\f107'
}

.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control:before {
	content: '\f108'
}

.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: '\f109'
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-square:before {
	content: '\f10a'
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-spinner:before {
	content: '\f10b'
}

.vjs-icon-subtitles,.video-js .vjs-subtitles-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button:before {
	content: '\f10c'
}

.vjs-icon-captions,.video-js .vjs-captions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-captions:before,.video-js .vjs-captions-button:before {
	content: '\f10d'
}

.vjs-icon-chapters,.video-js .vjs-chapters-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-chapters:before,.video-js .vjs-chapters-button:before {
	content: '\f10e'
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-share:before {
	content: '\f10f'
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-cog:before {
	content: '\f110'
}

.vjs-icon-circle,.video-js .vjs-mouse-display,.video-js .vjs-play-progress,.video-js .vjs-volume-level {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-circle:before,.video-js .vjs-mouse-display:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before {
	content: '\f111'
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-circle-outline:before {
	content: '\f112'
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-circle-inner-circle:before {
	content: '\f113'
}

.vjs-icon-audio-description {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-audio-description:before {
	content: '\f114'
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.video-js:-moz-full-screen {
	position: absolute
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important
}

.video-js *,.video-js *:before,.video-js *:after {
	box-sizing: inherit
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0
}

.video-js.vjs-16-9 {
	padding-top: 56.25%
}

.video-js.vjs-4-3 {
	padding-top: 75%
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}

.vjs-hidden {
	display: none !important
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto
}

.vjs-no-js a,.vjs-no-js a:visited {
	color: #66A8CC
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	z-index: 2;
	position: absolute;
	top: 130px !important;
	left: 180px !important;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.7);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button {
	display: none
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.vjs-menu-button {
	cursor: pointer
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase
}

.vjs-menu li:focus,.vjs-menu li:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5)
}

.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43,51,63,0.7)
}

.vjs-menu-button-popup .vjs-menu ul {
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}

.vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 2.2222222em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.7)
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	-moz-transition: visibility 0.1s, opacity 0.1s;
	-o-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar {
	display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}

@media \0screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: ""
	}
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}

.video-js .vjs-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67
}

.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus {
	text-shadow: 0em 0em 1em white
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
	display: none
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vjs-live .vjs-progress-control {
	display: none
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: 0.3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	display: block;
	font-size: 0.6em
}

.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 0.3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}

.video-js .vjs-mouse-display:before {
	display: none
}

.video-js .vjs-play-progress {
	background-color: #fff
}

.video-js .vjs-play-progress:before {
	position: absolute;
	top: -0.3333333333em;
	right: -0.5em;
	font-size: 0.9em
}

.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {
	display: none;
	position: absolute;
	top: -2.4em;
	right: -1.5em;
	font-size: 0.9em;
	color: #000;
	content: attr(data-current-time);
	padding: 0.2em 0.5em;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em
}

.video-js .vjs-play-progress:before,.video-js .vjs-play-progress:after {
	z-index: 1
}

.video-js .vjs-load-progress {
	background: ligthen(#73859f, 25%);
	background: rgba(115,133,159,0.5)
}

.video-js .vjs-load-progress div {
	background: ligthen(#73859f, 50%);
	background: rgba(115,133,159,0.75)
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,0.8)
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5)
}

.video-js .vjs-slider:focus {
	text-shadow: 0em 0em 1em white;
	-webkit-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.video-js .vjs-volume-bar {
	margin: 1.35em
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: 0.3em
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 0.3em;
	height: 5em
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: 0.9em
}

.vjs-slider-vertical .vjs-volume-level {
	width: 0.3em
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 0.3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -0.3em;
	right: -0.5em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 8em;
	width: 2.9em
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 2.9em;
	width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}

.vjs-has-started .vjs-poster {
	display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}

.vjs-controls-disabled .vjs-poster {
	display: none
}

.vjs-using-native-controls .vjs-poster {
	display: none
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em
}

.vjs-live .vjs-time-control {
	display: none
}

.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time {
	display: none
}

.video-js .vjs-duration,.vjs-no-flex .vjs-duration {
	display: none
}

.vjs-time-divider {
	display: none;
	line-height: 3em
}

.vjs-live .vjs-time-divider {
	display: none
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0,0,0,0.5)
}

.vjs-subtitles {
	color: #fff
}

.vjs-captions {
	color: #fc6
}

.vjs-tt-cue {
	display: block
}

.video-js .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0em
}

.vjs-error-display {
	display: none
}

.vjs-error .vjs-error-display {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.vjs-error .vjs-error-display:before {
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: #fff;
	line-height: 1;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	width: 100%
}

.vjs-error-display div {
	position: absolute;
	bottom: 1em;
	right: 0;
	left: 0;
	font-size: 1.4em;
	text-align: center;
	padding: 3px;
	background-color: #000;
	background-color: rgba(0,0,0,0.5)
}

.vjs-error-display a,.vjs-error-display a:visited {
	color: #66A8CC
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.85;
	text-align: left;
	border: 6px solid rgba(43,51,63,0.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner {
	display: block
}

.vjs-loading-spinner:before,.vjs-loading-spinner:after {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: white;
	-webkit-animation-delay: 0.44s;
	animation-delay: 0.44s
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: white
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: white
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

.vjs-chapters-button .vjs-menu {
	left: -10em;
	width: 0
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
	display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
	display: none
}

.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.75);
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 15em;
	font-size: 12px;
	width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 2em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font {
	float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px
}

.vjs-caption-settings .vjs-tracksetting label {
	display: block;
	width: 100px;
	margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px
}

.vjs-caption-settings .vjs-tracksetting>div {
	margin-bottom: 5px;
	min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0
}

.vjs-caption-settings label>input {
	margin-right: 10px
}

.vjs-caption-settings input[type="button"] {
	width: 40px;
	height: 40px
}

.row {
	display: table-row
}

.cell {
	display: table-cell;
	vertical-align: middle
}

form .row,form .cell {
	display: block
}

.container {
	width: 1200px;
	padding: 0
}

.blue_btn {
	line-height: 30px;
	padding: 0 15px;
	background: #428aef;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px;
	min-width: 120px;
	text-align: center
}

.blue_btn a:visited,.blue_btn a:hover,.blue_btn a:active {
	color: #fff
}

.btn-blue {
	line-height: 30px;
	border-radius: 4px;
	display: inline-block;
	background: #3c8cf0;
	color: #fff !important;
	font-size: 13px;
	padding: 0 20px;
	outline: none;
	border: none
}

.btn-blue a:visited,.btn-blue a:hover,.btn-blue a:active {
	color: #fff;
	outline: none;
	border: none
}

.span9 {
	width: 850px;
	float: left
}

.span9.rtl {
	width: 75.83% !important;
	float: right
}

.span3 {
	width: 300px;
	float: right
}

.span3.rtl {
	width: 24.16% !important;
	float: left
}

i.blue_line {
	content: " ";
	display: inline-block;
	background: #428aef;
	width: 2px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 8px
}

.follow-btn {
	outline: none !important
}

.no-avatar {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f2f8ff;
	border-radius: 50%;
	text-align: center;
	color: #3c8cf0;
	font-size: 22px
}

.no-avatar-square {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f2f8ff;
	text-align: center;
	color: #3c8cf0;
	font-size: 22px
}

.confirm-delete-modal {
	width: 380px;
	height: 220px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -110px 0 0 -190px;
	z-index: 10
}

.confirm-delete-modal .modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	text-align: center
}

.confirm-delete-modal .modal-content .modal-header {
	text-align: center;
	background: #fafafa;
	color: #737373;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #ebebeb;
	padding: 6px 0;
	min-height: 16.43px
}

.confirm-delete-modal .modal-content .modal-body {
	padding: 34px;
	color: #333;
	font-size: 14px
}

.confirm-delete-modal .modal-content .modal-footer {
	text-align: center;
	padding-top: 0;
	border: none
}

.confirm-delete-modal .modal-content .modal-footer .confirm {
	color: #fff;
	background: #3c8cf0;
	margin-right: 12px;
	display: inline-block;
	line-height: 30px;
	width: 110px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px
}

.confirm-delete-modal .modal-content .modal-footer .btn-cancle {
	color: #fff;
	margin-right: 12px;
	display: inline-block;
	line-height: 30px;
	width: 110px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px
}

#modal-form,.complete-startup {
	color: #333
}

#modal-form .modal-content label,.complete-startup .modal-content label {
	font-size: 14px;
	font-weight: normal
}

#modal-form .modal-content textarea.form-control,.complete-startup .modal-content textarea.form-control {
	min-height: 120px
}

#modal-form .modal-content .upload-img-info,.complete-startup .modal-content .upload-img-info {
	background: #fcf8e3;
	border: 1px solid #fbf3dc;
	color: #cb9969;
	line-height: 34px;
	font-size: 12px;
	padding: 0 14px;
	margin-bottom: 20px
}

#modal-form .modal-content #form-startup-status select.form-control,.complete-startup .modal-content #form-startup-status select.form-control {
	width: 20%
}

#modal-form .modal-body,.complete-startup .modal-body {
	padding: 40px
}

#modal-form .modal-body i.anticon-cross,.complete-startup .modal-body i.anticon-cross {
	display: none
}

#modal-form .modal-body .col-sm-3,.complete-startup .modal-body .col-sm-3 {
	width: 16%
}

#modal-form .help-block,.complete-startup .help-block {
	text-align: left;
	color: #ff6000
}

#modal-form .modal-header,.complete-startup .modal-header {
	border: none;
	background: #fafafa;
	border: 1px solid #ebebeb
}

#modal-form .modal-header .modal-title,.complete-startup .modal-header .modal-title {
	font-size: 16px;
	color: #737373;
	font-weight: 600
}

#modal-form .modal-header button.close,.complete-startup .modal-header button.close {
	position: relative;
	color: #3c8cf0;
	opacity: 1;
	outline: none
}

#modal-form .form-btn-group,.complete-startup .form-btn-group {
	margin: 30px auto;
	text-align: center
}

#modal-form .form-btn-group .btn-item,.complete-startup .form-btn-group .btn-item {
	margin: 0 5px;
	width: 110px;
	height: 34px;
	line-height: 34px;
	padding: 0
}

#modal-form .form-btn-group .btn-item.btn-submit,#modal-form .form-btn-group .btn-item.btn-primary,.complete-startup .form-btn-group .btn-item.btn-submit,.complete-startup .form-btn-group .btn-item.btn-primary {
	background: #428aef;
	border: none;
	color: #ffffff;
	width: auto;
	padding: 0 40px
}

#modal-form .form-btn-group .btn-item.btn-submit[disabled],#modal-form .form-btn-group .btn-item.btn-primary[disabled],.complete-startup .form-btn-group .btn-item.btn-submit[disabled],.complete-startup .form-btn-group .btn-item.btn-primary[disabled] {
	background: #ffffff;
	color: #d8dfe7;
	border: 1px solid #d8dfe7;
	opacity: 1;
	cursor: default
}

#modal-form .form-btn-group .btn-item.btn-cancle,.complete-startup .form-btn-group .btn-item.btn-cancle {
	background: #ffffff;
	color: #d8dfe7;
	border: 1px solid #d8dfe7;
	width: auto;
	padding: 0 40px
}

.modal-edit-form label {
	font-size: 14px
}

.modal-edit-form .ant-modal-body {
	max-height: 500px;
	overflow-y: scroll
}

.modal-edit-form .ant-modal-body .form-subtitle {
	font-size: 16px;
	color: #3c8cf0;
	border-left: 3px solid #3c8cf0;
	text-align: left;
	line-height: 1;
	padding-left: 10px;
	margin: 0 0 20px 0
}

.label-title {
	font-size: 16px
}

.preview-form-shade {
	text-align: center
}

.preview-form-shade .card {
	width: 400px;
	padding: 20px;
	margin: 20px auto;
	border: 1px solid #eaedf5;
	color: #333;
	overflow: hidden;
	display: inline-block;
	text-align: left
}

.preview-form-shade .card .basic-message {
	margin-bottom: 30px
}

.preview-form-shade .card .avatar {
	width: 58px;
	height: 58px;
	float: left;
	border-radius: 20%
}

.preview-form-shade .card p.preview-name {
	line-height: 1.5;
	font-size: 18px;
	margin: 0 0 8px 63px
}

.preview-form-shade .card p.preview-pitch {
	line-height: 1.5;
	font-size: 12px;
	margin: 0 0 8px 63px;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.preview-form-shade .card .info {
	margin: 8px 0;
	font-size: 12px
}

.preview-form-shade .card .info span {
	color: #b9c1cc;
	margin-right: 20px
}

.preview-form-shade .card ul {
	text-align: right;
	margin-top: 20px
}

.preview-form-shade .card ul li {
	float: right;
	margin-left: 20px
}

.preview-form-shade .card ul li b {
	color: #428aef
}

.preview-form-shade .card ul li span {
	margin-left: 10px
}

#modal-form .invite-comment {
	padding: 0 50px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	text-align: center
}

#modal-form .invite-comment .social-item {
	display: inline-block;
	width: 49%;
	text-align: center
}

#modal-form .invite-comment .social-item .fa-weibo {
	font-size: 128px
}

#modal-form .invite-comment .outsite-url {
	width: 600px;
	margin: 10px auto;
	line-height: 1.5;
	background: #fbfbfb;
	border: 1px solid #e3e4e8
}

#modal-form .invite-comment .input-field {
	margin-bottom: 10px;
	text-align: center
}

#modal-form .invite-comment .input-field .email-input {
	display: inline-block;
	width: 80%;
	margin-right: 20px
}

#modal-form .invite-comment .input-field .email-input+i {
	color: #555
}

.count-wrap {
	position: relative
}

.count-wrap .words-count {
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 12px
}

.count-wrap .words-count span {
	color: #3c8cf0
}

#startup-new .form {
	background: #ffffff;
	padding-bottom: 20px;
	box-shadow: 3px 3px 10px #eee
}

#startup-new .form .select2-selection {
	border: 1px solid #ccc
}

#startup-new .form-group .captcha-image {
	width: 100px;
	height: 34px;
	float: left
}

#startup-new .form-group .form-group {
	float: left;
	width: 60%
}

#startup-new .form-group .form-group label {
	display: none
}

#startup-new .form-group .form-group .col-sm-9 {
	width: 80%
}

#startup-new .col-sm-9 {
	width: 50%
}

#startup-new .help-block {
	color: #ff6000
}

.setting-startup {
	padding: 0 100px
}

.setting-startup .form-item {
	margin-bottom: 20px
}

.setting-startup .form-item .form-group {
	margin: 0
}

.setting-startup .form-item .form-group .control-label {
	font-size: 15px;
	color: #333333;
	width: 50%;
	text-align: left
}

.setting-startup .form-item .form-group .control-switch {
	display: inline-block;
	vertical-align: -webkit-baseline-middle
}

.setting-startup .form-item .info {
	color: #999999;
	font-size: 14px
}

.setting-startup .switch-container {
	position: relative;
	left: 500%
}

.setting-startup input[type="checkbox"].switch {
	position: absolute;
	opacity: 0
}

.setting-startup input[type="checkbox"].switch+div {
	vertical-align: middle;
	width: 40px;
	height: 20px;
	border-radius: 999px;
	background-color: #cccccc;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
	transition-property: background-color, box-shadow;
	cursor: pointer
}

.setting-startup input[type="checkbox"].switch+div span {
	position: absolute;
	font-size: 1.6rem;
	color: white;
	margin-top: 12px
}

.setting-startup input[type="checkbox"].switch+div span:nth-child(1) {
	margin-left: 15px
}

.setting-startup input[type="checkbox"].switch+div span:nth-child(2) {
	margin-left: 55px
}

.setting-startup input[type="checkbox"].switch:checked+div {
	width: 50px;
	background-position: 0 0;
	background-color: #cccccc
}

.setting-startup input[type="checkbox"].switch+div {
	width: 50px;
	height: 25px
}

.setting-startup input[type="checkbox"].switch:checked+div {
	background-color: #3c8cf0
}

.setting-startup input[type="checkbox"].switch+div>div {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color;
	transition-property: transform, background-color;
	pointer-events: none;
	margin-left: 1px
}

.setting-startup input[type="checkbox"].switch:checked+div>div {
	-webkit-transform: translate3d(23px, 0, 0);
	transform: translate3d(23px, 0, 0);
	background-color: #ffffff
}

.setting-startup input[type="checkbox"].bigswitch.switch+div>div {
	width: 44px;
	height: 44px;
	margin-top: 1px
}

.ant-form-item-control .words-count {
	color: #999999;
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 0
}

.ant-form-item-control .words-count span {
	color: #3c8cf0
}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html {
	font-family: ​sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	font-family: PingFang SC,Lantinghei SC,Arial,Hiragino Sans GB,Microsoft YaHei,sans-serif;
	margin: 0;
	word-break: break-all;
	-webkit-font-smoothing: antialiased
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}



dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none;
	border: none;
	display: inline-block
}

svg:not(:root) {
	overflow: hidden
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,input,optgroup,select,textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0
}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto
}[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-moz-focus-inner {
	border: 0px
}

a,a:visited,a:hover,a:active,a:focus {
	text-decoration: none;
	outline: none;
	color: currentColor
}

* {
	margin: 0;
	padding: 0
}

ul,li {
	padding: 0;
	margin: 0;
	list-style: none
}

.clear {
	clear: both
}

input:required {
	box-shadow: none
}

.fileInput img {
	border: 1px solid #eee
}

#toast-container>div {
	border-radius: 0;
	padding: 20px 15px;
	margin: 0;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100)
}

#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div {
	width: 100%
}

#toast-container>.toast-info {
	background-image: none !important
}

#toast-container>.toast-info .toast-message {
	text-align: center;
	font-size: 16px;
	line-height: 24px
}

.toast-info {
	background-color: #3e88f2
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';src:url("/fonts/fontawesome-webfont.eot");src:url("/fonts/fontawesome-webfont.eot") format("embedded-opentype"),url("/fonts/fontawesome-webfont.woff2") format("woff2"),url("/fonts/fontawesome-webfont.woff") format("woff"),url("/fonts/fontawesome-webfont.ttf") format("truetype"),url("/fonts/fontawesome-webfont.svg") format("svg");font-weight:normal;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,.fa-users:before {
	content: ""
}

.fa-chain:before,.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,.fa-scissors:before {
	content: ""
}

.fa-copy:before,.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,.fa-sort:before {
	content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,.fa-undo:before {
	content: ""
}

.fa-legal:before,.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,.fa-usd:before {
	content: ""
}

.fa-rupee:before,.fa-inr:before {
	content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: ""
}

.fa-won:before,.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,.fa-car:before {
	content: ""
}

.fa-cab:before,.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,.fa-rebel:before {
	content: ""
}

.fa-ge:before,.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,.fa-weixin:before {
	content: ""
}

.fa-send:before,.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}
