/* 未能缩小。正在返回未缩小的内容。
(7027,2): run-time error CSS1019: Unexpected token, found '@import'
(7027,10): run-time error CSS1019: Unexpected token, found 'url("css.css")'
(7027,78): run-time error CSS1019: Unexpected token, found ';'
(12107,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(12108,8): run-time error CSS1035: Expected colon, found '{'
(12123,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(12124,8): run-time error CSS1035: Expected colon, 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;
    
}
 @import url("css.css");
 .boot_foot{
     display:none;
 }
.bootstrap-wrapper{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-wrapper{
  margin: 0;
}
.bootstrap-wrapper article,
.bootstrap-wrapper aside,
.bootstrap-wrapper details,
.bootstrap-wrapper figcaption,
.bootstrap-wrapper figure,
.bootstrap-wrapper footer,
.bootstrap-wrapper header,
.bootstrap-wrapper hgroup,
.bootstrap-wrapper main,
.bootstrap-wrapper menu,
.bootstrap-wrapper nav,
.bootstrap-wrapper section,
.bootstrap-wrapper summary {
  display: block;
}
.bootstrap-wrapper audio,
.bootstrap-wrapper canvas,
.bootstrap-wrapper progress,
.bootstrap-wrapper video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-wrapper audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-wrapper [hidden],
.bootstrap-wrapper template {
  display: none;
}
.bootstrap-wrapper a {
  background-color: transparent;
}
.bootstrap-wrapper a:active,
.bootstrap-wrapper a:hover {
  outline: 0;
}
.bootstrap-wrapper abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap-wrapper b,
.bootstrap-wrapper strong {
  font-weight: bold;
}
.bootstrap-wrapper dfn {
  font-style: italic;
}
.bootstrap-wrapper h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-wrapper mark {
  background: #ff0;
  color: #000;
}
.bootstrap-wrapper small {
  font-size: 80%;
}
.bootstrap-wrapper sub,
.bootstrap-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-wrapper sup {
  top: -0.5em;
}
.bootstrap-wrapper sub {
  bottom: -0.25em;
}
.bootstrap-wrapper img {
  border: 0;
}
.bootstrap-wrapper svg:not(:root) {
  overflow: hidden;
}
.bootstrap-wrapper figure {
  margin: 1em 40px;
}
.bootstrap-wrapper hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bootstrap-wrapper pre {
  overflow: auto;
}
.bootstrap-wrapper code,
.bootstrap-wrapper kbd,
.bootstrap-wrapper pre,
.bootstrap-wrapper samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-wrapper button,
.bootstrap-wrapper input,
.bootstrap-wrapper optgroup,
.bootstrap-wrapper select,
.bootstrap-wrapper textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-wrapper button {
  overflow: visible;
}
.bootstrap-wrapper button,
.bootstrap-wrapper select {
  text-transform: none;
}
.bootstrap-wrapper button,
.bootstrap-wrapper input[type="button"],
.bootstrap-wrapper input[type="reset"],
.bootstrap-wrapper input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-wrapper button[disabled],
.bootstrap-wrapper input[disabled] {
  cursor: default;
}
.bootstrap-wrapper button::-moz-focus-inner,
.bootstrap-wrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-wrapper input {
  line-height: normal;
}
.bootstrap-wrapper input[type="checkbox"],
.bootstrap-wrapper input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-wrapper input[type="number"]::-webkit-inner-spin-button,
.bootstrap-wrapper input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-wrapper input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap-wrapper input[type="search"]::-webkit-search-cancel-button,
.bootstrap-wrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-wrapper fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-wrapper legend {
  border: 0;
  padding: 0;
}
.bootstrap-wrapper textarea {
  overflow: auto;
}
.bootstrap-wrapper optgroup {
  font-weight: bold;
}
.bootstrap-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-wrapper td,
.bootstrap-wrapper th {
  padding: 0;
}
@media print {
  .bootstrap-wrapper *,
  .bootstrap-wrapper *:before,
  .bootstrap-wrapper *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bootstrap-wrapper a,
  .bootstrap-wrapper a:visited {
    text-decoration: underline;
  }
  .bootstrap-wrapper a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-wrapper abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-wrapper a[href^="#"]:after,
  .bootstrap-wrapper a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-wrapper pre,
  .bootstrap-wrapper blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-wrapper thead {
    display: table-header-group;
  }
  .bootstrap-wrapper tr,
  .bootstrap-wrapper img {
    page-break-inside: avoid;
  }
  .bootstrap-wrapper img {
    max-width: 100% !important;
  }
  .bootstrap-wrapper p,
  .bootstrap-wrapper h2,
  .bootstrap-wrapper h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-wrapper h2,
  .bootstrap-wrapper h3 {
    page-break-after: avoid;
  }
  .bootstrap-wrapper select {
    background: #fff !important;
  }
  .bootstrap-wrapper .navbar {
    display: none;
  }
  .bootstrap-wrapper .btn > .caret,
  .bootstrap-wrapper .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-wrapper .label {
    border: 1px solid #000;
  }
  .bootstrap-wrapper .table {
    border-collapse: collapse !important;
  }
  .bootstrap-wrapper .table td,
  .bootstrap-wrapper .table th {
    background-color: #fff !important;
  }
  .bootstrap-wrapper .table-bordered th,
  .bootstrap-wrapper .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../font/glyphicons-halflings-regular.eot');
  src: url('../font/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg') format('svg');
}
.bootstrap-wrapper .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-wrapper .glyphicon-asterisk:before {
  content: "\2a";
}
.bootstrap-wrapper .glyphicon-plus:before {
  content: "\2b";
}
.bootstrap-wrapper .glyphicon-euro:before,
.bootstrap-wrapper .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-wrapper .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-wrapper .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-wrapper .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-wrapper .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-wrapper .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-wrapper .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-wrapper .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-wrapper .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-wrapper .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-wrapper .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-wrapper .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-wrapper .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-wrapper .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-wrapper .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-wrapper .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-wrapper .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-wrapper .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-wrapper .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-wrapper .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-wrapper .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-wrapper .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-wrapper .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-wrapper .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-wrapper .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-wrapper .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-wrapper .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-wrapper .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-wrapper .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-wrapper .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-wrapper .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-wrapper .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-wrapper .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-wrapper .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-wrapper .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-wrapper .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-wrapper .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-wrapper .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-wrapper .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-wrapper .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-wrapper .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-wrapper .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-wrapper .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-wrapper .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-wrapper .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-wrapper .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-wrapper .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-wrapper .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-wrapper .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-wrapper .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-wrapper .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-wrapper .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-wrapper .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-wrapper .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-wrapper .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-wrapper .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-wrapper .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-wrapper .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-wrapper .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-wrapper .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-wrapper .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-wrapper .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-wrapper .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-wrapper .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-wrapper .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-wrapper .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-wrapper .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-wrapper .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-wrapper .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-wrapper .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-wrapper .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-wrapper .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-wrapper .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-wrapper .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-wrapper .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-wrapper .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-wrapper .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-wrapper .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-wrapper .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-wrapper .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-wrapper .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-wrapper .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-wrapper .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-wrapper .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-wrapper .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-wrapper .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-wrapper .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-wrapper .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-wrapper .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-wrapper .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-wrapper .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-wrapper .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-wrapper .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-wrapper .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-wrapper .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-wrapper .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-wrapper .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-wrapper .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-wrapper .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-wrapper .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-wrapper .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-wrapper .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-wrapper .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-wrapper .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-wrapper .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-wrapper .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-wrapper .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-wrapper .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-wrapper .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-wrapper .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-wrapper .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-wrapper .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-wrapper .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-wrapper .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-wrapper .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-wrapper .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-wrapper .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-wrapper .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-wrapper .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-wrapper .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-wrapper .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-wrapper .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-wrapper .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-wrapper .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-wrapper .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-wrapper .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-wrapper .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-wrapper .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-wrapper .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-wrapper .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-wrapper .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-wrapper .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-wrapper .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-wrapper .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-wrapper .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-wrapper .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-wrapper .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-wrapper .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-wrapper .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-wrapper .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-wrapper .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-wrapper .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-wrapper .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-wrapper .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-wrapper .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-wrapper .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-wrapper .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-wrapper .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-wrapper .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-wrapper .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-wrapper .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-wrapper .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-wrapper .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-wrapper .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-wrapper .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-wrapper .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-wrapper .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-wrapper .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-wrapper .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-wrapper .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-wrapper .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-wrapper .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-wrapper .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-wrapper .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-wrapper .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-wrapper .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-wrapper .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-wrapper .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-wrapper .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-wrapper .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-wrapper .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-wrapper .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-wrapper .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-wrapper .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-wrapper .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-wrapper .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-wrapper .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-wrapper .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-wrapper .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-wrapper .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-wrapper .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-wrapper .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-wrapper .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-wrapper .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-wrapper .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-wrapper .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-wrapper .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-wrapper .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-wrapper .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-wrapper .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-wrapper .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-wrapper .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-wrapper .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-wrapper .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-wrapper .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-wrapper .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-wrapper .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-wrapper .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-wrapper .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-wrapper .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-wrapper .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-wrapper .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-wrapper .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-wrapper .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-wrapper .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-wrapper .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-wrapper .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-wrapper .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-wrapper .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-wrapper .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-wrapper .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-wrapper .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-wrapper .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-wrapper .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-wrapper .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-wrapper .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-wrapper .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-wrapper .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-wrapper .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-wrapper .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-wrapper .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-wrapper .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-wrapper .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-wrapper .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-wrapper .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-wrapper .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-wrapper .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-wrapper .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-wrapper .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-wrapper .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-wrapper .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-wrapper .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-wrapper .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-wrapper .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-wrapper .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-wrapper .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-wrapper .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-wrapper .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-wrapper .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-wrapper .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-wrapper .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-wrapper .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-wrapper .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-wrapper .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-wrapper .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-wrapper .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-wrapper .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-wrapper .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-wrapper .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-wrapper .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-wrapper .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-wrapper .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-wrapper .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-wrapper .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-wrapper .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-wrapper .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-wrapper .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-wrapper .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-wrapper .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-wrapper .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-wrapper *:before,
.bootstrap-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-wrapper {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: #ffffff;
}
.bootstrap-wrapper input,
.bootstrap-wrapper button,
.bootstrap-wrapper select,
.bootstrap-wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-wrapper a {
  color: #2196f3;
  text-decoration: none;
}
.bootstrap-wrapper a:hover,
.bootstrap-wrapper a:focus {
  color: #0a6ebd;
  text-decoration: underline;
}
.bootstrap-wrapper a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-wrapper figure {
  margin: 0;
}
.bootstrap-wrapper img {
  vertical-align: middle;
}
.bootstrap-wrapper .img-responsive,
.bootstrap-wrapper .thumbnail > img,
.bootstrap-wrapper .thumbnail a > img,
.bootstrap-wrapper .carousel-inner > .item > img,
.bootstrap-wrapper .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-wrapper .img-rounded {
  border-radius: 3px;
}
.bootstrap-wrapper .img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap-wrapper .img-circle {
  border-radius: 50%;
}
.bootstrap-wrapper hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-wrapper .sr-only-focusable:active,
.bootstrap-wrapper .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-wrapper [role="button"] {
  cursor: pointer;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3,
.bootstrap-wrapper h4,
.bootstrap-wrapper h5,
.bootstrap-wrapper h6,
.bootstrap-wrapper .h1,
.bootstrap-wrapper .h2,
.bootstrap-wrapper .h3,
.bootstrap-wrapper .h4,
.bootstrap-wrapper .h5,
.bootstrap-wrapper .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444444;
}
.bootstrap-wrapper h1 small,
.bootstrap-wrapper h2 small,
.bootstrap-wrapper h3 small,
.bootstrap-wrapper h4 small,
.bootstrap-wrapper h5 small,
.bootstrap-wrapper h6 small,
.bootstrap-wrapper .h1 small,
.bootstrap-wrapper .h2 small,
.bootstrap-wrapper .h3 small,
.bootstrap-wrapper .h4 small,
.bootstrap-wrapper .h5 small,
.bootstrap-wrapper .h6 small,
.bootstrap-wrapper h1 .small,
.bootstrap-wrapper h2 .small,
.bootstrap-wrapper h3 .small,
.bootstrap-wrapper h4 .small,
.bootstrap-wrapper h5 .small,
.bootstrap-wrapper h6 .small,
.bootstrap-wrapper .h1 .small,
.bootstrap-wrapper .h2 .small,
.bootstrap-wrapper .h3 .small,
.bootstrap-wrapper .h4 .small,
.bootstrap-wrapper .h5 .small,
.bootstrap-wrapper .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbbbbb;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper .h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper .h2,
.bootstrap-wrapper h3,
.bootstrap-wrapper .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
.bootstrap-wrapper h1 small,
.bootstrap-wrapper .h1 small,
.bootstrap-wrapper h2 small,
.bootstrap-wrapper .h2 small,
.bootstrap-wrapper h3 small,
.bootstrap-wrapper .h3 small,
.bootstrap-wrapper h1 .small,
.bootstrap-wrapper .h1 .small,
.bootstrap-wrapper h2 .small,
.bootstrap-wrapper .h2 .small,
.bootstrap-wrapper h3 .small,
.bootstrap-wrapper .h3 .small {
  font-size: 65%;
}
.bootstrap-wrapper h4,
.bootstrap-wrapper .h4,
.bootstrap-wrapper h5,
.bootstrap-wrapper .h5,
.bootstrap-wrapper h6,
.bootstrap-wrapper .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.bootstrap-wrapper h4 small,
.bootstrap-wrapper .h4 small,
.bootstrap-wrapper h5 small,
.bootstrap-wrapper .h5 small,
.bootstrap-wrapper h6 small,
.bootstrap-wrapper .h6 small,
.bootstrap-wrapper h4 .small,
.bootstrap-wrapper .h4 .small,
.bootstrap-wrapper h5 .small,
.bootstrap-wrapper .h5 .small,
.bootstrap-wrapper h6 .small,
.bootstrap-wrapper .h6 .small {
  font-size: 75%;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper .h1 {
  font-size: 56px;
}
.bootstrap-wrapper h2,
.bootstrap-wrapper .h2 {
  font-size: 45px;
}
.bootstrap-wrapper h3,
.bootstrap-wrapper .h3 {
  font-size: 34px;
}
.bootstrap-wrapper h4,
.bootstrap-wrapper .h4 {
  font-size: 24px;
}
.bootstrap-wrapper h5,
.bootstrap-wrapper .h5 {
  font-size: 20px;
}
.bootstrap-wrapper h6,
.bootstrap-wrapper .h6 {
  font-size: 14px;
}
.bootstrap-wrapper p {
  margin: 0 0 11.5px;
}
.bootstrap-wrapper .lead {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .lead {
    font-size: 19.5px;
  }
}
.bootstrap-wrapper small,
.bootstrap-wrapper .small {
  font-size: 92%;
}
.bootstrap-wrapper mark,
.bootstrap-wrapper .mark {
  background-color: #ffe0b2;
  padding: .2em;
}
.bootstrap-wrapper .text-left {
  text-align: left;
}
.bootstrap-wrapper .text-right {
  text-align: right;
}
.bootstrap-wrapper .text-center {
  text-align: center;
}
.bootstrap-wrapper .text-justify {
  text-align: justify;
}
.bootstrap-wrapper .text-nowrap {
  white-space: nowrap;
}
.bootstrap-wrapper .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-wrapper .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-wrapper .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-wrapper .text-muted {
  color: #bbbbbb;
}
.bootstrap-wrapper .text-primary {
  color: #2196f3;
}
.bootstrap-wrapper a.text-primary:hover {
  color: #0c7cd5;
}
.bootstrap-wrapper .text-success {
  color: #4caf50;
}
.bootstrap-wrapper a.text-success:hover {
  color: #3d8b40;
}
.bootstrap-wrapper .text-info {
  color: #9c27b0;
}
.bootstrap-wrapper a.text-info:hover {
  color: #771e86;
}
.bootstrap-wrapper .text-warning {
  color: #ff9800;
}
.bootstrap-wrapper a.text-warning:hover {
  color: #cc7a00;
}
.bootstrap-wrapper .text-danger {
  color: #e51c23;
}
.bootstrap-wrapper a.text-danger:hover {
  color: #b9151b;
}
.bootstrap-wrapper .bg-primary {
  color: #fff;
  background-color: #2196f3;
}
.bootstrap-wrapper a.bg-primary:hover {
  background-color: #0c7cd5;
}
.bootstrap-wrapper .bg-success {
  background-color: #dff0d8;
}
.bootstrap-wrapper a.bg-success:hover {
  background-color: #c1e2b3;
}
.bootstrap-wrapper .bg-info {
  background-color: #e1bee7;
}
.bootstrap-wrapper a.bg-info:hover {
  background-color: #d099d9;
}
.bootstrap-wrapper .bg-warning {
  background-color: #ffe0b2;
}
.bootstrap-wrapper a.bg-warning:hover {
  background-color: #ffcb7f;
}
.bootstrap-wrapper .bg-danger {
  background-color: #f9bdbb;
}
.bootstrap-wrapper a.bg-danger:hover {
  background-color: #f5908c;
}
.bootstrap-wrapper .page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-wrapper ul,
.bootstrap-wrapper ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
.bootstrap-wrapper ul ul,
.bootstrap-wrapper ol ul,
.bootstrap-wrapper ul ol,
.bootstrap-wrapper ol ol {
  margin-bottom: 0;
}
.bootstrap-wrapper .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-wrapper .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-wrapper .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap-wrapper dl {
  margin-top: 0;
  margin-bottom: 23px;
}
.bootstrap-wrapper dt,
.bootstrap-wrapper dd {
  line-height: 1.846;
}
.bootstrap-wrapper dt {
  font-weight: bold;
}
.bootstrap-wrapper dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-wrapper .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-wrapper abbr[title],
.bootstrap-wrapper abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbbbbb;
}
.bootstrap-wrapper .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-wrapper blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-wrapper blockquote p:last-child,
.bootstrap-wrapper blockquote ul:last-child,
.bootstrap-wrapper blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-wrapper blockquote footer,
.bootstrap-wrapper blockquote small,
.bootstrap-wrapper blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.846;
  color: #bbbbbb;
}
.bootstrap-wrapper blockquote footer:before,
.bootstrap-wrapper blockquote small:before,
.bootstrap-wrapper blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap-wrapper .blockquote-reverse,
.bootstrap-wrapper blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bootstrap-wrapper .blockquote-reverse footer:before,
.bootstrap-wrapper blockquote.pull-right footer:before,
.bootstrap-wrapper .blockquote-reverse small:before,
.bootstrap-wrapper blockquote.pull-right small:before,
.bootstrap-wrapper .blockquote-reverse .small:before,
.bootstrap-wrapper blockquote.pull-right .small:before {
  content: '';
}
.bootstrap-wrapper .blockquote-reverse footer:after,
.bootstrap-wrapper blockquote.pull-right footer:after,
.bootstrap-wrapper .blockquote-reverse small:after,
.bootstrap-wrapper blockquote.pull-right small:after,
.bootstrap-wrapper .blockquote-reverse .small:after,
.bootstrap-wrapper blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap-wrapper address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.846;
}
.bootstrap-wrapper code,
.bootstrap-wrapper kbd,
.bootstrap-wrapper pre,
.bootstrap-wrapper samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-wrapper code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
.bootstrap-wrapper kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-wrapper kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.bootstrap-wrapper pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-wrapper .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-wrapper .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    width: 1170px;
  }
}
.bootstrap-wrapper .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-wrapper .col-xs-1,
.bootstrap-wrapper .col-sm-1,
.bootstrap-wrapper .col-md-1,
.bootstrap-wrapper .col-lg-1,
.bootstrap-wrapper .col-xs-2,
.bootstrap-wrapper .col-sm-2,
.bootstrap-wrapper .col-md-2,
.bootstrap-wrapper .col-lg-2,
.bootstrap-wrapper .col-xs-3,
.bootstrap-wrapper .col-sm-3,
.bootstrap-wrapper .col-md-3,
.bootstrap-wrapper .col-lg-3,
.bootstrap-wrapper .col-xs-4,
.bootstrap-wrapper .col-sm-4,
.bootstrap-wrapper .col-md-4,
.bootstrap-wrapper .col-lg-4,
.bootstrap-wrapper .col-xs-5,
.bootstrap-wrapper .col-sm-5,
.bootstrap-wrapper .col-md-5,
.bootstrap-wrapper .col-lg-5,
.bootstrap-wrapper .col-xs-6,
.bootstrap-wrapper .col-sm-6,
.bootstrap-wrapper .col-md-6,
.bootstrap-wrapper .col-lg-6,
.bootstrap-wrapper .col-xs-7,
.bootstrap-wrapper .col-sm-7,
.bootstrap-wrapper .col-md-7,
.bootstrap-wrapper .col-lg-7,
.bootstrap-wrapper .col-xs-8,
.bootstrap-wrapper .col-sm-8,
.bootstrap-wrapper .col-md-8,
.bootstrap-wrapper .col-lg-8,
.bootstrap-wrapper .col-xs-9,
.bootstrap-wrapper .col-sm-9,
.bootstrap-wrapper .col-md-9,
.bootstrap-wrapper .col-lg-9,
.bootstrap-wrapper .col-xs-10,
.bootstrap-wrapper .col-sm-10,
.bootstrap-wrapper .col-md-10,
.bootstrap-wrapper .col-lg-10,
.bootstrap-wrapper .col-xs-11,
.bootstrap-wrapper .col-sm-11,
.bootstrap-wrapper .col-md-11,
.bootstrap-wrapper .col-lg-11,
.bootstrap-wrapper .col-xs-12,
.bootstrap-wrapper .col-sm-12,
.bootstrap-wrapper .col-md-12,
.bootstrap-wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-wrapper .col-xs-1,
.bootstrap-wrapper .col-xs-2,
.bootstrap-wrapper .col-xs-3,
.bootstrap-wrapper .col-xs-4,
.bootstrap-wrapper .col-xs-5,
.bootstrap-wrapper .col-xs-6,
.bootstrap-wrapper .col-xs-7,
.bootstrap-wrapper .col-xs-8,
.bootstrap-wrapper .col-xs-9,
.bootstrap-wrapper .col-xs-10,
.bootstrap-wrapper .col-xs-11,
.bootstrap-wrapper .col-xs-12 {
  float: left;
}
.bootstrap-wrapper .col-xs-12 {
  width: 100%;
}
.bootstrap-wrapper .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-wrapper .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-wrapper .col-xs-9 {
  width: 75%;
}
.bootstrap-wrapper .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-wrapper .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-wrapper .col-xs-6 {
  width: 50%;
}
.bootstrap-wrapper .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-wrapper .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-wrapper .col-xs-3 {
  width: 25%;
}
.bootstrap-wrapper .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-wrapper .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-wrapper .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-wrapper .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-wrapper .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-wrapper .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-wrapper .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-wrapper .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-wrapper .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-wrapper .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-wrapper .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-wrapper .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-wrapper .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-wrapper .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-wrapper .col-xs-pull-0 {
  right: auto;
}
.bootstrap-wrapper .col-xs-push-12 {
  left: 100%;
}
.bootstrap-wrapper .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-wrapper .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-wrapper .col-xs-push-9 {
  left: 75%;
}
.bootstrap-wrapper .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-wrapper .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-wrapper .col-xs-push-6 {
  left: 50%;
}
.bootstrap-wrapper .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-wrapper .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-wrapper .col-xs-push-3 {
  left: 25%;
}
.bootstrap-wrapper .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-wrapper .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-wrapper .col-xs-push-0 {
  left: auto;
}
.bootstrap-wrapper .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-wrapper .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-wrapper .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-wrapper .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-wrapper .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-wrapper .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-wrapper .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-wrapper .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-wrapper .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-wrapper .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-wrapper .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-wrapper .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-wrapper .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .col-sm-1,
  .bootstrap-wrapper .col-sm-2,
  .bootstrap-wrapper .col-sm-3,
  .bootstrap-wrapper .col-sm-4,
  .bootstrap-wrapper .col-sm-5,
  .bootstrap-wrapper .col-sm-6,
  .bootstrap-wrapper .col-sm-7,
  .bootstrap-wrapper .col-sm-8,
  .bootstrap-wrapper .col-sm-9,
  .bootstrap-wrapper .col-sm-10,
  .bootstrap-wrapper .col-sm-11,
  .bootstrap-wrapper .col-sm-12 {
    float: left;
  }
  .bootstrap-wrapper .col-sm-12 {
    width: 100%;
  }
  .bootstrap-wrapper .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-wrapper .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-wrapper .col-sm-9 {
    width: 75%;
  }
  .bootstrap-wrapper .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-wrapper .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-wrapper .col-sm-6 {
    width: 50%;
  }
  .bootstrap-wrapper .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-wrapper .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-wrapper .col-sm-3 {
    width: 25%;
  }
  .bootstrap-wrapper .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-wrapper .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-wrapper .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-wrapper .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-wrapper .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-wrapper .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-wrapper .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-wrapper .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-wrapper .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-wrapper .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-wrapper .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-wrapper .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-wrapper .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-wrapper .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-wrapper .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-wrapper .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-wrapper .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-wrapper .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-wrapper .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-wrapper .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-wrapper .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-wrapper .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-wrapper .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-wrapper .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-wrapper .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-wrapper .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-wrapper .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-wrapper .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-wrapper .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-wrapper .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-wrapper .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-wrapper .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-wrapper .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-wrapper .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-wrapper .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-wrapper .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-wrapper .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-wrapper .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .col-md-1,
  .bootstrap-wrapper .col-md-2,
  .bootstrap-wrapper .col-md-3,
  .bootstrap-wrapper .col-md-4,
  .bootstrap-wrapper .col-md-5,
  .bootstrap-wrapper .col-md-6,
  .bootstrap-wrapper .col-md-7,
  .bootstrap-wrapper .col-md-8,
  .bootstrap-wrapper .col-md-9,
  .bootstrap-wrapper .col-md-10,
  .bootstrap-wrapper .col-md-11,
  .bootstrap-wrapper .col-md-12 {
    float: left;
  }
  .bootstrap-wrapper .col-md-12 {
    width: 100%;
  }
  .bootstrap-wrapper .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-wrapper .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-wrapper .col-md-9 {
    width: 75%;
  }
  .bootstrap-wrapper .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-wrapper .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-wrapper .col-md-6 {
    width: 50%;
  }
  .bootstrap-wrapper .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-wrapper .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-wrapper .col-md-3 {
    width: 25%;
  }
  .bootstrap-wrapper .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-wrapper .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-wrapper .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-wrapper .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-wrapper .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-wrapper .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-wrapper .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-wrapper .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-wrapper .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-wrapper .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-wrapper .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-wrapper .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-wrapper .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-wrapper .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-wrapper .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-wrapper .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-wrapper .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-wrapper .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-wrapper .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-wrapper .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-wrapper .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-wrapper .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-wrapper .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-wrapper .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-wrapper .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-wrapper .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-wrapper .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-wrapper .col-md-push-0 {
    left: auto;
  }
  .bootstrap-wrapper .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-wrapper .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-wrapper .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-wrapper .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-wrapper .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-wrapper .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-wrapper .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-wrapper .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-wrapper .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-wrapper .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .col-lg-1,
  .bootstrap-wrapper .col-lg-2,
  .bootstrap-wrapper .col-lg-3,
  .bootstrap-wrapper .col-lg-4,
  .bootstrap-wrapper .col-lg-5,
  .bootstrap-wrapper .col-lg-6,
  .bootstrap-wrapper .col-lg-7,
  .bootstrap-wrapper .col-lg-8,
  .bootstrap-wrapper .col-lg-9,
  .bootstrap-wrapper .col-lg-10,
  .bootstrap-wrapper .col-lg-11,
  .bootstrap-wrapper .col-lg-12 {
    float: left;
  }
  .bootstrap-wrapper .col-lg-12 {
    width: 100%;
  }
  .bootstrap-wrapper .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-wrapper .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-wrapper .col-lg-9 {
    width: 75%;
  }
  .bootstrap-wrapper .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-wrapper .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-wrapper .col-lg-6 {
    width: 50%;
  }
  .bootstrap-wrapper .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-wrapper .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-wrapper .col-lg-3 {
    width: 25%;
  }
  .bootstrap-wrapper .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-wrapper .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-wrapper .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-wrapper .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-wrapper .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-wrapper .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-wrapper .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-wrapper .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-wrapper .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-wrapper .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-wrapper .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-wrapper .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-wrapper .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-wrapper .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-wrapper .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-wrapper .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-wrapper .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-wrapper .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-wrapper .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-wrapper .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-wrapper .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-wrapper .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-wrapper .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-wrapper .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-wrapper .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-wrapper .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-wrapper .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-wrapper .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-wrapper .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-wrapper .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-wrapper .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-wrapper .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-wrapper .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-wrapper .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-wrapper .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-wrapper .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-wrapper .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-wrapper .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-wrapper table {
  background-color: transparent;
}
.bootstrap-wrapper caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbbbbb;
  text-align: left;
}
.bootstrap-wrapper th {
  text-align: left;
}
.bootstrap-wrapper .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.bootstrap-wrapper .table > thead > tr > th,
.bootstrap-wrapper .table > tbody > tr > th,
.bootstrap-wrapper .table > tfoot > tr > th,
.bootstrap-wrapper .table > thead > tr > td,
.bootstrap-wrapper .table > tbody > tr > td,
.bootstrap-wrapper .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.846;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bootstrap-wrapper .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bootstrap-wrapper .table > caption + thead > tr:first-child > th,
.bootstrap-wrapper .table > colgroup + thead > tr:first-child > th,
.bootstrap-wrapper .table > thead:first-child > tr:first-child > th,
.bootstrap-wrapper .table > caption + thead > tr:first-child > td,
.bootstrap-wrapper .table > colgroup + thead > tr:first-child > td,
.bootstrap-wrapper .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-wrapper .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bootstrap-wrapper .table .table {
  background-color: #ffffff;
}
.bootstrap-wrapper .table-condensed > thead > tr > th,
.bootstrap-wrapper .table-condensed > tbody > tr > th,
.bootstrap-wrapper .table-condensed > tfoot > tr > th,
.bootstrap-wrapper .table-condensed > thead > tr > td,
.bootstrap-wrapper .table-condensed > tbody > tr > td,
.bootstrap-wrapper .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-wrapper .table-bordered {
  border: 1px solid #dddddd;
}
.bootstrap-wrapper .table-bordered > thead > tr > th,
.bootstrap-wrapper .table-bordered > tbody > tr > th,
.bootstrap-wrapper .table-bordered > tfoot > tr > th,
.bootstrap-wrapper .table-bordered > thead > tr > td,
.bootstrap-wrapper .table-bordered > tbody > tr > td,
.bootstrap-wrapper .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.bootstrap-wrapper .table-bordered > thead > tr > th,
.bootstrap-wrapper .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-wrapper .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-wrapper table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap-wrapper table td[class*="col-"],
.bootstrap-wrapper table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap-wrapper .table > thead > tr > td.active,
.bootstrap-wrapper .table > tbody > tr > td.active,
.bootstrap-wrapper .table > tfoot > tr > td.active,
.bootstrap-wrapper .table > thead > tr > th.active,
.bootstrap-wrapper .table > tbody > tr > th.active,
.bootstrap-wrapper .table > tfoot > tr > th.active,
.bootstrap-wrapper .table > thead > tr.active > td,
.bootstrap-wrapper .table > tbody > tr.active > td,
.bootstrap-wrapper .table > tfoot > tr.active > td,
.bootstrap-wrapper .table > thead > tr.active > th,
.bootstrap-wrapper .table > tbody > tr.active > th,
.bootstrap-wrapper .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-wrapper .table-hover > tbody > tr > td.active:hover,
.bootstrap-wrapper .table-hover > tbody > tr > th.active:hover,
.bootstrap-wrapper .table-hover > tbody > tr.active:hover > td,
.bootstrap-wrapper .table-hover > tbody > tr:hover > .active,
.bootstrap-wrapper .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-wrapper .table > thead > tr > td.success,
.bootstrap-wrapper .table > tbody > tr > td.success,
.bootstrap-wrapper .table > tfoot > tr > td.success,
.bootstrap-wrapper .table > thead > tr > th.success,
.bootstrap-wrapper .table > tbody > tr > th.success,
.bootstrap-wrapper .table > tfoot > tr > th.success,
.bootstrap-wrapper .table > thead > tr.success > td,
.bootstrap-wrapper .table > tbody > tr.success > td,
.bootstrap-wrapper .table > tfoot > tr.success > td,
.bootstrap-wrapper .table > thead > tr.success > th,
.bootstrap-wrapper .table > tbody > tr.success > th,
.bootstrap-wrapper .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-wrapper .table-hover > tbody > tr > td.success:hover,
.bootstrap-wrapper .table-hover > tbody > tr > th.success:hover,
.bootstrap-wrapper .table-hover > tbody > tr.success:hover > td,
.bootstrap-wrapper .table-hover > tbody > tr:hover > .success,
.bootstrap-wrapper .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-wrapper .table > thead > tr > td.info,
.bootstrap-wrapper .table > tbody > tr > td.info,
.bootstrap-wrapper .table > tfoot > tr > td.info,
.bootstrap-wrapper .table > thead > tr > th.info,
.bootstrap-wrapper .table > tbody > tr > th.info,
.bootstrap-wrapper .table > tfoot > tr > th.info,
.bootstrap-wrapper .table > thead > tr.info > td,
.bootstrap-wrapper .table > tbody > tr.info > td,
.bootstrap-wrapper .table > tfoot > tr.info > td,
.bootstrap-wrapper .table > thead > tr.info > th,
.bootstrap-wrapper .table > tbody > tr.info > th,
.bootstrap-wrapper .table > tfoot > tr.info > th {
  background-color: #e1bee7;
}
.bootstrap-wrapper .table-hover > tbody > tr > td.info:hover,
.bootstrap-wrapper .table-hover > tbody > tr > th.info:hover,
.bootstrap-wrapper .table-hover > tbody > tr.info:hover > td,
.bootstrap-wrapper .table-hover > tbody > tr:hover > .info,
.bootstrap-wrapper .table-hover > tbody > tr.info:hover > th {
  background-color: #d8abe0;
}
.bootstrap-wrapper .table > thead > tr > td.warning,
.bootstrap-wrapper .table > tbody > tr > td.warning,
.bootstrap-wrapper .table > tfoot > tr > td.warning,
.bootstrap-wrapper .table > thead > tr > th.warning,
.bootstrap-wrapper .table > tbody > tr > th.warning,
.bootstrap-wrapper .table > tfoot > tr > th.warning,
.bootstrap-wrapper .table > thead > tr.warning > td,
.bootstrap-wrapper .table > tbody > tr.warning > td,
.bootstrap-wrapper .table > tfoot > tr.warning > td,
.bootstrap-wrapper .table > thead > tr.warning > th,
.bootstrap-wrapper .table > tbody > tr.warning > th,
.bootstrap-wrapper .table > tfoot > tr.warning > th {
  background-color: #ffe0b2;
}
.bootstrap-wrapper .table-hover > tbody > tr > td.warning:hover,
.bootstrap-wrapper .table-hover > tbody > tr > th.warning:hover,
.bootstrap-wrapper .table-hover > tbody > tr.warning:hover > td,
.bootstrap-wrapper .table-hover > tbody > tr:hover > .warning,
.bootstrap-wrapper .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffd699;
}
.bootstrap-wrapper .table > thead > tr > td.danger,
.bootstrap-wrapper .table > tbody > tr > td.danger,
.bootstrap-wrapper .table > tfoot > tr > td.danger,
.bootstrap-wrapper .table > thead > tr > th.danger,
.bootstrap-wrapper .table > tbody > tr > th.danger,
.bootstrap-wrapper .table > tfoot > tr > th.danger,
.bootstrap-wrapper .table > thead > tr.danger > td,
.bootstrap-wrapper .table > tbody > tr.danger > td,
.bootstrap-wrapper .table > tfoot > tr.danger > td,
.bootstrap-wrapper .table > thead > tr.danger > th,
.bootstrap-wrapper .table > tbody > tr.danger > th,
.bootstrap-wrapper .table > tfoot > tr.danger > th {
  background-color: #f9bdbb;
}
.bootstrap-wrapper .table-hover > tbody > tr > td.danger:hover,
.bootstrap-wrapper .table-hover > tbody > tr > th.danger:hover,
.bootstrap-wrapper .table-hover > tbody > tr.danger:hover > td,
.bootstrap-wrapper .table-hover > tbody > tr:hover > .danger,
.bootstrap-wrapper .table-hover > tbody > tr.danger:hover > th {
  background-color: #f7a6a4;
}
.bootstrap-wrapper .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap-wrapper .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bootstrap-wrapper .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-wrapper .table-responsive > .table > thead > tr > th,
  .bootstrap-wrapper .table-responsive > .table > tbody > tr > th,
  .bootstrap-wrapper .table-responsive > .table > tfoot > tr > th,
  .bootstrap-wrapper .table-responsive > .table > thead > tr > td,
  .bootstrap-wrapper .table-responsive > .table > tbody > tr > td,
  .bootstrap-wrapper .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-wrapper .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-wrapper fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bootstrap-wrapper legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 19.5px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-wrapper input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-wrapper input[type="radio"],
.bootstrap-wrapper input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-wrapper input[type="file"] {
  display: block;
}
.bootstrap-wrapper input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-wrapper select[multiple],
.bootstrap-wrapper select[size] {
  height: auto;
}
.bootstrap-wrapper input[type="file"]:focus,
.bootstrap-wrapper input[type="radio"]:focus,
.bootstrap-wrapper input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-wrapper output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
}
.bootstrap-wrapper .form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-wrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-wrapper .form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.bootstrap-wrapper .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.bootstrap-wrapper .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.bootstrap-wrapper .form-control[disabled],
.bootstrap-wrapper .form-control[readonly],
.bootstrap-wrapper fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.bootstrap-wrapper .form-control[disabled],
.bootstrap-wrapper fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-wrapper textarea.form-control {
  height: auto;
}
.bootstrap-wrapper input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-wrapper input[type="date"],
  .bootstrap-wrapper input[type="time"],
  .bootstrap-wrapper input[type="datetime-local"],
  .bootstrap-wrapper input[type="month"] {
    line-height: 37px;
  }
  .bootstrap-wrapper input[type="date"].input-sm,
  .bootstrap-wrapper input[type="time"].input-sm,
  .bootstrap-wrapper input[type="datetime-local"].input-sm,
  .bootstrap-wrapper input[type="month"].input-sm,
  .bootstrap-wrapper .input-group-sm input[type="date"],
  .bootstrap-wrapper .input-group-sm input[type="time"],
  .bootstrap-wrapper .input-group-sm input[type="datetime-local"],
  .bootstrap-wrapper .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-wrapper input[type="date"].input-lg,
  .bootstrap-wrapper input[type="time"].input-lg,
  .bootstrap-wrapper input[type="datetime-local"].input-lg,
  .bootstrap-wrapper input[type="month"].input-lg,
  .bootstrap-wrapper .input-group-lg input[type="date"],
  .bootstrap-wrapper .input-group-lg input[type="time"],
  .bootstrap-wrapper .input-group-lg input[type="datetime-local"],
  .bootstrap-wrapper .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.bootstrap-wrapper .form-group {
  margin-bottom: 15px;
}
.bootstrap-wrapper .radio,
.bootstrap-wrapper .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-wrapper .radio label,
.bootstrap-wrapper .checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-wrapper .radio input[type="radio"],
.bootstrap-wrapper .radio-inline input[type="radio"],
.bootstrap-wrapper .checkbox input[type="checkbox"],
.bootstrap-wrapper .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap-wrapper .radio + .radio,
.bootstrap-wrapper .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-wrapper .radio-inline,
.bootstrap-wrapper .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-wrapper .radio-inline + .radio-inline,
.bootstrap-wrapper .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-wrapper input[type="radio"][disabled],
.bootstrap-wrapper input[type="checkbox"][disabled],
.bootstrap-wrapper input[type="radio"].disabled,
.bootstrap-wrapper input[type="checkbox"].disabled,
.bootstrap-wrapper fieldset[disabled] input[type="radio"],
.bootstrap-wrapper fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-wrapper .radio-inline.disabled,
.bootstrap-wrapper .checkbox-inline.disabled,
.bootstrap-wrapper fieldset[disabled] .radio-inline,
.bootstrap-wrapper fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-wrapper .radio.disabled label,
.bootstrap-wrapper .checkbox.disabled label,
.bootstrap-wrapper fieldset[disabled] .radio label,
.bootstrap-wrapper fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-wrapper .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.bootstrap-wrapper .form-control-static.input-lg,
.bootstrap-wrapper .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-wrapper .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-wrapper select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-wrapper textarea.input-sm,
.bootstrap-wrapper select[multiple].input-sm {
  height: auto;
}
.bootstrap-wrapper .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-wrapper select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-wrapper textarea.form-group-sm .form-control,
.bootstrap-wrapper select[multiple].form-group-sm .form-control {
  height: auto;
}
.bootstrap-wrapper .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 35px;
}
.bootstrap-wrapper .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.bootstrap-wrapper select.input-lg {
  height: 45px;
  line-height: 45px;
}
.bootstrap-wrapper textarea.input-lg,
.bootstrap-wrapper select[multiple].input-lg {
  height: auto;
}
.bootstrap-wrapper .form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.bootstrap-wrapper select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
.bootstrap-wrapper textarea.form-group-lg .form-control,
.bootstrap-wrapper select[multiple].form-group-lg .form-control {
  height: auto;
}
.bootstrap-wrapper .form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  min-height: 40px;
}
.bootstrap-wrapper .has-feedback {
  position: relative;
}
.bootstrap-wrapper .has-feedback .form-control {
  padding-right: 46.25px;
}
.bootstrap-wrapper .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-wrapper .input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.bootstrap-wrapper .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-wrapper .has-success .help-block,
.bootstrap-wrapper .has-success .control-label,
.bootstrap-wrapper .has-success .radio,
.bootstrap-wrapper .has-success .checkbox,
.bootstrap-wrapper .has-success .radio-inline,
.bootstrap-wrapper .has-success .checkbox-inline,
.bootstrap-wrapper .has-success.radio label,
.bootstrap-wrapper .has-success.checkbox label,
.bootstrap-wrapper .has-success.radio-inline label,
.bootstrap-wrapper .has-success.checkbox-inline label {
  color: #4caf50;
}
.bootstrap-wrapper .has-success .form-control {
  border-color: #4caf50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-wrapper .has-success .form-control:focus {
  border-color: #3d8b40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}
.bootstrap-wrapper .has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #dff0d8;
}
.bootstrap-wrapper .has-success .form-control-feedback {
  color: #4caf50;
}
.bootstrap-wrapper .has-warning .help-block,
.bootstrap-wrapper .has-warning .control-label,
.bootstrap-wrapper .has-warning .radio,
.bootstrap-wrapper .has-warning .checkbox,
.bootstrap-wrapper .has-warning .radio-inline,
.bootstrap-wrapper .has-warning .checkbox-inline,
.bootstrap-wrapper .has-warning.radio label,
.bootstrap-wrapper .has-warning.checkbox label,
.bootstrap-wrapper .has-warning.radio-inline label,
.bootstrap-wrapper .has-warning.checkbox-inline label {
  color: #ff9800;
}
.bootstrap-wrapper .has-warning .form-control {
  border-color: #ff9800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-wrapper .has-warning .form-control:focus {
  border-color: #cc7a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
}
.bootstrap-wrapper .has-warning .input-group-addon {
  color: #ff9800;
  border-color: #ff9800;
  background-color: #ffe0b2;
}
.bootstrap-wrapper .has-warning .form-control-feedback {
  color: #ff9800;
}
.bootstrap-wrapper .has-error .help-block,
.bootstrap-wrapper .has-error .control-label,
.bootstrap-wrapper .has-error .radio,
.bootstrap-wrapper .has-error .checkbox,
.bootstrap-wrapper .has-error .radio-inline,
.bootstrap-wrapper .has-error .checkbox-inline,
.bootstrap-wrapper .has-error.radio label,
.bootstrap-wrapper .has-error.checkbox label,
.bootstrap-wrapper .has-error.radio-inline label,
.bootstrap-wrapper .has-error.checkbox-inline label {
  color: #e51c23;
}
.bootstrap-wrapper .has-error .form-control {
  border-color: #e51c23;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-wrapper .has-error .form-control:focus {
  border-color: #b9151b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
}
.bootstrap-wrapper .has-error .input-group-addon {
  color: #e51c23;
  border-color: #e51c23;
  background-color: #f9bdbb;
}
.bootstrap-wrapper .has-error .form-control-feedback {
  color: #e51c23;
}
.bootstrap-wrapper .has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.bootstrap-wrapper .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-wrapper .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-wrapper .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-wrapper .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-wrapper .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-wrapper .form-inline .input-group .input-group-addon,
  .bootstrap-wrapper .form-inline .input-group .input-group-btn,
  .bootstrap-wrapper .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-wrapper .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-wrapper .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-wrapper .form-inline .radio,
  .bootstrap-wrapper .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-wrapper .form-inline .radio label,
  .bootstrap-wrapper .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-wrapper .form-inline .radio input[type="radio"],
  .bootstrap-wrapper .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-wrapper .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-wrapper .form-horizontal .radio,
.bootstrap-wrapper .form-horizontal .checkbox,
.bootstrap-wrapper .form-horizontal .radio-inline,
.bootstrap-wrapper .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bootstrap-wrapper .form-horizontal .radio,
.bootstrap-wrapper .form-horizontal .checkbox {
  min-height: 30px;
}
.bootstrap-wrapper .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bootstrap-wrapper .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.bootstrap-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-wrapper .btn:focus,
.bootstrap-wrapper .btn:active:focus,
.bootstrap-wrapper .btn.active:focus,
.bootstrap-wrapper .btn.focus,
.bootstrap-wrapper .btn:active.focus,
.bootstrap-wrapper .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-wrapper .btn:hover,
.bootstrap-wrapper .btn:focus,
.bootstrap-wrapper .btn.focus {
  color: #666666;
  text-decoration: none;
}
.bootstrap-wrapper .btn:active,
.bootstrap-wrapper .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-wrapper .btn.disabled,
.bootstrap-wrapper .btn[disabled],
.bootstrap-wrapper fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .btn-default {
  color: #666666;
  background-color: #ffffff;
  border-color: #eeeeee;
}
.bootstrap-wrapper .btn-default:hover,
.bootstrap-wrapper .btn-default:focus,
.bootstrap-wrapper .btn-default.focus,
.bootstrap-wrapper .btn-default:active,
.bootstrap-wrapper .btn-default.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-default {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #cfcfcf;
}
.bootstrap-wrapper .btn-default:active,
.bootstrap-wrapper .btn-default.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap-wrapper .btn-default.disabled,
.bootstrap-wrapper .btn-default[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-default,
.bootstrap-wrapper .btn-default.disabled:hover,
.bootstrap-wrapper .btn-default[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-default:hover,
.bootstrap-wrapper .btn-default.disabled:focus,
.bootstrap-wrapper .btn-default[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-default:focus,
.bootstrap-wrapper .btn-default.disabled.focus,
.bootstrap-wrapper .btn-default[disabled].focus,
.bootstrap-wrapper fieldset[disabled] .btn-default.focus,
.bootstrap-wrapper .btn-default.disabled:active,
.bootstrap-wrapper .btn-default[disabled]:active,
.bootstrap-wrapper fieldset[disabled] .btn-default:active,
.bootstrap-wrapper .btn-default.disabled.active,
.bootstrap-wrapper .btn-default[disabled].active,
.bootstrap-wrapper fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.bootstrap-wrapper .btn-default .badge {
  color: #ffffff;
  background-color: #666666;
}
.bootstrap-wrapper .btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}
.bootstrap-wrapper .btn-primary:hover,
.bootstrap-wrapper .btn-primary:focus,
.bootstrap-wrapper .btn-primary.focus,
.bootstrap-wrapper .btn-primary:active,
.bootstrap-wrapper .btn-primary.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper .btn-primary:active,
.bootstrap-wrapper .btn-primary.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap-wrapper .btn-primary.disabled,
.bootstrap-wrapper .btn-primary[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-primary,
.bootstrap-wrapper .btn-primary.disabled:hover,
.bootstrap-wrapper .btn-primary[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-primary:hover,
.bootstrap-wrapper .btn-primary.disabled:focus,
.bootstrap-wrapper .btn-primary[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-primary:focus,
.bootstrap-wrapper .btn-primary.disabled.focus,
.bootstrap-wrapper .btn-primary[disabled].focus,
.bootstrap-wrapper fieldset[disabled] .btn-primary.focus,
.bootstrap-wrapper .btn-primary.disabled:active,
.bootstrap-wrapper .btn-primary[disabled]:active,
.bootstrap-wrapper fieldset[disabled] .btn-primary:active,
.bootstrap-wrapper .btn-primary.disabled.active,
.bootstrap-wrapper .btn-primary[disabled].active,
.bootstrap-wrapper fieldset[disabled] .btn-primary.active {
  background-color: #2196f3;
  border-color: transparent;
}
.bootstrap-wrapper .btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.bootstrap-wrapper .btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: transparent;
}
.bootstrap-wrapper .btn-success:hover,
.bootstrap-wrapper .btn-success:focus,
.bootstrap-wrapper .btn-success.focus,
.bootstrap-wrapper .btn-success:active,
.bootstrap-wrapper .btn-success.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper .btn-success:active,
.bootstrap-wrapper .btn-success.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap-wrapper .btn-success.disabled,
.bootstrap-wrapper .btn-success[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-success,
.bootstrap-wrapper .btn-success.disabled:hover,
.bootstrap-wrapper .btn-success[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-success:hover,
.bootstrap-wrapper .btn-success.disabled:focus,
.bootstrap-wrapper .btn-success[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-success:focus,
.bootstrap-wrapper .btn-success.disabled.focus,
.bootstrap-wrapper .btn-success[disabled].focus,
.bootstrap-wrapper fieldset[disabled] .btn-success.focus,
.bootstrap-wrapper .btn-success.disabled:active,
.bootstrap-wrapper .btn-success[disabled]:active,
.bootstrap-wrapper fieldset[disabled] .btn-success:active,
.bootstrap-wrapper .btn-success.disabled.active,
.bootstrap-wrapper .btn-success[disabled].active,
.bootstrap-wrapper fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: transparent;
}
.bootstrap-wrapper .btn-success .badge {
  color: #4caf50;
  background-color: #ffffff;
}
.bootstrap-wrapper .btn-info {
  color: #ffffff;
  background-color: #9c27b0;
  border-color: transparent;
}
.bootstrap-wrapper .btn-info:hover,
.bootstrap-wrapper .btn-info:focus,
.bootstrap-wrapper .btn-info.focus,
.bootstrap-wrapper .btn-info:active,
.bootstrap-wrapper .btn-info.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #771e86;
  border-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper .btn-info:active,
.bootstrap-wrapper .btn-info.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap-wrapper .btn-info.disabled,
.bootstrap-wrapper .btn-info[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-info,
.bootstrap-wrapper .btn-info.disabled:hover,
.bootstrap-wrapper .btn-info[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-info:hover,
.bootstrap-wrapper .btn-info.disabled:focus,
.bootstrap-wrapper .btn-info[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-info:focus,
.bootstrap-wrapper .btn-info.disabled.focus,
.bootstrap-wrapper .btn-info[disabled].focus,
.bootstrap-wrapper fieldset[disabled] .btn-info.focus,
.bootstrap-wrapper .btn-info.disabled:active,
.bootstrap-wrapper .btn-info[disabled]:active,
.bootstrap-wrapper fieldset[disabled] .btn-info:active,
.bootstrap-wrapper .btn-info.disabled.active,
.bootstrap-wrapper .btn-info[disabled].active,
.bootstrap-wrapper fieldset[disabled] .btn-info.active {
  background-color: #9c27b0;
  border-color: transparent;
}
.bootstrap-wrapper .btn-info .badge {
  color: #9c27b0;
  background-color: #ffffff;
}
.bootstrap-wrapper .btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}
.bootstrap-wrapper .btn-warning:hover,
.bootstrap-wrapper .btn-warning:focus,
.bootstrap-wrapper .btn-warning.focus,
.bootstrap-wrapper .btn-warning:active,
.bootstrap-wrapper .btn-warning.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper .btn-warning:active,
.bootstrap-wrapper .btn-warning.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap-wrapper .btn-warning.disabled,
.bootstrap-wrapper .btn-warning[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-warning,
.bootstrap-wrapper .btn-warning.disabled:hover,
.bootstrap-wrapper .btn-warning[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-warning:hover,
.bootstrap-wrapper .btn-warning.disabled:focus,
.bootstrap-wrapper .btn-warning[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-warning:focus,
.bootstrap-wrapper .btn-warning.disabled.focus,
.bootstrap-wrapper .btn-warning[disabled].focus,
.bootstrap-wrapper fieldset[disabled] .btn-warning.focus,
.bootstrap-wrapper .btn-warning.disabled:active,
.bootstrap-wrapper .btn-warning[disabled]:active,
.bootstrap-wrapper fieldset[disabled] .btn-warning:active,
.bootstrap-wrapper .btn-warning.disabled.active,
.bootstrap-wrapper .btn-warning[disabled].active,
.bootstrap-wrapper fieldset[disabled] .btn-warning.active {
  background-color: #ff9800;
  border-color: transparent;
}
.bootstrap-wrapper .btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff;
}
.bootstrap-wrapper .btn-danger {
  color: #ffffff;
  background-color: #e51c23;
  border-color: transparent;
}
.bootstrap-wrapper .btn-danger:hover,
.bootstrap-wrapper .btn-danger:focus,
.bootstrap-wrapper .btn-danger.focus,
.bootstrap-wrapper .btn-danger:active,
.bootstrap-wrapper .btn-danger.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b9151b;
  border-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper .btn-danger:active,
.bootstrap-wrapper .btn-danger.active,
.bootstrap-wrapper .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap-wrapper .btn-danger.disabled,
.bootstrap-wrapper .btn-danger[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-danger,
.bootstrap-wrapper .btn-danger.disabled:hover,
.bootstrap-wrapper .btn-danger[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-danger:hover,
.bootstrap-wrapper .btn-danger.disabled:focus,
.bootstrap-wrapper .btn-danger[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-danger:focus,
.bootstrap-wrapper .btn-danger.disabled.focus,
.bootstrap-wrapper .btn-danger[disabled].focus,
.bootstrap-wrapper fieldset[disabled] .btn-danger.focus,
.bootstrap-wrapper .btn-danger.disabled:active,
.bootstrap-wrapper .btn-danger[disabled]:active,
.bootstrap-wrapper fieldset[disabled] .btn-danger:active,
.bootstrap-wrapper .btn-danger.disabled.active,
.bootstrap-wrapper .btn-danger[disabled].active,
.bootstrap-wrapper fieldset[disabled] .btn-danger.active {
  background-color: #e51c23;
  border-color: transparent;
}
.bootstrap-wrapper .btn-danger .badge {
  color: #e51c23;
  background-color: #ffffff;
}
.bootstrap-wrapper .btn-link {
  color: #2196f3;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap-wrapper .btn-link,
.bootstrap-wrapper .btn-link:active,
.bootstrap-wrapper .btn-link.active,
.bootstrap-wrapper .btn-link[disabled],
.bootstrap-wrapper fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .btn-link,
.bootstrap-wrapper .btn-link:hover,
.bootstrap-wrapper .btn-link:focus,
.bootstrap-wrapper .btn-link:active {
  border-color: transparent;
}
.bootstrap-wrapper .btn-link:hover,
.bootstrap-wrapper .btn-link:focus {
  color: #0a6ebd;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-wrapper .btn-link[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .btn-link:hover,
.bootstrap-wrapper .btn-link[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .btn-link:focus {
  color: #bbbbbb;
  text-decoration: none;
}
.bootstrap-wrapper .btn-lg,
.bootstrap-wrapper .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.bootstrap-wrapper .btn-sm,
.bootstrap-wrapper .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-wrapper .btn-xs,
.bootstrap-wrapper .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-wrapper .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-wrapper .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-wrapper input[type="submit"].btn-block,
.bootstrap-wrapper input[type="reset"].btn-block,
.bootstrap-wrapper input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-wrapper .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-wrapper .fade.in {
  opacity: 1;
}
.bootstrap-wrapper .collapse {
  display: none;
}
.bootstrap-wrapper .collapse.in {
  display: block;
}
.bootstrap-wrapper tr.collapse.in {
  display: table-row;
}
.bootstrap-wrapper tbody.collapse.in {
  display: table-row-group;
}
.bootstrap-wrapper .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-wrapper .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-wrapper .dropup,
.bootstrap-wrapper .dropdown {
  position: relative;
}
.bootstrap-wrapper .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-wrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-wrapper .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-wrapper .dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-wrapper .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666666;
  white-space: nowrap;
}
.bootstrap-wrapper .dropdown-menu > li > a:hover,
.bootstrap-wrapper .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #141414;
  background-color: #eeeeee;
}
.bootstrap-wrapper .dropdown-menu > .active > a,
.bootstrap-wrapper .dropdown-menu > .active > a:hover,
.bootstrap-wrapper .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2196f3;
}
.bootstrap-wrapper .dropdown-menu > .disabled > a,
.bootstrap-wrapper .dropdown-menu > .disabled > a:hover,
.bootstrap-wrapper .dropdown-menu > .disabled > a:focus {
  color: #bbbbbb;
}
.bootstrap-wrapper .dropdown-menu > .disabled > a:hover,
.bootstrap-wrapper .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.bootstrap-wrapper .open > .dropdown-menu {
  display: block;
}
.bootstrap-wrapper .open > a {
  outline: 0;
}
.bootstrap-wrapper .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap-wrapper .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap-wrapper .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.846;
  color: #bbbbbb;
  white-space: nowrap;
}
.bootstrap-wrapper .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap-wrapper .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-wrapper .dropup .caret,
.bootstrap-wrapper .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.bootstrap-wrapper .dropup .dropdown-menu,
.bootstrap-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap-wrapper .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap-wrapper .btn-group,
.bootstrap-wrapper .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-wrapper .btn-group > .btn,
.bootstrap-wrapper .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-wrapper .btn-group > .btn:hover,
.bootstrap-wrapper .btn-group-vertical > .btn:hover,
.bootstrap-wrapper .btn-group > .btn:focus,
.bootstrap-wrapper .btn-group-vertical > .btn:focus,
.bootstrap-wrapper .btn-group > .btn:active,
.bootstrap-wrapper .btn-group-vertical > .btn:active,
.bootstrap-wrapper .btn-group > .btn.active,
.bootstrap-wrapper .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-wrapper .btn-group .btn + .btn,
.bootstrap-wrapper .btn-group .btn + .btn-group,
.bootstrap-wrapper .btn-group .btn-group + .btn,
.bootstrap-wrapper .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-wrapper .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-wrapper .btn-toolbar .btn-group,
.bootstrap-wrapper .btn-toolbar .input-group {
  float: left;
}
.bootstrap-wrapper .btn-toolbar > .btn,
.bootstrap-wrapper .btn-toolbar > .btn-group,
.bootstrap-wrapper .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-wrapper .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-wrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn:last-child:not(:first-child),
.bootstrap-wrapper .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn-group {
  float: left;
}
.bootstrap-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .btn-group .dropdown-toggle:active,
.bootstrap-wrapper .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-wrapper .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap-wrapper .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap-wrapper .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-wrapper .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .btn .caret {
  margin-left: 0;
}
.bootstrap-wrapper .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-wrapper .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-wrapper .btn-group-vertical > .btn,
.bootstrap-wrapper .btn-group-vertical > .btn-group,
.bootstrap-wrapper .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-wrapper .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-wrapper .btn-group-vertical > .btn + .btn,
.bootstrap-wrapper .btn-group-vertical > .btn + .btn-group,
.bootstrap-wrapper .btn-group-vertical > .btn-group + .btn,
.bootstrap-wrapper .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-wrapper .btn-group-justified > .btn,
.bootstrap-wrapper .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap-wrapper .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-wrapper .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-wrapper [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-wrapper [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-wrapper .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-wrapper .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-wrapper .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-wrapper .input-group-lg > .form-control,
.bootstrap-wrapper .input-group-lg > .input-group-addon,
.bootstrap-wrapper .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.bootstrap-wrapper select.input-group-lg > .form-control,
.bootstrap-wrapper select.input-group-lg > .input-group-addon,
.bootstrap-wrapper select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
.bootstrap-wrapper textarea.input-group-lg > .form-control,
.bootstrap-wrapper textarea.input-group-lg > .input-group-addon,
.bootstrap-wrapper textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-wrapper select[multiple].input-group-lg > .form-control,
.bootstrap-wrapper select[multiple].input-group-lg > .input-group-addon,
.bootstrap-wrapper select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-wrapper .input-group-sm > .form-control,
.bootstrap-wrapper .input-group-sm > .input-group-addon,
.bootstrap-wrapper .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-wrapper select.input-group-sm > .form-control,
.bootstrap-wrapper select.input-group-sm > .input-group-addon,
.bootstrap-wrapper select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-wrapper textarea.input-group-sm > .form-control,
.bootstrap-wrapper textarea.input-group-sm > .input-group-addon,
.bootstrap-wrapper textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-wrapper select[multiple].input-group-sm > .form-control,
.bootstrap-wrapper select[multiple].input-group-sm > .input-group-addon,
.bootstrap-wrapper select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-wrapper .input-group-addon,
.bootstrap-wrapper .input-group-btn,
.bootstrap-wrapper .input-group .form-control {
  display: table-cell;
}
.bootstrap-wrapper .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-wrapper .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-wrapper .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-wrapper .input-group-addon,
.bootstrap-wrapper .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-wrapper .input-group-addon {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.bootstrap-wrapper .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-wrapper .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.bootstrap-wrapper .input-group-addon input[type="radio"],
.bootstrap-wrapper .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-wrapper .input-group .form-control:first-child,
.bootstrap-wrapper .input-group-addon:first-child,
.bootstrap-wrapper .input-group-btn:first-child > .btn,
.bootstrap-wrapper .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-wrapper .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-wrapper .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-wrapper .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-wrapper .input-group .form-control:last-child,
.bootstrap-wrapper .input-group-addon:last-child,
.bootstrap-wrapper .input-group-btn:last-child > .btn,
.bootstrap-wrapper .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-wrapper .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-wrapper .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-wrapper .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-wrapper .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-wrapper .input-group-btn > .btn {
  position: relative;
}
.bootstrap-wrapper .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-wrapper .input-group-btn > .btn:hover,
.bootstrap-wrapper .input-group-btn > .btn:focus,
.bootstrap-wrapper .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-wrapper .input-group-btn:first-child > .btn,
.bootstrap-wrapper .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-wrapper .input-group-btn:last-child > .btn,
.bootstrap-wrapper .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.bootstrap-wrapper .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap-wrapper .nav > li {
  position: relative;
  display: block;
}
.bootstrap-wrapper .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-wrapper .nav > li > a:hover,
.bootstrap-wrapper .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-wrapper .nav > li.disabled > a {
  color: #bbbbbb;
}
.bootstrap-wrapper .nav > li.disabled > a:hover,
.bootstrap-wrapper .nav > li.disabled > a:focus {
  color: #bbbbbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-wrapper .nav .open > a,
.bootstrap-wrapper .nav .open > a:hover,
.bootstrap-wrapper .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2196f3;
}
.bootstrap-wrapper .nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-wrapper .nav > li > a > img {
  max-width: none;
}
.bootstrap-wrapper .nav-tabs {
  border-bottom: 1px solid transparent;
}
.bootstrap-wrapper .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-wrapper .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.bootstrap-wrapper .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}
.bootstrap-wrapper .nav-tabs > li.active > a,
.bootstrap-wrapper .nav-tabs > li.active > a:hover,
.bootstrap-wrapper .nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap-wrapper .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-wrapper .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-wrapper .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-wrapper .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-wrapper .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-wrapper .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.bootstrap-wrapper .nav-tabs.nav-justified > .active > a,
.bootstrap-wrapper .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-wrapper .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .bootstrap-wrapper .nav-tabs.nav-justified > .active > a,
  .bootstrap-wrapper .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-wrapper .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap-wrapper .nav-pills > li {
  float: left;
}
.bootstrap-wrapper .nav-pills > li > a {
  border-radius: 3px;
}
.bootstrap-wrapper .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-wrapper .nav-pills > li.active > a,
.bootstrap-wrapper .nav-pills > li.active > a:hover,
.bootstrap-wrapper .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2196f3;
}
.bootstrap-wrapper .nav-stacked > li {
  float: none;
}
.bootstrap-wrapper .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-wrapper .nav-justified {
  width: 100%;
}
.bootstrap-wrapper .nav-justified > li {
  float: none;
}
.bootstrap-wrapper .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-wrapper .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-wrapper .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-wrapper .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-wrapper .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.bootstrap-wrapper .nav-tabs-justified > .active > a,
.bootstrap-wrapper .nav-tabs-justified > .active > a:hover,
.bootstrap-wrapper .nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .bootstrap-wrapper .nav-tabs-justified > .active > a,
  .bootstrap-wrapper .nav-tabs-justified > .active > a:hover,
  .bootstrap-wrapper .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap-wrapper .tab-content > .tab-pane {
  display: none;
}
.bootstrap-wrapper .tab-content > .active {
  display: block;
}
.bootstrap-wrapper .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-header {
    float: left;
  }
}
.bootstrap-wrapper .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-wrapper .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-wrapper .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap-wrapper .navbar-fixed-top .navbar-collapse,
  .bootstrap-wrapper .navbar-static-top .navbar-collapse,
  .bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap-wrapper .navbar-fixed-top .navbar-collapse,
.bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-wrapper .navbar-fixed-top .navbar-collapse,
  .bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap-wrapper .container > .navbar-header,
.bootstrap-wrapper .container-fluid > .navbar-header,
.bootstrap-wrapper .container > .navbar-collapse,
.bootstrap-wrapper .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container > .navbar-header,
  .bootstrap-wrapper .container-fluid > .navbar-header,
  .bootstrap-wrapper .container > .navbar-collapse,
  .bootstrap-wrapper .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-wrapper .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-wrapper .navbar-fixed-top,
.bootstrap-wrapper .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-fixed-top,
  .bootstrap-wrapper .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-wrapper .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-wrapper .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-wrapper .navbar-brand {
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 64px;
}
.bootstrap-wrapper .navbar-brand:hover,
.bootstrap-wrapper .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-wrapper .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar > .container .navbar-brand,
  .bootstrap-wrapper .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-wrapper .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.bootstrap-wrapper .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-wrapper .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-wrapper .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-toggle {
    display: none;
  }
}
.bootstrap-wrapper .navbar-nav {
  margin: 10.25px -15px;
}
.bootstrap-wrapper .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .bootstrap-wrapper .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-wrapper .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-wrapper .navbar-nav > li {
    float: left;
  }
  .bootstrap-wrapper .navbar-nav > li > a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
  }
}
.bootstrap-wrapper .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-wrapper .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-wrapper .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-wrapper .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-wrapper .navbar-form .input-group .input-group-addon,
  .bootstrap-wrapper .navbar-form .input-group .input-group-btn,
  .bootstrap-wrapper .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-wrapper .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-wrapper .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-wrapper .navbar-form .radio,
  .bootstrap-wrapper .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-wrapper .navbar-form .radio label,
  .bootstrap-wrapper .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-wrapper .navbar-form .radio input[type="radio"],
  .bootstrap-wrapper .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-wrapper .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-wrapper .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-wrapper .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-wrapper .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-wrapper .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-wrapper .navbar-btn {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.bootstrap-wrapper .navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.bootstrap-wrapper .navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}
.bootstrap-wrapper .navbar-text {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .navbar-left {
    float: left !important;
  }
  .bootstrap-wrapper .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-wrapper .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-wrapper .navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-brand {
  color: #666666;
}
.bootstrap-wrapper .navbar-default .navbar-brand:hover,
.bootstrap-wrapper .navbar-default .navbar-brand:focus {
  color: #212121;
  background-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-text {
  color: #bbbbbb;
}
.bootstrap-wrapper .navbar-default .navbar-nav > li > a {
  color: #666666;
}
.bootstrap-wrapper .navbar-default .navbar-nav > li > a:hover,
.bootstrap-wrapper .navbar-default .navbar-nav > li > a:focus {
  color: #212121;
  background-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-nav > .active > a,
.bootstrap-wrapper .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-wrapper .navbar-default .navbar-nav > .active > a:focus {
  color: #212121;
  background-color: #eeeeee;
}
.bootstrap-wrapper .navbar-default .navbar-nav > .disabled > a,
.bootstrap-wrapper .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-wrapper .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-toggle {
  border-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-toggle:hover,
.bootstrap-wrapper .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.bootstrap-wrapper .navbar-default .navbar-collapse,
.bootstrap-wrapper .navbar-default .navbar-form {
  border-color: transparent;
}
.bootstrap-wrapper .navbar-default .navbar-nav > .open > a,
.bootstrap-wrapper .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-wrapper .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #212121;
}
@media (max-width: 767px) {
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #212121;
    background-color: transparent;
  }
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #212121;
    background-color: #eeeeee;
  }
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap-wrapper .navbar-default .navbar-link {
  color: #666666;
}
.bootstrap-wrapper .navbar-default .navbar-link:hover {
  color: #212121;
}
.bootstrap-wrapper .navbar-default .btn-link {
  color: #666666;
}
.bootstrap-wrapper .navbar-default .btn-link:hover,
.bootstrap-wrapper .navbar-default .btn-link:focus {
  color: #212121;
}
.bootstrap-wrapper .navbar-default .btn-link[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-wrapper .navbar-default .btn-link[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bootstrap-wrapper .navbar-inverse {
  background-color: #2196f3;
  border-color: transparent;
}
.bootstrap-wrapper .navbar-inverse .navbar-brand {
  color: #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .navbar-brand:hover,
.bootstrap-wrapper .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap-wrapper .navbar-inverse .navbar-text {
  color: #bbbbbb;
}
.bootstrap-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-wrapper .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap-wrapper .navbar-inverse .navbar-nav > .active > a,
.bootstrap-wrapper .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-wrapper .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0c7cd5;
}
.bootstrap-wrapper .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-wrapper .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-wrapper .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.bootstrap-wrapper .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.bootstrap-wrapper .navbar-inverse .navbar-toggle:hover,
.bootstrap-wrapper .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.bootstrap-wrapper .navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.bootstrap-wrapper .navbar-inverse .navbar-collapse,
.bootstrap-wrapper .navbar-inverse .navbar-form {
  border-color: #0c84e4;
}
.bootstrap-wrapper .navbar-inverse .navbar-nav > .open > a,
.bootstrap-wrapper .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-wrapper .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0c7cd5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b2dbfb;
  }
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0c7cd5;
  }
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.bootstrap-wrapper .navbar-inverse .navbar-link {
  color: #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap-wrapper .navbar-inverse .btn-link {
  color: #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .btn-link:hover,
.bootstrap-wrapper .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.bootstrap-wrapper .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-wrapper fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-wrapper .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-wrapper fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.bootstrap-wrapper .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.bootstrap-wrapper .breadcrumb > li {
  display: inline-block;
}
.bootstrap-wrapper .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.bootstrap-wrapper .breadcrumb > .active {
  color: #bbbbbb;
}
.bootstrap-wrapper .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px;
}
.bootstrap-wrapper .pagination > li {
  display: inline;
}
.bootstrap-wrapper .pagination > li > a,
.bootstrap-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.846;
  text-decoration: none;
  color: #2196f3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.bootstrap-wrapper .pagination > li:first-child > a,
.bootstrap-wrapper .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-wrapper .pagination > li:last-child > a,
.bootstrap-wrapper .pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-wrapper .pagination > li > a:hover,
.bootstrap-wrapper .pagination > li > span:hover,
.bootstrap-wrapper .pagination > li > a:focus,
.bootstrap-wrapper .pagination > li > span:focus {
  color: #0a6ebd;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.bootstrap-wrapper .pagination > .active > a,
.bootstrap-wrapper .pagination > .active > span,
.bootstrap-wrapper .pagination > .active > a:hover,
.bootstrap-wrapper .pagination > .active > span:hover,
.bootstrap-wrapper .pagination > .active > a:focus,
.bootstrap-wrapper .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  cursor: default;
}
.bootstrap-wrapper .pagination > .disabled > span,
.bootstrap-wrapper .pagination > .disabled > span:hover,
.bootstrap-wrapper .pagination > .disabled > span:focus,
.bootstrap-wrapper .pagination > .disabled > a,
.bootstrap-wrapper .pagination > .disabled > a:hover,
.bootstrap-wrapper .pagination > .disabled > a:focus {
  color: #bbbbbb;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.bootstrap-wrapper .pagination-lg > li > a,
.bootstrap-wrapper .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.bootstrap-wrapper .pagination-lg > li:first-child > a,
.bootstrap-wrapper .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-wrapper .pagination-lg > li:last-child > a,
.bootstrap-wrapper .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-wrapper .pagination-sm > li > a,
.bootstrap-wrapper .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.bootstrap-wrapper .pagination-sm > li:first-child > a,
.bootstrap-wrapper .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-wrapper .pagination-sm > li:last-child > a,
.bootstrap-wrapper .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-wrapper .pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.bootstrap-wrapper .pager li {
  display: inline;
}
.bootstrap-wrapper .pager li > a,
.bootstrap-wrapper .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.bootstrap-wrapper .pager li > a:hover,
.bootstrap-wrapper .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-wrapper .pager .next > a,
.bootstrap-wrapper .pager .next > span {
  float: right;
}
.bootstrap-wrapper .pager .previous > a,
.bootstrap-wrapper .pager .previous > span {
  float: left;
}
.bootstrap-wrapper .pager .disabled > a,
.bootstrap-wrapper .pager .disabled > a:hover,
.bootstrap-wrapper .pager .disabled > a:focus,
.bootstrap-wrapper .pager .disabled > span {
  color: #bbbbbb;
  background-color: #ffffff;
  cursor: not-allowed;
}
.bootstrap-wrapper .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-wrapper a.label:hover,
.bootstrap-wrapper a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-wrapper .label:empty {
  display: none;
}
.bootstrap-wrapper .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-wrapper .label-default {
  background-color: #bbbbbb;
}
.bootstrap-wrapper .label-default[href]:hover,
.bootstrap-wrapper .label-default[href]:focus {
  background-color: #a2a2a2;
}
.bootstrap-wrapper .label-primary {
  background-color: #2196f3;
}
.bootstrap-wrapper .label-primary[href]:hover,
.bootstrap-wrapper .label-primary[href]:focus {
  background-color: #0c7cd5;
}
.bootstrap-wrapper .label-success {
  background-color: #4caf50;
}
.bootstrap-wrapper .label-success[href]:hover,
.bootstrap-wrapper .label-success[href]:focus {
  background-color: #3d8b40;
}
.bootstrap-wrapper .label-info {
  background-color: #9c27b0;
}
.bootstrap-wrapper .label-info[href]:hover,
.bootstrap-wrapper .label-info[href]:focus {
  background-color: #771e86;
}
.bootstrap-wrapper .label-warning {
  background-color: #ff9800;
}
.bootstrap-wrapper .label-warning[href]:hover,
.bootstrap-wrapper .label-warning[href]:focus {
  background-color: #cc7a00;
}
.bootstrap-wrapper .label-danger {
  background-color: #e51c23;
}
.bootstrap-wrapper .label-danger[href]:hover,
.bootstrap-wrapper .label-danger[href]:focus {
  background-color: #b9151b;
}
.bootstrap-wrapper .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bbbbbb;
  border-radius: 10px;
}
.bootstrap-wrapper .badge:empty {
  display: none;
}
.bootstrap-wrapper .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-wrapper .btn-xs .badge,
.bootstrap-wrapper .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap-wrapper a.badge:hover,
.bootstrap-wrapper a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-wrapper .list-group-item.active > .badge,
.bootstrap-wrapper .nav-pills > .active > a > .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.bootstrap-wrapper .list-group-item > .badge {
  float: right;
}
.bootstrap-wrapper .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrap-wrapper .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap-wrapper .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9f9;
}
.bootstrap-wrapper .jumbotron h1,
.bootstrap-wrapper .jumbotron .h1 {
  color: #444444;
}
.bootstrap-wrapper .jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.bootstrap-wrapper .jumbotron > hr {
  border-top-color: #e0e0e0;
}
.bootstrap-wrapper .container .jumbotron,
.bootstrap-wrapper .container-fluid .jumbotron {
  border-radius: 3px;
}
.bootstrap-wrapper .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-wrapper .jumbotron {
    padding: 48px 0;
  }
  .bootstrap-wrapper .container .jumbotron,
  .bootstrap-wrapper .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bootstrap-wrapper .jumbotron h1,
  .bootstrap-wrapper .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.bootstrap-wrapper .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap-wrapper .thumbnail > img,
.bootstrap-wrapper .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-wrapper a.thumbnail:hover,
.bootstrap-wrapper a.thumbnail:focus,
.bootstrap-wrapper a.thumbnail.active {
  border-color: #2196f3;
}
.bootstrap-wrapper .thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.bootstrap-wrapper .alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.bootstrap-wrapper .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-wrapper .alert .alert-link {
  font-weight: bold;
}
.bootstrap-wrapper .alert > p,
.bootstrap-wrapper .alert > ul {
  margin-bottom: 0;
}
.bootstrap-wrapper .alert > p + p {
  margin-top: 5px;
}
.bootstrap-wrapper .alert-dismissable,
.bootstrap-wrapper .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-wrapper .alert-dismissable .close,
.bootstrap-wrapper .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-wrapper .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #4caf50;
}
.bootstrap-wrapper .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-wrapper .alert-success .alert-link {
  color: #3d8b40;
}
.bootstrap-wrapper .alert-info {
  background-color: #e1bee7;
  border-color: #cba4dd;
  color: #9c27b0;
}
.bootstrap-wrapper .alert-info hr {
  border-top-color: #c191d6;
}
.bootstrap-wrapper .alert-info .alert-link {
  color: #771e86;
}
.bootstrap-wrapper .alert-warning {
  background-color: #ffe0b2;
  border-color: #ffc599;
  color: #ff9800;
}
.bootstrap-wrapper .alert-warning hr {
  border-top-color: #ffb67f;
}
.bootstrap-wrapper .alert-warning .alert-link {
  color: #cc7a00;
}
.bootstrap-wrapper .alert-danger {
  background-color: #f9bdbb;
  border-color: #f7a4af;
  color: #e51c23;
}
.bootstrap-wrapper .alert-danger hr {
  border-top-color: #f58c9a;
}
.bootstrap-wrapper .alert-danger .alert-link {
  color: #b9151b;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-wrapper .progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-wrapper .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-wrapper .progress-striped .progress-bar,
.bootstrap-wrapper .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap-wrapper .progress.active .progress-bar,
.bootstrap-wrapper .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-wrapper .progress-bar-success {
  background-color: #4caf50;
}
.bootstrap-wrapper .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wrapper .progress-bar-info {
  background-color: #9c27b0;
}
.bootstrap-wrapper .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wrapper .progress-bar-warning {
  background-color: #ff9800;
}
.bootstrap-wrapper .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wrapper .progress-bar-danger {
  background-color: #e51c23;
}
.bootstrap-wrapper .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wrapper .media {
  margin-top: 15px;
}
.bootstrap-wrapper .media:first-child {
  margin-top: 0;
}
.bootstrap-wrapper .media,
.bootstrap-wrapper .media-body {
  zoom: 1;
  overflow: hidden;
}
.bootstrap-wrapper .media-body {
  width: 10000px;
}
.bootstrap-wrapper .media-object {
  display: block;
}
.bootstrap-wrapper .media-right,
.bootstrap-wrapper .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-wrapper .media-left,
.bootstrap-wrapper .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-wrapper .media-left,
.bootstrap-wrapper .media-right,
.bootstrap-wrapper .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-wrapper .media-middle {
  vertical-align: middle;
}
.bootstrap-wrapper .media-bottom {
  vertical-align: bottom;
}
.bootstrap-wrapper .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-wrapper .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-wrapper .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bootstrap-wrapper .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.bootstrap-wrapper .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-wrapper .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-wrapper a.list-group-item {
  color: #555555;
}
.bootstrap-wrapper a.list-group-item .list-group-item-heading {
  color: #333333;
}
.bootstrap-wrapper a.list-group-item:hover,
.bootstrap-wrapper a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.bootstrap-wrapper .list-group-item.disabled,
.bootstrap-wrapper .list-group-item.disabled:hover,
.bootstrap-wrapper .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #bbbbbb;
  cursor: not-allowed;
}
.bootstrap-wrapper .list-group-item.disabled .list-group-item-heading,
.bootstrap-wrapper .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-wrapper .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-wrapper .list-group-item.disabled .list-group-item-text,
.bootstrap-wrapper .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-wrapper .list-group-item.disabled:focus .list-group-item-text {
  color: #bbbbbb;
}
.bootstrap-wrapper .list-group-item.active,
.bootstrap-wrapper .list-group-item.active:hover,
.bootstrap-wrapper .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.bootstrap-wrapper .list-group-item.active .list-group-item-heading,
.bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading,
.bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading,
.bootstrap-wrapper .list-group-item.active .list-group-item-heading > small,
.bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-wrapper .list-group-item.active .list-group-item-heading > .small,
.bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-wrapper .list-group-item.active .list-group-item-text,
.bootstrap-wrapper .list-group-item.active:hover .list-group-item-text,
.bootstrap-wrapper .list-group-item.active:focus .list-group-item-text {
  color: #e3f2fd;
}
.bootstrap-wrapper .list-group-item-success {
  color: #4caf50;
  background-color: #dff0d8;
}
.bootstrap-wrapper a.list-group-item-success {
  color: #4caf50;
}
.bootstrap-wrapper a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap-wrapper a.list-group-item-success:hover,
.bootstrap-wrapper a.list-group-item-success:focus {
  color: #4caf50;
  background-color: #d0e9c6;
}
.bootstrap-wrapper a.list-group-item-success.active,
.bootstrap-wrapper a.list-group-item-success.active:hover,
.bootstrap-wrapper a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.bootstrap-wrapper .list-group-item-info {
  color: #9c27b0;
  background-color: #e1bee7;
}
.bootstrap-wrapper a.list-group-item-info {
  color: #9c27b0;
}
.bootstrap-wrapper a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap-wrapper a.list-group-item-info:hover,
.bootstrap-wrapper a.list-group-item-info:focus {
  color: #9c27b0;
  background-color: #d8abe0;
}
.bootstrap-wrapper a.list-group-item-info.active,
.bootstrap-wrapper a.list-group-item-info.active:hover,
.bootstrap-wrapper a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.bootstrap-wrapper .list-group-item-warning {
  color: #ff9800;
  background-color: #ffe0b2;
}
.bootstrap-wrapper a.list-group-item-warning {
  color: #ff9800;
}
.bootstrap-wrapper a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap-wrapper a.list-group-item-warning:hover,
.bootstrap-wrapper a.list-group-item-warning:focus {
  color: #ff9800;
  background-color: #ffd699;
}
.bootstrap-wrapper a.list-group-item-warning.active,
.bootstrap-wrapper a.list-group-item-warning.active:hover,
.bootstrap-wrapper a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.bootstrap-wrapper .list-group-item-danger {
  color: #e51c23;
  background-color: #f9bdbb;
}
.bootstrap-wrapper a.list-group-item-danger {
  color: #e51c23;
}
.bootstrap-wrapper a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap-wrapper a.list-group-item-danger:hover,
.bootstrap-wrapper a.list-group-item-danger:focus {
  color: #e51c23;
  background-color: #f7a6a4;
}
.bootstrap-wrapper a.list-group-item-danger.active,
.bootstrap-wrapper a.list-group-item-danger.active:hover,
.bootstrap-wrapper a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51c23;
  border-color: #e51c23;
}
.bootstrap-wrapper .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-wrapper .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-wrapper .panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-wrapper .panel-body {
  padding: 15px;
}
.bootstrap-wrapper .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.bootstrap-wrapper .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-wrapper .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.bootstrap-wrapper .panel-title > a,
.bootstrap-wrapper .panel-title > small,
.bootstrap-wrapper .panel-title > .small,
.bootstrap-wrapper .panel-title > small > a,
.bootstrap-wrapper .panel-title > .small > a {
  color: inherit;
}
.bootstrap-wrapper .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-wrapper .panel > .list-group,
.bootstrap-wrapper .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-wrapper .panel > .list-group .list-group-item,
.bootstrap-wrapper .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-wrapper .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-wrapper .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.bootstrap-wrapper .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-wrapper .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-wrapper .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-wrapper .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-wrapper .panel > .table,
.bootstrap-wrapper .panel > .table-responsive > .table,
.bootstrap-wrapper .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-wrapper .panel > .table caption,
.bootstrap-wrapper .panel > .table-responsive > .table caption,
.bootstrap-wrapper .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-wrapper .panel > .table:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.bootstrap-wrapper .panel > .table:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.bootstrap-wrapper .panel > .panel-body + .table,
.bootstrap-wrapper .panel > .panel-body + .table-responsive,
.bootstrap-wrapper .panel > .table + .panel-body,
.bootstrap-wrapper .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.bootstrap-wrapper .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-wrapper .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-wrapper .panel > .table-bordered,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-wrapper .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-wrapper .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-wrapper .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-wrapper .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-wrapper .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-wrapper .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-wrapper .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-wrapper .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-wrapper .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-wrapper .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-wrapper .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-wrapper .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-wrapper .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-wrapper .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-wrapper .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap-wrapper .panel-group {
  margin-bottom: 23px;
}
.bootstrap-wrapper .panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.bootstrap-wrapper .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-wrapper .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-wrapper .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.bootstrap-wrapper .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-wrapper .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.bootstrap-wrapper .panel-default {
  border-color: #dddddd;
}
.bootstrap-wrapper .panel-default > .panel-heading {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.bootstrap-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.bootstrap-wrapper .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #212121;
}
.bootstrap-wrapper .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.bootstrap-wrapper .panel-primary {
  border-color: #2196f3;
}
.bootstrap-wrapper .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.bootstrap-wrapper .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2196f3;
}
.bootstrap-wrapper .panel-primary > .panel-heading .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.bootstrap-wrapper .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2196f3;
}
.bootstrap-wrapper .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-wrapper .panel-success > .panel-heading {
  color: #4caf50;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-wrapper .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-wrapper .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #4caf50;
}
.bootstrap-wrapper .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-wrapper .panel-info {
  border-color: #cba4dd;
}
.bootstrap-wrapper .panel-info > .panel-heading {
  color: #9c27b0;
  background-color: #e1bee7;
  border-color: #cba4dd;
}
.bootstrap-wrapper .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cba4dd;
}
.bootstrap-wrapper .panel-info > .panel-heading .badge {
  color: #e1bee7;
  background-color: #9c27b0;
}
.bootstrap-wrapper .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cba4dd;
}
.bootstrap-wrapper .panel-warning {
  border-color: #ffc599;
}
.bootstrap-wrapper .panel-warning > .panel-heading {
  color: #ff9800;
  background-color: #ffe0b2;
  border-color: #ffc599;
}
.bootstrap-wrapper .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffc599;
}
.bootstrap-wrapper .panel-warning > .panel-heading .badge {
  color: #ffe0b2;
  background-color: #ff9800;
}
.bootstrap-wrapper .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffc599;
}
.bootstrap-wrapper .panel-danger {
  border-color: #f7a4af;
}
.bootstrap-wrapper .panel-danger > .panel-heading {
  color: #e51c23;
  background-color: #f9bdbb;
  border-color: #f7a4af;
}
.bootstrap-wrapper .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7a4af;
}
.bootstrap-wrapper .panel-danger > .panel-heading .badge {
  color: #f9bdbb;
  background-color: #e51c23;
}
.bootstrap-wrapper .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7a4af;
}
.bootstrap-wrapper .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-wrapper .embed-responsive .embed-responsive-item,
.bootstrap-wrapper .embed-responsive iframe,
.bootstrap-wrapper .embed-responsive embed,
.bootstrap-wrapper .embed-responsive object,
.bootstrap-wrapper .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bootstrap-wrapper .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-wrapper .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-wrapper .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-wrapper .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-wrapper .well-lg {
  padding: 24px;
  border-radius: 3px;
}
.bootstrap-wrapper .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-wrapper .close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap-wrapper .close:hover,
.bootstrap-wrapper .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-wrapper button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap-wrapper .modal-open {
  overflow: hidden;
}
.bootstrap-wrapper .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-wrapper .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap-wrapper .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-wrapper .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-wrapper .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-wrapper .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.bootstrap-wrapper .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.bootstrap-wrapper .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-wrapper .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-wrapper .modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.846px;
}
.bootstrap-wrapper .modal-header .close {
  margin-top: -2px;
}
.bootstrap-wrapper .modal-title {
  margin: 0;
  line-height: 1.846;
}
.bootstrap-wrapper .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-wrapper .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.bootstrap-wrapper .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap-wrapper .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-wrapper .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-wrapper .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-wrapper .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-wrapper .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-wrapper .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .modal-lg {
    width: 900px;
  }
}
.bootstrap-wrapper .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-wrapper .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-wrapper .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap-wrapper .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap-wrapper .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap-wrapper .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap-wrapper .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #727272;
  border-radius: 3px;
}
.bootstrap-wrapper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-wrapper .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.bootstrap-wrapper .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.bootstrap-wrapper .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.bootstrap-wrapper .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #727272;
}
.bootstrap-wrapper .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #727272;
}
.bootstrap-wrapper .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.bootstrap-wrapper .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.bootstrap-wrapper .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.bootstrap-wrapper .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.846;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.bootstrap-wrapper .popover.top {
  margin-top: -10px;
}
.bootstrap-wrapper .popover.right {
  margin-left: 10px;
}
.bootstrap-wrapper .popover.bottom {
  margin-top: 10px;
}
.bootstrap-wrapper .popover.left {
  margin-left: -10px;
}
.bootstrap-wrapper .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.bootstrap-wrapper .popover-content {
  padding: 9px 14px;
}
.bootstrap-wrapper .popover > .arrow,
.bootstrap-wrapper .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-wrapper .popover > .arrow {
  border-width: 11px;
}
.bootstrap-wrapper .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap-wrapper .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.075);
  bottom: -11px;
}
.bootstrap-wrapper .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bootstrap-wrapper .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-wrapper .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bootstrap-wrapper .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.075);
  top: -11px;
}
.bootstrap-wrapper .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bootstrap-wrapper .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-wrapper .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bootstrap-wrapper .carousel {
  position: relative;
}
.bootstrap-wrapper .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap-wrapper .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap-wrapper .carousel-inner > .item > img,
.bootstrap-wrapper .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-wrapper .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .bootstrap-wrapper .carousel-inner > .item.next,
  .bootstrap-wrapper .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-wrapper .carousel-inner > .item.prev,
  .bootstrap-wrapper .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-wrapper .carousel-inner > .item.next.left,
  .bootstrap-wrapper .carousel-inner > .item.prev.right,
  .bootstrap-wrapper .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-wrapper .carousel-inner > .active,
.bootstrap-wrapper .carousel-inner > .next,
.bootstrap-wrapper .carousel-inner > .prev {
  display: block;
}
.bootstrap-wrapper .carousel-inner > .active {
  left: 0;
}
.bootstrap-wrapper .carousel-inner > .next,
.bootstrap-wrapper .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-wrapper .carousel-inner > .next {
  left: 100%;
}
.bootstrap-wrapper .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-wrapper .carousel-inner > .next.left,
.bootstrap-wrapper .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-wrapper .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-wrapper .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-wrapper .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-wrapper .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap-wrapper .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap-wrapper .carousel-control:hover,
.bootstrap-wrapper .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-wrapper .carousel-control .icon-prev,
.bootstrap-wrapper .carousel-control .icon-next,
.bootstrap-wrapper .carousel-control .glyphicon-chevron-left,
.bootstrap-wrapper .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.bootstrap-wrapper .carousel-control .icon-prev,
.bootstrap-wrapper .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-wrapper .carousel-control .icon-next,
.bootstrap-wrapper .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-wrapper .carousel-control .icon-prev,
.bootstrap-wrapper .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.bootstrap-wrapper .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap-wrapper .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap-wrapper .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.bootstrap-wrapper .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-wrapper .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.bootstrap-wrapper .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-wrapper .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-wrapper .carousel-control .glyphicon-chevron-left,
  .bootstrap-wrapper .carousel-control .glyphicon-chevron-right,
  .bootstrap-wrapper .carousel-control .icon-prev,
  .bootstrap-wrapper .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .bootstrap-wrapper .carousel-control .glyphicon-chevron-left,
  .bootstrap-wrapper .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .bootstrap-wrapper .carousel-control .glyphicon-chevron-right,
  .bootstrap-wrapper .carousel-control .icon-next {
    margin-right: -15px;
  }
  .bootstrap-wrapper .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-wrapper .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-wrapper .clearfix:before,
.bootstrap-wrapper .clearfix:after,
.bootstrap-wrapper .dl-horizontal dd:before,
.bootstrap-wrapper .dl-horizontal dd:after,
.bootstrap-wrapper .container:before,
.bootstrap-wrapper .container:after,
.bootstrap-wrapper .container-fluid:before,
.bootstrap-wrapper .container-fluid:after,
.bootstrap-wrapper .row:before,
.bootstrap-wrapper .row:after,
.bootstrap-wrapper .form-horizontal .form-group:before,
.bootstrap-wrapper .form-horizontal .form-group:after,
.bootstrap-wrapper .btn-toolbar:before,
.bootstrap-wrapper .btn-toolbar:after,
.bootstrap-wrapper .btn-group-vertical > .btn-group:before,
.bootstrap-wrapper .btn-group-vertical > .btn-group:after,
.bootstrap-wrapper .nav:before,
.bootstrap-wrapper .nav:after,
.bootstrap-wrapper .navbar:before,
.bootstrap-wrapper .navbar:after,
.bootstrap-wrapper .navbar-header:before,
.bootstrap-wrapper .navbar-header:after,
.bootstrap-wrapper .navbar-collapse:before,
.bootstrap-wrapper .navbar-collapse:after,
.bootstrap-wrapper .pager:before,
.bootstrap-wrapper .pager:after,
.bootstrap-wrapper .panel-body:before,
.bootstrap-wrapper .panel-body:after,
.bootstrap-wrapper .modal-footer:before,
.bootstrap-wrapper .modal-footer:after {
  content: " ";
  display: table;
}
.bootstrap-wrapper .clearfix:after,
.bootstrap-wrapper .dl-horizontal dd:after,
.bootstrap-wrapper .container:after,
.bootstrap-wrapper .container-fluid:after,
.bootstrap-wrapper .row:after,
.bootstrap-wrapper .form-horizontal .form-group:after,
.bootstrap-wrapper .btn-toolbar:after,
.bootstrap-wrapper .btn-group-vertical > .btn-group:after,
.bootstrap-wrapper .nav:after,
.bootstrap-wrapper .navbar:after,
.bootstrap-wrapper .navbar-header:after,
.bootstrap-wrapper .navbar-collapse:after,
.bootstrap-wrapper .pager:after,
.bootstrap-wrapper .panel-body:after,
.bootstrap-wrapper .modal-footer:after {
  clear: both;
}
.bootstrap-wrapper .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-wrapper .pull-right {
  float: right !important;
}
.bootstrap-wrapper .pull-left {
  float: left !important;
}
.bootstrap-wrapper .hide {
  display: none !important;
}
.bootstrap-wrapper .show {
  display: block !important;
}
.bootstrap-wrapper .invisible {
  visibility: hidden;
}
.bootstrap-wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-wrapper .hidden {
  display: none !important;
}
.bootstrap-wrapper .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-wrapper .visible-xs,
.bootstrap-wrapper .visible-sm,
.bootstrap-wrapper .visible-md,
.bootstrap-wrapper .visible-lg {
  display: none !important;
}
.bootstrap-wrapper .visible-xs-block,
.bootstrap-wrapper .visible-xs-inline,
.bootstrap-wrapper .visible-xs-inline-block,
.bootstrap-wrapper .visible-sm-block,
.bootstrap-wrapper .visible-sm-inline,
.bootstrap-wrapper .visible-sm-inline-block,
.bootstrap-wrapper .visible-md-block,
.bootstrap-wrapper .visible-md-inline,
.bootstrap-wrapper .visible-md-inline-block,
.bootstrap-wrapper .visible-lg-block,
.bootstrap-wrapper .visible-lg-inline,
.bootstrap-wrapper .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-wrapper .visible-xs {
    display: block !important;
  }
  .bootstrap-wrapper table.visible-xs {
    display: table;
  }
  .bootstrap-wrapper tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-wrapper th.visible-xs,
  .bootstrap-wrapper td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-wrapper .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-wrapper .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-wrapper .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-wrapper .visible-sm {
    display: block !important;
  }
  .bootstrap-wrapper table.visible-sm {
    display: table;
  }
  .bootstrap-wrapper tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-wrapper th.visible-sm,
  .bootstrap-wrapper td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-wrapper .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-wrapper .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-wrapper .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-wrapper .visible-md {
    display: block !important;
  }
  .bootstrap-wrapper table.visible-md {
    display: table;
  }
  .bootstrap-wrapper tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-wrapper th.visible-md,
  .bootstrap-wrapper td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-wrapper .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-wrapper .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-wrapper .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .visible-lg {
    display: block !important;
  }
  .bootstrap-wrapper table.visible-lg {
    display: table;
  }
  .bootstrap-wrapper tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-wrapper th.visible-lg,
  .bootstrap-wrapper td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-wrapper .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-wrapper .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-wrapper .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-lg {
    display: none !important;
  }
}
.bootstrap-wrapper .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print {
    display: block !important;
  }
  .bootstrap-wrapper table.visible-print {
    display: table;
  }
  .bootstrap-wrapper tr.visible-print {
    display: table-row !important;
  }
  .bootstrap-wrapper th.visible-print,
  .bootstrap-wrapper td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}
.bootstrap-wrapper .navbar {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .navbar-brand {
  font-size: 24px;
}
.bootstrap-wrapper .navbar-inverse .form-control {
  color: #fff;
}
.bootstrap-wrapper .navbar-inverse .form-control::-moz-placeholder {
  color: #b2dbfb;
  opacity: 1;
}
.bootstrap-wrapper .navbar-inverse .form-control:-ms-input-placeholder {
  color: #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .form-control::-webkit-input-placeholder {
  color: #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .form-control[type=text] {
  -webkit-box-shadow: inset 0 -1px 0 #b2dbfb;
  box-shadow: inset 0 -1px 0 #b2dbfb;
}
.bootstrap-wrapper .navbar-inverse .form-control[type=text]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #ffffff;
  box-shadow: inset 0 -2px 0 #ffffff;
}
.bootstrap-wrapper .navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}
.bootstrap-wrapper .btn-default {
  background-image: -webkit-radial-gradient(circle, #ffffff 80%, #f0f0f0 81%);
  background-image: -o-radial-gradient(circle, #ffffff 80%, #f0f0f0 81%);
  background-image: radial-gradient(circle, #ffffff 80%, #f0f0f0 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
  -o-transition: background-size 2s;
  transition: background-size 2s;
}
.bootstrap-wrapper .btn-default:hover {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border-color: #f0f0f0;
}
.bootstrap-wrapper .btn-default:active {
  background-color: #f0f0f0;
  background-image: -webkit-radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-image: -o-radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-image: radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .btn-primary {
  background-image: -webkit-radial-gradient(circle, #2196f3 80%, #0d87e9 81%);
  background-image: -o-radial-gradient(circle, #2196f3 80%, #0d87e9 81%);
  background-image: radial-gradient(circle, #2196f3 80%, #0d87e9 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
  -o-transition: background-size 2s;
  transition: background-size 2s;
}
.bootstrap-wrapper .btn-primary:hover {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border-color: #0d87e9;
}
.bootstrap-wrapper .btn-primary:active {
  background-color: #0d87e9;
  background-image: -webkit-radial-gradient(circle, #0d87e9 10%, #2196f3 11%);
  background-image: -o-radial-gradient(circle, #0d87e9 10%, #2196f3 11%);
  background-image: radial-gradient(circle, #0d87e9 10%, #2196f3 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .btn-success {
  background-image: -webkit-radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-image: -o-radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-image: radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
  -o-transition: background-size 2s;
  transition: background-size 2s;
}
.bootstrap-wrapper .btn-success:hover {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border-color: #439a46;
}
.bootstrap-wrapper .btn-success:active {
  background-color: #439a46;
  background-image: -webkit-radial-gradient(circle, #439a46 10%, #4caf50 11%);
  background-image: -o-radial-gradient(circle, #439a46 10%, #4caf50 11%);
  background-image: radial-gradient(circle, #439a46 10%, #4caf50 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .btn-info {
  background-image: -webkit-radial-gradient(circle, #9c27b0 80%, #862197 81%);
  background-image: -o-radial-gradient(circle, #9c27b0 80%, #862197 81%);
  background-image: radial-gradient(circle, #9c27b0 80%, #862197 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
  -o-transition: background-size 2s;
  transition: background-size 2s;
}
.bootstrap-wrapper .btn-info:hover {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border-color: #862197;
}
.bootstrap-wrapper .btn-info:active {
  background-color: #862197;
  background-image: -webkit-radial-gradient(circle, #862197 10%, #9c27b0 11%);
  background-image: -o-radial-gradient(circle, #862197 10%, #9c27b0 11%);
  background-image: radial-gradient(circle, #862197 10%, #9c27b0 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .btn-warning {
  background-image: -webkit-radial-gradient(circle, #ff9800 80%, #e08600 81%);
  background-image: -o-radial-gradient(circle, #ff9800 80%, #e08600 81%);
  background-image: radial-gradient(circle, #ff9800 80%, #e08600 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
  -o-transition: background-size 2s;
  transition: background-size 2s;
}
.bootstrap-wrapper .btn-warning:hover {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border-color: #e08600;
}
.bootstrap-wrapper .btn-warning:active {
  background-color: #e08600;
  background-image: -webkit-radial-gradient(circle, #e08600 10%, #ff9800 11%);
  background-image: -o-radial-gradient(circle, #e08600 10%, #ff9800 11%);
  background-image: radial-gradient(circle, #e08600 10%, #ff9800 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .btn-danger {
  background-image: -webkit-radial-gradient(circle, #e51c23 80%, #cb171e 81%);
  background-image: -o-radial-gradient(circle, #e51c23 80%, #cb171e 81%);
  background-image: radial-gradient(circle, #e51c23 80%, #cb171e 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
  -o-transition: background-size 2s;
  transition: background-size 2s;
}
.bootstrap-wrapper .btn-danger:hover {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border-color: #cb171e;
}
.bootstrap-wrapper .btn-danger:active {
  background-color: #cb171e;
  background-image: -webkit-radial-gradient(circle, #cb171e 10%, #e51c23 11%);
  background-image: -o-radial-gradient(circle, #cb171e 10%, #e51c23 11%);
  background-image: radial-gradient(circle, #cb171e 10%, #e51c23 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .btn {
  text-transform: uppercase;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bootstrap-wrapper .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .btn-link:hover,
.bootstrap-wrapper .btn-link:focus {
  color: #2196f3;
  text-decoration: none;
}
.bootstrap-wrapper .btn-default.disabled {
  border: 1px solid #eeeeee;
}
.bootstrap-wrapper .btn-group .btn + .btn,
.bootstrap-wrapper .btn-group .btn + .btn-group,
.bootstrap-wrapper .btn-group .btn-group + .btn,
.bootstrap-wrapper .btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn + .btn,
.bootstrap-wrapper .btn-group-vertical > .btn + .btn-group,
.bootstrap-wrapper .btn-group-vertical > .btn-group + .btn,
.bootstrap-wrapper .btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}
.bootstrap-wrapper{
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
  text-rendering: optimizeLegibility;
}
.bootstrap-wrapper p {
  margin: 0 0 1em;
}
.bootstrap-wrapper input,
.bootstrap-wrapper button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
  text-rendering: optimizeLegibility;
}
.bootstrap-wrapper a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bootstrap-wrapper label {
  font-weight: normal;
}
.bootstrap-wrapper textarea,
.bootstrap-wrapper textarea.form-control,
.bootstrap-wrapper input.form-control,
.bootstrap-wrapper input[type=text],
.bootstrap-wrapper input[type=password],
.bootstrap-wrapper input[type=email],
.bootstrap-wrapper input[type=number],
.bootstrap-wrapper [type=text].form-control,
.bootstrap-wrapper [type=password].form-control,
.bootstrap-wrapper [type=email].form-control,
.bootstrap-wrapper [type=tel].form-control,
.bootstrap-wrapper [contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
}
.bootstrap-wrapper textarea:focus,
.bootstrap-wrapper textarea.form-control:focus,
.bootstrap-wrapper input.form-control:focus,
.bootstrap-wrapper input[type=text]:focus,
.bootstrap-wrapper input[type=password]:focus,
.bootstrap-wrapper input[type=email]:focus,
.bootstrap-wrapper input[type=number]:focus,
.bootstrap-wrapper [type=text].form-control:focus,
.bootstrap-wrapper [type=password].form-control:focus,
.bootstrap-wrapper [type=email].form-control:focus,
.bootstrap-wrapper [type=tel].form-control:focus,
.bootstrap-wrapper [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.bootstrap-wrapper textarea[disabled],
.bootstrap-wrapper textarea.form-control[disabled],
.bootstrap-wrapper input.form-control[disabled],
.bootstrap-wrapper input[type=text][disabled],
.bootstrap-wrapper input[type=password][disabled],
.bootstrap-wrapper input[type=email][disabled],
.bootstrap-wrapper input[type=number][disabled],
.bootstrap-wrapper [type=text].form-control[disabled],
.bootstrap-wrapper [type=password].form-control[disabled],
.bootstrap-wrapper [type=email].form-control[disabled],
.bootstrap-wrapper [type=tel].form-control[disabled],
.bootstrap-wrapper [contenteditable].form-control[disabled],
.bootstrap-wrapper textarea[readonly],
.bootstrap-wrapper textarea.form-control[readonly],
.bootstrap-wrapper input.form-control[readonly],
.bootstrap-wrapper input[type=text][readonly],
.bootstrap-wrapper input[type=password][readonly],
.bootstrap-wrapper input[type=email][readonly],
.bootstrap-wrapper input[type=number][readonly],
.bootstrap-wrapper [type=text].form-control[readonly],
.bootstrap-wrapper [type=password].form-control[readonly],
.bootstrap-wrapper [type=email].form-control[readonly],
.bootstrap-wrapper [type=tel].form-control[readonly],
.bootstrap-wrapper [contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}
.bootstrap-wrapper textarea.input-sm,
.bootstrap-wrapper textarea.form-control.input-sm,
.bootstrap-wrapper input.form-control.input-sm,
.bootstrap-wrapper input[type=text].input-sm,
.bootstrap-wrapper input[type=password].input-sm,
.bootstrap-wrapper input[type=email].input-sm,
.bootstrap-wrapper input[type=number].input-sm,
.bootstrap-wrapper [type=text].form-control.input-sm,
.bootstrap-wrapper [type=password].form-control.input-sm,
.bootstrap-wrapper [type=email].form-control.input-sm,
.bootstrap-wrapper [type=tel].form-control.input-sm,
.bootstrap-wrapper [contenteditable].form-control.input-sm {
  font-size: 12px;
}
.bootstrap-wrapper textarea.input-lg,
.bootstrap-wrapper textarea.form-control.input-lg,
.bootstrap-wrapper input.form-control.input-lg,
.bootstrap-wrapper input[type=text].input-lg,
.bootstrap-wrapper input[type=password].input-lg,
.bootstrap-wrapper input[type=email].input-lg,
.bootstrap-wrapper input[type=number].input-lg,
.bootstrap-wrapper [type=text].form-control.input-lg,
.bootstrap-wrapper [type=password].form-control.input-lg,
.bootstrap-wrapper [type=email].form-control.input-lg,
.bootstrap-wrapper [type=tel].form-control.input-lg,
.bootstrap-wrapper [contenteditable].form-control.input-lg {
  font-size: 17px;
}
.bootstrap-wrapper select,
.bootstrap-wrapper select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  line-height: 1.5;
}
.bootstrap-wrapper select::-ms-expand,
.bootstrap-wrapper select.form-control::-ms-expand {
  display: none;
}
.bootstrap-wrapper select.input-sm,
.bootstrap-wrapper select.form-control.input-sm {
  font-size: 12px;
}
.bootstrap-wrapper select.input-lg,
.bootstrap-wrapper select.form-control.input-lg {
  font-size: 17px;
}
.bootstrap-wrapper select:focus,
.bootstrap-wrapper select.form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}
.bootstrap-wrapper select[multiple],
.bootstrap-wrapper select.form-control[multiple] {
  background: none;
}
.bootstrap-wrapper .radio label,
.bootstrap-wrapper .radio-inline label,
.bootstrap-wrapper .checkbox label,
.bootstrap-wrapper .checkbox-inline label {
  padding-left: 25px;
}
.bootstrap-wrapper .radio input[type="radio"],
.bootstrap-wrapper .radio-inline input[type="radio"],
.bootstrap-wrapper .checkbox input[type="radio"],
.bootstrap-wrapper .checkbox-inline input[type="radio"],
.bootstrap-wrapper .radio input[type="checkbox"],
.bootstrap-wrapper .radio-inline input[type="checkbox"],
.bootstrap-wrapper .checkbox input[type="checkbox"],
.bootstrap-wrapper .checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
}
.bootstrap-wrapper input[type="radio"],
.bootstrap-wrapper .radio input[type="radio"],
.bootstrap-wrapper .radio-inline input[type="radio"] {
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
  vertical-align: -4px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.bootstrap-wrapper input[type="radio"]:focus,
.bootstrap-wrapper .radio input[type="radio"]:focus,
.bootstrap-wrapper .radio-inline input[type="radio"]:focus {
  outline: none;
}
.bootstrap-wrapper input[type="radio"]:before,
.bootstrap-wrapper .radio input[type="radio"]:before,
.bootstrap-wrapper .radio-inline input[type="radio"]:before,
.bootstrap-wrapper input[type="radio"]:after,
.bootstrap-wrapper .radio input[type="radio"]:after,
.bootstrap-wrapper .radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.bootstrap-wrapper input[type="radio"]:before,
.bootstrap-wrapper .radio input[type="radio"]:before,
.bootstrap-wrapper .radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2196f3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.bootstrap-wrapper input[type="radio"]:after,
.bootstrap-wrapper .radio input[type="radio"]:after,
.bootstrap-wrapper .radio-inline input[type="radio"]:after {
  border: 2px solid #666666;
}
.bootstrap-wrapper input[type="radio"]:checked:before,
.bootstrap-wrapper .radio input[type="radio"]:checked:before,
.bootstrap-wrapper .radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.bootstrap-wrapper input[type="radio"]:disabled:checked:before,
.bootstrap-wrapper .radio input[type="radio"]:disabled:checked:before,
.bootstrap-wrapper .radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbbbbb;
}
.bootstrap-wrapper input[type="radio"]:checked:after,
.bootstrap-wrapper .radio input[type="radio"]:checked:after,
.bootstrap-wrapper .radio-inline input[type="radio"]:checked:after {
  border-color: #2196f3;
}
.bootstrap-wrapper input[type="radio"]:disabled:after,
.bootstrap-wrapper .radio input[type="radio"]:disabled:after,
.bootstrap-wrapper .radio-inline input[type="radio"]:disabled:after,
.bootstrap-wrapper input[type="radio"]:disabled:checked:after,
.bootstrap-wrapper .radio input[type="radio"]:disabled:checked:after,
.bootstrap-wrapper .radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbbbbb;
}
.bootstrap-wrapper input[type="checkbox"],
.bootstrap-wrapper .checkbox input[type="checkbox"],
.bootstrap-wrapper .checkbox-inline input[type="checkbox"] {
  position: relative;
  vertical-align: -4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.bootstrap-wrapper input[type="checkbox"]:focus,
.bootstrap-wrapper .checkbox input[type="checkbox"]:focus,
.bootstrap-wrapper .checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
.bootstrap-wrapper input[type="checkbox"]:after,
.bootstrap-wrapper .checkbox input[type="checkbox"]:after,
.bootstrap-wrapper .checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.bootstrap-wrapper input[type="checkbox"]:checked:before,
.bootstrap-wrapper .checkbox input[type="checkbox"]:checked:before,
.bootstrap-wrapper .checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-wrapper input[type="checkbox"]:checked:after,
.bootstrap-wrapper .checkbox input[type="checkbox"]:checked:after,
.bootstrap-wrapper .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #2196f3;
  border-color: #2196f3;
}
.bootstrap-wrapper input[type="checkbox"]:disabled:after,
.bootstrap-wrapper .checkbox input[type="checkbox"]:disabled:after,
.bootstrap-wrapper .checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbbbbb;
}
.bootstrap-wrapper input[type="checkbox"]:disabled:checked:after,
.bootstrap-wrapper .checkbox input[type="checkbox"]:disabled:checked:after,
.bootstrap-wrapper .checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbbbbb;
  border-color: transparent;
}
.bootstrap-wrapper .has-warning input:not([type=checkbox]),
.bootstrap-wrapper .has-warning .form-control,
.bootstrap-wrapper .has-warning input:not([type=checkbox]):focus,
.bootstrap-wrapper .has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #ff9800;
  box-shadow: inset 0 -2px 0 #ff9800;
}
.bootstrap-wrapper .has-error input:not([type=checkbox]),
.bootstrap-wrapper .has-error .form-control,
.bootstrap-wrapper .has-error input:not([type=checkbox]):focus,
.bootstrap-wrapper .has-error .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #e51c23;
  box-shadow: inset 0 -2px 0 #e51c23;
}
.bootstrap-wrapper .has-success input:not([type=checkbox]),
.bootstrap-wrapper .has-success .form-control,
.bootstrap-wrapper .has-success input:not([type=checkbox]):focus,
.bootstrap-wrapper .has-success .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #4caf50;
  box-shadow: inset 0 -2px 0 #4caf50;
}
.bootstrap-wrapper .nav-tabs > li > a,
.bootstrap-wrapper .nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #666666;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bootstrap-wrapper .nav-tabs > li > a:hover,
.bootstrap-wrapper .nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  color: #2196f3;
}
.bootstrap-wrapper .nav-tabs > li.active > a,
.bootstrap-wrapper .nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  color: #2196f3;
}
.bootstrap-wrapper .nav-tabs > li.active > a:hover,
.bootstrap-wrapper .nav-tabs > li.active > a:focus:hover {
  border: none;
  color: #2196f3;
}
.bootstrap-wrapper .nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
}
.bootstrap-wrapper .nav-tabs.nav-justified > li > a,
.bootstrap-wrapper .nav-tabs.nav-justified > li > a:hover,
.bootstrap-wrapper .nav-tabs.nav-justified > .active > a,
.bootstrap-wrapper .nav-tabs.nav-justified > .active > a:hover {
  border: none;
}
.bootstrap-wrapper .nav-tabs .dropdown-menu {
  margin-top: 0;
}
.bootstrap-wrapper .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .alert {
  border: none;
  color: #fff;
}
.bootstrap-wrapper .alert-success {
  background-color: #4caf50;
}
.bootstrap-wrapper .alert-info {
  background-color: #9c27b0;
}
.bootstrap-wrapper .alert-warning {
  background-color: #ff9800;
}
.bootstrap-wrapper .alert-danger {
  background-color: #e51c23;
}
.bootstrap-wrapper .alert a:not(.close),
.bootstrap-wrapper .alert .alert-link {
  color: #fff;
  font-weight: bold;
}
.bootstrap-wrapper .alert .close {
  color: #fff;
}
.bootstrap-wrapper .badge {
  padding: 3px 6px 5px;
}
.bootstrap-wrapper .progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .progress-bar:last-child {
  border-radius: 0 3px 3px 0;
}
.bootstrap-wrapper .progress-bar:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #cae6fc;
}
.bootstrap-wrapper .progress-bar-success:last-child.progress-bar:before {
  background-color: #c7e7c8;
}
.bootstrap-wrapper .progress-bar-info:last-child.progress-bar:before {
  background-color: #edc9f3;
}
.bootstrap-wrapper .progress-bar-warning:last-child.progress-bar:before {
  background-color: #ffe0b3;
}
.bootstrap-wrapper .progress-bar-danger:last-child.progress-bar:before {
  background-color: #f28e92;
}
.bootstrap-wrapper .close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
}
.bootstrap-wrapper .close:hover {
  opacity: 1;
}
.bootstrap-wrapper .list-group-item {
  /*padding: 15px;*/
  padding: 25px;
}
.bootstrap-wrapper .list-group-item-text {
  color: #bbbbbb;
}
.bootstrap-wrapper .well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .panel {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .panel-heading {
  border-bottom: none;
}
.bootstrap-wrapper .panel-footer {
  border-top: none;
}
.bootstrap-wrapper .panel-success .panel-heading {
  background-color: #4caf50;
}
.bootstrap-wrapper .panel-success .panel-title {
  color: #fff;
}
.bootstrap-wrapper .panel-info .panel-heading {
  background-color: #9c27b0;
}
.bootstrap-wrapper .panel-info .panel-title {
  color: #fff;
}
.bootstrap-wrapper .panel-warning .panel-heading {
  background-color: #ff9800;
}
.bootstrap-wrapper .panel-warning .panel-title {
  color: #fff;
}
.bootstrap-wrapper .panel-danger .panel-heading {
  background-color: #e51c23;
}
.bootstrap-wrapper .panel-danger .panel-title {
  color: #fff;
}
.bootstrap-wrapper .popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.bootstrap-wrapper .carousel-caption h1,
.bootstrap-wrapper .carousel-caption h2,
.bootstrap-wrapper .carousel-caption h3,
.bootstrap-wrapper .carousel-caption h4,
.bootstrap-wrapper .carousel-caption h5,
.bootstrap-wrapper .carousel-caption h6 {
  color: inherit;
}

 

input[type="color"] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#photo-grid-pro-editor-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
   
}

