/* 未能缩小。正在返回未缩小的内容。
(10499,15): run-time error CSS1063: Expected calculation unit, found 'calc('
(10499,15): run-time error CSS1064: Expected calculation product, found 'calc('
(10499,15): run-time error CSS1019: Unexpected token, found 'calc('
(10499,15): run-time error CSS1042: Expected function, found 'calc('
(10499,36): run-time error CSS1019: Unexpected token, found ' '
(10499,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(15797,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*主色调：f5f8fa*/
* {
	word-wrap: break-word;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #444;
	outline: none;
}

body {
	overflow-x: hidden
}

.header li, .boot_foot li, .comments li {
	list-style: none;
}

textarea {
	resize: none;
}

.pc, .pr, body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, ol, p, #post-tag-list {
	margin: 0;
	padding: 0;
}

.pipe {
	margin: 0 5px;
	color: #CCC;
}

em {
	font-style: normal;
}

a {
	cursor: pointer;
	/*color:#428bca;
	*/
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

button[type=submit], input[type=submit] {
	cursor: pointer;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.well {
	background: #f5f8fa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
}

.main {
	width: 800px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.boot_foot {
	padding: 15px 0 10px 0;
	color: #666;
	float: left;
	width: 100%;
	background: url(../image/footer-background.png) repeat-x;
}

	.boot_foot .foot_container {
		max-width: 800px;
		margin: 0 auto;
		clear: both;
	}

	.boot_foot li {
		/*height: 22px;
		line-height: 22px;*/
		text-align: left;
		margin-right: 10px;
		font-weight: 400;
		width: 100%;
		margin-bottom:10px;
	}

	.boot_foot .foot_container *, .boot_foot .foot_container {
		color: #999;
		font-weight: 400;
	}

	.boot_foot li a:hover {
		color: #000;
	}

.boot_query_fast {
	background-blend-mode: overlay;
	background: #425861 url(../image/bg-page-section.png);
	text-align: center;
	width: 100%;
	padding: 30px 0 30px 0;
}

	.boot_query_fast.svgbanner {
		padding: 30px 0 0px 0;
	}

	.boot_query_fast h1 {
		margin-top: 15px;
		color: #fff;
		font-size: 18px;
	}

.level_cate {
	margin-top: 30px;
}

.boot_query_fast h5 a {
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	position: relative;
}

.header, .header .fl .logo a, .user-info a.t_url, .header, .ico_gender0, .ico_gender1, .view-arrows a, .header .members .ic_m {
	background: url(../image/bg_menutop.png) no-repeat;
}

.header {
	height: 41px;
	padding-bottom: 4px;
	background-position: 0 -450px;
	background-repeat: repeat-x;
	width: 100%;
}

	.header .header_nav {
		margin: 0 auto;
		width: 800px;
	}

	.header .bd {
		margin: 0 auto;
	}

	.header .fl {
		padding: 0;
		position: relative;
	}

		.header .fl .logo {
			float: left;
			width: 50px;
		}

			.header .fl .logo a {
				display: block;
				overflow: hidden;
				text-indent: -9999px;
				background-position: 0 -392px;
				height: 40px;
			}

		.header .fl ul {
			float: left;
			padding: 0;
			margin: 0;
		}

			.header .fl ul li {
				float: left;
				position: relative;
			}

	.header .sys_nav li .nav, .navhome {
		display: inline-block;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		text-align: center;
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

		.header .sys_nav li .nav:hover, .navhome:hover {
			text-decoration: none;
		}

		.header .sys_nav li .nav i, .navhome i {
			font-size: 16px;
		}

		.header .sys_nav li .nav.more:before {
			position: absolute;
			right: 5px;
			top: 13px;
			content: '';
			width: 5px;
			height: 5px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background-color: #fe493a;
		}
/*下拉*/
.course_tip {
	background: #fff;
	position: absolute;
	top: 42px;
	/*left:20px;*/
	z-index: 99999;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
	cursor: default;
	display: none;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

	.course_tip.small {
		width: 150px;
	}

	.course_tip.big {
		width: 450px;
	}


	.course_tip:after {
		position: absolute;
		top: -8px;
		left: 25px;
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #FFF;
		display: inline-block;
	}

	.course_tip.big .course_tip_body {
		padding: 15px;
	}

.course_tip_body a {
	margin-top: 10px;
	float: left;
	position: relative;
}

.course_tip.big .course_tip_body a {
	border: 1px solid #EDEDED;
	display: block;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	margin-right: 15px;
	float: left;
	line-height: 35px;
	padding-left: 5px;
}

.course_tip.big .course_tip_body a {
	width: 29%;
}

.course_tip.small .course_tip_body {
	padding: 0 0 15px 15px;
}

	.course_tip.small .course_tip_body a {
		line-height: 22px;
		width: 100%;
	}

.course_tip_body a:hover {
	text-decoration: none;
}

/*悬停线条动画*/
.course_tip.big .course_tip_body a:before, .course_tip.big .course_tip_body a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: 0;
	background: #028da9;
	transition: 400ms ease all;
}

.course_tip.big .course_tip_body a:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}

.course_tip.big .course_tip_body a:hover:before,
.course_tip.big .course_tip_body a:hover:after {
	width: 100%;
	transition: 800ms ease all;
}

#search_btn {
	margin-top: 10px;
	margin-right: 15px;
	display: inline-block;
}

	#search_btn:hover {
		text-decoration: none;
	}

.header .fr {
	float: right;
	height: 37px;
	position: relative;
}

.header .search_tags a {
	color: #888;
	padding-top: 5px;
}

	.header .search_tags a:hover {
		text-decoration: none;
	}

.header .ctrl {
	float: right;
	position: relative;
}

	.header .ctrl ul.portrait {
		margin: 0px;
		padding: 0px;
	}


	.header .ctrl li.face {
		float: left;
		height: 32px;
		margin-top: 6px;
		z-index: 199;
	}

		.header .ctrl li.face a {
			position: relative;
			float: left;
			margin: 0;
			left: 0;
			width: 30px;
			height: 30px;
			overflow: hidden;
		}

		.header .ctrl li.face img {
			width: 24px;
			height: 24px;
			margin-left: 6px;
			margin-top: 6px;
			border-radius: 50%;
		}

		.header .ctrl li.face span {
			background: url(../image/user.png);
			width: 30px;
			height: 30px;
			position: absolute;
			top: 0;
			left: 0;
		}


.split {
	color: #dedede;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
}

.header .links_log {
	margin-left: 5px;
	padding-top: 9px;
	float: right;
}

	.header .links_log a {
		text-decoration: none;
		color: #888;
		margin-right: 10px;
	}

		.header .links_log a:last-child {
			margin-right: 0px;
		}

span.readnum {
	background: #fe4502;
	color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
	position: absolute;
	top: 2px;
	left: 58px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 11px;
}

.boot_about {
	padding-top: 15px;
	margin: auto;
	width: 1078px;
}

.boot_sd {
	width: 150px;
	float: left;
}

.boot_mn {
	float: right;
	width: 900px;
	overflow: hidden;
	padding-top: 10px;
}

	.boot_mn p {
		height: 30px;
	}

.boot_sdcatlist {
	line-height: 50px;
}

	.boot_sdcatlist li {
		font-size: 18px;
		height: 51px;
	}

		.boot_sdcatlist li a {
			color: #369;
			display: block;
			padding-left: 20px;
		}

		.boot_sdcatlist li.a a {
			font-weight: 700;
			color: #000;
			background: #fff;
			border-left: 4px solid #069;
		}

.wmore {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
/*首页title*/
.home-section-header {
	margin-top: 15px;
}

	.home-section-header h4 {
		font-size: 14px;
		color: #666;
	}

.home-recommended {
	margin: 30px 0;
	padding: 10px;
	background: #f5f8fa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
}
/*grid*/
.item-list, .item-list2 {
	margin-top: 5px;
}

	.item-list.xcx {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0px;
	}
/*下拉菜单*/
.dropdown-menu .header-user-profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: .5rem;
	color: #2e323c;
}

	.dropdown-menu .header-user-profile h5 {
		margin-bottom: .3rem;
		margin-top: 10px;
		font-size: 13px;
	}

	.dropdown-menu .header-user-profile p {
		background: #ff3e3e;
		color: #ffffff;
		font-size: 11px;
		padding: 2px 10px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		margin-bottom: .2rem;
		line-height: 160%;
	}

.dropdown {
	position: absolute;
	display: none;
	right: 0;
	z-index: 99999;
}

	.dropdown .dropdown-menu {
		min-width: 150px;
		max-width: 360px;
		list-style: none;
		background: #FFF;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
		overflow: visible;
		padding: 0px 0 10px 0px;
		margin: 0;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	.dropdown.dropdown-tip {
		margin-top: 40px;
		margin-left: -42px;
	}

		.dropdown.dropdown-tip:before {
			position: absolute;
			content: '';
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 9px solid #ffffff;
			right: 7px;
			left: auto;
			top: -9px;
		}

	.dropdown a {
		padding: .5rem 1rem;
		display: flex;
		align-items: center;
		position: relative;
	}

		.dropdown a:hover {
			text-decoration: none;
		}

	.dropdown .dropdown-menu i {
		margin-right: 5px;
		font-size: 18px;
		color: rgba(0,0,0,0.65);
	}

#share-links a.user {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

	#share-links a.user img {
		width: 25px;
		height: 25px;
		vertical-align: middle;
		border-radius: 50%;
		margin-left: 6px;
		margin-top: 6px;
	}

.btn_like {
	float: right;
	margin-top: 2px;
}

Button.btn_like {
	margin-top: 0px;
}

.btn_like.active i, .btn_like.active em {
	color: #ef5350;
}

.btn_like:hover {
	cursor: pointer;
}
/*详情页封面特效
.item-hover {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
     position: relative;
}
 

.item-hover img {
    width: 100%;
    height: 100%;
}
 
.item-hover .img {
    position: relative;
     z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform-origin: 10px 10px;
    -moz-transform-origin: 10px 10px;
    -ms-transform-origin: 10px 10px;
    -o-transform-origin:10px 10px;
    transform-origin: 10px 10px;
}
  .item-hover:hover .img {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}


.item-hover .img:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

.item-hover .info {
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #333333;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
 
.item-hover .info .link {
    color: #fff;
    position: relative;
    padding: 25px 0 0 0;
     
}
.item-hover .info p {
    color: #bbb;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
    */
.animating-element.one {
	background-image: url(../image/animating-ele-1.png);
	animation-direction: reverse;
}

.animating-element {
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 80px;
	z-index: -1;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	animation: animationFrames linear 150s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 150s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 150s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 150s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 150s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
	0% {
		transform: translate(-78px, 122px) rotate(0deg);
	}

	20% {
		transform: translate(106px, -16px) rotate(36deg);
	}

	40% {
		transform: translate(-34px, -138px) rotate(72deg);
	}

	60% {
		transform: translate(-239px, -39px) rotate(108deg);
	}

	80% {
		transform: translate(-238px, 83px) rotate(144deg);
	}

	100% {
		transform: translate(-38px, 127px) rotate(180deg);
	}
}

@-moz-keyframes animationFrames {
	0% {
		-moz-transform: translate(-78px, 122px) rotate(0deg);
	}

	20% {
		-moz-transform: translate(106px, -16px) rotate(36deg);
	}

	40% {
		-moz-transform: translate(-34px, -138px) rotate(72deg);
	}

	60% {
		-moz-transform: translate(-239px, -39px) rotate(108deg);
	}

	80% {
		-moz-transform: translate(-238px, 83px) rotate(144deg);
	}

	100% {
		-moz-transform: translate(-38px, 127px) rotate(180deg);
	}
}

@-webkit-keyframes animationFrames {
	0% {
		-webkit-transform: translate(-78px, 122px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(106px, -16px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(-34px, -138px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(-239px, -39px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-238px, 83px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(-38px, 127px) rotate(180deg);
	}
}

@-o-keyframes animationFrames {
	0% {
		-o-transform: translate(-78px, 122px) rotate(0deg);
	}

	20% {
		-o-transform: translate(106px, -16px) rotate(36deg);
	}

	40% {
		-o-transform: translate(-34px, -138px) rotate(72deg);
	}

	60% {
		-o-transform: translate(-239px, -39px) rotate(108deg);
	}

	80% {
		-o-transform: translate(-238px, 83px) rotate(144deg);
	}

	100% {
		-o-transform: translate(-38px, 127px) rotate(180deg);
	}
}

@-ms-keyframes animationFrames {
	0% {
		-ms-transform: translate(-78px, 122px) rotate(0deg);
	}

	20% {
		-ms-transform: translate(106px, -16px) rotate(36deg);
	}

	40% {
		-ms-transform: translate(-34px, -138px) rotate(72deg);
	}

	60% {
		-ms-transform: translate(-239px, -39px) rotate(108deg);
	}

	80% {
		-ms-transform: translate(-238px, 83px) rotate(144deg);
	}

	100% {
		-ms-transform: translate(-38px, 127px) rotate(180deg);
	}
}

.item-bg {
	/*82b332*/
	background: #425861 url(../image/bg-page-section.png);
}

div.item-bg h1 {
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
	margin-bottom: 10px;
}

.item-container {
	overflow: hidden;
	padding-top: 6px;
}

	.item-container.svg .item-thumb {
		background: #ffffff;
		/*  border-radius: 20px;*/
		width: 500px;
		text-align: center;
	}

	.item-container.svg .svgUrl {
		height: 275px;
		line-height: 275px;
	}

	.item-container.svg .item-thumb svg {
		max-height: 260px;
		max-width: 500px;
		vertical-align: middle;
	}

	.item-container.svg.icons .item-thumb svg {
		max-height: 160px;
		vertical-align: middle;
	}

	.item-container .item-thumb {
		/*float: left;*/
		position: relative;
	}

		.item-container .item-thumb img {
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			width: 530px;
			display: block;
		}

		.item-container .item-thumb.xcx {
			display: flex;
			flex-wrap: wrap;
		}

			.item-container .item-thumb.xcx img {
				width: 120px;
				/*float: left;*/
				margin-right: 65px;
				border-radius: 15px;
			}


div.item-container.svg .buy {
	background: none;
	box-shadow: none;
}

.svg .btn_com {
	display: block;
	background: #ffffff;
	color: black;
	width: 100px;
	margin-bottom: 20px;
}
.svg .btn-svg-copy, .svg .btn-svg-copy-icon {
	width: 120px;
}
.btn-down-svg, .btn-down-png, .btn-svg-copy {
	display: inline-block;
	width: 80px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	border-radius: 18px;
	background-color: #00c7e1;
	box-shadow: 0 2px 4px 0 rgba(0,188,212,.28);
	border: solid 1px rgba(255,255,255,.4);
	margin-right: 10px;
}
 
	.svg .btn_com:hover {
		color: black
	}

.item-container .item-thumb img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 530px;
	display: block;
}

.item-container .item-thumb > a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

	.item-container .item-thumb > a:hover:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.7) url(../image/overlay_live_preview.svg) no-repeat center center;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-webkit-transition: 250ms;
		transition: 250ms;
	}


/*丝带*/
.ribbon1 {
	position: absolute;
	top: -6px;
	z-index: 9;
	right: 10px;
}

	.ribbon1:after {
		position: absolute;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 53px solid transparent;
		border-right: 53px solid transparent;
		border-top: 10px solid #F8463F;
	}

	.ribbon1 span {
		position: relative;
		display: inline-block;
		text-align: center;
		background: #F8463F;
		font-size: 14px;
		line-height: 1;
		padding: 12px 8px 10px;
		border-top-right-radius: 8px;
		width: 90px;
		color: #fff;
	}

		.ribbon1 span:before, .ribbon1 span:after {
			position: absolute;
			content: "";
			display: block;
		}

		.ribbon1 span:before {
			background: #F8463F;
			height: 6px;
			width: 6px;
			left: -6px;
			top: 0;
		}

		.ribbon1 span:after {
			background: #C02031;
			height: 6px;
			width: 8px;
			border-radius: 8px 8px 0 0;
			left: -8px;
			top: 0;
		}

div.item-container .buy {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #f5f8fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
}

	div.item-container .buy p {
		height: 25px;
	}
		/*国庆*/

		div.item-container .buy p,
		div.item-container .buy p i,
		div.item-container .buy p a.fenlei {
			color: #666;
		}

			/*div.item-container .buy p, 
div.item-container .buy p i {
    color: #fff;
}*/
			div.item-container .buy p:nth-child(5),
			div.item-container .buy p:nth-child(5) i,
			div.item-container .buy p:nth-child(6),
			div.item-container .buy p:nth-child(6) i {
				color: #666;
			}

	div.item-container .buy .srcdownlist {
		margin-top: 15px;
		position: relative;
	}

.srctree {
	position: relative;
}

#share-links {
	position: relative;
	padding: 10px 5px 12px 10px;
	background: #f5f8fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
}

	#share-links:after {
		bottom: 100%;
		left: 19px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: #f5f8fa;
		border-width: 8px;
		margin-left: -8px;
	}

	#share-links a:hover {
		text-decoration: none;
	}

ol.activity li div.follow-prompt {
	margin: -2px 6px 0 0;
}

div.the-item {
	margin: 0 0 10px 0;
	padding-top: 5px;
}

	div.the-item .gray-container h4 {
		background: url(../image/rar.png) no-repeat;
		padding-left: 20px;
	}


.btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.adminpanel a {
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
}

.adminpanel p {
	padding-top: 10px;
	border-top: 1px solid #dedede;
}

.adminpanel input, .adminpanel select {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.12);
	padding: 5px;
	border-radius: 25px;
}

div.the-item .gray-container.detail {
	padding-right: 0;
}

div.the-item .gray-container .cont,
div.the-item .gray-container .cont * {
	font-size: 14px;
	line-height: 22px;
}

	div.the-item .gray-container .cont ul {
		padding-left: 25px;
		margin-top: 10px;
	}

		div.the-item .gray-container .cont ul li {
			height: 22px;
		}

