html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: Verdana, sans-serif; */
	font-family: "Lato", sans-serif;
	font-size: 15px;
	line-height: 1.5
}

html {
	overflow-x: hidden
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

.wiweb-serif {
	font-family: serif
}

.wiweb-sans-serif {
	font-family: sans-serif
}

.wiweb-cursive {
	font-family: cursive
}

.wiweb-monospace {
	font-family: monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "Segoe UI", Arial, sans-serif; */
	/* font-family: "Lato", sans-serif; */
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 10px 0
}

.wiweb-wide {
	letter-spacing: 4px
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0
}

.wiweb-image {
	max-width: 100%;
	height: auto
}

img {
	vertical-align: middle
}

a {
	color: inherit
}

.wiweb-table,
.wiweb-table-all {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table
}

.wiweb-table-all {
	border: 1px solid #ccc
}

.wiweb-bordered tr,
.wiweb-table-all tr {
	border-bottom: 1px solid #ddd
}

.wiweb-striped tbody tr:nth-child(even) {
	background-color: #f1f1f1
}

.wiweb-table-all tr:nth-child(odd) {
	background-color: #fff
}

.wiweb-table-all tr:nth-child(even) {
	background-color: #f1f1f1
}

.wiweb-hoverable tbody tr:hover,
.wiweb-ul.wiweb-hoverable li:hover {
	background-color: #ccc
}

.wiweb-centered tr th,
.wiweb-centered tr td {
	text-align: center
}

.wiweb-table td,
.wiweb-table th,
.wiweb-table-all td,
.wiweb-table-all th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top
}

.wiweb-table th:first-child,
.wiweb-table td:first-child,
.wiweb-table-all th:first-child,
.wiweb-table-all td:first-child {
	padding-left: 16px
}

.wiweb-btn,
.wiweb-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.wiweb-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.wiweb-btn,
.wiweb-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.wiweb-disabled,
.wiweb-btn:disabled,
.wiweb-button:disabled {
	cursor: not-allowed;
	opacity: 0.3
}

.wiweb-disabled *,
:disabled * {
	pointer-events: none
}

.wiweb-btn.wiweb-disabled:hover,
.wiweb-btn:disabled:hover {
	box-shadow: none
}

.wiweb-badge,
.wiweb-tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center
}

.wiweb-badge {
	border-radius: 50%
}

.wiweb-ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.wiweb-ul li {
	padding: 8px 16px;
	border-bottom: 1px solid #ddd
}

.wiweb-ul li:last-child {
	border-bottom: none
}

.wiweb-tooltip,
.wiweb-display-container {
	position: relative
}

.wiweb-tooltip .wiweb-text {
	display: none
}

.wiweb-tooltip:hover .wiweb-text {
	display: inline-block
}

.wiweb-ripple:active {
	opacity: 0.5
}

.wiweb-ripple {
	transition: opacity 0s
}

.wiweb-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%
}

.wiweb-select {
	padding: 9px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc
}

.wiweb-dropdown-click,
.wiweb-dropdown-hover {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.wiweb-dropdown-hover:hover .wiweb-dropdown-content {
	display: block
}

.wiweb-dropdown-hover:first-child,
.wiweb-dropdown-click:hover {
	/* background-color: #ccc; */
	background-color: #fff;
	color: #000
}

.wiweb-dropdown-hover:hover>.wiweb-button:first-child,
.wiweb-dropdown-click:hover>.wiweb-button:first-child {
	/* background-color: #ccc; */
	background-color: #fff;
	color: #000
}

.wiweb-dropdown-content {
	cursor: auto;
	color: #000;
	background-color: #fff;
	display: none;
	position: absolute;
	min-width: 160px;
	margin: 0;
	padding: 0;
	z-index: 1
}

.wiweb-check,
.wiweb-radio {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px
}

.wiweb-sidebar {
	height: 100%;
	width: 200px;
	background-color: #fff;
	position: fixed!important;
	z-index: 1;
	overflow: auto
}

.wiweb-bar-block .wiweb-dropdown-hover,
.wiweb-bar-block .wiweb-dropdown-click {
	width: 100%
}

.wiweb-bar-block .wiweb-dropdown-hover .wiweb-dropdown-content,
.wiweb-bar-block .wiweb-dropdown-click .wiweb-dropdown-content {
	min-width: 100%
}

.wiweb-bar-block .wiweb-dropdown-hover .wiweb-button,
.wiweb-bar-block .wiweb-dropdown-click .wiweb-button {
	width: 100%;
	text-align: left;
	padding: 8px 16px
}

.wiweb-main,
#main {
	transition: margin-left .4s
}