#gd-editor-top {
    height: 96px;
    z-index: 1;
}

#gd-editor-bottom {
    /*flex: 1;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    position: relative;
    height: 100%;
}

.bg-info, .bg-danger {
    padding: 8px 16px;
}

#load-code-error {
    display: none;
}

/* TOOLBAR */

.toolbar-block {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gd-toolbar-wrap {
    flex: 1;
    height: 96px;
    padding: 16px;
    background: #333;
 
}

#gd-toolbar-wrap h3 {
    display: inline-block;
    line-height: 64px;
    padding: 0;
    letter-spacing: -2px;
    margin: 0 20px 0 0;
    color: white;
}

.editor-topbar-button {
    margin: 0 4px 0 0;
}

/* SIDEBAR */

#gd-sidebar-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
    height: 100%;
    padding: 0;
    background: white;
    border-left: 1px solid #ddd;
    z-index: 1;
    overflow-y: auto;
}

.gd-sidebar-tab {
    position: relative;
    z-index: 1;
}

.gd-sidebar-header {
    height: 48px;
    width: 100%;
    background: #f5f5f5;
    padding: 0 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gd-sidebar-header h5 {
    margin: 0;
    line-height: 48px;
    font-size:16px;
}

.gd-sidebar-header span {
    display: block;
    font-size: 12px;
    top: -1px !important;
    width: 24px;
}

.gd-sidebar-content {
    padding: 16px;
}

.gd-sidebar-tab .glyphicon-minus {
    display: inline-block;
}
.gd-sidebar-tab .glyphicon-plus {
    display: none;
}
.gd-sidebar-tab.gd-collapsed .glyphicon-minus {
    display: none;
}
.gd-sidebar-tab.gd-collapsed .glyphicon-plus {
    display: inline-block;
}

.gd-sidebar-tab.gd-collapsed .gd-sidebar-content {
    display: none;
}

/* CANVAS */

#gd-canvas {
    /*position: relative;*/
    /*flex: 1;*/
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAASUlEQVQokc3QsQkAMAhE0TPO4v5zuIFTCA5wkD4RYpkr5WHxxd3NTFXxmmTmxAFYQwdgDd2/NCJIHkepqpuSvMv0X9uCnxZotwF/OhEkm8OoNAAAAABJRU5ErkJggg==');
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    z-index: 0;
    padding-right: 440px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#gd-grid-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#gd-draw-rect {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.05);
    border: 1px dashed rgba(0, 0, 0, 0.2);
}