div.the-item .gray-container img {
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.the-item .gray-container {
	position: relative;
	margin-bottom: 20px;
}

.item-bg:before {
	position: absolute;
	right: 10px;
	top: 150px;
	-webkit-transform: translate3d(0, -25px, 0) scaleY(0.75) rotate(-35deg);
	font-size: 18px;
	color: #a8a7a7;
}

.item-container {
	margin: 0 auto;
	width: 800px;
}

.imgintro {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

	.imgintro:last-child {
		border-bottom: none;
		margin-bottom: 0px;
	}



div.tags-section {
	margin-top: 20px;
}

ol.tags {
	margin: 0 0 17px 0;
}

	ol.tags li {
		margin: 0;
		overflow: hidden;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		height: 22px;
	}

div.meta-act {
	border-bottom: 1px solid #ddd;
}

	div.meta-act.noline {
		border-bottom: none;
		margin-top: 10px;
	}

	div.meta-act .meta-act-link {
		display: block;
		padding: 12px 5px 12px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		z-index: 555;
	}

	div.meta-act em {
		font-style: normal;
		font-weight: 400;
	}

	div.meta-act a.meta-act-link:hover {
		color: #444;
	}

div.fav {
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px;
}

	div.fav .fav-number {
		float: right;
		font-size: .8em;
		font-weight: 400;
		color: #999;
		z-index: 777;
		padding: 12px 5px 12px 12px;
	}

	div.fav strong.fav-number a:hover {
		color: #444;
		text-decoration: none;
	}

	div.fav a.action, div.fav a.follow {
		float: left;
		font-size: .9em;
		line-height: 1.2;
	}

		div.fav a.action span, div.fav a.follow span {
			padding-left: 17px;
			background: url(https://www.17sucai.com/content/images/icon-like.gif) no-repeat 0 50%;
		}

div.meta-act a.meta-act-link .icon-jushoucanggift {
	color: #ea4c89;
	text-decoration: none;
}

div.meta-act a.meta-like:hover {
	text-decoration: none;
}

.meta-act a:hover {
	text-decoration: none;
}

div.ad {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f5f8fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	overflow: hidden;
}

#editor {
	float: left;
}

#comments-section {
	margin: 25px 0;
}

.section-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
}

	.section-tabs li {
		display: list-item;
		text-align: -webkit-match-parent;
	}

		.section-tabs li a.active, .section-tabs li a.active:after {
			border-bottom-color: #dee2e6;
		}

		.section-tabs li a.active {
			position: relative;
			border-bottom-color: #dee2e6;
		}

		.section-tabs li a:hover {
			text-decoration: none;
		}

		.section-tabs li a {
			padding: 0 8px 8px;
			color: #666;
			margin-bottom: -1px;
			font-size: 14px;
			position: relative;
			display: inline-block;
			margin-right: 20px;
			border-bottom: 1px solid transparent;
		}

			.section-tabs li a.active:before {
				position: absolute;
				bottom: -1px;
				left: 15px;
				content: '';
				border-left: 6px solid transparent;
				border-right: 6px solid transparent;
				border-bottom: 6px solid #dee2e6;
			}

			.section-tabs li a.active:after {
				position: absolute;
				bottom: -1px;
				left: 16px;
				content: '';
				border-left: 5px solid transparent;
				border-right: 5px solid transparent;
				border-bottom: 5px solid #FFF;
			}

#sumitcomment {
	float: right;
	position: relative;
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	background: #dcf6fa;
	border: 1px solid #00c7e1;
	color: #00c7e1;
}

	#sumitcomment:hover {
		text-decoration: none;
		color: #00c7e1;
	}

.comments {
	overflow: hidden;
	padding: 0 5px 0 5px;
}

	.comments #cmtContent {
		width: 96%;
		height: 60px;
		border: none;
		overflow-y: hidden;
		background-color: #fff;
		overflow: hidden;
		padding: 10px;
		border-radius: 5px;
		-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.12);
		-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.12);
		box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.12);
	}

	.comments .comments_item {
		border-bottom: 1px solid #dee2e6;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1em;
		overflow: hidden;
		border-radius: 5px;
	}

		.comments .comments_item:last-child {
			border-bottom: none;
		}



		.comments .comments_item img {
			width: 25px;
			height: 25px;
			border-radius: 50%;
			margin-left: 5px;
			margin-top: 5px;
		}

		.comments .comments_item .image_border {
			float: left;
			width: 30px;
			height: 30px;
		}

		.comments .comments_item a:nth-child(1) {
			z-index: 2;
		}

		.comments .comments_item a:nth-child(2) {
			position: absolute;
			left: 8px;
			top: 10px;
			z-index: 1;
		}

.comment-post {
	position: relative;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	margin-left: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 6px;
	font-size: 13px;
}

	.comment-post a {
		color: #7594B3
	}


.comments .comments_item .posted {
	text-decoration: none;
	color: #999;
	font-size: 13px;
	float: right;
}

a.open_new {
	font-size: 14px;
}

.tagpos {
	position: fixed;
	top: 10px;
}

	.tagpos p a {
		font-size: 16px;
		width: 22px;
		height: 22px;
		display: block;
		color: #00c7e1;
		font-weight: bold;
	}

		.tagpos p a:hover {
			text-decoration: none;
		}

.tags-list {
	margin-top: 15px;
}

h3.alpha {
	width: 30px;
	text-align: center;
	line-height: 1;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 10px;
}

	h3.alpha span {
		font-size: 28px;
	}

ol.tags li {
	margin-bottom: 3px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

	ol.tags li:last-child {
		border-bottom: none;
	}

	ol.tags li span.perc {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 5%;
		height: 100%;
		text-indent: -9999px;
		display: block;
		background: rgba(0,0,0,.07);
		overflow: hidden;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: background .2s ease;
		-moz-transition: background .2s ease;
		-o-transition: background .2s ease;
		transition: background .2s ease;
	}

	ol.tags li a {
		padding: 3px 0 3px 12px;
		font-weight: 400;
		text-decoration: none;
		color: #999;
	}

		ol.tags li a:hover {
			color: #666;
			text-decoration: none;
		}

	ol.tags li:hover {
		background: rgba(0,0,0,.07);
	}

	ol.tags li a strong {
		font-weight: 400;
	}

	ol.tags li em {
		float: right;
		padding: .4em 5px 0 0;
		font-style: normal;
		color: #bbb;
	}

.animated {
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

	.animated.hinge {
		-webkit-animation-duration: 2s;
		-moz-animation-duration: 2s;
		-o-animation-duration: 2s;
		animation-duration: 2s;
	}

.profile h1 a {
	font-weight: 400;
}

#wrap-inner ul.tabs {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #dedede;
}

	#wrap-inner ul.tabs:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#wrap-inner ul.tabs li.default {
		font-weight: 700;
	}

	#wrap-inner ul.tabs li.checking {
		float: right;
		margin-right: 0;
	}

	#wrap-inner ul.tabs li {
		position: relative;
		float: left;
		margin: 0 20px 0 0;
		line-height: 1;
	}

		#wrap-inner ul.tabs li .count {
			font-family: Georgia,Tahoma,Arial;
		}

		#wrap-inner ul.tabs li a {
			display: block;
			padding: 0 0 8px 0;
			text-decoration: none;
		}

.pagemain {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

	.pagemain a {
		width: 40px;
		height: 40px;
		background-color: #eee;
		color: #857a6b;
		margin-right: 2px;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		text-decoration: none;
		line-height: 40px;
	}

	.pagemain.small a {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	.pagemain a i:hover {
		color: #ffffff;
	}

	.pagemain a:hover {
		background-color: #00c7e1;
		color: #ffffff;
	}

	.pagemain a.active {
		background-color: #00c7e1;
		color: #ffffff;
	}

		.pagemain a.active:hover {
			color: #ffffff;
		}

	.pagemain a.end {
		width: 64px;
		text-align: center;
		-webkit-transition: all linear .2s;
		-moz-transition: all linear .2s;
		-ms-transition: all linear .2s;
		transition: all linear .2s;
	}

	.pagemain.small a.end {
		width: 44px;
	}

#add p.meta {
	margin: 25px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #999;
}

div.message {
	float: left;
	color: #333;
}

	div.message h2 {
		margin: 0 0 4px 0;
		font-size: 1.2em;
	}

.gen-form {
	margin-top: 30px;
}

	.gen-form fieldset {
		border: none;
	}

	.gen-form fieldset, .with-messages div.form-field {
		padding: 8px 0;
	}

.with-messages fieldset {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.gen-form fieldset.last, form.with-messages div.last {
	border: none;
}

.gen-form .row_l {
	width: 100px;
}

.gen-form label {
	display: block;
	float: left;
	margin: .7em 20px 2px 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
}

.gen-form p.message {
	margin: 1px 0 0 110px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

	.gen-form p.message a {
		font-size: 12px;
		line-height: 1.5em;
		color: #333;
	}

.gen-form p.message1 {
	line-height: 1.5em;
	color: #666;
}

.profile_intro {
	list-style: none;
	margin-top: 10px;
	color: #999;
}

div.profile h1 .ur {
	padding-top: 15px;
}

div.profile img.head {
	float: left;
	display: block;
	position: relative;
	width: 48px;
	max-height: 48px;
	margin: 3px 10px 0 0;
	vertical-align: middle;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

div.profile img.photo {
	float: left;
	display: block;
	position: relative;
	width: 80px;
	max-height: 80px;
	margin: 3px 10px 0 0;
	vertical-align: middle;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.sep {
	margin: 0 4px;
	color: #bbb;
}

div.profile img.zoom {
	float: left;
	display: block;
	position: relative;
	width: 80px;
	max-height: 80px;
	margin: 3px 10px 0 0;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.profile img.zoom {
	background: #fff;
	padding: 3px;
}

div.profile a:hover img.photo {
	opacity: .8;
}

body#profile div.profile img.photo.profile img.photo {
	width: 80px;
	max-height: 80px;
	margin-right: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.profile h2 {
	font-size: 14px;
	font-weight: 400;
}

.user-info a.t_url {
	padding: 3px 0 0 20px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: -340px -91px;
	text-indent: 9999;
}

em.locality {
	padding: 3px 0 3px 0;
}

.user-info a.t_url:hover {
	text-decoration: none;
}

ul.profile-tabs li {
	float: left;
	margin: 20px 10px 0 0;
	padding: 0 10px 0 0;
	border-bottom: none;
	border-right: 1px solid #ddd;
}

	ul.profile-tabs li:last-child {
		border-right: none;
	}

	ul.profile-tabs li a {
		font-weight: 700;
		font-family: Georgia,Tahoma,Arial;
		color: #777;
		font-size: 18px;
	}

		ul.profile-tabs li a:hover {
			text-decoration: none;
		}

		ul.profile-tabs li a span.meta {
			display: block;
			margin-top: 2px;
			font-weight: 400;
			color: #bbb;
		}

	ul.profile-tabs li span.score {
		font-size: 25px;
		font-family: Georgia,Tahoma,Arial;
	}

div.profile-actions {
	float: right;
}

a.contact span {
	padding-left: 24px;
	background-image: url(https://www.17sucai.com/content/images/icon-contact.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.contact:hover {
	border-color: #8aba56;
	background-color: #8aba56;
}

fieldset span.bind {
	margin-right: 10px;
}
/*列表*/
.gen-form .line {
	border-bottom: 1px solid #dedede;
}

fieldset .pic_list {
	margin-left: 105px;
}

	fieldset .pic_list li {
		list-style: none;
		padding: 10px;
		margin: 10px 0 10px 0;
		background: #f5f8fa;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	}

		fieldset .pic_list li .img {
			float: left;
			height: 80px;
			margin-right: 10px;
			width: 120px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
			-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		}

		fieldset .pic_list li textarea {
			height: 70px;
			width: 500px;
		}

		fieldset .pic_list li .btn_cancel {
			float: right;
			margin-right: 5px;
			cursor: pointer;
		}

			fieldset .pic_list li .btn_cancel.n {
				cursor: pointer;
				margin-top: -90px;
			}

.btn_cancel:hover {
	text-decoration: none;
}

.form-field fieldset textarea {
	width: 634px;
	height: 100px;
}

.form-field fieldset #title {
	width: 634px;
}

.form-field fieldset .pic_desc {
	border: 1px solid #cfd3d5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 1px #d0d3d6;
}

	.form-field fieldset .pic_desc.n {
		border: none;
	}

#post-tag {
	background: #fff;
	border: 1px solid #BFC3C5;
	padding: 5px 0 0 5px;
	width: 640px;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 1px #d0d3d6;
}

#recommand-tag-list {
	margin-left: 110px;
	margin-top: 10px;
}

	#post-tag-list span, #recommand-tag-list span {
		float: left;
		height: 25px;
		line-height: 25px;
		padding: 0 9px;
		margin: 5px 5px 0 0;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		white-space: nowrap;
		cursor: pointer;
		border: 1px solid #ddd;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	}

		#post-tag-list span a {
			font-size: 13px;
		}

			#post-tag-list span a:hover {
				text-decoration: none;
			}

#tags-more {
	color: #a5a7a8;
	line-height: 21px;
	cursor: pointer;
	zoom: 1;
}

#post-tag-list span .deltab {
	color: #000;
	padding-left: 5px;
	font-weight: bold;
}

	#post-tag-list span .deltab:hover {
		color: #000;
	}

.btn_upRar {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

	.btn_upRar input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		opacity: 0;
		filter: alpha(opacity=0);
		cursor: pointer;
	}

#edit-avatar {
	cursor: pointer;
	background: rgba(153,216,252,.22);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.08);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.08);
	box-shadow: 1px 1px 2px rgba(0,0,0,.08);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 80px;
}

div.user_right {
	float: right;
	width: 300px;
}

	div.user_right ol.tags li {
		margin-left: 0;
	}

ol.tags li:last-child {
	border-bottom: none;
}

div.user_right h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
}

.user_right ol {
	max-width: 215px;
	margin: -5px 0 25px 0;
}

ul.profile-data {
	margin: 0 0 20px 0;
}

ul.user_right ul.profile-data p.copy {
	margin: 0;
	line-height: 1.4;
	color: #777;
}

	ul.user_right ul.profile-data p.copy a {
		font-weight: 700;
	}

ol.popular-tags {
	margin: 10px 0 0 0;
}

	ol.popular-tags span {
		line-height: 30px;
		padding: 3px 9px;
		background: url(https://www.17sucai.com/content/images/pb-tag-bg.png) repeat-x 0 0;
		margin: 0 5px 5px 0;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #eee;
		white-space: nowrap;
		box-shadow: 0 1px 1px #b7b9bc;
		cursor: pointer;
	}

		ol.popular-tags span:hover {
			background-position: 0 -27px;
			cursor: pointer;
		}

.mognews {
	overflow: hidden;
	height: auto;
	position: relative;
	margin-top: 5px;
	width: 800px;
}

	.mognews .bn-title {
		display: inline-block;
		float: left;
		padding: 10px 0;
	}

	.mognews ul {
		padding: 0;
		margin: 0;
		display: block;
		list-style: none;
		position: absolute;
	}

		.mognews ul li {
			list-style: none;
			padding: 10px 0;
			display: none;
		}

	.mognews .bn-arrows {
		display: inline-block;
		float: right;
		width: 50px;
		position: absolute;
		right: 0;
		top: 10px;
		bottom: 0;
	}

		.mognews .bn-arrows span {
			display: block;
			width: 20px;
			position: absolute;
			top: 0;
			bottom: 0;
			cursor: pointer;
			opacity: .8;
		}

			.mognews .bn-arrows span:hover {
				opacity: 1;
			}

	.mognews .bn-arrows-left {
		left: 0px;
	}

	.mognews .bn-arrows-right {
		right: 0px;
	}

	.mognews .laba {
		float: left;
		margin-top: 12px;
		margin-right: 0px;
	}

.headerBg {
	width: 100%;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px solid #fff;
	/*background: linear-gradient(45deg,#7450f9 0,#1ec0d0 33%,#627fe8 66%,#1cdebb 100%);
    background-size: 200%;
    -webkit-animation: gradient 7.5s ease-in-out infinite;
    animation: gradient 7.5s ease-in-out infinite;*/
}

@-webkit-keyframes gradient {
	50% {
		background-position: 100% 0;
	}
}

@keyframes gradient {
	50% {
		background-position: 100% 0;
	}
}

.user-info {
	margin: 0 auto;
	border: 1px transparent solid;
	border-radius: 3px;
	transition: all .2s;
	margin-top: 40px;
	width: 800px;
}

	.user-info .user-avatar {
		width: 120px;
		height: 120px;
		margin: 0 auto;
		overflow: hidden;
		float: left;
		margin-top: 230px;
		border: 10px solid #fff;
	}

		.user-info .user-avatar img {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			margin-left: 17px;
			margin-top: 17px;
		}

	.user-info .info {
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		padding-bottom: 5px;
		color: #fff;
		border-radius: 5px;
		position: static;
		float: left;
		display: inline;
		margin-top: 260px;
	}

	.user-info .user_intro {
		font-size: 20px;
		text-shadow: 2px 2px 2px #000;
		text-align: left;
		position: absolute;
		color: #fff;
	}

	.user-info .info .name {
		height: 22px;
		line-height: 22px;
		font-size: 16px;
		text-shadow: 2px 2px 2px #000;
		text-align: left;
		margin-left: 10px;
		font-weight: bold;
	}

		.user-info .info .name span {
			color: #ffffff;
		}

		.user-info .info .name em {
			color: #ffffff;
			font-weight: 400;
			font-style: italic;
		}

.ico_gender0 {
	height: 15px;
	width: 15px;
	display: inline-block;
	background-position: -345px -150px;
	margin-left: 5px;
	vertical-align: middle;
}

.ico_gender1 {
	height: 15px;
	width: 15px;
	display: inline-block;
	background-position: -345px -175px;
	margin-left: 5px;
	vertical-align: middle;
}

.user-info .info .name span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.user-info .info .name .lv {
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
	margin-left: 5px;
	font-weight: 100;
}

.user-info .name .vipico.v0, .user-info .name .vipico.v1, .user-info .name .vipico.v2 {
	display: inline-block;
	margin-left: 10px;
	background: url(../image/bg_menutop.png) no-repeat;
	width: 50px;
	height: 15px;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}

.user-info .name .vipico.v0 {
	background-position: -310px -342px;
}

.user-info .name .vipico.v1 {
	background-position: -310px -360px;
}

.user-info .name .vipico.v2 {
	background-position: -310px -378px;
}

.user-info .info .ranking {
	line-height: 24px;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	margin-left: 10px;
}

	.user-info .info .ranking .statistical .num5 {
		font-size: 18px;
		margin-right: 15px;
	}

.icon_level {
	line-height: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
	margin: 0 0 0 3px;
	padding: 0 5px 0 3px;
	color: #fff;
	font-style: italic;
	background-color: #a4a4a4;
	font-weight: 100;
}

	.icon_level:hover {
		text-decoration: none;
		color: #ffffff;
	}

.user-info .info .growtip {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	color: #444;
}

.user-info .info .growLoding {
	width: 600px;
	height: 6px;
	background: #c8c8c8;
	border-radius: 3px;
	margin-top: 5px;
	margin-left: 10px;
}

	.user-info .info .growLoding p {
		width: 0%;
		height: 6px;
		border-radius: 3px;
		background: #ff6699;
		transition: width 1.5s ease-in-out 0s;
	}

.follow_sec {
	float: right;
	display: inline;
	margin-top: 300px;
}

	.follow_sec a {
		display: inline-block;
		width: 94px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		color: #fff;
		border-radius: 3px;
		cursor: pointer;
		text-shadow: none;
		text-decoration: none;
	}

	.follow_sec .btnHeadBg {
		float: none;
		background-color: #fff;
		text-align: center;
		text-indent: 0;
		border-radius: 25px;
		color: #444;
	}

	.follow_sec .ufollow, .follow_sec .btnHeadBg {
		float: none;
		text-align: center;
		text-indent: 0;
		border-radius: 25px;
		background-color: #fff;
		color: #a4a4a4;
		border: 1px solid #a4a4a4;
	}

#user_nav {
	height: 49px;
	line-height: 48px;
	margin-top: 100px;
}

	#user_nav a {
		padding: 5px 10px;
		color: #3c3c3c;
		font-size: 14px;
		margin: 0 32px 0 0;
		text-decoration: none;
	}

	#user_nav .on {
		border-top: 2px solid #a4a4a4;
	}