.wiweb-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4)
}

.wiweb-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}

.wiweb-bar,
button {
	font-family: "Montserrat", sans-serif;
	/* width: 100%; */
	overflow: hidden
}

.wiweb-center .wiweb-bar {
	display: inline-block;
	width: auto
}

.wiweb-bar .wiweb-bar-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0
}

.wiweb-bar .wiweb-dropdown-hover,
.wiweb-bar .wiweb-dropdown-click {
	position: static;
	float: left
}

.wiweb-bar .wiweb-button {
	white-space: normal
}

.wiweb-bar-block .wiweb-bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0
}

.wiweb-bar-block.wiweb-center .wiweb-bar-item {
	text-align: center
}

.wiweb-block {
	display: block;
	width: 100%
}

.wiweb-responsive {
	display: block;
	overflow-x: auto
}

.wiweb-container:after,
.wiweb-container:before,
.wiweb-panel:after,
.wiweb-panel:before,
.wiweb-row:after,
.wiweb-row:before,
.wiweb-row-padding:after,
.wiweb-row-padding:before,
.wiweb-cell-row:before,
.wiweb-cell-row:after,
.wiweb-clear:after,
.wiweb-clear:before,
.wiweb-bar:before,
.wiweb-bar:after {
	content: "";
	display: table;
	clear: both
}

.wiweb-col,
.wiweb-half,
.wiweb-third,
.wiweb-twothird,
.wiweb-threequarter,
.wiweb-quarter {
	float: left;
	width: 100%
}

.wiweb-col.s1 {
	width: 8.33333%
}

.wiweb-col.s2 {
	width: 16.66666%
}

.wiweb-col.s3 {
	width: 24.99999%
}

.wiweb-col.s4 {
	width: 33.33333%
}

.wiweb-col.s5 {
	width: 41.66666%
}

.wiweb-col.s6 {
	width: 49.99999%
}

.wiweb-col.s7 {
	width: 58.33333%
}

.wiweb-col.s8 {
	width: 66.66666%
}

.wiweb-col.s9 {
	width: 74.99999%
}

.wiweb-col.s10 {
	width: 83.33333%
}

.wiweb-col.s11 {
	width: 91.66666%
}

.wiweb-col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
	.wiweb-col.m1 {
		width: 8.33333%
	}
	.wiweb-col.m2 {
		width: 16.66666%
	}
	.wiweb-col.m3,
	.wiweb-quarter {
		width: 24.99999%
	}
	.wiweb-col.m4,
	.wiweb-third {
		width: 33.33333%
	}
	.wiweb-col.m5 {
		width: 41.66666%
	}
	.wiweb-col.m6,
	.wiweb-half {
		width: 49.99999%
	}
	.wiweb-col.m7 {
		width: 58.33333%
	}
	.wiweb-col.m8,
	.wiweb-twothird {
		width: 66.66666%
	}
	.wiweb-col.m9,
	.wiweb-threequarter {
		width: 74.99999%
	}
	.wiweb-col.m10 {
		width: 83.33333%
	}
	.wiweb-col.m11 {
		width: 91.66666%
	}
	.wiweb-col.m12 {
		width: 99.99999%
	}
}

@media (min-width:993px) {
	.wiweb-col.l1 {
		width: 8.33333%
	}
	.wiweb-col.l2 {
		width: 16.66666%
	}
	.wiweb-col.l3 {
		width: 24.99999%
	}
	.wiweb-col.l4 {
		width: 33.33333%
	}
	.wiweb-col.l5 {
		width: 41.66666%
	}
	.wiweb-col.l6 {
		width: 49.99999%
	}
	.wiweb-col.l7 {
		width: 58.33333%
	}
	.wiweb-col.l8 {
		width: 66.66666%
	}
	.wiweb-col.l9 {
		width: 74.99999%
	}
	.wiweb-col.l10 {
		width: 83.33333%
	}
	.wiweb-col.l11 {
		width: 91.66666%
	}
	.wiweb-col.l12 {
		width: 99.99999%
	}
}

.wiweb-rest {
	overflow: hidden
}