/* grid */

#grid-wrap {
    position: relative;
    background: white;
    border-left: 1px dashed rgba(0, 0, 0, 0.15);
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.grid-cell {
    position: absolute;
    border-right: 1px dashed rgba(0, 0, 0, 0.15);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.grid-cell.grid-cell-red {
    background: rgba(84, 255, 0, 0.1) !important;
}

.grid-cell:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: crosshair;
}

/* images */

#images-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.gd-image-placeholder {
    position: absolute;
    z-index: 2;
    padding: 5px;
    cursor: pointer;
}

.gd-image-placeholder:hover .gd-image-placeholder-marquee {
    background: rgba(0, 0, 0, 0.1);
}

.gd-image-placeholder-marquee {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px dashed #333;
}

.gd-image-button-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-image-button-wrap .gd-image-button {
    font-size: 18px;
    color: #333;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 44px;
    display: none;
    cursor: pointer;
    margin: 0 4px;
}

.gd-image-button-wrap .gd-image-button:hover {
    background: #2196f3;
    color: white;
}

.gd-image-button-wrap .gd-image-button:active {
    background: #0c7cd5;
    color: white;
}

.gd-image-selected .gd-image-button-wrap .gd-image-button {
    display: block;
}

.gd-image-selected {
    z-index: 99;
}
.gd-image-selected .gd-image-placeholder-marquee {
    background: rgba(0, 139, 255, 0.1) !important;
    border: 1px dashed #333;
}