.through {
	text-decoration: line-through;
}

.num5 {
	font-family: Georgia,Tahoma,Arial;
}

.num18 {
	font-family: Georgia,Tahoma,Arial;
	font-size: 18px;
}

.num22 {
	font-family: Georgia,Tahoma,Arial;
	font-size: 22px;
}

.num30 {
	font-family: Georgia,Tahoma,Arial;
	font-size: 30px;
}

.orange {
	color: #FE4502;
}

.white {
	color: #fff;
}

.blue {
	color: #01a1b8;
}

.user_comment .visitor ul li p {
	overflow: hidden;
	display: block;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #369;
}

.user_comment .visitor ul li span {
	font-size: 12px;
	color: #333;
}

#contentwordage, .CommentAlert {
	margin-top: 16px;
	line-height: 48px;
	font-size: 14px;
	color: #999;
}
/*头像图片渲染*/
.image_border {
	position: relative;
	border-radius: 50%;
	display: block;
	background: #f5f8fa;
	border: 1px solid rgba(118,117,107,0.3);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
}

	.image_border img {
		-webkit-transition: -webkit-transform 1s ease-out;
		-moz-transition: -moz-transform 1s ease-out;
		-o-transition: -o-transform 1s ease-out;
		-ms-transition: -ms-transform 1s ease-out;
	}

.user-avatar.image_border img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.image_border.prorank1, .icon_level.level0 {
	background-color: #999;
}

.image_border.prorank1, .icon_level.level1 {
	background-color: #c1ae2f;
}

.image_border.prorank2, .icon_level.level2 {
	background-color: #FE4502;
}

.image_border.prorank3, .icon_level.level3 {
	background-color: #028da9;
}

.image_border.prorank4, .icon_level.level4 {
	background-color: #c51f1b;
}

.image_border.prorank5, .icon_level.level5 {
	background-color: #B620A6;
}

.image_border.prorank6, .icon_level.level6 {
	background-color: #7B4EDF;
}

.btnHeadBg.prorank1, .ufollow.prorank1, #share-links .userhome.prorank1 {
	border: 1px solid #c1ae2f;
	color: #c1ae2f;
}

.btnHeadBg.prorank2, .ufollow.prorank2, #share-links .userhome.prorank2 {
	border: 1px solid #FE4502;
	color: #FE4502;
}

.btnHeadBg.prorank3, .ufollow.prorank3, #share-links .userhome.prorank3 {
	border: 1px solid #028da9;
	color: #028da9;
}

.btnHeadBg.prorank4, .ufollow.prorank4, #share-links .userhome.prorank4 {
	border: 1px solid #c51f1b;
	color: #c51f1b;
}

.btnHeadBg.prorank5, .ufollow.prorank5, #share-links .userhome.prorank5 {
	border: 1px solid #B620A6;
	color: #B620A6;
}

.btnHeadBg.prorank6, .ufollow.prorank6, #share-links .userhome.prorank6 {
	border: 1px solid #7B4EDF;
	color: #7B4EDF;
}

#user_nav .on.prorank1 {
	border-top: 2px solid #c1ae2f;
}

#user_nav .on.prorank2 {
	border-top: 2px solid #FE4502;
}

#user_nav .on.prorank3 {
	border-top: 2px solid #028da9;
}

#user_nav .on.prorank4 {
	border-top: 2px solid #c51f1b;
}

#user_nav .on.prorank5 {
	border-top: 2px solid #B620A6;
}

#user_nav .on.prorank6 {
	border-top: 2px solid #7B4EDF;
}

.rule_growth p {
	margin-bottom: 5px;
}

.rule_title {
	margin-top: 30px;
}

.user-avatar-level {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	/*border:10px solid #fff;
	*/
}

.rule_level .level_item {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.user-avatar-level img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin-left: 12px;
	margin-top: 12px;
}

.the-item .status0 {
	position: absolute;
	margin-top: 30px;
}

.footer_image {
	clear: both;
	margin-top: 50px;
	height: 143px;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(https://www.17sucai.com/content/images/footer_image.png);
}

.refresh {
	vertical-align: middle;
	margin-top: 4px;
	display: block;
}

	.refresh:hover {
		text-decoration: none;
	}
/*发布教程上传样式*/
.picbtn_container {
	margin-left: 107px;
}

.uploadify-button {
	background: url(https://www.17sucai.com/content/images/cover.png) no-repeat;
}

.uploadify-queue {
	margin-bottom: 1em;
	display: none;
}

.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana,Geneva,sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	display: none;
}

.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}

.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}

.uploadify-progress-bar {
	background-color: #FE4502;
	height: 3px;
	width: 1px;
}
/*提示*/
#message_container {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 100000;
	padding: 0 8px 6px 8px;
	font-size: 14px;
	max-width: 320px;
	margin: auto;
}

#error {
	position: relative;
	max-width: 320px;
	min-width: 120px;
	display: none;
	background-color: #cd3237;
	background-image: -moz-linear-gradient(top,#e34447,#cd3237);
	background-image: -ms-linear-gradient(top,#e34447,#cd3237);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#e34447),to(#cd3237));
	background-image: -webkit-linear-gradient(top,#e34447,#cd3237);
	background-image: -o-linear-gradient(top,#e34447,#cd3237);
	background-image: linear-gradient(top,#e34447,#cd3237);
	border: 1px solid #ca3e3e;
	border-radius: 0 0 4px 4px;
	padding: 8px 8px 6px 8px;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	color: #fff;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

	#error a {
		color: #fff;
	}

.index_more {
	text-align: center;
}

.btn_com {
	display: inline-block;
	width: 94px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	border-radius: 18px;
	background-color: #00c7e1;
	box-shadow: 0 2px 4px 0 rgba(0,188,212,.28);
	border: solid 3px rgba(255,255,255,.4);
}

	.btn_com:hover {
		text-decoration: none;
		color: #ffffff;
	}

	.btn_com.light {
		background: #dcf6fa;
		border: 1px solid #00c7e1;
		color: #00c7e1;
	}

	.btn_com.small {
		width: 90px;
		height: 26px;
		line-height: 26px;
		background: #fff;
		font-size: 12px;
	}

.btn_preview, .btn_cart {
	position: relative;
	width: 80px;
	background-color: #fff;
	border: 1px solid #00c7e1;
	color: #00c7e1;
	height: 32px;
	line-height: 32px;
	text-align: center;
	/*font-size: 13px;*/
	display: inline-block;
	border-radius: 4px;
	border-radius: 18px;
	/*background-image: -moz-linear-gradient(45deg, #5886ff, #8de9ff);
    background-image: -webkit-gradient(45deg, linear, 0% 0%, 0% 100%, from(#5886ff), to(#8de9ff));
    background-image: -webkit-linear-gradient(45deg, #5886ff, #8de9ff);
    background-image: -o-linear-gradient(45deg, #5886ff, #8de9ff);*/
}

	.btn_preview:hover {
		text-decoration: none;
		color: #00c7e1;
	}

.btn_cart {
	background-color: #00c7e1;
	width: 110px;
	float: right;
	color: #fff;
}

.btnExVip, .btnGoVip {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99999;
	background-color: transparent;
	border: solid 1px rgba(255,255,255,.4);
	box-shadow: none;
}

.btnExVip {
	width: 80px;
}

.btnGoVip {
	width: 100px;
}

.down-container {
	margin-top: 50px;
}

.down-left {
	float: left;
}

.down-right {
	float: left;
	margin-left: 30px;
}

	.down-right h1 {
		font-weight: normal;
		color: #666;
		margin-bottom: 20px;
		font-size: 16px;
	}

.down-left {
	width: 300px;
}

	.down-left img {
		width: 300px;
	}

.down-left {
	margin-bottom: 30px;
	padding: 10px;
	background: #f5f8fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
}

.down-tip {
	color: #FF4242;
	font-size: 20px;
}

.down-yue {
	margin-top: 10px;
	font-size: 14px;
}

.btn_cart:hover {
	text-decoration: none;
	color: #ffffff;
}

.view-arrows a {
	width: 30px;
	height: 60px;
	position: fixed;
	bottom: 40%;
	text-indent: -9999em;
}

.view-arrows .pre {
	left: 0px;
	background-position: 0 0;
}

.view-arrows .next {
	right: 0px;
	background-position: -90px 0;
}

.back {
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #222;
	width: 90px;
}

	.back:hover {
		text-decoration: none;
	}

.listalbum {
	clear: both;
	margin-top: 10px;
}

div.listalbum h3 {
	font-weight: 400;
	border-bottom: 1px solid #f5f8fa;
	width: 240px;
	font-size: 14px;
}

ol.albumitem li {
	position: relative;
	margin-top: 8px;
	list-style: none;
	margin-bottom: 10px;
	float: left;
	max-height: 150px;
	overflow: hidden;
}

	ol.albumitem li a:hover {
		text-decoration: none;
	}

	ol.albumitem li:nth-child(2n+1) {
		margin-right: 10px;
	}

	ol.albumitem li a, ol.albumitem li span {
		width: 100%;
		overflow: hidden;
	}

		ol.albumitem li a p {
			width: 115px;
		}

		ol.albumitem li a img {
			margin: 0;
			padding: 0;
			-webkit-border-radius: 10px 0 10px 10px;
			-moz-border-radius: 10px 0 10px 10px;
			border-radius: 10px 0 10px 10px;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.07);
			box-shadow: 0 1px 2px rgba(0,0,0,.07);
			/*height: 60px;*/
			width: 115px;
		}

.albumshousuo:hover {
	text-decoration: none;
}

.body_imgview {
	background: #dedede;
}

.bigimg {
	max-width: 1170px;
	margin: 0 auto;
}

.guanbi {
	position: fixed;
	top: 10px;
	right: 10px;
}

	.guanbi:hover {
		text-decoration: none;
	}

	.guanbi i {
		font-size: 40px;
	}
/* slider 4d56a3*/
.post-main-slider {
	background: #000 url(../image/bg-page-section.png);
	text-align: center;
	width: 100%;
	/*padding: 0 0 10px 0;*/
	height: 315px;
	position: relative;
}

	.post-main-slider #canvas {
		height: 315px;
	}

.slidermain {
	align-self: center;
	margin: 0 auto;
	position: relative;
	width: 800px;
}

.imgContainer {
	width: 520px;
	height: 240px;
	position: relative;
	padding-top: 30px;
}

.slidermain .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	color: #fff;
	font-size: 14px;
}

	.slidermain .image-wrapper:hover {
		text-decoration: none;
		color: #fff;
	}

	.slidermain .image-wrapper.active {
		display: block;
	}

	.slidermain .image-wrapper img {
		/*width: 100%;
	height: 100%;*/
		margin-top: 20px;
		border-radius: 20px;
	}

	.slidermain .image-wrapper.active img {
		display: block;
		/*height: 240px;
		width: 530px;*/
	}

.slidermain .controls {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	right: 0px;
}

.slidermain .dot {
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
	transform: scale(.85);
	transition: .3s all ease;
	background-color: #00c7e1;
	margin: 0 2px;
	border: solid 3px #5c5a58;
}

	.slidermain .dot.active {
		transform: scale(1.1);
		background-color: #fe4502;
	}

.slidermain .brand {
	position: absolute;
	right: 0;
	top: 20px;
	width: 230px;
	height: 240px;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C000000',endColorstr='#4C000000');
	border-radius: 2px;
	color: #fff;
	text-align: center;
	border: 1px solid #666;
	border-radius: 20px 0 20px 20px;
}

.brand .maxim {
	font-size: 26px;
	padding: 40px 0 15px;
	color: #ffffff;
}

.brand .info {
	font-size: 16px;
	padding-top: 5px;
	color: #ffffff;
}
/*搜索*/
.search-wrap {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

	.search-wrap .search-text, .search-wrap .search-button {
		border: none;
		position: absolute;
		top: 5px;
		z-index: 1;
	}

	.search-wrap .search-button {
		background: transparent;
		border-radius: 0 48px 48px 0;
		right: 5px;
	}

		.search-wrap .search-button i {
			color: #fff;
			font-size: 28px;
		}

		.search-wrap .search-button:hover, .home-search-wrap .search-button:hover {
			cursor: pointer;
		}

	.search-wrap .search-bg, .home-search-wrap .search-bg {
		width: 100%;
		height: 100%;
		background: #fff;
		border-radius: 48px;
		position: absolute;
		top: 0;
		opacity: 0.1;
		filter: alpha(opacity=10);
	}
/*搜索下拉*/

.search-sug {
	border-radius: 2px;
	position: absolute;
	background: #fff;
	border: 1px solid #425861;
	border-top: none;
	z-index: 5;
}

.item-search .search-sug, .home-search-wrap .search-sug {
	width: 210px;
	left: 1px;
	top: 35px;
	border: 1px solid #f5f8fa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
}

.item-search .search-sug {
	left: 12px;
	top: 34px;
}

.home-search-wrap .search-sug {
	left: 18px;
	top: 40px;
	width: 140px;
	border: none;
}

.search-sug ul.on {
	background: rgba(0,0,0,0.12);
}

.search-sug li {
	list-style: none;
}

.search-sug .sokeyup_1 {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	cursor: pointer;
}

.item-search .search-sug .sokeyup_1, .home-search-wrap .search-sug .sokeyup_1 {
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	cursor: pointer;
}

.search-sug .sokeyup_1 .sokeyup_2 {
	font-size: 14px;
	color: #6e6e6e;
	float: left;
}

.search-sug .sokeyup_1 .sokeyup_3 {
	color: #6e6e6e;
	font-size: 14px;
	float: right;
}
/*home search*/
.home-search-wrap {
	width: 200px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
}

	.home-search-wrap .search-text, .home-search-wrap .search-button {
		height: 30px;
		border: none;
		line-height: 30px;
		position: absolute;
		top: 5px;
		z-index: 1;
	}

	.home-search-wrap .search-text {
		width: 130px;
		padding-left: 20px;
		background: #fff;
		border-radius: 28px 0 0 28px;
		left: 5px;
		height: 28px;
	}

	.home-search-wrap .search-button {
		width: 40px;
		background: transparent;
		/*383e70*/
		border-radius: 0 28px 28px 0;
		right: 5px;
	}

		.home-search-wrap .search-button i {
			color: #fff;
			font-size: 18px;
		}
/*详情搜索*/
.item-search {
	width: 240px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border-radius: 36px;
	padding: 3px;
	position: relative;
}

	.item-search .search-text, .item-search .search-button {
		height: 26px;
		border: none;
		line-height: 26px;
		position: absolute;
		margin-top: 2px;
	}

	.item-search .search-text {
		width: 176px;
		padding-left: 12px;
		z-index: 1;
		border-radius: 30px;
		background: #f5f8fa;
	}

	.item-search .search-button {
		border-radius: 0 2px 2px 0;
		right: 5px;
		padding: 0 10px;
	}

		.item-search .search-button:hover {
			cursor: pointer;
		}

		.item-search .search-button i {
			color: #a0a1a1;
			font-size: 18px;
			font-weight: bold;
		}

.bdsharebuttonbox {
	margin-top: 10px;
}
/*用户列表*/
ol.player-cards {
	margin-bottom: 20px;
	margin-top: 30px;
}

	ol.player-cards li.group {
		margin: 0 0 13px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #ddd;
		position: relative;
		list-style: none;
	}

		ol.player-cards li.group:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}

		ol.player-cards li.group:last-child {
			margin: 0;
			border-bottom: none;
		}

	ol.player-cards li div.player-info {
		float: left;
		width: 40%;
		margin-top: 4px;
	}

	ol.player-cards li.prospect div.player-info {
		width: 100%;
	}

	ol.player-cards li h2 {
		max-height: none;
		margin: 0;
		padding: 0 0 4px 0;
		font-size: 16px;
		line-height: 1.2;
	}

		ol.player-cards li h2 a.image_border {
			width: 80px;
			max-height: 80px;
			margin: 0 10px 0 0;
			float: left;
		}

		ol.player-cards li h2 a img.photo, ol.player-cards li h2 a:hover img.photo {
			width: 65px;
			max-height: 65px;
			border-radius: 50%;
			margin-left: 13px;
			margin-top: 13px;
		}

		ol.player-cards li h2 span.meta {
			display: block;
			margin: 5px 0 0 0;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 1;
			padding-top: 5px;
		}

			ol.player-cards li h2 span.meta .uname {
				font-size: 12px;
				margin-bottom: 10px;
			}

			ol.player-cards li h2 span.meta a {
				font-size: 12px;
			}

	ol.player-cards li div.follow-prompt {
		margin: 0;
		font-size: .9em;
		line-height: 12px;
	}

	ol.player-cards li a.follow, ol.player-cards li a.settings, ol.player-cards li a.unfollow {
		padding: 6px;
		width: 12px;
		height: 12px;
		margin: 3px 10px 0 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

		ol.player-cards li a.follow span, ol.player-cards li a.unfollow span {
			float: left;
			padding-left: 12px;
			text-indent: -999em;
		}

	ol.player-cards li ul.player-stats {
		/*float:left;
	*/
		margin: 3px 0 0 0;
	}

		ol.player-cards li ul.player-stats li {
			float: left;
			width: auto;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			font-size: 12px;
			line-height: 1;
			border-bottom: none;
			border-right: 1px solid #ddd;
			list-style: none;
		}

			ol.player-cards li ul.player-stats li:last-child {
				border-right: none;
			}

			ol.player-cards li ul.player-stats li a {
				display: block;
				font-weight: 700;
				/*font-family:Georgia,Tahoma,Arial;
	*/
				line-height: 1;
				color: #777;
			}

				ol.player-cards li ul.player-stats li a span.meta {
					display: block;
					margin-top: 2px;
					font-size: 12px;
					font-weight: 400;
					line-height: 1;
					text-transform: lowercase;
					color: #bbb;
				}

				ol.player-cards li ul.player-stats li a:hover {
					color: #444;
					text-decoration: none;
				}

					ol.player-cards li ul.player-stats li a:hover span.meta {
						color: #999;
					}

	ol.player-cards li div.shots {
		float: right;
		width: 60%;
	}

		ol.player-cards li div.shots img {
			float: left;
			height: 80px;
			width: 107px;
			margin: 3px 10px 0 0;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background: #fff;
			padding: 2px;
		}

		ol.player-cards li div.shots a:hover img {
			opacity: .8;
		}

		ol.player-cards li div.shots a:last-child img {
			margin-right: 0;
		}

.item-tags {
	clear: both;
	/*margin-bottom: 10px;*/
	overflow: hidden;
	margin-top: 10px;
	height: 35px;
}

.service {
	width: 40px;
	height: 198px;
	position: fixed;
	top: 200px;
	right: 0;
	overflow: hidden;
	z-index: 9999;
}

	.service dl {
		width: 120px;
		height: 198px;
		border-radius: 25px 0 0 25px;
		padding-left: 40px;
		box-shadow: 0 0 5px #e4e8ec;
	}

		.service dl dt {
			width: 40px;
			height: 198px;
			background: url(../image/service.png);
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
		}

		.service dl dd.suspendQQ {
			width: 120px;
			height: 85px;
			background: #ffffff;
		}

			.service dl dd.suspendQQ a {
				width: 120px;
				height: 85px;
				display: block;
				background: url(../image/service.png) -40px 0;
				overflow: hidden;
			}

		.service dl dd.suspendTel {
			width: 120px;
			height: 112px;
			background: #ffffff;
			border-top: 1px solid #e4e8ec;
		}

			.service dl dd.suspendTel a {
				width: 120px;
				height: 112px;
				display: block;
				background: url(../image/service.png) -40px -86px;
				overflow: hidden;
			}

* html .service {
	position: absolute;
	left: expression(eval(document.documentElement.scrollRight));
	top: expression(eval(document.documentElement.scrollTop+200));
}

.adminpanel {
	clear: both;
	padding-top: 20px;
}

	.adminpanel a {
		margin-right: 20px;
	}

#txtfeed {
	width: 85%;
	height: 150px;
	border: 1px solid #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
}

.btnfeed, .btnshang {
	background: #dcf6fa;
	border: 1px solid #00c7e1;
	color: #00c7e1;
	margin-top: 15px;
}

	.btnfeed:hover, .btnshang:hover {
		color: #00c7e1;
	}

.none {
	display: none;
}
/*模态窗口*/
.black-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	z-index: 99998;
	display: none;
}