.wiweb-stretch {
	margin-left: -16px;
	margin-right: -16px
}

.wiweb-content,
.wiweb-auto {
	margin-left: auto;
	margin-right: auto
}

.wiweb-content {
	max-width: 980px
}

.wiweb-auto {
	max-width: 1140px
}

.wiweb-cell-row {
	display: table;
	width: 100%
}

.wiweb-cell {
	display: table-cell
}

.wiweb-cell-top {
	vertical-align: top
}

.wiweb-cell-middle {
	vertical-align: middle
}

.wiweb-cell-bottom {
	vertical-align: bottom
}

.wiweb-hide {
	display: none!important
}

.wiweb-show-block,
.wiweb-show {
	display: block!important
}

.wiweb-show-inline-block {
	display: inline-block!important
}

@media (max-width:1205px) {
	.wiweb-auto {
		max-width: 95%
	}
}

@media (max-width:600px) {
	.wiweb-modal-content {
		margin: 0 10px;
		width: auto!important
	}
	.wiweb-modal {
		padding-top: 30px
	}
	.wiweb-dropdown-hover.wiweb-mobile .wiweb-dropdown-content,
	.wiweb-dropdown-click.wiweb-mobile .wiweb-dropdown-content {
		position: relative
	}
	.wiweb-hide-small {
		display: none!important
	}
	.wiweb-mobile {
		display: block;
		width: 100%!important
	}
	.wiweb-bar-item.wiweb-mobile,
	.wiweb-dropdown-hover.wiweb-mobile,
	.wiweb-dropdown-click.wiweb-mobile {
		text-align: center
	}
	.wiweb-dropdown-hover.wiweb-mobile,
	.wiweb-dropdown-hover.wiweb-mobile .wiweb-btn,
	.wiweb-dropdown-hover.wiweb-mobile .wiweb-button,
	.wiweb-dropdown-click.wiweb-mobile,
	.wiweb-dropdown-click.wiweb-mobile .wiweb-btn,
	.wiweb-dropdown-click.wiweb-mobile .wiweb-button {
		width: 100%
	}
}

@media (max-width:768px) {
	.wiweb-modal-content {
		width: 500px
	}
	.wiweb-modal {
		padding-top: 50px
	}
}

@media (min-width:993px) {
	.wiweb-modal-content {
		width: 900px
	}
	.wiweb-hide-large {
		display: none!important
	}
	.wiweb-sidebar.wiweb-collapse {
		display: block!important
	}
}

@media (max-width:992px) and (min-width:601px) {
	.wiweb-hide-medium {
		display: none!important
	}
}

@media (max-width:992px) {
	.wiweb-sidebar.wiweb-collapse {
		display: none
	}
	.wiweb-main {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.wiweb-auto {
		max-width: 100%
	}
}

.wiweb-top,
.wiweb-bottom {
	position: fixed;
	width: 100%;
	z-index: 1
}

.wiweb-top {
	top: 0
}

.wiweb-bottom {
	bottom: 0
}

.wiweb-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2
}

.wiweb-display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

.wiweb-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

.wiweb-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0
}

.wiweb-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0
}

.wiweb-display-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.wiweb-display-left {
	position: absolute;
	top: 50%;
	left: 0%;
	-ms-transform: translate(-0%, -50%);
	transform: translate(0%, -50%)
}

.wiweb-display-right {
	position: absolute;
	top: 50%;
	right: 0%;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}