.gd-image-selected.gd-image-placeholder {
    cursor: move;
}

.gd-translate-box {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    display: none;
    border-radius: 3px;
    margin: -4px 0 0 -4px;
}

.gd-image-selected .gd-translate-box {
    display: block;
    z-index: 1;
}

.gd-translate-box-1 {
    left: 0;
    top: 0;
    cursor: nwse-resize;
}

.gd-translate-box-2 {
    left: 50%;
    top: 0;
	cursor: ns-resize;
}

.gd-translate-box-3 {
    left: 100%;
    top: 0;
	cursor: nesw-resize;
}

.gd-translate-box-4 {
    left: 100%;
    top: 50%;
    cursor: ew-resize;
}

.gd-translate-box-5 {
    left: 100%;
    top: 100%;
	cursor: nwse-resize;
}

.gd-translate-box-6 {
    left: 50%;
    top: 100%;
	cursor: ns-resize;
}

.gd-translate-box-7 {
    left: 0;
    top: 100%;
	cursor: nesw-resize;
}

.gd-translate-box-8 {
    left: 0;
    top: 50%;
	cursor: ew-resize;
}

.modal-dialog {
    z-index: 1050;
}

.gd-image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.gd-editor-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;

    background-size: cover;
    background-position: center;
}

.gd-image-selected .gd-editor-image {
    opacity: 0.5;
}