.pop_container {
	position: absolute;
	width: 440px;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: transform .3s,opacity .3s;
	-moz-transition: transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s;
}

.pop_show {
	top: 50%;
	left: 50%;
	margin: -155px 0 0 -260px;
	z-index: 99999;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	position: fixed;

}

.pop_container.larger {
	width: 550px;
}

.pop_frame {
	width: 400px;
	background: #fff;
	text-align: center;
	padding: 30px 0 30px;
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	border-radius: 2px;
}

	.pop_frame .logo {
		display: block;
		margin: 0 auto;
		height: 35px;
	}

	.pop_frame .holder {
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-top: 20px;
	}

	.pop_frame .with-line {
		color: #01a1b8;
		margin: 0 auto;
		position: relative;
		text-align: center;
		margin: 20px 10px;
		font-size: 14px;
		padding: 0 30px;
	}

		.pop_frame .with-line:before {
			content: "";
			border-top: 1px solid #ededed;
			display: block;
			position: absolute;
			width: 30px;
			top: 8px;
			left: 0;
		}

		.pop_frame .with-line:after {
			content: "";
			border-top: 1px solid #ededed;
			display: block;
			position: absolute;
			width: 30px;
			top: 8px;
			right: 0;
		}

	.pop_frame .buttons a {
		margin-right: 20px;
	}

	.pop_frame a:hover {
		text-decoration: none;
	}

.pop_container .close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.framebox {
	display: none;
}

.pop_container .close i {
	color: #ffffff;
	font-size: 24px;
}

.bds_count {
	font-family: Georgia,Tahoma,Arial;
	font-size: 14px;
}

	.bds_count:hover {
		text-decoration: none;
	}

.pop_container .button:hover {
	color: #cd3237;
}
/*右侧悬浮*/
.block-sidebar {
	position: fixed;
	/*display: none;*/
	bottom: 30px;
	width: 60px;
	z-index: 99;
	right: 0;
}

	.block-sidebar .backtop {
		display: none;
	}

	.block-sidebar .block-sidebar-item i {
		font-size: 50px;
		color: #b5b5b5;
		text-align: center;
		line-height: 50px;
		margin-bottom: 20px;
		cursor: pointer;
		display: block;
	}

	.block-sidebar .block-sidebar-item a {
		text-decoration: none;
	}

	.block-sidebar .block-sidebar-item i:hover {
		color: #8e8b8b;
	}

.paytip {
	margin-left: 10px;
}

.aboutbanner {
	background: #425861 url(../image/bg-page-section.png);
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	text-align: center;
}

	.aboutbanner h1 {
		color: #fff;
		font-size: 30px;
	}

	.aboutbanner .h1title {
		color: #fff;
		font-size: 15px;
	}

	.aboutbanner p {
		color: #fff;
		margin-top: 20px;
	}

.aboutnav {
	width: 60px;
	float: left;
	margin-top: 30px;
}

	.aboutnav li {
		list-style: none;
		padding: 5px 0;
		margin-bottom: 20px;
	}

		.aboutnav li a {
			font-size: 14px;
		}

			.aboutnav li a:hover {
				text-decoration: none;
			}

		.aboutnav li.active {
			border-bottom: 1px solid #02abcc;
			font-weight: bold;
		}

.aboutintro {
	margin-top: 30px;
	float: right;
	margin-bottom: 30px;
}

	.aboutintro * {
		font-size: 14px;
	}

	.aboutintro p {
		height: 36px;
	}

	.aboutintro .fenlei a {
		margin-left: 10px;
	}

.sideBar-animate {
	position: fixed;
	bottom: 0px;
	left: 5px;
	-webkit-animation: two-up-down .8s ease infinite 80ms alternate;
	animation: two-up-down .8s ease infinite 80ms alternate;
}

	.sideBar-animate.left {
		left: 0px;
	}

@keyframes two-up-down {
	from {
		-webkit-transform: translate(0,8px);
		transform: translate(0,8px);
	}

	to {
		-webkit-transform: translate(0,-8px);
		transform: translate(0,-8px);
	}
}

/*.btn_preview {
	-webkit-animation: shadow 2s linear;
	animation: shadow 2s linear;
}

@-webkit-keyframes shadow {
	0% {
		-webkit-filter: drop-shadow(0 0 0 #00c7e1);
	}

	100% {
		-webkit-filter: drop-shadow(0 0 30px #00c7e1);
	}
}

@keyframes shadow {
	0% {
		-webkit-filter: drop-shadow(0 0 0 #00c7e1);
	}

	100% {
		-webkit-filter: drop-shadow(0 0 30px #00c7e1);
	}
}*/
/*列表 新*/
.item-box {
	position: relative;
	margin: 16px 0;
	padding: 16px;
	border-radius: 4px;
	box-shadow: 0 0 16px #ccc;
	overflow: hidden;
	background-color: #fff;
}

	.item-box.xcx {
		width: 200px;
		margin-right: 35px;
		padding: 20px;
		margin-bottom: 10px;
	}

		.item-box.xcx:nth-child(3n) {
			margin-right: 0px;
		}

		.item-box.xcx img {
			width: 100%;
		}

		.item-box.xcx h3 {
			padding-left: 10px;
		}

.cover {
	border-radius: 3px;
}

.item-box_content {
	color: #999;
	font-size: 12px;
	overflow: hidden;
	margin-left: 20px;
	padding-right: 10px;
}

	.item-box_content .intro {
		color: #787878;
		font-size: 14px;
	}

.item-box_title {
	max-height: 2.6em;
	margin-bottom: 0;
	color: #262626;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
}

	.item-box_title:focus, .item-box_title:hover {
		text-decoration: underline;
	}

.item-box_author {
	-webkit-font-smoothing: subpixel-antialiased;
	text-decoration: underline;
	color: #b3b3b3;
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #999;
	font-weight: 700;
}

	.item-box_author:hover {
		text-decoration: none;
	}

		.item-box_author:focus:after, .item-box_author:hover:after {
			opacity: 1;
			transition-delay: .2s;
			transition-duration: .15s;
			transform: translateY(-3px) translateZ(0);
		}

.item-box_category {
	margin-top: 16px;
	margin-bottom: 16px;
}

	.item-box_category a {
		color: #787878;
	}

		.item-box_category a:hover {
			text-decoration: none;
		}

	.item-box_category span {
		line-height: 23px;
		padding: 2px 9px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		white-space: nowrap;
		cursor: pointer;
		border: 1px solid #ddd;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
	}

.tagList-module {
	overflow: hidden;
	width: 300px;
	height: 19px;
}

	.tagList-module a {
		margin-right: 5px;
		color: #999;
		font-size: 13px;
	}

		.tagList-module a:hover {
			text-decoration: none;
		}

.item-box_detailsItem {
	margin-bottom: 6px;
	color: #787878;
	font-size: 13px;
}

	.item-box_detailsItem i {
		color: #787878;
	}

	.item-box_detailsItem:first-child {
		margin-top: 20px;
	}

.item-box_bulletPoint_1U-aa {
	margin-bottom: 4px;
	margin-left: 16px;
	color: #4d4d4d;
	list-style-type: disc;
}

.item-box_footer {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 2 0;
	flex: 2 0;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 16px;
	border-left: 1px solid #e6e6e6;
	padding-top: 30px;
}

.item-box_price {
	font-weight: 700;
	margin-bottom: 30px;
}

.item-box_footerButtons {
	position: absolute;
	top: 0;
	right: 0;
}

	.item-box_footerButtons a {
		text-decoration: none;
	}