.wiweb-display-topmiddle {
	position: absolute;
	left: 50%;
	top: 0;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.wiweb-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.wiweb-display-container:hover .wiweb-display-hover {
	display: block
}

.wiweb-display-container:hover span.wiweb-display-hover {
	display: inline-block
}

.wiweb-display-hover {
	display: none
}

.wiweb-display-position {
	position: absolute
}

.wiweb-circle {
	border-radius: 50%
}

.wiweb-round-small {
	border-radius: 2px
}

.wiweb-round,
.wiweb-round-medium {
	border-radius: 4px
}

.wiweb-round-large {
	border-radius: 8px
}

.wiweb-round-xlarge {
	border-radius: 16px
}

.wiweb-round-xxlarge {
	border-radius: 32px
}

.wiweb-row-padding,
.wiweb-row-padding>.wiweb-half,
.wiweb-row-padding>.wiweb-third,
.wiweb-row-padding>.wiweb-twothird,
.wiweb-row-padding>.wiweb-threequarter,
.wiweb-row-padding>.wiweb-quarter,
.wiweb-row-padding>.wiweb-col {
	padding: 0 8px
}

.wiweb-container,
.wiweb-panel {
	padding: 0.01em 16px
}

.wiweb-panel {
	margin-top: 16px;
	margin-bottom: 16px
}

.wiweb-code,
.wiweb-codespan {
	font-family: Consolas, "courier new";
	font-size: 16px
}

.wiweb-code {
	width: auto;
	background-color: #fff;
	padding: 8px 12px;
	border-left: 4px solid #4CAF50;
	word-wrap: break-word
}

.wiweb-codespan {
	color: crimson;
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%
}

.wiweb-card,
.wiweb-card-2 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.wiweb-card-4,
.wiweb-hover-shadow:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.wiweb-spin {
	animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.wiweb-animate-fading {
	animation: fading 10s infinite
}

@keyframes fading {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.wiweb-animate-opacity {
	animation: opac 0.8s
}

@keyframes opac {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.wiweb-animate-top {
	position: relative;
	animation: animatetop 0.4s
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

.wiweb-animate-left {
	position: relative;
	animation: animateleft 0.4s
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}
	to {
		left: 0;
		opacity: 1
	}
}

.wiweb-animate-right {
	position: relative;
	animation: animateright 0.4s
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}
	to {
		right: 0;
		opacity: 1
	}
}

.wiweb-animate-bottom {
	position: relative;
	animation: animatebottom 0.4s
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}

.wiweb-animate-zoom {
	animation: animatezoom 0.6s
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.wiweb-animate-input {
	transition: width 0.4s ease-in-out
}

.wiweb-animate-input:focus {
	width: 100%!important
}

.wiweb-opacity,
.wiweb-hover-opacity:hover {
	opacity: 0.60
}

.wiweb-opacity-off,
.wiweb-hover-opacity-off:hover {
	opacity: 1
}

.wiweb-opacity-max {
	opacity: 0.25
}

.wiweb-opacity-min {
	opacity: 0.75
}

.wiweb-greyscale-max,
.wiweb-grayscale-max,
.wiweb-hover-greyscale:hover,
.wiweb-hover-grayscale:hover {
	filter: grayscale(100%)
}

.wiweb-greyscale,
.wiweb-grayscale {
	filter: grayscale(75%)
}

.wiweb-greyscale-min,
.wiweb-grayscale-min {
	filter: grayscale(50%)
}

.wiweb-sepia {
	filter: sepia(75%)
}

.wiweb-sepia-max,
.wiweb-hover-sepia:hover {
	filter: sepia(100%)
}

.wiweb-sepia-min {
	filter: sepia(50%)
}

.wiweb-tiny {
	font-size: 10px!important
}

.wiweb-small {
	font-size: 12px!important
}

.wiweb-medium {
	font-size: 15px!important
}

.wiweb-large {
	font-size: 18px!important
}

.wiweb-xlarge {
	font-size: 24px!important
}

.wiweb-xxlarge {
	font-size: 36px!important
}

.wiweb-xxxlarge {
	font-size: 48px!important
}

.wiweb-jumbo {
	font-size: 64px!important
}

.wiweb-left-align {
	text-align: left!important
}

.wiweb-right-align {
	text-align: right!important
}

.wiweb-justify {
	text-align: justify!important
}

.wiweb-center {
	text-align: center!important
}

.wiweb-border-0 {
	border: 0!important
}

.wiweb-border {
	border: 1px solid #ccc!important
}

.wiweb-border-top {
	border-top: 1px solid #ccc!important
}

.wiweb-border-bottom {
	border-bottom: 1px solid #ccc!important
}

.wiweb-border-left {
	border-left: 1px solid #ccc!important
}

.wiweb-border-right {
	border-right: 1px solid #ccc!important
}

.wiweb-topbar {
	border-top: 6px solid #ccc!important
}

.wiweb-bottombar {
	border-bottom: 6px solid #ccc!important
}

.wiweb-leftbar {
	border-left: 6px solid #ccc!important
}

.wiweb-rightbar {
	border-right: 6px solid #ccc!important
}

.wiweb-section,
.wiweb-code {
	margin-top: 16px!important;
	margin-bottom: 16px!important
}

.wiweb-margin {
	margin: 16px!important
}

.wiweb-margin-top {
	margin-top: 16px!important
}

.wiweb-margin-bottom {
	margin-bottom: 16px!important
}

.wiweb-margin-left {
	margin-left: 16px!important
}

.wiweb-margin-right {
	margin-right: 16px!important
}

.wiweb-padding-small {
	padding: 4px 8px!important
}

.wiweb-padding {
	padding: 8px 16px!important
}

.wiweb-padding-large {
	padding: 12px 24px!important
}

.wiweb-padding-16 {
	padding-top: 16px!important;
	padding-bottom: 16px!important
}

.wiweb-padding-24 {
	padding-top: 24px!important;
	padding-bottom: 24px!important
}

.wiweb-padding-32 {
	padding-top: 32px!important;
	padding-bottom: 32px!important
}

.wiweb-padding-48 {
	padding-top: 48px!important;
	padding-bottom: 48px!important
}

.wiweb-padding-64 {
	padding-top: 64px!important;
	padding-bottom: 64px!important
}

.wiweb-padding-top-64 {
	padding-top: 64px!important
}

.wiweb-padding-top-48 {
	padding-top: 48px!important
}

.wiweb-padding-top-32 {
	padding-top: 32px!important
}

.wiweb-padding-top-24 {
	padding-top: 24px!important
}

.wiweb-left {
	float: left!important
}

.wiweb-right {
	float: right!important
}

.wiweb-button:hover {
	color: #000!important;
	background-color: #ccc!important
}

.wiweb-transparent,
.wiweb-hover-none:hover {
	background-color: transparent!important
}

.wiweb-hover-none:hover {
	box-shadow: none!important
}


/* Colors */

.wiweb-amber,
.wiweb-hover-amber:hover {
	color: #000!important;
	background-color: #ffc107!important
}

.wiweb-aqua,
.wiweb-hover-aqua:hover {
	color: #000!important;
	background-color: #00ffff!important
}

.wiweb-blue,
.wiweb-hover-blue:hover {
	color: #fff!important;
	background-color: #2196F3!important
}

.wiweb-light-blue,
.wiweb-hover-light-blue:hover {
	color: #000!important;
	background-color: #87CEEB!important
}

.wiweb-brown,
.wiweb-hover-brown:hover {
	color: #fff!important;
	background-color: #795548!important
}

.wiweb-cyan,
.wiweb-hover-cyan:hover {
	color: #000!important;
	background-color: #00bcd4!important
}

.wiweb-blue-grey,
.wiweb-hover-blue-grey:hover,
.wiweb-blue-gray,
.wiweb-hover-blue-gray:hover {
	color: #fff!important;
	background-color: #607d8b!important
}

.wiweb-green,
.wiweb-hover-green:hover {
	color: #fff!important;
	background-color: #4CAF50!important
}

.wiweb-light-green,
.wiweb-hover-light-green:hover {
	color: #000!important;
	background-color: #8bc34a!important
}

.wiweb-indigo,
.wiweb-hover-indigo:hover {
	color: #fff!important;
	background-color: #3f51b5!important
}

.wiweb-khaki,
.wiweb-hover-khaki:hover {
	color: #000!important;
	background-color: #f0e68c!important
}

.wiweb-lime,
.wiweb-hover-lime:hover {
	color: #000!important;
	background-color: #cddc39!important
}

.wiweb-orange,
.wiweb-hover-orange:hover {
	color: #000!important;
	background-color: #ff9800!important
}

.wiweb-deep-orange,
.wiweb-hover-deep-orange:hover {
	color: #fff!important;
	background-color: #ff5722!important
}

.wiweb-pink,
.wiweb-hover-pink:hover {
	color: #fff!important;
	background-color: #e91e63!important
}

.wiweb-purple,
.wiweb-hover-purple:hover {
	color: #fff!important;
	background-color: #9c27b0!important
}

.wiweb-deep-purple,
.wiweb-hover-deep-purple:hover {
	color: #fff!important;
	background-color: #673ab7!important
}

.wiweb-red,
.wiweb-hover-red:hover {
	color: #fff!important;
	background-color: #f44336!important
}

.wiweb-sand,
.wiweb-hover-sand:hover {
	color: #000!important;
	background-color: #fdf5e6!important
}

.wiweb-teal,
.wiweb-hover-teal:hover {
	color: #fff!important;
	background-color: #009688!important
}

.wiweb-yellow,
.wiweb-hover-yellow:hover {
	color: #000!important;
	background-color: #ffeb3b!important
}

.wiweb-white,
.wiweb-hover-white:hover {
	color: #000!important;
	background-color: #fff!important
}

.wiweb-black,
.wiweb-hover-black:hover {
	color: #fff!important;
	background-color: #000!important
}

.wiweb-grey,
.wiweb-hover-grey:hover,
.wiweb-gray,
.wiweb-hover-gray:hover {
	color: #000!important;
	background-color: #9e9e9e!important
}

.wiweb-light-grey,
.wiweb-hover-light-grey:hover,
.wiweb-light-gray,
.wiweb-hover-light-gray:hover {
	color: #000!important;
	background-color: #f1f1f1!important
}

.wiweb-dark-grey,
.wiweb-hover-dark-grey:hover,
.wiweb-dark-gray,
.wiweb-hover-dark-gray:hover {
	color: #fff!important;
	background-color: #616161!important
}

.wiweb-pale-red,
.wiweb-hover-pale-red:hover {
	color: #000!important;
	background-color: #ffdddd!important
}

.wiweb-pale-green,
.wiweb-hover-pale-green:hover {
	color: #000!important;
	background-color: #ddffdd!important
}

.wiweb-pale-yellow,
.wiweb-hover-pale-yellow:hover {
	color: #000!important;
	background-color: #ffffcc!important
}

.wiweb-pale-blue,
.wiweb-hover-pale-blue:hover {
	color: #000!important;
	background-color: #ddffff!important
}

.wiweb-text-amber,
.wiweb-hover-text-amber:hover {
	color: #ffc107!important
}

.wiweb-text-aqua,
.wiweb-hover-text-aqua:hover {
	color: #00ffff!important
}

.wiweb-text-blue,
.wiweb-hover-text-blue:hover {
	color: #2196F3!important
}

.wiweb-text-light-blue,
.wiweb-hover-text-light-blue:hover {
	color: #87CEEB!important
}

.wiweb-text-brown,
.wiweb-hover-text-brown:hover {
	color: #795548!important
}

.wiweb-text-cyan,
.wiweb-hover-text-cyan:hover {
	color: #00bcd4!important
}

.wiweb-text-blue-grey,
.wiweb-hover-text-blue-grey:hover,
.wiweb-text-blue-gray,
.wiweb-hover-text-blue-gray:hover {
	color: #607d8b!important
}

.wiweb-text-green,
.wiweb-hover-text-green:hover {
	color: #4CAF50!important
}

.wiweb-text-light-green,
.wiweb-hover-text-light-green:hover {
	color: #8bc34a!important
}

.wiweb-text-indigo,
.wiweb-hover-text-indigo:hover {
	color: #3f51b5!important
}

.wiweb-text-khaki,
.wiweb-hover-text-khaki:hover {
	color: #b4aa50!important
}

.wiweb-text-lime,
.wiweb-hover-text-lime:hover {
	color: #cddc39!important
}

.wiweb-text-orange,
.wiweb-hover-text-orange:hover {
	color: #ff9800!important
}

.wiweb-text-deep-orange,
.wiweb-hover-text-deep-orange:hover {
	color: #ff5722!important
}

.wiweb-text-pink,
.wiweb-hover-text-pink:hover {
	color: #e91e63!important
}

.wiweb-text-purple,
.wiweb-hover-text-purple:hover {
	color: #9c27b0!important
}

.wiweb-text-deep-purple,
.wiweb-hover-text-deep-purple:hover {
	color: #673ab7!important
}

.wiweb-text-red,
.wiweb-hover-text-red:hover {
	color: #f44336!important
}

.wiweb-text-sand,
.wiweb-hover-text-sand:hover {
	color: #fdf5e6!important
}

.wiweb-text-teal,
.wiweb-hover-text-teal:hover {
	color: #009688!important
}

.wiweb-text-yellow,
.wiweb-hover-text-yellow:hover {
	color: #d2be0e!important
}

.wiweb-text-white,
.wiweb-hover-text-white:hover {
	color: #fff!important
}

.wiweb-text-black,
.wiweb-hover-text-black:hover {
	color: #000!important
}

.wiweb-text-grey,
.wiweb-hover-text-grey:hover,
.wiweb-text-gray,
.wiweb-hover-text-gray:hover {
	color: #757575!important
}

.wiweb-text-light-grey,
.wiweb-hover-text-light-grey:hover,
.wiweb-text-light-gray,
.wiweb-hover-text-light-gray:hover {
	color: #f1f1f1!important
}

.wiweb-text-dark-grey,
.wiweb-hover-text-dark-grey:hover,
.wiweb-text-dark-gray,
.wiweb-hover-text-dark-gray:hover {
	color: #3a3a3a!important
}

.wiweb-border-amber,
.wiweb-hover-border-amber:hover {
	border-color: #ffc107!important
}

.wiweb-border-aqua,
.wiweb-hover-border-aqua:hover {
	border-color: #00ffff!important
}

.wiweb-border-blue,
.wiweb-hover-border-blue:hover {
	border-color: #2196F3!important
}

.wiweb-border-light-blue,
.wiweb-hover-border-light-blue:hover {
	border-color: #87CEEB!important
}

.wiweb-border-brown,
.wiweb-hover-border-brown:hover {
	border-color: #795548!important
}

.wiweb-border-cyan,
.wiweb-hover-border-cyan:hover {
	border-color: #00bcd4!important
}

.wiweb-border-blue-grey,
.wiweb-hover-border-blue-grey:hover,
.wiweb-border-blue-gray,
.wiweb-hover-border-blue-gray:hover {
	border-color: #607d8b!important
}

.wiweb-border-green,
.wiweb-hover-border-green:hover {
	border-color: #4CAF50!important
}

.wiweb-border-light-green,
.wiweb-hover-border-light-green:hover {
	border-color: #8bc34a!important
}

.wiweb-border-indigo,
.wiweb-hover-border-indigo:hover {
	border-color: #3f51b5!important
}

.wiweb-border-khaki,
.wiweb-hover-border-khaki:hover {
	border-color: #f0e68c!important
}

.wiweb-border-lime,
.wiweb-hover-border-lime:hover {
	border-color: #cddc39!important
}

.wiweb-border-orange,
.wiweb-hover-border-orange:hover {
	border-color: #ff9800!important
}

.wiweb-border-deep-orange,
.wiweb-hover-border-deep-orange:hover {
	border-color: #ff5722!important
}

.wiweb-border-pink,
.wiweb-hover-border-pink:hover {
	border-color: #e91e63!important
}

.wiweb-border-purple,
.wiweb-hover-border-purple:hover {
	border-color: #9c27b0!important
}

.wiweb-border-deep-purple,
.wiweb-hover-border-deep-purple:hover {
	border-color: #673ab7!important
}

.wiweb-border-red,
.wiweb-hover-border-red:hover {
	border-color: #f44336!important
}

.wiweb-border-sand,
.wiweb-hover-border-sand:hover {
	border-color: #fdf5e6!important
}

.wiweb-border-teal,
.wiweb-hover-border-teal:hover {
	border-color: #009688!important
}

.wiweb-border-yellow,
.wiweb-hover-border-yellow:hover {
	border-color: #ffeb3b!important
}

.wiweb-border-white,
.wiweb-hover-border-white:hover {
	border-color: #fff!important
}

.wiweb-border-black,
.wiweb-hover-border-black:hover {
	border-color: #000!important
}

.wiweb-border-grey,
.wiweb-hover-border-grey:hover,
.wiweb-border-gray,
.wiweb-hover-border-gray:hover {
	border-color: #9e9e9e!important
}

.wiweb-border-light-grey,
.wiweb-hover-border-light-grey:hover,
.wiweb-border-light-gray,
.wiweb-hover-border-light-gray:hover {
	border-color: #f1f1f1!important
}

.wiweb-border-dark-grey,
.wiweb-hover-border-dark-grey:hover,
.wiweb-border-dark-gray,
.wiweb-hover-border-dark-gray:hover {
	border-color: #616161!important
}

.wiweb-border-pale-red,
.wiweb-hover-border-pale-red:hover {
	border-color: #ffe7e7!important
}

.wiweb-border-pale-green,
.wiweb-hover-border-pale-green:hover {
	border-color: #e7ffe7!important
}

.wiweb-border-pale-yellow,
.wiweb-hover-border-pale-yellow:hover {
	border-color: #ffffcc!important
}

.wiweb-border-pale-blue,
.wiweb-hover-border-pale-blue:hover {
	border-color: #e7ffff!important
}