/* LOAD WIDGET WINDOW */
.widget-load {
    cursor: pointer;
}
.saved-widgets-controls {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* misc */
#modal-generate-code {
    overflow-x: hidden;
    overflow-y: scroll;
}
#modal-generate-code pre, #modal-generate-code pre span {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#textarea-generated-code {
    font-family: monospace;
    font-size: 12px;
    line-height: 1.846;
}
#photo-grid-pro-preview-image {
	margin-top: 20px;
	max-width: 128px;
	max-height: 128px;
}
 

.gd-wrap {
    position: relative;
    /*background: white;*/
}
.gd-cell {
    position: absolute;
    transition: all 0.33s cubic-bezier(.55,0,.1,1);
    -moz-transition: all 0.33s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.33s cubic-bezier(.55,0,.1,1);
}
.gd-cell-padding {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gd-cell-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.gd-cell-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

/* animation styles */
.gd-image-wrap, .gd-cell-load-animation-inner, .gd-cell-load-animation, .gd-cell-mouseover-animation {
    position: relative;
    width: 100%;
    height: 100%;
}
.gd-image, .gd-image-double, .gd-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gd-image-wrap, .gd-cell-load-animation-inner, .gd-cell-load-animation {
    overflow: hidden;
}
.gd-cell-mouseover-animation {
    perspective: 500px;
    transition: transform 0.25s cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 0.25s cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 0.25s cubic-bezier(.55,0,.1,1);
}
.gd-cell-load-animation {
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}
.gd-cell-load-animation-inner {
    transition-property: transform;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
}
.gd-image-wrap {
    transition-property: filter;
    -moz-transition-property: -moz-filter;
    -webkit-transition-property: -webkit-filter;
}
.gd-image-overlay {
    transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}
.gd-image {
    transition-property: filter;
    -moz-transition-property: -moz-filter;
    -webkit-transition-property: -webkit-filter;
}
.gd-image-double {
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gd-image {
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gd-image-overlay {
    z-index: 2;
}

/* TEXTBOX */

.gd-cell-textbox-padding {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gd-cell-textbox-overflow-wrap {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gd-cell-textbox-margin {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gd-cell-textbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gd-cell-textbox {
    width: 100%;
    height: 100%;
}
.gd-textbox-visible .gd-cell-textbox.gd-css-animations {
    transform: scale(1, 1) translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    opacity: 1 !important;
}
.gd-textbox-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.gd-textbox-title, .gd-textbox-text {
    position: relative;
    z-index: 1;
}

/* CELL HIGHLIGHTING */
.gd-cell-highlighted {
    z-index: 99;
}
.gd-fade-desaturate-active .gd-image-wrap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gd-fade-desaturate .gd-cell-highlighted .gd-image-wrap {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.gd-fade-desaturate-inverted.gd-fade-desaturate-active .gd-image-wrap {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.gd-fade-desaturate-inverted.gd-fade-desaturate .gd-cell-highlighted .gd-image-wrap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gd-fade-blur-active .gd-cell-highlighted .gd-image {
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

.gd-fade-color-overlay-active .gd-cell-highlighted .gd-image-overlay {
    opacity: 0 !important;
}

/* LIGHTBOX */
.gd-lightbox {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gd-lightbox-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.gd-lightbox-content {
    width: 100%;
    height: 100%;
    padding: 40px 80px;
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gd-lightbox-images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}
.gd-lightbox-image-wrap {
    position: relative;
}
.gd-lightbox-image {
    max-width: none !important;
    position: relative;
    z-index: 0;
    display: block;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);

    transition: filter 0.33s cubic-bezier(.55,0,.1,1);
    -moz-transition: -moz-filter 0.33s cubic-bezier(.55,0,.1,1);
    -webkit-transition: -webkit-filter 0.33s cubic-bezier(.55,0,.1,1);
}
.gd-lightbox-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    z-index: 1;
    transition: opacity 0.33s cubic-bezier(.55,0,.1,1);
    -moz-transition: opacity 0.33s cubic-bezier(.55,0,.1,1);
    -webkit-transition: opacity 0.33s cubic-bezier(.55,0,.1,1);
}
.gd-lightbox-image-wrap.gd-image-highlighted .gd-lightbox-image-overlay {
    opacity: 0;
}
.gd-lightbox-image-wrap.gd-image-highlighted .gd-lightbox-image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.gd-lightbox-no-transition .gd-lightbox-image-overlay,
.gd-lightbox-no-transition .gd-lightbox-image,
.gd-lightbox-no-transition .gd-lightbox-images-container {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

.gd-lightbox-drag-transition .gd-lightbox-images-container {
    transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    -webkit-transition: transform 0.1s ease-out;
}

.gd-lightbox-background-filters-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.gd-lightbox-description {
    padding-top: 40px;
}
.gd-lightbox-title {

}
.gd-lightbox-text {
    margin-top: 10px;
}
.gd-lightbox-controls {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    -moz-transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    -webkit-transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
}
.gd-lightbox-image-wrap.gd-image-highlighted .gd-lightbox-controls {
    opacity: 1;
}
.gd-lightbox-control-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.gd-lightbox-control-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.gd-lightbox-arrow-prev {
    width: 64px;
    height: 64px;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    -moz-transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    -webkit-transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjhDNTc1RUY3RjBEMTFFNTg4MUVGRUVEQ0E3NTg1NkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjhDNTc1RjA3RjBEMTFFNTg4MUVGRUVEQ0E3NTg1NkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOEM1NzVFRDdGMEQxMUU1ODgxRUZFRURDQTc1ODU2QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyOEM1NzVFRTdGMEQxMUU1ODgxRUZFRURDQTc1ODU2QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrXYp1IAAAsaSURBVHja7J1daBRJHsCrO51Mcrcb0SCLSrzL+IUXnagI9yDHnZdoYiYf7iEopw8+HPuwD3LImd3Lusdx4K4mB3KLUbgnHxQUdG+TzIwmrtyBrPdwoIwmYBINEsRwaPzAXU0yPdPbHbq1Uqnq6Un6o7qqCooeo2aS+f36X/+qrg9J0zQgCr9FFh+BEEAUIYAoQgBRuCyKG99EkiSWPyO7X871DNrvpFwR90BeyNTIIQTwB7y0AMga5v9pQgD6wUuY11IBAmg2f0e1CIqAP/NnyeZ1PgE05LVmI4ImBKAHPg60XSXBJ1Xr30g0S6BwDB8WQCZcSRJYEHMQ8BxytV5THQkUjuHDVSZUWAYUHgrdqhL0WkZgUyeBwjl8FHgRcpWRaICGfxh8FrpKiAjU5gQKp/DhuxuGjqtoc6AhAmTNKkPws8h7UyuBwil89K5XCFerkgTIQlWFrpYEwIEEfEcAL4Y+pdlj0yT4RRBsbF27du1PTp8+Xbd+/fpflZeXRxVFeU9V1devXr0aHR4e/u7w4cP9t27d+t6EXgTBJ/UcchjwgUYByQ0AC3kW4LYABcBHgRdDVenr62vavn37H4uLiytI76XL8OLmzZun6urqvs5kMtP6lzJIVaHIkIXyBFx30bMbghsB5gG/2LyWWPDLyspK79y5c2T16tV7nL7v2NhYasuWLX+dmJiY1P84bVZUBFiAHGHcQAjgM3yrGgKUGPAHBwfbq6qqmgt9/8ePH1+PxWLtugRvIAmmHUrwNgr4LQAT8wEWAN8AHzGqDr9sYGDgs/nAN8ry5ctr0+n0lxUVFWVQRFHy9CgCLzKn8EugOgP/7t27n0Wj0aaF/CwrVqz4rd58fKFLUArnEzbjCoGLIHMMPwLBb1+1alXcjZ/JiAR6z+ConjyiEYA0qCQiQMB3/p/dgm+VlStXtiQSiThmTEGirRkIZRLoIvxP3YZvlampqf/r+UR8fHzcGCdAewcqoVsokkAW4BslEol80NXVtY3Gdj+0AoQFvlVqamp+SRAAiCSQcfhGKS8v/xkgzzYSEYBl+EZRFKWUNuChEyCs8M1E8CXAzxMUArAO3yhPnjwZAuS5gpoQgGH4Rkkmk/8BNg9+aBCBynEAFuA/e/bsfxUVFX8wxwCmzDoN3j0iVgHmoRD34wAswM/lctOnTp3qBPh5ADmacgKqIgAL8I1fKZVK/SUej/cidz/psbAmIgBD8Pv7+4/p8FMAPyOIOA+A6ySQFfhXrlz5sr6+vhsUOAmEawFYgt/Y2NgN3j30UQkRgKo8IGgBWGnzj+vwe5C2Ho4AOaQCWiKBLOAvHL7e5ndD3bxpm/Zfo21kUBbw5w8/kUic0OH3APxMYFwE0GiTQBbw5w+/ubm5GxnkwU34yNf2c9UL4AE+Gv5zGPBc9gJ4go8mftSFfr8F4A0+KfHTaAn9fgog4FMK3w8BBHyK4XstgIBPOXwvBRDwQwDfKwEE/JDA96MJwG3KZLdEW8APuQCkvXcd3f3G+nwBn50cAHfnE9foe7VQU8APJgcg7cil4O5+884X8EMuAGkTZtyuXCj8dgE/mOLVNnGOwr8Bf2BgoD0ajdICf5on+F4IIAFn+/IVQxsyNQUMH36eP8UTfD+6gaTwrxhbsc13QyY34Pf29naY8Kcw4LmA70cSiJOgKJVKxQvZh89t+D09PZ0tLS29Juhp5KryAn8GlosLQ3BtPjzQY2zKVFpZWfn+yMhIMhKJLA0Cfnd39993797da971k5i2P99cPnhTR83tE9PCujAk3+kbb3OBrq6uXwcF//Llyyd1+FdMwPDdTgr5tvABA8WvoeC3AsRisW1BwL948eJXe/bs6QNzd/hGwXMD34+RwDlRYdGiRT/3G/758+dP79u371swe39/3Hx9HHRm4XsdAdDBoRkBioqKfuon/LNnz/7zwIED/wb5D3nSQJ65e6zB90MAUTgWALsbRjab/cHPXs7Bgwc/Onfu3Hbg/Hg44vZtEoOHJMsewkdFmKkvX74c9buru3///o8vXLhQB+aeDUQ6KYwoA2sS+BEBZp2ulU6nbwYx3rF3795Dly5dqkcEsJ5NFBHEYF4CPwaCrBM5ZnbnXrZs2fujo6OJ0tLSD8RAEDsDQaS7H14TN/OBjo+PT167du1kUMK3trb+SZegCbx7JA3v6+/kkAemIoEXEcBu7l/ErKX37t07sm7dut8H9HvPPAxqaWnBzQHIt8DT0+cBLO0RBLf96MibunHjxpMjIyP/Ckr85ubmtkQi0QpJCUeDgiIBoHgrWL8F0EjJHyJBxjhmrbq6+kSQEsTj8bZkMtkCZp8iUsKTBF7nABohAmRMCaZ0CTqGh4e/CUqCxsbGT3QJWiH4JTxJILsM3a4LOCsCWO0thRJEeJJA9ujuB5gmIAdm75z1VgJVVQ0JOoeGhropkoCL5sCPJkAjRIAMJMGULsHkhg0bOiiSgIucQPbo7if1BohNgRkJhASMRAAnUUBFo4DVHNAgQSqV2s2DBF7mADgJYBFUm+bAkCDQnGDXrl1tPEjg99NAtClQcU0BlBMICULeBLglQY+QIHwCuClBh5AgnAIICSiXwK85gaxKEPoRQz8nhbIkwYcg/7Cx3TQzwFsEYE2CIw4kQEXA3f0SbwLwIgE619ASQAb4jTS4EoBFCdAIYBcFqGoKglwYwowEV69eRSMBKQrItOUBQa8MYkKC+vr6NlMC0rQya46khIkEgTYDgS8NQ9bbzVuCzZs3dwYtQV9f34c2uYBMgM91BHBNgjd6CVqCnTt3ftLf3/+7ApoASQjAmAQ7duz4VG8OmsIiAVWrgxmKBEePHTu2Pg98KpoBpo+Pv337trH4pCWID/b58+e3lyxZchCQj4/HLTgRx8ezEgkWL168ubOz8xeAvPpYdANZl6ChoeE3IP8DIZEDsCrB0qVL1xLgi25gQBL0+vmzRyKRRYDCJ4ChEsBlCTr8lEBV1TeAwsMiQydAWCV48eLFQ4BfUq4JATiQIJ1O/xeQt5+j4ihZKscBHLyfG+MEpTqgtjVr1ngyTjA5OTleWVnZ9PTp0++B/eniYhwgqEhQU1PTMTIy4knv4Pr16//Q4U8B+51IAy+hjAAuRAJruxrjyJoytyPBw4cPv66qqvobeLcRFbwBVQaQt50REcCnSJAx4ViR4IRbkeDRo0f9W7duPQ7wQ7452noFod8q1sXm4Pj9+/e7Fwp/06ZNn09MTLwB+JNHbHchFwL4KwG8KnlGglgsdvzBgwff+AhfRABKIoElwWtdgi+Gh4cvFPLeY2NjPTr8oyZ8NNtXHQgQmAyhTgJdSAzh3UxnzeVLJpMNtbW1h+1ON8lkMs9u3LjxVUNDQ4+x6xmYvdTd6flDswTwOwlkToACJYB7CHNqNBotO3PmTG11dfW28vLy1cXFxe+pqvqDseH10NDQd4cOHbo2ODj4Gsw9eka1SQJzdhGAOwG8/N0cSIBGA/SKm8ljt/tZ1uauzwEHw8J+C6AAdosGSQB/qqQQbEEqMqHhFniiOQZ6BA0KncrMnxcB7CSwRLBLGrOAPIuHlGDmAP4sImrPHGRdACcSoHBk8+u49XwSJmrg9kO0O4CKGvi8CGAnAfr1HLA/OQQXMXBb48NfA4Di00Z5EcBJJICTvBzIP327kJPHqD1qlicB8kmgAfK8PZIAAOCf8YMwwOdRAFQCuybBycqdQmBTOS2MRwFgGJINHK0AAYCD7wOEAPSL4OadG4pTRnkXwCksKayAhQD+CMK3AAyeqcxNEYdHCwFEEQKIwm35UYABAFetT3saCMAaAAAAAElFTkSuQmCC');
    background-size: contain;
    background-position: center;
}
.gd-lightbox-arrow-next {
    width: 64px;
    height: 64px;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    -moz-transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    -webkit-transition: opacity 0.25s cubic-bezier(.55,0,.1,1);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjhDNTc1RjM3RjBEMTFFNTg4MUVGRUVEQ0E3NTg1NkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjhDNTc1RjQ3RjBEMTFFNTg4MUVGRUVEQ0E3NTg1NkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOEM1NzVGMTdGMEQxMUU1ODgxRUZFRURDQTc1ODU2QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyOEM1NzVGMjdGMEQxMUU1ODgxRUZFRURDQTc1ODU2QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj7Bh2UAAArjSURBVHja7J17bBTHHcdnH+e4Tk48JCQEJkqEahDHW1hWCublODwCcoQDIYoUiQolkVJRSpIm6h/9ryp9xA44ShSqIholJDgGFCQCGIMNB6EC/gHONtCqrWqooEIyBuHY99rOnfauc+PZx3G7O3MzM9Jo7myfd2+/n/n9fjM7+xvFMAwgi7hFlZdAAiCLBEAWCYAsQhadxkEVRfH8X9r8jusot9QgXi+j76pIODixAB4IqJQgskH4nCEBYF94hfBaKQIAw+Z3woKgl4H4JLEVwnsn8UmvSRbBkACwKb6bSgLArlpZA0MCwIb4pKpatPjnSYKnzYq+FxoCvUzER8XGKwkC1NynMfHRaucShIBALxPx0aphLQoCyQKggqeQNvf3aZEtgV4m4muI4Dr2XsMAUAhmP2VWFRE/hR1bSAhYcwF24utIi0KQq7nP4P4/hdQk0qpmiw8D0yJBoDPS+/FonyR+robQ9/X19eN27ty5Zvr06c+Fw+FnVFWtSiaTD4eGhv7W29sb3bp1a9fAwMCIKbaGiJ9AjpfCrAARAsOHxRM+TIsXd3waC0KQL00SXsF6Nip6KFdhqYhGo68tWrToTU3TnrI61ujo6H9PnDjxYVNTU6cpfgKpSaRNITECPlrIXySvISgVgFJPhyYApDE+qefnRK/ItVOnTn3y4sWLv5kyZcpKt8fs7+//fNasWbsR8eMYCEkEhMAgkAC4Fz9Tn8iIf/ny5d9Pnjx5SbHHvXHjRvvMmTP/iAAQJ1iEQCGgDQAr6wFcQVCK+JkyY8aMTdASvJcBCakVyDHQAJM0xFQQ4RTAQVEZEd7RDVRXV1eVIn6uQAuwEULwDiJ+hcgQ0HYBqOgaFumHkF5aefv27T9An/+8V+fQ19fXEYlEWjJxolnjFnGBr+5AugAXFuDcuXOveCl+psCA8GU4TNwhujtgLQbALYIGe2lVXV3dW34cFIOgQkQIWIkBSIFg9nVra+vzuq6P9+sERIeAJQuAt9kLDYO2Or8PLjIEKmXBnSBQwuHw00GckKgQsPZcwJiFHZqmVQZ1cBEhYA2AMQs44/H4UJAnIBoEKmWhrcTP18HBwRtBn5xIEKiM9HqS+NmJl2g02kPjpESBgIWZQKu5/9zkzI8ePHiwHwaDs2hcIGzGMI60nswYyplAi54PkFU8e/fu/R38oklpCfi0AFZWoAK54JWnTp3auHLlyl+Bx39GkElLIC2ACwuQqQ0NDYfOnj37IaC0No9XS6AyIjywEz/Xy5YtW3agp6enRULA3zyAlQUoACBTV6xY0d7d3d0qISh/AKyGfqSl3OgSrjiMBbiBgFZMw5oFAE4xAAbBKITgm9OnT38kIeDPBeBP9CStIICBYbuEoPyDQPx92sIKJHAAJAR8WABSBg8SCCQIpCXgKAYANm6AZAkS6KSMhKD8Y4BiIEgis3ASAo5GAW4hSEgI+HUBEoIAIWAxVayEIEAIWM0VLCEICAKWk0WLCoFd+jtFJAB4hoD0QCqaFANPeiWcC+AdgicwCJxcAfDLCpTLfgE8WwI3VkARMQYQGQJSMkwgOgBcQdDf378DE9/KFZCsgCIqAJ5C0NXVtYsWBEimEtwKaDYACG8BvIAgfyexsbGROgTXr19/F+v9ugMEigSgNAjiGATf0IQgk7gqFottc+ECZAxQIgT4AlMUgo6TJ0/upgVBJBJ5vb29fRlhJKD47QZoZwotnQB4/tjqWst0M4Cce7DSjMgrjx079vLq1at/BiiszBkeHv73pEmTXoLtMChMXEXKZJpfTs/LgyGlQmBnCXBrkARj1xlm2zVr1hw+evTopzQsQVVV1dN79uypc5gMkjHAY0BAWmOYwnpV/vW6deu+PXLkyGc0IKitrf0JsL4f4MuMIFc7h7qwBHZA5J/pa2pq+u7QoUN/DhqCCRMmPBOE3+cWAAIETjCQ4Mi2zc3NJw4cOPCXICHQdb0KBHADiGsAPA5WFQbg9Rc6QURzu+1cPj/hwYMHV2/YsOH1IEcEiUTiEbDf6FICUIT4diLj6WgLZt5gEPji+vXrfxr0cHBwcPCfmCsy/AZBF0B8K8F10ms4DGxau3btGzTmAi5duvS9GYwWs9GlnAjyaiLo+PHjG1etWvU2pYmgf4wfP74ZuoEf4NsRUJi93LeJIJ3jnk8SXwfkbWhCnZ2dzY2NjVTEz+h4+PDhFii+qxQznl6/MrcAbsXXwP9vtqC5h7K1q6trU0NDwzZK4oOrV6/+ad68eZ+YPd/tNLDwFqAU8fPVTD71c1pfIhaLfQHF/wxYJ5ryNRBUBRU/2/Oh+Jug+NtpfYlr1659OWfOHHQnsyQgb2Fn+OUKVIHED2E9n7r4c+fObUOCvdyNKStzb0gLUJr4+QczoPiv0BQf+vz9UPyPTV//ONvWeQaDLoD4BaafBfGhz28D1htVpWQMwLf4H4PCZWluxBfaBfAmPj7Mi7sw/Z7PAJaLC/BK/M00h3oW4sctIv8UQXzfbhCpUnyq4lsN/Xw3/awDwIv4XyHix4Hz7qR2N4CEiQF4Eh+N9h87vbxIowApfoDiswaAFD9g8VkCwIvpXSk+B8NAJ/F1YDG9293dvXn58uVS/DK0AMQtY8HYpVzoQg4pPicAKBYWAF/DR1rKJcXnLAawMv/4Uq78/XwpPn+jAKvej28lVyHFL/8gUCH0/tyDGRqw3kew4syZM5uXLl1KU/yveRCfVRegEsx/3v9D8V+F4m+nLP5u4NNWsiJZAFR44ML8h6LR6OYlS5ZI8QWyAHkIYM/fCMXfIcXncx6ANPbPu4G2traF9fX170nxfbj4ZbJ9fHs4HK7hUXzRN492eqBT27dv3yJexZcugBwIFkCwePHi5VJ8/gBQXM4LKBMnTvyxFJ//UQAJgmwJhULjgjyBWCwmjPgsAjBm9WsqlRoJUnzzWT0hxKcJgOFC/OwFffjw4b+k+PxbgALRAZLPr6+v769SfPHmAfLpW2pqasZBgY7BWGAij+KLPg8ACD0fzeaZunnz5vCFCxc+CUD8UZF6PksWgLT4A58NrBwYGNhZXV29ymPxd2G9PnDxpQUotAJ4Dt98Ru/a2tpf37lz54wXB+rt7f3KFH+UpvgyCLRP5oxCkIDi/zB//vwPSoUgI/7s2bN3AfePa3ErPosxAFF8s8bv3r37qBQI4IhiPxS/FZCzcQknPosuAIcgSYJgwYIFv7x161ZnkT5/byQSaSEEfHFRxacNgOEwAkhjViAn1ii0AI+mTZv2/vnz53+bTCaH7A4yMjLyn46Ojl9An9+G9Hy7DB3CiE97FJAbCeAtKbcvvjQ8/37hwoVPtbS0vFBTU/NcOBx+VtO0JzNQ3L9//+9Xrlw5u2XLlp579+6hWTiSwD4xQ6Di0x4FsJAplHgXEFgneNbB2GTPGvZZu5giBchJGVLAPlM3kz2fp0yh+DdJ28QImimY1Xbr6N+nAHl7GPTnTkmZuDL7rAFgIMLZQWA1VFQdAEhjQuOmXljxWbIAThDg4qjmz1VQ+ECJ3eSS4VJ4YcRn0QUoNhc+jfVqq+3VgM3owiD8H6sMnNyLzxoAVhAYhABPMcVz2lTZ7W5hQorPIgAkCBQbGEhDSbu5BgCc8+4KIz6rADi5A8Ol+CQInHq6UOKzDAAqhl1cYBQBAHDxf4AEgH0QvOq5wopebgC4FUyRIvMNgOzRPhSFs5tbshRZ5ObREgBZJACyCFv+J8AAjtP89xZStG4AAAAASUVORK5CYII=');
    background-size: contain;
    background-position: center;
}
.gd-lightbox-control-next:hover .gd-lightbox-arrow-next {
    opacity: 1;
}
.gd-lightbox-control-prev:hover .gd-lightbox-arrow-prev {
    opacity: 1;
}