.item-box_alignBottom {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

	.item-box_alignBottom .btn_preview {
		height: 26px;
		line-height: 26px;
		background: #fff;
		font-size: 12px;
		border: 1px solid #f1f1f1;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		color: #666;
	}

	.item-box_alignBottom .btn_down {
		height: 26px;
		line-height: 26px;
		background: #fff;
		font-size: 12px;
		border: 1px solid #f1f1f1;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		color: #666;
		width: 50px;
		border-radius: 50px;
		text-align: center;
		margin-right: 5px;
	}

		.item-box_alignBottom .btn_down:hover {
			text-decoration: none;
		}

.imagePlaceholder {
	position: relative;
	width: 100%;
	background: linear-gradient(125deg,#999,#fff,#999);
	background-size: 200% 200%;
	overflow: hidden;
	display: block;
	padding-top: 50.8475%;
	background-size: cover;
}

.imagePlaceholder_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.a_downconfirm, .a_downconfirm2 {
	display: none;
	padding: 5px 15px;
}

/*price table*/

.container_pay {
	padding-top: 280px;
	margin-bottom: 350px;
	background-image: url(../image/paybg.jpg);
	background-size: auto 306px;
	position: relative;
	background-position: top;
	background-repeat: no-repeat;
}

	.container_price, .container_pay .tip {
		margin: 0 auto;
		position: relative;
	}

	.container_pay .tip {
		color: #a7c5ff;
		margin-bottom: 20px;
	}

.pricing-table:before {
	background-image: url(../image/payitem.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: calc(100%);
	left: 0;
	top: 0;
	position: absolute;
	/*top: -14px;*/
	width: calc(100%);
}

.pricing-table {
	position: relative;
	color: #fff;
	width: 175px;
	height: 237px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

	.pricing-table:last-child {
		margin-right: 0px;
	}

.pt-header {
	position: relative;
	padding: 20px 0;
}

.pt-title {
	position: relative;
	text-align: center;
	margin: 0;
	color: #fff;
}

.discount {
	text-align: center;
	color: #ffc942;
}

.pt-header .discount a:hover {
	text-decoration: none;
}

.ribbon-wrapper {
	position: absolute;
	top: -5px;
	right: -10px;
	width: 130px;
	height: 130px;
	overflow: hidden;
}

	.ribbon-wrapper .ribbon {
		color: #fff;
		position: relative;
		top: 20px;
		left: 0;
		width: 180px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #0c59ff;
	}

		.ribbon-wrapper .ribbon b {
			color: #fff;
		}

		.ribbon-wrapper .ribbon:before {
			content: '';
			display: block;
			position: absolute;
			top: 12px;
			left: 20px;
			width: 0;
			height: 0;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border: 12px solid transparent;
			border-bottom-color: rgba(12, 89, 255, 0.5);
		}

		.ribbon-wrapper .ribbon:after {
			content: '';
			display: block;
			position: absolute;
			z-index: -1;
			top: 10px;
			left: 147px;
			width: 0;
			height: 0;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border: 12px solid transparent;
			border-left-color: rgba(12, 89, 255, 0.5);
		}

.pt-body {
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 30px;
}

.pt-row {
	position: relative;
	text-align: center;
	padding: 16px 0;
	border-bottom: 1px solid rgba(72,131,255,.5);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #a7c5ff;
}

	.pt-row:first-child {
		padding: 1px 0 16px 0;
	}

	.pt-row:last-child {
		border-bottom: none;
	}

.pt-footer {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

	.pt-footer .pt-button {
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 70%;
		height: 40px;
		margin: 0 auto;
		background-color: #bf9040;
		background-image: -webkit-gradient(linear,left top,right top,color-stop(1%,#d0ab4f),to(#ae7530));
		background-image: -webkit-linear-gradient(left,#d0ab4f 1%,#ae7530);
		background-image: linear-gradient(90deg,#d0ab4f 1%,#ae7530);
		border: none;
	}

.pt-button:hover {
	cursor: pointer;
}

.pt-footer .pt-button:focus {
	outline: 0;
}

.container_vipgo {
	margin-top: 20px;
	padding-top: 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
	clear: both;
}

	.container_vipgo:after {
		background-image: url(../image/payft.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0;
		content: "";
		display: block;
		height: 200px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
	}

	.container_vipgo .btn_vipgo {
		background: url(../image/payvipgo.png);
		background-repeat: no-repeat;
		width: 258px;
		height: 80px;
		line-height: 80px;
		font-size: 18px;
		margin-bottom: 50px;
		margin-right: 30px;
		display: inline-block;
		color: #fff;
	}

		.container_vipgo .btn_vipgo:hover {
			text-decoration: none;
		}

@media (max-width:769px) {
	.container_pay {
		background-size: auto 200px;
		padding-top: 180px;
	}

	.container_price {
		padding: 0 1%;
	}

	.pricing-table {
		margin-bottom: 100px;
		margin-right: 5%;
		width: 45%;
	}

		.pricing-table:nth-child(2n) {
			margin-right: 0;
		}

	.container_price, .container_pay .tip {
		width: 100%;
		text-align: center;
	}

	.container_vipgo .btn_vipgo {
		display: none;
	}

	.service {
		display: none;
	}
}

/*年vip活动*/
.yearvip {
	margin-left: 150px;
	margin-top: 50px;
}

	.yearvip .ribbon-wrapper .ribbon {
		background-color: rgba(248, 237, 23, 1);
	}

	.yearvip .pt-footer .pt-button {
		background-color: rgba(112,177,145,.8);
		color: #fff;
	}

	.yearvip .pricing-table {
		background-color: rgba(112,177,145,1);
	}

	.yearvip .pt-footer {
		width: 84%;
	}

/*vip*/

.banner-vip {
	position: relative;
	padding: 0px 0 250px 0;
	background-size: cover;
	background-position: bottom center;
}

	.banner-vip .banner-describe {
		width: 800px;
		margin: auto auto;
		padding-top: 170px;
		text-align: right;
		font-size: 18px;
		color: #ffffff;
	}

		.banner-vip .banner-describe a {
			font-size: 14px;
			color: #ffffff;
			border: 1px solid #FEE4D2;
			border-radius: 30px;
			padding: 5px 15px;
			color: #FEE4D2;
			margin-left: 10px;
		}

			.banner-vip .banner-describe a.active {
				font-weight: bold
			}

			.banner-vip .banner-describe a:hover {
				text-decoration: none;
			}

.vip-container {
	width: 800px;
	margin: 0px auto;
	z-index: 9999;
	position: relative;
	margin-top: -250px;
	padding-top: 50px;
}

	.vip-container .column {
		text-align: center;
		margin-bottom: 35px;
		position: relative;
	}

	.vip-container .column-title {
		/*border: #eaecef 1px solid;*/
		border-right: none;
		width: 19%;
		margin-top: 69px;
		border-bottom: none;
	}

		.vip-container .column-title div {
			background-color: #fff;
		}

		.vip-container .column-title .top-tit .top-title-l {
			height: 65px;
			text-align: center;
			width: 16px;
			font-size: 16px;
			border: 1px solid #eaecef;
			border-bottom: none;
			border-left: none;
			padding: 0 21px;
			word-break: break-all;
			align-items: center;
			display: flex;
			border-top: none;
		}

		.vip-container .column-title .top-tit .top-title-r {
			width: 160px;
			height: 66px;
			line-height: 66px;
			font-size: 16px;
			border-bottom: #eaecef 1px solid;
		}

	.vip-container .column-free {
		width: 19%;
		border: #eaecef 1px solid;
		border-right: none;
		margin-top: 69px;
		border-bottom: none;
	}

		.vip-container .column-free div {
			height: 52px;
			border-bottom: #eaecef 1px solid;
			background-color: #fff;
		}

			.vip-container .column-free div.row {
				line-height: 52px;
			}

.color-red {
	color: #ff5100;
}

.vip-container .column-free .top-title {
	height: 65px;
	font-size: 24px;
	line-height: 65px;
}

.vip-container .column-vip {
	width: 20%;
	border: #eaecef 1px solid;
	border-right: none;
	transition: all .2s;
	border-bottom: none;
}

	.vip-container .column-vip.year {
		border-color: #f2ddaf;
	}
/*.vip-container .column-vip:hover {
	transform: translateY(-20px);
}*/
.vip-top {
	font-size: 22px;
}

.vip-container .column-vip .top-title {
	height: 134.5px;
	font-size: 14px;
}

/*.vip-container .column-vip.bg .top-title {
	background: #fff url(/content/images/vippricebg.png) no-repeat -50px 0;
}
.vip-container .column-vip.year.bg .top-title {
	background: #fffaeb url(/content/images/vippricebg.png) no-repeat -50px 0;
}*/
.vip-container .column-vip div, .vip-container .column-title div, .vip-container .column-free div {
	height: 52px;
	border-bottom: #eaecef 1px solid;
	line-height: 52px;
	background-color: #fff;
}

.vip-container .column-vip.year div {
	background-color: #fffaeb;
}

	.vip-container .column-vip.year div span {
		color: #ca963b;
	}

.vip-container .green {
	color: #32a525;
}

.vip-container .column-vip .top-title {
	position: relative;
}

	.vip-container .column-vip .top-title .vip-discount {
		line-height: 30px;
		color: #000;
	}

		.vip-container .column-vip .top-title .vip-discount span {
			color: #ff5300;
			font-size: 30px;
			font-weight: bold;
		}

			.vip-container .column-vip .top-title .vip-discount span i {
				font-style: normal;
				font-weight: 500;
				margin-left: 2px;
			}

	/*.vip-container .column-vip .top-title .vip-discount em {
	text-decoration: line-through;
}*/



	.vip-container .column-vip .top-title .btn_pay {
		width: 100px;
		height: 32px;
		margin: 0 auto;
		color: #fff;
		border-radius: 18px;
		background: #ff7c00;
		background: -moz-linear-gradient(top, #ff7c00 26%, #ff5100 100%);
		background: -webkit-linear-gradient(top, #ff7c00 26%,#ff5100 100%);
		background: linear-gradient(to bottom, #ff7c00 26%,#ff5100 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff5100',GradientType=0 );
		font-size: 15px;
		line-height: 32px;
		transition: opacity 0.2s;
		display: block;
		color: #fff;
		font-weight: 900;
	}

.btn_payclose {
	width: 139px;
	height: 36px;
	margin: 0 auto;
	color: #fff;
	border-radius: 18px;
	background: #cbc6c0;
	background: -moz-linear-gradient(top, #cbc6c0 26%, #1f1e1e 100%);
	background: -webkit-linear-gradient(top, #cbc6c0 26%,#1f1e1e 100%);
	background: linear-gradient(to bottom, #cbc6c0 26%,#1f1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc6c0', endColorstr='#1f1e1e',GradientType=0 );
	font-size: 18px;
	line-height: 34px;
	transition: opacity 0.2s;
	display: block;
	color: #fff;
	font-weight: 900;
}

	.vip-container .column-vip .top-title .btn_pay:hover, .btn_payclose:hover {
		opacity: 0.8;
		text-decoration: none;
	}

.vip-container .column-title .lm-cont:nth-of-type(2) .lm-tit {
	height: 370px;
}

.vip-container .column-title .lm-cont:nth-of-type(3) .lm-tit {
	height: 210px;
}

.vip-container .column-title .lm-cont .lm-cnt {
	width: 160px;
}

	.vip-container .column-title .lm-cont .lm-cnt a:hover {
		text-decoration: underline;
		color: #00c7e1
	}

	.vip-container .column-title .lm-cont .lm-cnt div {
		height: 52px;
		line-height: 52px;
		border-bottom: #eaecef 1px solid;
	}

.vip-container .user-avatar-level img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-left: 8px;
	margin-top: 8px;
}

.vip-container .user-avatar-level {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}


/*工具*/
.tools_textarea {
	width: 785px;
	height: 200px;
}

.tools .row {
	margin: 20px 0;
}

.tabs {
	margin-top: 20px;
	text-align: left;
}

	.tabs a {
		color: #fff;
		margin-right: 20px;
		font-weight: bold;
		font-size: 14px;
	}

		.tabs a.active {
			border-bottom: 2px solid #fff;
		}

		.tabs a:hover {
			text-decoration: none;
		}
/*table*/
.table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.table td, .table th {
		border: 1px solid #dedede;
		color: #666;
		height: 30px;
	}

	.table thead th {
		background-color: #CCE8EB;
		width: 100px;
	}

	.table tr:nth-child(odd) {
		background: #fff;
	}

	.table tr:nth-child(even) {
		background: #F5FAFA;
	}
/*活动列表*/
.act_list {
	width: 760px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

	.act_list img {
		max-width: 360px;
	}

	.act_list a {
		font-size: 30px;
		color: #fff;
	}

		.act_list a:hover {
			text-decoration: none;
		}

	.act_list .over {
		height: 150px;
		width: 150px;
		background: url(https://www.17sucai.com/content/images/over.gif);
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.act_list .status {
		text-indent: 10px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 2;
		width: 206px;
		height: 39px;
		font-size: 22px;
		line-height: 38px;
		color: #fff;
		text-align: center;
		background: url(../image/status_bg.png) no-repeat;
	}

		.act_list .status.end {
			background: url(../image/status_bg2.png) no-repeat;
		}

.activitybg {
	height: 90px;
	width: 800px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../image/activity_bg.jpg) no-repeat;
	margin-bottom: 40px;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

a.overtip {
	color: #fff;
	font-size: 30px;
	position: fixed;
	top: 40%;
	left: 40%;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
/*兑换码*/

.exchange-box {
	padding: 65px 0 75px;
	background: #f0f4f8;
	width: 600px;
	border-radius: 2px;
	height: auto;
	margin: 50px auto;
	text-align: center;
}

	.exchange-box h2 {
		color: #000;
		font-size: 16px;
		position: relative;
	}

		.exchange-box h2:before, .exchange-box h2:after {
			content: "";
			position: absolute;
			border-bottom: 1px solid #d2d2d2;
			width: 100px;
			top: 10px;
		}

		.exchange-box h2:before {
			left: 153px;
		}

		.exchange-box h2:after {
			right: 153px;
		}

	.exchange-box .exchange-input {
		margin: 35px auto 39px;
		position: relative;
	}

		.exchange-box .exchange-input .hint {
			position: absolute;
			top: 48px;
			left: 130px;
			font-size: 16px;
		}

			.exchange-box .exchange-input .hint.error-info {
				color: #ff0000;
			}

			.exchange-box .exchange-input .hint.correct {
				color: #41f552;
			}

		.exchange-box .exchange-input input {
			width: 360px;
			height: 38px;
			line-height: 38px;
			border: 1px solid #00a2e6;
			border-radius: 30px;
			padding-left: 18px;
		}

	.exchange-box .exchange-btn {
		border: 1px solid #00c7e1;
		width: 380px;
		height: 40px;
		line-height: 40px;
		border-radius: 30px;
		margin: 0 auto 36px;
	}

		.exchange-box .exchange-btn:hover {
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-ms-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
			opacity: .7;
			filter: alpha(opacity=70);
		}

	.exchange-box .explain {
		letter-spacing: 1px;
		width: 390px;
		margin: 17px auto 0;
		color: #606060;
		text-align: left;
		line-height: 28px;
		font-size: 14px;
	}

		.exchange-box .explain b {
			color: #8b8989;
			font-size: 14px;
		}

.btn_collect:hover {
	text-decoration: none;
}


.srcdownlist:hover, .srctree:hover {
	cursor: pointer;
}

canvas {
	display: block;
	position: absolute;
	z-index: 0;
	height: 350px;
	width: 100%;
}

	canvas#c {
		height: 330px;
	}

.headerBg .info, .boot_query_fast h1 {
	position: relative;
}

canvas#d {
	height: 160px;
}

	canvas#d.svgbanner {
		height: 190px;
	}

.searchtype {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 15px;
}

	.searchtype span {
		float: left;
		line-height: 23px;
		padding: 0 9px;
		margin: 0 5px 0 0;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		white-space: nowrap;
		cursor: pointer;
		border: 1px solid #ddd;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.12);
	}
.nav_center{
	display:none;
}
/*手机端样式*/
@media (max-width:768px) {
	.imgContainer, .item-box_footer, .item-box_category, .tagList-module, .item-box_content .intro, .follow_sec a, #user_nav a:nth-child(3), #user_nav a:nth-child(2), .contribute, .sideBar-animate, #comments-section, .btnExVip {
		display: none;
	}
	.header {
		position: relative;
		z-index: 9999;
 
	}
	.header .fl ul{
		background: #fff;
        margin-top: 5px;
	}
	.header .fl,.header .fl .logo,.header .fl ul, .header .fl ul li {
		float: none;
	}
	.sys_nav {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		display:none;
	}
	.sys_nav li {
		border-bottom: 1px solid #eee;
	}
	.header .fr {
		position: absolute;
		right: 10px;
		top: 2px;
	}
	.header .sys_nav li .nav  {
		width: 99%;
		text-align: left;
	}
	.nav_center {
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 12px;
 
		cursor:pointer;
	}
	.pop_show{
		top:30%;
	}
	.item-right {
		float: none;
		width: 100%;
	}

	#share-links {
		margin-bottom: 10px;
	}

	.svg .btn_com {
		display: inline-block;
		margin-right: 5px;
	}

	.btncolors {
		float: none;
	}

	.svg .btncolors a {
		display: inline-block;
		margin-left: 10px;
		margin-top: 15px;
	}

	.comments .comments_item, .item-container.svg .item-thumb, .item-container.svg .item-thumb svg {
		width: 99%;
		margin: 0 5px;
	}

	.slidermain .brand {
		position: absolute;
		right: 0;
		top: 12px;
		width: 100%;
		height: 248px;
		border: none;
	}

	.search-wrap {
		height: 45px;
	}

		.search-wrap .search-text {
			width: 80%;
			padding-left: 15px;
			background: #fff;
			border-radius: 28px 0 0 28px;
			font-size: 14px;
			left: 5px;
			height: 35px;
			line-height: 35px;
		}

		.search-wrap .search-button {
			width: 12%;
			margin-top: 5px;
		}

	.search-sug {
		width: 80%;
		top: 43px;
		left: 20px;
	}

	.searchtype {
		margin-top: 30px;
	}

	.headerBg {
		height: 200px;
	}

	.user-info .user-avatar {
		margin-top: 100px;
	}

	.user-info .info {
		margin-top: 130px;
	}

	.slidermain, .main, .header .header_nav, .pop_container.larger,
	.item-box_imageContainer, .item-box_imageContainer img,
	div.item-bg h1, .item-thumb, .item-container .item-thumb img, .item-info, div.the-item,
	.item-bg, .item-container, .search-wrap, .user-info {
		width: 100%;
	}

	div.item-bg h1 {
		padding-top: 20px;
	}

	.pop_container, .pop_frame {
		width: 90%;
	}

	.course_tip.big {
		width: 260px;
	}

		.course_tip.big .course_tip_body a {
			width: 42%;
			line-height: 35px;
			height: 35px;
			overflow: hidden;
		}

			.course_tip.big .course_tip_body a:nth-child(2n) {
				margin-right: 0px;
			}

	.quik-box {
		position: absolute;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		bottom: 10px;
	}

	.popular-item, .banner-vip .banner-describe {
		width: 100%;
	}

	.item-search {
		width: 100%;
	}

	ol.albumitem li a img {
		width: 100%;
		height: auto;
	}

	ol.albumitem li {
		width: 48%;
	}
}

@media (min-width:769px) {
	div.item-right {
		float: right;
		width: 240px;
		margin-left: 15px;
	}

	.item-search {
		width: 240px;
	}

	.popular-item {
		width: 240px;
	}

		.popular-item:nth-child(3n+1) {
			margin-left: 0px;
		}

		.popular-item:nth-child(3n) {
			margin-right: 0px;
		}

	.quik-box {
		position: relative;
		width: 800px;
		text-align: left;
		margin: 0 auto;
		padding-left: 10px;
	}

	.course_tip.big .course_tip_body a:nth-child(3n) {
		margin-right: 0px;
	}

	.item-container .item-thumb {
		float: left;
	}

	.item-info {
		float: right;
		width: 240px;
		position: relative;
	}

	.svg .item-info {
		width: 280px;
	}

	.item-bg {
		padding: 20px;
		margin-bottom: 20px;
	}

	div.item-bg h1 {
		width: 800px;
	}

	.item-box_content {
		width: 290px;
		float: left;
	}

	.item-box_imageContainer {
		width: 300px;
		float: left;
	}

	.item-box {
		display: -ms-flexbox;
		display: flex;
	}

	div.the-item {
		float: left;
		width: 530px;
	}
	/*pc列表搜索*/
	.search-wrap {
		width: 600px;
		height: 60px;
	}

		.search-wrap .search-text, .search-wrap .search-button {
			height: 50px;
			line-height: 50px;
		}

		.search-wrap .search-text {
			width: 490px;
			padding-left: 15px;
			background: #fff;
			border-radius: 48px 0 0 48px;
			font-size: 14px;
			left: 5px;
			height: 48px;
		}

		.search-wrap .search-button {
			width: 85px;
		}

	.search-sug {
		width: 489px;
		top: 56px;
		left: 20px;
	}

	/*下载背景 start*/
	/*.item-info .buy *{
        position: relative;
         z-index: 3;
    }
    .item-info .buy:before {
    content: '';
    position: absolute;
    background: url(/content/activity/newyear/itembg.png) no-repeat center ;
    width: 200px;
    height: 228px;
    top:35px;
    left:10px;
    z-index: 2;
}*/
	/*.item-info:before {
    content: '';
    position: absolute;
    background: url(/content/activity/newyear/itembg.png) no-repeat center ;
    width: 240px;
    height: 110px;
    top:-30px;
    left:-10px;
    z-index: 0;*/

	/*国庆节背景 end*/
}



/*单选样式*/

.vip-container input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 16px;
	width: 16px;
	vertical-align: -0.8rem;
	transition: all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem 0 .4rem 0;
	outline: none;
	border-radius: 10%;
}

/* Radio */
.vip-container input[type=radio] {
	border-radius: 50%;
}

	.vip-container input[type=radio]:checked:before {
		transform: scale(1);
	}

	.vip-container input[type=radio]:before {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin: 3px;
		transform: scale(0);
		transition: all ease-out 250ms;
	}
/* Colors */
.vip-container input[type=radio] {
	border: 2px solid #666;
}

	.vip-container input[type=radio]:checked:before {
		background: #666;
	}

/*分享按钮*/

.sharebtns {
	height: 24px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px 0;
}

	.sharebtns a {
		text-decoration: none;
	}

		.sharebtns a i {
			font-size: 22px;
			opacity: 0.8;
		}

			.sharebtns a i:hover {
				opacity: 1;
			}


/*受欢迎的*/
.popular-grid {
	display: flex;
	flex-wrap: wrap;
	/*display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	justify-items: center;
	grid-gap: 3rem 2.5rem;*/
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
}

.popular-item {
	margin: 0 15px 40px 20px;
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;*/
	color: #9ca0b1;
	position: relative;
	/*width: 100%;
	height: 100%;*/
	z-index: 1;
}

	.popular-item::after {
		position: absolute;
		content: '';
		right: -1rem;
		bottom: -1rem;
		left: 1rem;
		top: 1rem;
		background: #202229;
		border-radius: 10px;
		z-index: -1;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.popular-item .popular-cover {
		width: 100%;
	}

		.popular-item .popular-cover img {
			border-radius: 5px;
			width: 100%;
		}

			.popular-item .popular-cover img:hover {
				box-shadow: 0 0 16px #ccc;
			}

	.popular-item .popular-footer {
		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;
		margin-top: 1rem;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.popular-item .authorAvatar {
		display: block;
		margin-right: 0.75rem;
		position: relative;
		z-index: 1;
	}

		.popular-item .authorAvatar > img {
			width: 26px;
			height: 26px;
			border-radius: 50%;
			margin-left: 6px;
			margin-top: 6px;
		}

	.popular-item .titleAndAuthor {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 1rem 0 0;
	}

		.popular-item .titleAndAuthor h3 {
			width: 95%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			margin: 0 0 0.25rem;
			display: block;
		}

			.popular-item .titleAndAuthor h3 a {
				color: #ffffff;
				font-size: 14px;
				font-weight: 500;
			}

				.popular-item .titleAndAuthor h3 a:hover {
					text-decoration: none;
				}

	.popular-item .author {
		color: #c0c3d0;
		font: inherit;
		line-height: 1.2;
		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;
	}

		.popular-item .author a {
			color: inherit;
			display: inline-block;
			position: relative;
			z-index: 1;
			-webkit-transition: 0.2s ease all;
			transition: 0.2s ease all;
			color: #c0c3d0;
		}

			.popular-item .author a:hover {
				text-decoration: none;
			}

		.popular-item .author span {
			border-radius: 8px;
			margin: 0 0 0 5px;
			padding: 0 5px 0 3px;
			background: #ffdd40;
		}

#changePoint:hover {
	text-decoration: none;
}

.treeview:first-child {
	max-height: 500px;
	overflow-y: scroll;
}

	.treeview:first-child::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
		-o-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
		box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
		background-color: #F5F5F5;
		border-radius: 8px;
	}

	.treeview:first-child::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}

	.treeview:first-child::-webkit-scrollbar-thumb {
		background-color: #BEBEBE;
		border-radius: 8px;
	}

.btnshang {
	display: inline-block;
}

#sltshang {
	width: 120px;
	border-radius: 30px;
	height: 30px;
	text-align: center;
}

button.btn_pay {
	border: none;
}

.vipendtime {
}
/*弹出框自适用屏幕、活动列表*/
@media (max-width:769px) {
	.pop_show {
		left: 1%;
		margin: 0;
	}

	.pop_container {
		width: 99%;
	}

	.pop_frame {
		width: 99%;
	}

	.pop_container .close {
		right: 2%;
		z-index: 99999;
	}

		.pop_container .close i {
			color: #00c7e1;
		}

	.activitybg {
		width: 100%;
		font-size: 20px;
		padding: 10px;
		height: 50px;
		line-height: 20px;
	}

	.act_list {
		width: 94%;
	}

	.vip-container {
		width: 100%;
	}

		.vip-container .column-free {
			display: none;
		}

		.vip-container .column-title, .vip-container .column-vip {
			width: 33%;
		}

			.vip-container .column-title .top-tit .top-title-r,
			.vip-container .column-title .lm-cont .lm-cnt {
				width: 100%;
				height: 66px;
			}

	.quik-box .browse-item {
		width: 30%;
		margin-bottom: 20px;
	}
}
/*充值页面冒泡*/
.bubbles_wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
	overflow: hidden;
	pointer-events: none;
}

@-webkit-keyframes animateBubble {
	0% {
		margin-top: 50%;
	}

	to {
		margin-top: -30%;
	}
}

@-moz-keyframes animateBubble {
	0% {
		margin-top: 50%;
	}

	to {
		margin-top: -30%;
	}
}

@keyframes animateBubble {
	0% {
		margin-top: 50%;
	}

	to {
		margin-top: -30%;
	}
}

@-webkit-keyframes sideWays {
	0% {
		margin-left: 0;
	}

	to {
		margin-left: 25px;
	}
}

@-moz-keyframes sideWays {
	0% {
		margin-left: 0;
	}

	to {
		margin-left: 25px;
	}
}

@keyframes sideWays {
	0% {
		margin-left: 0;
	}

	to {
		margin-left: 25px;
	}
}

.x1 {
	-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
	left: 6%;
	top: 45%;
	background: #ff5066;
}

.x2 {
	-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
	left: 5%;
	top: 80%;
	background: #fc9d44;
}

.x3 {
	-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	background: #ff5066;
}

.x4 {
	-webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	left: 20%;
	top: 0;
	background: #fc9d44;
}

.x5 {
	-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	background: #ff5066;
}

.x6 {
	-webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
	left: 50%;
	top: 0;
	background: #fc9d44;
}

.x7 {
	-webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
	left: 65%;
	top: 70%;
	background: #ff5066;
}

.x8 {
	-webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	left: 80%;
	top: 10%;
	background: #fc9d44;
}

.x9 {
	-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	left: 90%;
	top: 50%;
	background: #ff5066;
}

.x10 {
	-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
	left: 80%;
	top: 80%;
	background: #fc9d44;
}

.bubble {
	position: absolute;
	border-radius: 50%;
	box-shadow: none;
	width: 5px;
	height: 5px;
}
/*svg页面*/
#svgSize{
	width:50px;
}
.svg-grid {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.svg-grid .gridItem {
		border: 1px solid #efefef;
		border-radius: 4px;
		margin-bottom: 48px;
		background-color: #fdfdfd;
		padding: 15px 15px 0 15px;
	}

		.svg-grid .gridItem .svgUrl {
			width: 220px;
			height: 150px;
		}

		.svg-grid .gridItem svg {
			width: 220px;
			height: 150px;
			justify-content: center;
			align-items: center;
			cursor: pointer;
		}

			.svg-grid .gridItem svg:hover {
				transform: scale(1.04);
			}

	.svg-grid .gridItem__title {
		margin: 10px;
		margin-top: 0px;
		text-align: center;
		font-size: 14px;
	}

	.svg-grid .tags a {
		margin-right: 5px;
		/*display:none;*/
	}

	.svg-grid .gridItem svg:not(:root) {
		overflow: hidden;
	}

/*@media (max-width: 799px) {
	.svg-grid {
		justify-content: space-around;
	}

	.svg-grid .gridItem {
		min-width: 42%;
	}

	.svg-grid .gridItem svg {
		width: 150px;
        height:150px;
	}
}*/

@media (min-width: 800px) {
	.svg-grid {
		justify-content: space-between;
	}

		.svg-grid .gridItem {
			position: relative;
			min-width: 22%;
		}
			/*.svg-grid .gridItem svg {
            width: 214px;
            height: 150px;
        }*/
			.svg-grid .gridItem svg {
				transition: .3s;
			}
}


.boot_query_fast.bannerSvg {
	background: url(https://www.17sucai.com/Content/images/banner-bg4.jpg) center no-repeat;
	background-size: contain;
	height: 300px;
}

.svg-header {
	margin: 10px 0;
}

.quik-box .browse-item {
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	padding: 5px;
	color: #171d1c;
	box-shadow: -2.034px 6.84px 10px 0 rgba(55,34,154,0.3);
	font-weight: 500;
	background: #fff url(../image/quik-box.png);
	background-repeat: repeat-x;
}

	.quik-box .browse-item:nth-child(1) {
		background-position: 2px 3px;
	}

	.quik-box .browse-item:nth-child(2) {
		background-position: -31px 3px;
	}

	.quik-box .browse-item:nth-child(3) {
		background-position: -61px 4px;
	}

	.quik-box .browse-item:nth-child(4) {
		background-position: -91px 3px;
	}

	.quik-box .browse-item:nth-child(5) {
		background-position: -125px 3px;
	}

	.quik-box .browse-item:nth-child(6) {
		background-position: -168px 3px;
	}

	.quik-box .browse-item:last-child {
		margin-right: 0;
	}

	.quik-box .browse-item img {
		height: 20px;
	}

	.quik-box .browse-item:hover {
		text-decoration: none;
	}
/*关于我们*/

.header-page-bg {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../image/hero-1.jpg);
}

	.header-page-bg.bg2 {
		background-image: url(../image/hero-2.jpg);
	}

	.header-page-bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(36,22,99,.8);
		background-image: radial-gradient(circle,rgba(36,22,99,0.3) 0%,rgba(36,22,99,0.3) 100%);
		z-index: 1;
	}

	.header-page-bg .bottom-frame {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 111;
	}

.bottom-frame {
	position: relative;
}

	.bottom-frame:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 115px;
		bottom: -1px;
		left: 0;
		background-image: url(../image/bottom-frame.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100% 100%;
	}

.header-page-line-item {
	position: absolute;
	bottom: 0;
	width: 1px;
	background-color: rgba(255,255,255,.3);
	z-index: 1111;
}

	.header-page-line-item:before {
		content: "";
		position: absolute;
		top: 0;
		left: -2px;
		width: 5px;
		height: 5px;
		background-color: #fff;
		border-radius: 50%;
		-webkit-animation: header-dot-ride linear 1s infinite;
		animation: header-dot-ride linear 1s infinite;
	}

	.header-page-line-item:nth-child(1) {
		height: 80%;
		left: 4%;
	}

	.header-page-line-item:nth-child(8) {
		height: 80%;
		right: 4%;
	}

	.header-page-line-item:nth-child(2) {
		height: 55%;
		left: 15%;
	}

	.header-page-line-item:nth-child(7) {
		height: 55%;
		right: 15%;
	}

	.header-page-line-item:nth-child(3) {
		height: 40%;
		left: 28%;
	}

	.header-page-line-item:nth-child(6) {
		height: 40%;
		right: 28%;
	}

	.header-page-line-item:nth-child(4) {
		height: 30%;
		left: 41%;
	}

	.header-page-line-item:nth-child(5) {
		height: 30%;
		right: 41%;
	}

@-webkit-keyframes header-dot-ride {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: .8;
	}

	100% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@keyframes header-dot-ride {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: .8;
	}

	100% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

.header-page-bg-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 140px;
	padding-bottom: 190px;
}

.header-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	z-index: 11;
}

	.header-content small {
		font-size: 16px;
		font-weight: 500;
		color: #d365f1;
		margin-bottom: 15px;
		display: inline-block;
	}

	.header-content h1 {
		font-size: 50px;
		font-weight: 600;
		margin-bottom: 18px;
		color: #160f30;
		margin-top: -100px;
	}

		.header-content h1.pay {
			font-size: 20px;
		}

	.header-content .second {
		padding-left: 100px;
		font-size: 15px;
	}

	.header-content p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.header-content.header-content-white small {
		color: #fff;
	}

	.header-content.header-content-white h1 {
		color: #fff;
	}

	.header-content.header-content-white p {
		color: #fff;
	}

.section-about {
	font-size: 18px;
	padding: 50px 0;
}

.counter-section {
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,rgba(22,15,48,0.9) 100%,rgba(36,22,99,0.11) 0%,rgba(36,22,99,0.11) 0%,rgba(22,15,48,0.9) 100%), url(../image/bg-2.jpg);
}

.counter-container {
	display: flex;
	width: 800px;
	margin: 0 auto;
}

.counter-item {
	width: 100%;
	height: 215px;
	background-image: url(../image/counter-frame.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: center;
}

	.counter-item.counter-item-white h3 {
		color: #fff;
	}

	.counter-item h3 {
		font-size: 30px;
		font-weight: 500;
		color: #160f30;
		margin-bottom: 10px;
	}

	.counter-item.counter-item-white h4 {
		color: #fff;
	}

	.counter-item h4 {
		font-size: 17px;
		margin-bottom: 0;
		width: 100%;
	}

.consulting-section {
	/*background: #1045db;
    background: -webkit-linear-gradient(135deg,#1045db 0,#15095e 60%,#15095e 99%);
    background: -o-linear-gradient(135deg,#1045db 0,#15095e 60%,#15095e 99%);
    background: linear-gradient(-45deg,#1045db 0,#15095e 60%,#15095e 99%);*/
	background-color: #f6f7ff;
	padding: 120px 0;
	position: relative;
	text-align: center;
}

	.consulting-section h2 {
		margin-bottom: 20px;
		/*color: #fff;*/
		font-size: 32px;
		display: block;
	}

	.consulting-section p {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
		/*color: #ddd;*/
	}

.default-btn.btn-pink {
	background-color: #f42267;
	-webkit-box-shadow: 0 15px 25px 0 rgba(244,34,103,0.5);
	box-shadow: 0 15px 25px 0 rgba(244,34,103,0.5);
}

.default-btn {
	background-color: #00c99c;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	line-height: 50px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: .5px;
	padding: 0 40px;
	-webkit-box-shadow: 0 3px 10px rgba(0,201,156,0.5);
	box-shadow: 0 3px 10px rgba(0,201,156,0.5);
	border-radius: 25px;
}

.btn_preview.text-grey {
	color: rgba(0,0,0,0.12);
}

.btn_grey {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}


/*圆角样式*/
.item-box {
	margin: 30px 0;
	padding: 20px;
	border-radius: 20px 0px 20px 20px;
}

.cover, .item-container .item-thumb img, .item-container .item-thumb > a:hover:after, .well, .pop_frame, div.item-container .buy, #share-links, .comments #cmtContent, .svg-grid .gridItem, .popular-item .popular-cover img, div.the-item .gray-container img, #txtfeed, .item-container.svg .item-thumb, .icon-grid .gridItem {
	border-radius: 20px 0px 20px 20px;
	-webkit-border-radius: 20px 0px 20px 20px;
	-moz-border-radius: 20px 0px 20px 20px;
}

div.the-item .gray-container {
	padding: 15px;
}

#share-links {
	padding: 10px 15px 12px 15px;
}

	#share-links:after {
		margin-left: 2px;
	}

.tagList-module a {
	margin-left: 5px;
}

.listalbum {
	margin-top: 20px;
}

.pop_container .close {
	top: 10px;
}

.pop_frame .with-line {
	margin: 20px 10px 30px 10px
}

div.the-item .gray-container img {
	margin-top: 10px;
}

.album_list {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

	.album_list .cover {
		width: 385px;
		float: left;
		margin-right: 30px;
	}

		.album_list .cover:nth-child(2n) {
			margin-right: 0px;
		}

@media (max-width: 769px) {
	.album_list .cover {
		width: 100%;
	}
}

.album_list .item-box {
	overflow: inherit;
}

	.album_list .item-box img {
		width: 100%;
	}

	.album_list .item-box h3 {
		width: 100%;
	}

.album_list .cover .item-box {
	padding: 10px;
	margin: 30px 0px 10px 0px;
}

.item-bg.album {
	text-align: center;
	padding-bottom: 150px;
}

	.item-bg.album h1 {
		font-size: 20px;
		text-shadow: 1px 1px 3px #535252;
	}

	.item-bg.album .item-container {
		margin-bottom: 20px;
	}

		.item-bg.album .item-container p {
			color: #fff;
			margin-bottom: 10px;
			text-shadow: 1px 1px 3px #535252;
		}

		.item-bg.album .item-container img {
			width: 650px;
		}

.album-detail {
	margin-bottom: 30px;
	width: 630px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: -150px;
}

	.album-detail .cont {
		padding: 30px;
		line-height: 30px;
	}

		.album-detail .cont img {
			width: 100%;
			border-radius: 20px 0 20px 20px;
			-webkit-border-radius: 20px 0 20px 20px;
			-moz-border-radius: 20px 0 20px 20px;
		}

		.album-detail .cont .single {
			margin-bottom: 15px;
			border-bottom: 1px solid #dedede;
		}

			.album-detail .cont .single a {
				color: blue
			}

			.album-detail .cont .single strong a {
				font-size: 16px;
				color: #000
			}

.btn_album {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: linear-gradient(top, #fbfbfb, #e1e1e1);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border: 1px solid #d4d4d4;
	height: 32px;
	line-height: 32px;
	padding: 0px 15.6px;
	font-weight: 300;
	font-size: 14px;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #666666;
	text-shadow: 0 1px 1px white;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	margin-right: 20px;
}

	.btn_album:hover {
		text-decoration: none;
	}

.timeago {
	color: #787878;
	font-size: 13px;
}

.chatuser.image_border {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.btncolors {
	float: left;
}

	.btncolors a {
		height: 22px;
		width: 22px;
		display: block;
		border-radius: 50%;
		margin-bottom: 8px;
		margin-left: 22px;
	}

.svg .buy {
	float: right;
}
/*小图标模块*/
.icon-grid {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

	.icon-grid .gridItem {
		position: relative;
		width: 70px;
		height: 70px;
		border: 1px solid #efefef;
		background-color: #fdfdfd;
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 10px;
		text-align: center;
	}

		.icon-grid .gridItem:hover {
			text-decoration: none;
		}

	.icon-grid .gridItem__title {
		font-size: 13px;
		margin-top: 10px;
		width: 80px;
		overflow: hidden;
		height: 20px;
		text-overflow: ellipsis;
	}

	.icon-grid .gridItem svg {
		width: 36px;
		height: 36px;
	}

#svgrange {
	position: absolute;
	top: 20px;
	right: 20px;
}

.jscolor {
	border: none;
	height: 60px;
	width: 60px;
	border-radius: 80px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.svgbanner #nColor {
	position: relative;
	margin-top: 10px;
}

#nColor {
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
}

.tipsVip {
	padding: 10px 0px;
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin-bottom: 10px;
}
.tagsall{
	margin-top:30px;
}
.tagsall a {
	background-color: #eee;
	color: #857a6b;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
@font-face {
    font-family: "icon"; /* Project id 475896 */
    src: url('../font/iconfont.eot'); /* IE9 */
    src: url('../font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
}
 

.icon {
    font-family: "icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-vips:before {
    content: "\e662";
}

.icon-jiaoyu:before {
    content: "\e643";
}

.icon-yingxiao:before {
    content: "\e647";
}

.icon-xiaotubiao:before {
    content: "\e667";
}

.icon-chatu:before {
    content: "\e61e";
}

.icon-fuzhi:before {
    content: "\e612";
}

.icon-tuichu:before {
    content: "\e682";
}

.icon-zhuye:before {
    content: "\e670";
}

.icon-shezhi:before {
    content: "\e795";
}

.icon-xiazaibi:before {
    content: "\e671";
}

.icon-nav_dashuju:before {
    content: "\e635";
}

.icon-upload:before {
    content: "\e610";
}

.icon-zan:before {
    content: "\e603";
}

.icon-zhuanhuan:before {
    content: "\e64a";
}

.icon-jiankang:before {
    content: "\e618";
}

.icon-nav_alert:before {
    content: "\e601";
}

.icon-nav_qita:before {
    content: "\e66a";
}

.icon-nav_caidan:before {
    content: "\e64f";
}

.icon-nav_jsgame:before {
    content: "\e617";
}

.icon-nav_css3:before {
    content: "\e8ee";
}

.icon-nav_canvas:before {
    content: "\e848";
}

.icon-nav_loading:before {
    content: "\e71e";
}

.icon-nav_time:before {
    content: "\e6b1";
}

.icon-nav_img:before {
    content: "\e656";
}

.icon-nav_select:before {
    content: "\e60d";
}

.icon-nav_sllider:before {
    content: "\e781";
}

.icon-nav_charts:before {
    content: "\eb96";
}

.icon-nav_form:before {
    content: "\e608";
}

.icon-nav_buju:before {
    content: "\e62a";
}

.icon-nav_daima:before {
    content: "\e70b";
}

.icon-nav_vue:before {
    content: "\e849";
}

.icon-nav_svg:before {
    content: "\e61a";
}

.icon-nav_qiye:before {
    content: "\e639";
}

.icon-nav_shangcheng:before {
    content: "\e63f";
}

.icon-nav_houtai:before {
    content: "\e6cf";
}

.icon-nav_canyin:before {
    content: "\e644";
}

.icon-nav_404:before {
    content: "\e76a";
}

.icon-nav_hunli:before {
    content: "\e77a";
}

.icon-nav_chuangyi:before {
    content: "\e62c";
}

.icon-nav_shouji:before {
    content: "\e681";
}

.icon-nav_geren:before {
    content: "\e61c";
}

.icon-nav_cishan:before {
    content: "\e626";
}

.icon-shangchuan:before {
    content: "\e651";
}

.icon-daxiao:before {
    content: "\e607";
}

.icon-qiabao1:before {
    content: "\e61f";
}

.icon-mulu:before {
    content: "\e611";
}

.icon-downuser:before {
    content: "\e71d";
}

.icon-huaban:before {
    content: "\e62b";
    color: #ee4f5c;
}

.icon-baidu:before {
    content: "\e600";
    color: #2319dc;
}

.icon-shijian:before {
    content: "\e60f";
}

.icon-jiahao:before {
    content: "\eaf3";
}

.icon-liwu:before {
    content: "\e658";
}

.icon-msnui-more-copy:before {
    content: "\e7ba";
}

.icon-zhengque:before {
    content: "\e633";
    color: #9ad000;
}

.icon-sousuo:before {
    content: "\e653";
}

.icon-fuzhiyemian:before {
    content: "\e772";
}

.icon-daima:before {
    content: "\e604";
}

.icon-saoyisao:before {
    content: "\e615";
}

.icon-fankui2:before {
    content: "\e62e";
}

.icon-xiangshang:before {
    content: "\e624";
}

.icon-home:before {
    content: "\e602";
}

.icon-xiangzuojiantou:before {
    content: "\e642";
}

.icon-xiangyoujiantou:before {
    content: "\e641";
}

.icon-QQ:before {
    content: "\e657";
    color: #2a9cd5;
}

.icon-xiaoxi:before {
    content: "\e668";
}

.icon-fankui:before {
    content: "\e7b9";
}

.icon-biaoqian:before {
    content: "\e60e";
}

.icon-cuowu:before {
    content: "\e687";
}

.icon-shoucang:before {
    content: "\e627";
}

.icon-user:before {
    content: "\e66b";
}

.icon-fenxiang:before {
    content: "\e619";
}

.icon-rl:before {
    content: "\e62f";
}

.icon-shengyin:before {
    content: "\e659";
}

.icon-download:before {
    content: "\e629";
}

.icon-iconliulan:before {
    content: "\e621";
}

.icon-guanzhu:before {
    content: "\e637";
}

.icon-shuaxin:before {
    content: "\e616";
}

.icon-weizhi:before {
    content: "\e6b0";
}

.icon-icon-gouwuche:before {
    content: "\e61b";
}

.icon-tuichuicon:before {
    content: "\e605";
}

.icon-icon-remind:before {
    content: "\e78c";
}

.icon-icon-set:before {
    content: "\e78f";
}

.icon-vip:before {
    content: "\e609";
}

.icon-wenjianbao:before {
    content: "\e613";
}

.icon-sina_icon:before {
    content: "\e606";
}






/*�ض���*/
.icon {
    font-size: 18px;
    margin-left: 2px;
    margin-right: 2px;
}
.icon-biaoqian {
    margin-right:0px;
}

.icon-alipay:before {
    color: #1296db;
}

.icon-sina_icon:before {
    color: #ef5350;
}

.icon.sm {
    font-size: 14px;
}

.icon.white {
    color: #ffffff;
}

.icon.big_48 {
    font-size: 48px;
}
.icon.big_38 {
    font-size: 38px;
}

.icon.big_32 {
    font-size: 32px;
}

.icon.big_24 {
    font-size: 24px;
}
.icon.big_18 {
    font-size: 18px;
}
.icon.big_16{
    font-size: 16px;
}
.icon.big_14 {
    font-size: 14px;
}
.course_tip_body .icon{
    font-size:18px;
    color:#707070;
    
}
 
p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}
 
code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}[hidden] {
	display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1,h1 {
	font-size: 2.5rem
}

.h2,h2 {
	font-size: 2rem
}

.h3,h3 {
	font-size: 1.75rem
}

.h4,h4 {
	font-size: 1.5rem
}

.h5,h5 {
	font-size: 1.25rem
}

.h6,h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
	font-size: 80%;
	font-weight: 400
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code,kbd,pre,samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td,.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm td,.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
	background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
	background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255,255,255,.075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px)
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px)
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40,167,69,.8);
	border-radius: .2rem
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
	border-color: #28a745
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220,53,69,.8);
	border-radius: .2rem
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
	border-color: #dc3545
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
	text-decoration: none
}

.btn.focus,.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

a.btn.disabled,fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link.focus,.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
 
.btn-group,.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
	z-index: 1
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.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-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after {
	margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
	width: 100%
}

.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-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	margin-bottom: 0
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}

	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}

	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}

	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}

	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}

	.card-group>.card:only-child {
		border-radius: .25rem
	}

	.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}

	.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem
	}

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:focus,.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease
}

.progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:focus,.list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
	display: block
}

.carousel-item-next,.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.active.carousel-item-right,.carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right,.carousel-item-next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.active.carousel-item-left,.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left,.carousel-item-prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.carousel-control-next,.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	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
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
	background-color: #545b62!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}

	.d-sm-inline {
		display: inline!important
	}

	.d-sm-inline-block {
		display: inline-block!important
	}

	.d-sm-block {
		display: block!important
	}

	.d-sm-table {
		display: table!important
	}

	.d-sm-table-row {
		display: table-row!important
	}

	.d-sm-table-cell {
		display: table-cell!important
	}

	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}

	.d-md-inline {
		display: inline!important
	}

	.d-md-inline-block {
		display: inline-block!important
	}

	.d-md-block {
		display: block!important
	}

	.d-md-table {
		display: table!important
	}

	.d-md-table-row {
		display: table-row!important
	}

	.d-md-table-cell {
		display: table-cell!important
	}

	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}

	.d-lg-inline {
		display: inline!important
	}

	.d-lg-inline-block {
		display: inline-block!important
	}

	.d-lg-block {
		display: block!important
	}

	.d-lg-table {
		display: table!important
	}

	.d-lg-table-row {
		display: table-row!important
	}

	.d-lg-table-cell {
		display: table-cell!important
	}

	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}

	.d-xl-inline {
		display: inline!important
	}

	.d-xl-inline-block {
		display: inline-block!important
	}

	.d-xl-block {
		display: block!important
	}

	.d-xl-table {
		display: table!important
	}

	.d-xl-table-row {
		display: table-row!important
	}

	.d-xl-table-cell {
		display: table-cell!important
	}

	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}

	.d-print-inline {
		display: inline!important
	}

	.d-print-inline-block {
		display: inline-block!important
	}

	.d-print-block {
		display: block!important
	}

	.d-print-table {
		display: table!important
	}

	.d-print-table-row {
		display: table-row!important
	}

	.d-print-table-cell {
		display: table-cell!important
	}

	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.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-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}

	.float-sm-right {
		float: right!important
	}

	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}

	.float-md-right {
		float: right!important
	}

	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}

	.float-lg-right {
		float: right!important
	}

	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}

	.float-xl-right {
		float: right!important
	}

	.float-xl-none {
		float: none!important
	}
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0!important
}

