.wz-nav-off>li a {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default !important
}
.wz-icon-inline li>a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: inherit
}
.wz-icon-bw li>a .icon-wrap, .wz-icon-bw li>a p {
	-webkit-transition: all .5s;
	transition: all .5s
}
.wz-icon-bw li.active~li>a .icon-wrap {
	color: #515151;
	background-color: rgba(0,0,0,0.17);
	-webkit-transition: all .5s;
	transition: all .5s
}
.wz-icon-bw li:not(.active)>a p {
	color: #515151 !important;
	-webkit-transition: all .5s;
	transition: all .5s
}
.wz-classic {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative
}
.wz-classic li, .wz-steps li {
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-left: 2px;
	padding-right: 2px;
}
.wz-classic li>a {
	color: inherit;
	display: block;
	text-align: center;
	padding: 20px 0;
	outline: none;
}
.wz-classic li>a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: inherit
}
.wz-classic:after, .wz-steps:after {
	content: '';
	display: table;
	clear: both
}
.wz-classic .active~li {
	color: inherit;
	background-color: inherit
}
.wz-classic .active~li a {
	opacity: .5
}
.wz-heading {
	position: relative
}
.wz-heading .progress {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background-color: transparent
}
.wz-heading.wz-w-label .progress {
	margin-top: -0.5em
}
.wz-steps {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	display: block;
	position: relative
}
.wz-steps li>a {
	color: inherit;
	display: block;
	text-align: center;
	padding: 0
}
.wz-steps li>a .icon-wrap {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle
}
.wz-steps li .wz-desc {
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.wz-steps li:not(.active) .wz-icon {
	display: none
}
.wz-steps .active~li {
	color: inherit
}
.wz-steps .active~li a {
	opacity: .5
}
.wz-steps .active~li .wz-icon {
	display: inline-block
}
.wz-steps .active .wz-icon-done, .wz-steps .active~li .wz-icon-done {
	display: none
}
.wz-steps .active .wz-desc {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}



.icon-wrap {
	display: inline-block;
	padding: 10px;
	border-radius: 2px
}
.icon-wrap i {
	display: block;
	line-height: 1em;
	text-align: center;
	position: relative;
	width: 1em;
	padding-top: 1em;
	vertical-align: middle
}
.icon-wrap i:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.icon-wrap .icon-txt {
	display: block;
	line-height: 1em;
	text-align: center;
	position: relative;
	width: 1em;
	vertical-align: top
}
.icon-wrap-lg {
	padding: 20px
}
.icon-wrap-md {
	padding: 17px
}
.icon-wrap-sm {
	padding: 12px
}
.icon-wrap-xs {
	padding: 7px
}




.bg-trans {
	background-color: transparent
}
/*
.bg-light {
	background-color: #fff
}
.bg-light, .bg-light a {
	color: #515151
}
*/
.bg-gray-light {
	background-color: #f5f5f5
}
.bg-gray-light, .bg-gray-light a {
	color: #515151
}
.bg-gray {
	background-color: #e3e8ee
}
.bg-gray, .bg-gray a {
	color: #515151
}
.bg-gray-dark {
	background-color: #c3cedb
}
.bg-gray-dark, .bg-gray-dark a {
	color: #515151
}
.bg-trans-light {
	background-color: rgba(255,255,255,0.1)
}
.bg-trans-light, .bg-trans-light a {
	color: inherit
}
.bg-trans-dark {
	background-color: rgba(0,0,0,0.05)
}
.bg-trans-dark, .bg-trans-dark a {
	color: inherit
}
.bg-primary {
	background-color: #5fa2dd
}
.bg-primary, .bg-primary a {
	color: #fff
}
.bg-info {
	background-color: #4ebcda
}
.bg-info, .bg-info a {
	color: #fff
}
.bg-success {
	background-color: #9cc96b
}
.bg-success, .bg-success a {
	color: #fff
}
.bg-warning {
	background-color: #ebaa4b
}
.bg-warning, .bg-warning a {
	color: #fff
}
.bg-danger {
	background-color: #f76c51
}
.bg-danger, .bg-danger a {
	color: #fff
}
.bg-mint {
	background-color: #50c7a7
}
.bg-mint, .bg-mint a {
	color: #fff
}
.bg-purple {
	background-color: #986291
}
.bg-purple, .bg-purple a {
	color: #fff
}
.bg-pink {
	background-color: #e17ca7
}
.bg-pink, .bg-pink a {
	color: #fff
}
/*
.bg-dark {
	background-color: #3b4146
}
.bg-dark, .bg-dark a {
	color: #fff
}
*/



.progress {
	height: 12px;
	margin-bottom: 15px;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(0,0,0,0.1)
}
.progress .progress-bar {
	font-size: 9px;
	line-height: 12px;
	box-shadow: none
}
.progress-light-base {
	background-color: #fff
}
.progress-dark-base {
	background-color: rgba(255,255,255,0.2)
}
.progress-xl {
	height: 30px;
	margin-bottom: 20px
}
.progress-xl .progress-bar {
	font-size: 12px;
	line-height: 30px
}
.progress-lg {
	height: 20px;
	margin-bottom: 20px
}
.progress-lg .progress-bar {
	font-size: 12px;
	line-height: 20px
}
.progress-md {
	height: 8px;
	margin-bottom: 5px
}
.progress-md .progress-bar {
	font-size: 5px;
	line-height: 8px
}
.progress-sm {
	height: 4px;
	margin-bottom: 5px
}
.progress-sm .progress-bar {
	font-size: 0;
	line-height: 4px
}
.progress-xs {
	height: 2px;
	margin-bottom: 10px
}
.progress-xs .progress-bar {
	font-size: 0;
	line-height: 2px
}
.progress-bar-light {
	background-color: #fff
}
.progress-bar-primary {
	background-color: #5fa2dd
}
.progress-bar-info {
	background-color: #4ebcda
}
.progress-bar-success {
	background-color: #9cc96b
}
.progress-bar-warning {
	background-color: #ebaa4b
}
.progress-bar-danger {
	background-color: #f76c51
}
.progress-bar-mint {
	background-color: #50c7a7
}
.progress-bar-purple {
	background-color: #986291
}
.progress-bar-pink {
	background-color: #e17ca7
}
.progress-bar-dark {
	background-color: #3b4146
}






























.bg-yellow {
	background-color: rgba(228, 203, 16, 0.9)
}
.bg-yellow, .bg-yellow a {
	color: #333
}