.mt-0,.my-0 {
	margin-top: 0!important
}

.mr-0,.mx-0 {
	margin-right: 0!important
}

.mb-0,.my-0 {
	margin-bottom: 0!important
}

.ml-0,.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,.my-1 {
	margin-top: .25rem!important
}

.mr-1,.mx-1 {
	margin-right: .25rem!important
}

.mb-1,.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,.my-2 {
	margin-top: .5rem!important
}

.mr-2,.mx-2 {
	margin-right: .5rem!important
}

.mb-2,.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,.my-3 {
	margin-top: 1rem!important
}

.mr-3,.mx-3 {
	margin-right: 1rem!important
}

.mb-3,.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,.my-5 {
	margin-top: 3rem!important
}

.mr-5,.mx-5 {
	margin-right: 3rem!important
}

.mb-5,.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,.py-0 {
	padding-top: 0!important
}

.pr-0,.px-0 {
	padding-right: 0!important
}

.pb-0,.py-0 {
	padding-bottom: 0!important
}

.pl-0,.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,.py-1 {
	padding-top: .25rem!important
}

.pr-1,.px-1 {
	padding-right: .25rem!important
}

.pb-1,.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,.py-2 {
	padding-top: .5rem!important
}

.pr-2,.px-2 {
	padding-right: .5rem!important
}

.pb-2,.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,.py-3 {
	padding-top: 1rem!important
}

.pr-3,.px-3 {
	padding-right: 1rem!important
}

.pb-3,.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,.py-5 {
	padding-top: 3rem!important
}

.pr-5,.px-5 {
	padding-right: 3rem!important
}

.pb-5,.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,.px-5 {
	padding-left: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,.my-auto {
	margin-top: auto!important
}

.mr-auto,.mx-auto {
	margin-right: auto!important
}

.mb-auto,.my-auto {
	margin-bottom: auto!important
}

.ml-auto,.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}

	.mt-sm-0,.my-sm-0 {
		margin-top: 0!important
	}

	.mr-sm-0,.mx-sm-0 {
		margin-right: 0!important
	}

	.mb-sm-0,.my-sm-0 {
		margin-bottom: 0!important
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0!important
	}

	.m-sm-1 {
		margin: .25rem!important
	}

	.mt-sm-1,.my-sm-1 {
		margin-top: .25rem!important
	}

	.mr-sm-1,.mx-sm-1 {
		margin-right: .25rem!important
	}

	.mb-sm-1,.my-sm-1 {
		margin-bottom: .25rem!important
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: .25rem!important
	}

	.m-sm-2 {
		margin: .5rem!important
	}

	.mt-sm-2,.my-sm-2 {
		margin-top: .5rem!important
	}

	.mr-sm-2,.mx-sm-2 {
		margin-right: .5rem!important
	}

	.mb-sm-2,.my-sm-2 {
		margin-bottom: .5rem!important
	}

	.ml-sm-2,.mx-sm-2 {
		margin-left: .5rem!important
	}

	.m-sm-3 {
		margin: 1rem!important
	}

	.mt-sm-3,.my-sm-3 {
		margin-top: 1rem!important
	}

	.mr-sm-3,.mx-sm-3 {
		margin-right: 1rem!important
	}

	.mb-sm-3,.my-sm-3 {
		margin-bottom: 1rem!important
	}

	.ml-sm-3,.mx-sm-3 {
		margin-left: 1rem!important
	}

	.m-sm-4 {
		margin: 1.5rem!important
	}

	.mt-sm-4,.my-sm-4 {
		margin-top: 1.5rem!important
	}

	.mr-sm-4,.mx-sm-4 {
		margin-right: 1.5rem!important
	}

	.mb-sm-4,.my-sm-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-sm-4,.mx-sm-4 {
		margin-left: 1.5rem!important
	}

	.m-sm-5 {
		margin: 3rem!important
	}

	.mt-sm-5,.my-sm-5 {
		margin-top: 3rem!important
	}

	.mr-sm-5,.mx-sm-5 {
		margin-right: 3rem!important
	}

	.mb-sm-5,.my-sm-5 {
		margin-bottom: 3rem!important
	}

	.ml-sm-5,.mx-sm-5 {
		margin-left: 3rem!important
	}

	.p-sm-0 {
		padding: 0!important
	}

	.pt-sm-0,.py-sm-0 {
		padding-top: 0!important
	}

	.pr-sm-0,.px-sm-0 {
		padding-right: 0!important
	}

	.pb-sm-0,.py-sm-0 {
		padding-bottom: 0!important
	}

	.pl-sm-0,.px-sm-0 {
		padding-left: 0!important
	}

	.p-sm-1 {
		padding: .25rem!important
	}

	.pt-sm-1,.py-sm-1 {
		padding-top: .25rem!important
	}

	.pr-sm-1,.px-sm-1 {
		padding-right: .25rem!important
	}

	.pb-sm-1,.py-sm-1 {
		padding-bottom: .25rem!important
	}

	.pl-sm-1,.px-sm-1 {
		padding-left: .25rem!important
	}

	.p-sm-2 {
		padding: .5rem!important
	}

	.pt-sm-2,.py-sm-2 {
		padding-top: .5rem!important
	}

	.pr-sm-2,.px-sm-2 {
		padding-right: .5rem!important
	}

	.pb-sm-2,.py-sm-2 {
		padding-bottom: .5rem!important
	}

	.pl-sm-2,.px-sm-2 {
		padding-left: .5rem!important
	}

	.p-sm-3 {
		padding: 1rem!important
	}

	.pt-sm-3,.py-sm-3 {
		padding-top: 1rem!important
	}

	.pr-sm-3,.px-sm-3 {
		padding-right: 1rem!important
	}

	.pb-sm-3,.py-sm-3 {
		padding-bottom: 1rem!important
	}

	.pl-sm-3,.px-sm-3 {
		padding-left: 1rem!important
	}

	.p-sm-4 {
		padding: 1.5rem!important
	}

	.pt-sm-4,.py-sm-4 {
		padding-top: 1.5rem!important
	}

	.pr-sm-4,.px-sm-4 {
		padding-right: 1.5rem!important
	}

	.pb-sm-4,.py-sm-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-sm-4,.px-sm-4 {
		padding-left: 1.5rem!important
	}

	.p-sm-5 {
		padding: 3rem!important
	}

	.pt-sm-5,.py-sm-5 {
		padding-top: 3rem!important
	}

	.pr-sm-5,.px-sm-5 {
		padding-right: 3rem!important
	}

	.pb-sm-5,.py-sm-5 {
		padding-bottom: 3rem!important
	}

	.pl-sm-5,.px-sm-5 {
		padding-left: 3rem!important
	}

	.m-sm-auto {
		margin: auto!important
	}

	.mt-sm-auto,.my-sm-auto {
		margin-top: auto!important
	}

	.mr-sm-auto,.mx-sm-auto {
		margin-right: auto!important
	}

	.mb-sm-auto,.my-sm-auto {
		margin-bottom: auto!important
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}

	.mt-md-0,.my-md-0 {
		margin-top: 0!important
	}

	.mr-md-0,.mx-md-0 {
		margin-right: 0!important
	}

	.mb-md-0,.my-md-0 {
		margin-bottom: 0!important
	}

	.ml-md-0,.mx-md-0 {
		margin-left: 0!important
	}

	.m-md-1 {
		margin: .25rem!important
	}

	.mt-md-1,.my-md-1 {
		margin-top: .25rem!important
	}

	.mr-md-1,.mx-md-1 {
		margin-right: .25rem!important
	}

	.mb-md-1,.my-md-1 {
		margin-bottom: .25rem!important
	}

	.ml-md-1,.mx-md-1 {
		margin-left: .25rem!important
	}

	.m-md-2 {
		margin: .5rem!important
	}

	.mt-md-2,.my-md-2 {
		margin-top: .5rem!important
	}

	.mr-md-2,.mx-md-2 {
		margin-right: .5rem!important
	}

	.mb-md-2,.my-md-2 {
		margin-bottom: .5rem!important
	}

	.ml-md-2,.mx-md-2 {
		margin-left: .5rem!important
	}

	.m-md-3 {
		margin: 1rem!important
	}

	.mt-md-3,.my-md-3 {
		margin-top: 1rem!important
	}

	.mr-md-3,.mx-md-3 {
		margin-right: 1rem!important
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem!important
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem!important
	}

	.m-md-4 {
		margin: 1.5rem!important
	}

	.mt-md-4,.my-md-4 {
		margin-top: 1.5rem!important
	}

	.mr-md-4,.mx-md-4 {
		margin-right: 1.5rem!important
	}

	.mb-md-4,.my-md-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-md-4,.mx-md-4 {
		margin-left: 1.5rem!important
	}

	.m-md-5 {
		margin: 3rem!important
	}

	.mt-md-5,.my-md-5 {
		margin-top: 3rem!important
	}

	.mr-md-5,.mx-md-5 {
		margin-right: 3rem!important
	}

	.mb-md-5,.my-md-5 {
		margin-bottom: 3rem!important
	}

	.ml-md-5,.mx-md-5 {
		margin-left: 3rem!important
	}

	.p-md-0 {
		padding: 0!important
	}

	.pt-md-0,.py-md-0 {
		padding-top: 0!important
	}

	.pr-md-0,.px-md-0 {
		padding-right: 0!important
	}

	.pb-md-0,.py-md-0 {
		padding-bottom: 0!important
	}

	.pl-md-0,.px-md-0 {
		padding-left: 0!important
	}

	.p-md-1 {
		padding: .25rem!important
	}

	.pt-md-1,.py-md-1 {
		padding-top: .25rem!important
	}

	.pr-md-1,.px-md-1 {
		padding-right: .25rem!important
	}

	.pb-md-1,.py-md-1 {
		padding-bottom: .25rem!important
	}

	.pl-md-1,.px-md-1 {
		padding-left: .25rem!important
	}

	.p-md-2 {
		padding: .5rem!important
	}

	.pt-md-2,.py-md-2 {
		padding-top: .5rem!important
	}

	.pr-md-2,.px-md-2 {
		padding-right: .5rem!important
	}

	.pb-md-2,.py-md-2 {
		padding-bottom: .5rem!important
	}

	.pl-md-2,.px-md-2 {
		padding-left: .5rem!important
	}

	.p-md-3 {
		padding: 1rem!important
	}

	.pt-md-3,.py-md-3 {
		padding-top: 1rem!important
	}

	.pr-md-3,.px-md-3 {
		padding-right: 1rem!important
	}

	.pb-md-3,.py-md-3 {
		padding-bottom: 1rem!important
	}

	.pl-md-3,.px-md-3 {
		padding-left: 1rem!important
	}

	.p-md-4 {
		padding: 1.5rem!important
	}

	.pt-md-4,.py-md-4 {
		padding-top: 1.5rem!important
	}

	.pr-md-4,.px-md-4 {
		padding-right: 1.5rem!important
	}

	.pb-md-4,.py-md-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-md-4,.px-md-4 {
		padding-left: 1.5rem!important
	}

	.p-md-5 {
		padding: 3rem!important
	}

	.pt-md-5,.py-md-5 {
		padding-top: 3rem!important
	}

	.pr-md-5,.px-md-5 {
		padding-right: 3rem!important
	}

	.pb-md-5,.py-md-5 {
		padding-bottom: 3rem!important
	}

	.pl-md-5,.px-md-5 {
		padding-left: 3rem!important
	}

	.m-md-auto {
		margin: auto!important
	}

	.mt-md-auto,.my-md-auto {
		margin-top: auto!important
	}

	.mr-md-auto,.mx-md-auto {
		margin-right: auto!important
	}

	.mb-md-auto,.my-md-auto {
		margin-bottom: auto!important
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}

	.mt-lg-0,.my-lg-0 {
		margin-top: 0!important
	}

	.mr-lg-0,.mx-lg-0 {
		margin-right: 0!important
	}

	.mb-lg-0,.my-lg-0 {
		margin-bottom: 0!important
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0!important
	}

	.m-lg-1 {
		margin: .25rem!important
	}

	.mt-lg-1,.my-lg-1 {
		margin-top: .25rem!important
	}

	.mr-lg-1,.mx-lg-1 {
		margin-right: .25rem!important
	}

	.mb-lg-1,.my-lg-1 {
		margin-bottom: .25rem!important
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: .25rem!important
	}

	.m-lg-2 {
		margin: .5rem!important
	}

	.mt-lg-2,.my-lg-2 {
		margin-top: .5rem!important
	}

	.mr-lg-2,.mx-lg-2 {
		margin-right: .5rem!important
	}

	.mb-lg-2,.my-lg-2 {
		margin-bottom: .5rem!important
	}

	.ml-lg-2,.mx-lg-2 {
		margin-left: .5rem!important
	}

	.m-lg-3 {
		margin: 1rem!important
	}

	.mt-lg-3,.my-lg-3 {
		margin-top: 1rem!important
	}

	.mr-lg-3,.mx-lg-3 {
		margin-right: 1rem!important
	}

	.mb-lg-3,.my-lg-3 {
		margin-bottom: 1rem!important
	}

	.ml-lg-3,.mx-lg-3 {
		margin-left: 1rem!important
	}

	.m-lg-4 {
		margin: 1.5rem!important
	}

	.mt-lg-4,.my-lg-4 {
		margin-top: 1.5rem!important
	}

	.mr-lg-4,.mx-lg-4 {
		margin-right: 1.5rem!important
	}

	.mb-lg-4,.my-lg-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-lg-4,.mx-lg-4 {
		margin-left: 1.5rem!important
	}

	.m-lg-5 {
		margin: 3rem!important
	}

	.mt-lg-5,.my-lg-5 {
		margin-top: 3rem!important
	}

	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem!important
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem!important
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem!important
	}

	.p-lg-0 {
		padding: 0!important
	}

	.pt-lg-0,.py-lg-0 {
		padding-top: 0!important
	}

	.pr-lg-0,.px-lg-0 {
		padding-right: 0!important
	}

	.pb-lg-0,.py-lg-0 {
		padding-bottom: 0!important
	}

	.pl-lg-0,.px-lg-0 {
		padding-left: 0!important
	}

	.p-lg-1 {
		padding: .25rem!important
	}

	.pt-lg-1,.py-lg-1 {
		padding-top: .25rem!important
	}

	.pr-lg-1,.px-lg-1 {
		padding-right: .25rem!important
	}

	.pb-lg-1,.py-lg-1 {
		padding-bottom: .25rem!important
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: .25rem!important
	}

	.p-lg-2 {
		padding: .5rem!important
	}

	.pt-lg-2,.py-lg-2 {
		padding-top: .5rem!important
	}

	.pr-lg-2,.px-lg-2 {
		padding-right: .5rem!important
	}

	.pb-lg-2,.py-lg-2 {
		padding-bottom: .5rem!important
	}

	.pl-lg-2,.px-lg-2 {
		padding-left: .5rem!important
	}

	.p-lg-3 {
		padding: 1rem!important
	}

	.pt-lg-3,.py-lg-3 {
		padding-top: 1rem!important
	}

	.pr-lg-3,.px-lg-3 {
		padding-right: 1rem!important
	}

	.pb-lg-3,.py-lg-3 {
		padding-bottom: 1rem!important
	}

	.pl-lg-3,.px-lg-3 {
		padding-left: 1rem!important
	}

	.p-lg-4 {
		padding: 1.5rem!important
	}

	.pt-lg-4,.py-lg-4 {
		padding-top: 1.5rem!important
	}

	.pr-lg-4,.px-lg-4 {
		padding-right: 1.5rem!important
	}

	.pb-lg-4,.py-lg-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-lg-4,.px-lg-4 {
		padding-left: 1.5rem!important
	}

	.p-lg-5 {
		padding: 3rem!important
	}

	.pt-lg-5,.py-lg-5 {
		padding-top: 3rem!important
	}

	.pr-lg-5,.px-lg-5 {
		padding-right: 3rem!important
	}

	.pb-lg-5,.py-lg-5 {
		padding-bottom: 3rem!important
	}

	.pl-lg-5,.px-lg-5 {
		padding-left: 3rem!important
	}

	.m-lg-auto {
		margin: auto!important
	}

	.mt-lg-auto,.my-lg-auto {
		margin-top: auto!important
	}

	.mr-lg-auto,.mx-lg-auto {
		margin-right: auto!important
	}

	.mb-lg-auto,.my-lg-auto {
		margin-bottom: auto!important
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}

	.mt-xl-0,.my-xl-0 {
		margin-top: 0!important
	}

	.mr-xl-0,.mx-xl-0 {
		margin-right: 0!important
	}

	.mb-xl-0,.my-xl-0 {
		margin-bottom: 0!important
	}

	.ml-xl-0,.mx-xl-0 {
		margin-left: 0!important
	}

	.m-xl-1 {
		margin: .25rem!important
	}

	.mt-xl-1,.my-xl-1 {
		margin-top: .25rem!important
	}

	.mr-xl-1,.mx-xl-1 {
		margin-right: .25rem!important
	}

	.mb-xl-1,.my-xl-1 {
		margin-bottom: .25rem!important
	}

	.ml-xl-1,.mx-xl-1 {
		margin-left: .25rem!important
	}

	.m-xl-2 {
		margin: .5rem!important
	}

	.mt-xl-2,.my-xl-2 {
		margin-top: .5rem!important
	}

	.mr-xl-2,.mx-xl-2 {
		margin-right: .5rem!important
	}

	.mb-xl-2,.my-xl-2 {
		margin-bottom: .5rem!important
	}

	.ml-xl-2,.mx-xl-2 {
		margin-left: .5rem!important
	}

	.m-xl-3 {
		margin: 1rem!important
	}

	.mt-xl-3,.my-xl-3 {
		margin-top: 1rem!important
	}

	.mr-xl-3,.mx-xl-3 {
		margin-right: 1rem!important
	}

	.mb-xl-3,.my-xl-3 {
		margin-bottom: 1rem!important
	}

	.ml-xl-3,.mx-xl-3 {
		margin-left: 1rem!important
	}

	.m-xl-4 {
		margin: 1.5rem!important
	}

	.mt-xl-4,.my-xl-4 {
		margin-top: 1.5rem!important
	}

	.mr-xl-4,.mx-xl-4 {
		margin-right: 1.5rem!important
	}

	.mb-xl-4,.my-xl-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-xl-4,.mx-xl-4 {
		margin-left: 1.5rem!important
	}

	.m-xl-5 {
		margin: 3rem!important
	}

	.mt-xl-5,.my-xl-5 {
		margin-top: 3rem!important
	}

	.mr-xl-5,.mx-xl-5 {
		margin-right: 3rem!important
	}

	.mb-xl-5,.my-xl-5 {
		margin-bottom: 3rem!important
	}

	.ml-xl-5,.mx-xl-5 {
		margin-left: 3rem!important
	}

	.p-xl-0 {
		padding: 0!important
	}

	.pt-xl-0,.py-xl-0 {
		padding-top: 0!important
	}

	.pr-xl-0,.px-xl-0 {
		padding-right: 0!important
	}

	.pb-xl-0,.py-xl-0 {
		padding-bottom: 0!important
	}

	.pl-xl-0,.px-xl-0 {
		padding-left: 0!important
	}

	.p-xl-1 {
		padding: .25rem!important
	}

	.pt-xl-1,.py-xl-1 {
		padding-top: .25rem!important
	}

	.pr-xl-1,.px-xl-1 {
		padding-right: .25rem!important
	}

	.pb-xl-1,.py-xl-1 {
		padding-bottom: .25rem!important
	}

	.pl-xl-1,.px-xl-1 {
		padding-left: .25rem!important
	}

	.p-xl-2 {
		padding: .5rem!important
	}

	.pt-xl-2,.py-xl-2 {
		padding-top: .5rem!important
	}

	.pr-xl-2,.px-xl-2 {
		padding-right: .5rem!important
	}

	.pb-xl-2,.py-xl-2 {
		padding-bottom: .5rem!important
	}

	.pl-xl-2,.px-xl-2 {
		padding-left: .5rem!important
	}

	.p-xl-3 {
		padding: 1rem!important
	}

	.pt-xl-3,.py-xl-3 {
		padding-top: 1rem!important
	}

	.pr-xl-3,.px-xl-3 {
		padding-right: 1rem!important
	}

	.pb-xl-3,.py-xl-3 {
		padding-bottom: 1rem!important
	}

	.pl-xl-3,.px-xl-3 {
		padding-left: 1rem!important
	}

	.p-xl-4 {
		padding: 1.5rem!important
	}

	.pt-xl-4,.py-xl-4 {
		padding-top: 1.5rem!important
	}

	.pr-xl-4,.px-xl-4 {
		padding-right: 1.5rem!important
	}

	.pb-xl-4,.py-xl-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-xl-4,.px-xl-4 {
		padding-left: 1.5rem!important
	}

	.p-xl-5 {
		padding: 3rem!important
	}

	.pt-xl-5,.py-xl-5 {
		padding-top: 3rem!important
	}

	.pr-xl-5,.px-xl-5 {
		padding-right: 3rem!important
	}

	.pb-xl-5,.py-xl-5 {
		padding-bottom: 3rem!important
	}

	.pl-xl-5,.px-xl-5 {
		padding-left: 3rem!important
	}

	.m-xl-auto {
		margin: auto!important
	}

	.mt-xl-auto,.my-xl-auto {
		margin-top: auto!important
	}

	.mr-xl-auto,.mx-xl-auto {
		margin-right: auto!important
	}

	.mb-xl-auto,.my-xl-auto {
		margin-bottom: auto!important
	}

	.ml-xl-auto,.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}

	.text-sm-right {
		text-align: right!important
	}

	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}

	.text-md-right {
		text-align: right!important
	}

	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}

	.text-lg-right {
		text-align: right!important
	}

	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}

	.text-xl-right {
		text-align: right!important
	}

	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
	color: #0062cc!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
	color: #545b62!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
	color: #1e7e34!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
	color: #117a8b!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
	color: #d39e00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
	color: #bd2130!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
	color: #dae0e5!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
	color: #1d2124!important
}

.text-muted {
	color: #6c757d!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,::after,::before {
		text-shadow: none!important;
		box-shadow: none!important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap!important
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}@	page {
		size: a3
	}

	body {
		min-width: 992px!important
	}

	.container {
		min-width: 992px!important
	}

	.navbar {
		display: none
	}

	.badge {
		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
	}
}
/*# sourceMappingURL=bootstrap.min.css.map */
 body{
background-color: #330033;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23505'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
 }
 
 .background_img * {
	box-sizing: border-box
}
 
.background_img{
  /* The image used */
   

    /* Full height */
    min-height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.margin10{
  margin:10px;
}

.preview{
  max-width: 600px;
  background-color: #fcfcfc1a;
  padding: 20px;
  box-shadow: 5px 10px;
}

.margintop100{
  margin-top:100px;
}

.margintop70{
  margin-top:70px;
}

.marginbottom100{
  margin-bottom:100px;
}

.margintop30{
  margin-top:30px;
}

.padding20{
  padding:20px;
}

.hidden{
  display:none;
}

.show{
  display:unset;
}

.buttonbasic{
  min-height:45px;
  border:0px;
}

.modal-body div {
    word-wrap: break-word;
}
.modal-title{
  font-weight: bold;
}

.borderleft{
  border-left:3px solid white;
}


.borderright{
  border-right:3px solid white;
}

.buttonform1{
  border-radius:0px;
}


.buttonform2{
  border-radius:2px;
}

.buttonform3{
  border-radius:4px;
}

.buttonform4{
  border-radius:6px;
}


.buttonform5{
  border-radius:10px;
}

.buttonform6{
  border-radius:30px;
}

.buttonform7{
  border-radius:30%;
}

.buttonform8{
  border-radius:50%;
}





.wh-100{
  width:100px;
  height:100px;
}



/*WIDTH */
.wd200{
  width:200px;
}
 

/*FONT-SIZE*/
.font-s60{
  font-size: 30px;
}

.font-s24{
  font-size: 24px;
}
.font-s50{
  font-size: 3rem;
  font-weight:500;
}

/*hover effects*/
.btn-hover1:hover{
  background-color:white;
  color:#535c68;
  transition-duration: 0.3s;
}

.btn-hover2:hover{
  background-color:unset;
  transition-duration: 0.3s;
}

.btn-hover3:hover{
  color:#0984e3;
  transition-duration: 0.3s;
}

.btn-hover4:hover{
  transform: scale(1.25);
  transition-duration: 0.3s;
}

.btn-hover5:hover{
   width: 300px;
   transition-duration: 0.3s;
}

.btn-hover6:hover{
  box-shadow: 3px 5px;
}

.rd-hover1:hover{
  color:#0084ff !important;
}

.rd-hover2:hover{
  background-color:#4595e47d !important;
}

.rd-hover3:hover{
  background-color:#74767733 !important;
}

.rd-hover4:hover{
  color:rgb(244, 79, 55) !important;
}

.rd-hover5:hover{
  color:rgb(243, 56, 94)!important;
}

.rd-hover6:hover{
  color:rgb(49, 196, 125) !important;
}

.rd-hover7:hover{
  background-color:#e85a71 !important;
  color:white !important;
  transition-duration:0.3s;
}

.rd-hover8:hover{
  background-color:#2EC4B6 !important;
  color:white !important;
  transition-duration:0.3s;
}

.rd-hover9:hover{
  background-color:#881600 !important;
  color:white !important;
  transition-duration:0.3s;
}

.rd-hover10:hover{
  background-color:#D4DFE680  !important;
  color:white !important;
  transition-duration:0.3s;
}

.rd-hover11:hover{
  background-color:#6C49B880 !important;
  color:white !important;
  transition-duration:0.3s;
}

.rd-hover12:hover{
  background-color:#ff5f2e66  !important;
  color:white !important;
  transition-duration:0.3s;
}

/*COLOR CODES*/

.white{
  color:white;
}

.redbg{
  background-color: #c82333;
  border: 1px solid #bd2130;
}


@media (max-width: 992px) {
  .borderright{
    border-right:0px;
  }

  .margintop100{
    margin-top:50px;
  }

  .margintop70{
    margin-top:20px;
  }

  .marginbottom100{
    margin-bottom:30px;
  }

  .font-s60{
    font-size:20px;
  }

  .mobilcenter{
    text-align: center;
  }
  .navbar-brand {
    margin-right:unset;
  }

  .mobilmargintop10{
    margin-top:10px !important;
  }


}
.btn-hover1 i{
    color:#fff;
}
 
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

