/*** BASE CSS METRONIC **/

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #5867dd !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover
	{
	background-color: #2e40d4 !important
}

.bg-secondary {
	background-color: #e1e1ef !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus,
	button.bg-secondary:hover {
	background-color: #c0c0dd !important
}

.bg-success {
	background-color: #0abb87 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover
	{
	background-color: #078b64 !important
}

.bg-info {
	background-color: #5578eb !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover
	{
	background-color: #2754e6 !important
}

.bg-warning {
	background-color: #ffb822 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover
	{
	background-color: #eea200 !important
}

.bg-danger {
	background-color: #fd397a !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover
	{
	background-color: #fc0758 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover
	{
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover
	{
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #5867dd !important
}

.border-secondary {
	border-color: #e1e1ef !important
}

.border-success {
	border-color: #0abb87 !important
}

.border-info {
	border-color: #5578eb !important
}

.border-warning {
	border-color: #ffb822 !important
}

.border-danger {
	border-color: #fd397a !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media ( min-width :576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media ( min-width :768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media ( min-width :1024px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media ( min-width :1399px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	.d-print-inline {
		display: inline !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-table {
		display: table !important
	}
	.d-print-table-row {
		display: table-row !important
	}
	.d-print-table-cell {
		display: table-cell !important
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
	.embed-responsive iframe, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media ( min-width :576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media ( min-width :768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media ( min-width :1024px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media ( min-width :1399px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media ( min-width :576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media ( min-width :768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media ( min-width :1024px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media ( min-width :1399px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@
supports ((position: -webkit-sticky ) or (position: sticky )){ .
	sticky-top {position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020
}

}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

@media ( min-width :576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}
	.m-sm-n1 {
		margin: -.25rem !important
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important
	}
	.m-sm-n2 {
		margin: -.5rem !important
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important
	}
	.m-sm-n3 {
		margin: -1rem !important
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important
	}
	.m-sm-n4 {
		margin: -1.5rem !important
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important
	}
	.m-sm-n5 {
		margin: -3rem !important
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}
}

@media ( min-width :768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}
	.m-md-n1 {
		margin: -.25rem !important
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important
	}
	.m-md-n2 {
		margin: -.5rem !important
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important
	}
	.m-md-n3 {
		margin: -1rem !important
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important
	}
	.m-md-n4 {
		margin: -1.5rem !important
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important
	}
	.m-md-n5 {
		margin: -3rem !important
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}
}

@media ( min-width :1024px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}
	.m-lg-n1 {
		margin: -.25rem !important
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important
	}
	.m-lg-n2 {
		margin: -.5rem !important
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important
	}
	.m-lg-n3 {
		margin: -1rem !important
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important
	}
	.m-lg-n4 {
		margin: -1.5rem !important
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important
	}
	.m-lg-n5 {
		margin: -3rem !important
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}
}

@media ( min-width :1399px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem;
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}
	.m-xl-n1 {
		margin: -.25rem !important
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important
	}
	.m-xl-n2 {
		margin: -.5rem !important
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important
	}
	.m-xl-n3 {
		margin: -1rem !important
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important
	}
	.m-xl-n4 {
		margin: -1.5rem !important
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important
	}
	.m-xl-n5 {
		margin: -3rem !important
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media ( min-width :576px) {
	.text-sm-left {
		text-align: left !important
	}
	.text-sm-right {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}

@media ( min-width :768px) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media ( min-width :1024px) {
	.text-lg-left {
		text-align: left !important
	}
	.text-lg-right {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}

@media ( min-width :1399px) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #5867dd !important
}

a.text-primary:focus, a.text-primary:hover {
	color: #2739c1 !important
}

.text-secondary {
	color: #e1e1ef !important
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #afafd4 !important
}

.text-success {
	color: #0abb87 !important
}

a.text-success:focus, a.text-success:hover {
	color: #067253 !important
}

.text-info {
	color: #5578eb !important
}

a.text-info:focus, a.text-info:hover {
	color: #1a46da !important
}

.text-warning {
	color: #ffb822 !important
}

a.text-warning:focus, a.text-warning:hover {
	color: #d59000 !important
}

.text-danger {
	color: #fd397a !important
}

a.text-danger:focus, a.text-danger:hover {
	color: #e7024e !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #74788d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
	a:not (.btn ){
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap !important
	}
	blockquote, pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 1024px !important
	}
	.container {
		min-width: 1024px !important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th
		{
		border-color: #ebedf2
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #ebedf2
	}
}



/****************************/

.kt-portlet--tabs .nav-pills.nav-tabs-btn {
	margin: 0 0 -1px 0
}

.kt-portlet--tabs .nav-pills.nav-tabs-btn.nav-tabs-btn-2x {
	margin: 0 0 -2px 0
}

.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line {
	margin: 0 0 -1px .5rem;
	border-color: transparent !important
}
.kt-scroll {
	position: relative;
	overflow: hidden
}

.kt-scroll.kt-scroll--pull {
	padding-right: 12px;
	margin-right: -12px
}

.kt-scroll.kt-scroll--pull .ps__rail-y {
	right: -2px
}.kt-margin-0 {
	margin: 0 !important
}

.kt-margin-t-0 {
	margin-top: 0 !important
}

.kt-margin-b-0 {
	margin-bottom: 0 !important
}

.kt-margin-l-0 {
	margin-left: 0 !important
}

.kt-margin-r-0 {
	margin-right: 0 !important
}

.kt-padding-0 {
	padding: 0 !important
}

.kt-padding-t-0 {
	padding-top: 0 !important
}

.kt-padding-b-0 {
	padding-bottom: 0 !important
}

.kt-padding-l-0 {
	padding-left: 0 !important
}

.kt-padding-r-0 {
	padding-right: 0 !important
}

.kt-m0 {
	margin: 0 !important
}

.kt-mt-0 {
	margin-top: 0 !important
}

.kt-mb-0 {
	margin-bottom: 0 !important
}

.kt-ml-0 {
	margin-left: 0 !important
}

.kt-mr-0 {
	margin-right: 0 !important
}

.kt-p0 {
	padding: 0 !important
}

.kt-pt0 {
	padding-top: 0 !important
}

.kt-pb-0 {
	padding-bottom: 0 !important
}

.kt-pl0 {
	padding-left: 0 !important
}

.kt-pr0 {
	padding-right: 0 !important
}

.kt-margin-5 {
	margin: 5px !important
}

.kt-margin-t-5 {
	margin-top: 5px !important
}

.kt-margin-b-5 {
	margin-bottom: 5px !important
}

.kt-margin-l-5 {
	margin-left: 5px !important
}

.kt-margin-r-5 {
	margin-right: 5px !important
}

.kt-padding-5 {
	padding: 5px !important
}

.kt-padding-t-5 {
	padding-top: 5px !important
}

.kt-padding-b-5 {
	padding-bottom: 5px !important
}

.kt-padding-l-5 {
	padding-left: 5px !important
}

.kt-padding-r-5 {
	padding-right: 5px !important
}

.kt-m5 {
	margin: 5px !important
}

.kt-mt-5 {
	margin-top: 5px !important
}

.kt-mb-5 {
	margin-bottom: 5px !important
}

.kt-ml-5 {
	margin-left: 5px !important
}

.kt-mr-5 {
	margin-right: 5px !important
}

.kt-p5 {
	padding: 5px !important
}

.kt-pt5 {
	padding-top: 5px !important
}

.kt-pb-5 {
	padding-bottom: 5px !important
}

.kt-pl5 {
	padding-left: 5px !important
}

.kt-pr5 {
	padding-right: 5px !important
}

.kt-margin-10 {
	margin: 10px !important
}

.kt-margin-t-10 {
	margin-top: 10px !important
}

.kt-margin-b-10 {
	margin-bottom: 10px !important
}

.kt-margin-l-10 {
	margin-left: 10px !important
}

.kt-margin-r-10 {
	margin-right: 10px !important
}

.kt-padding-10 {
	padding: 10px !important
}

.kt-padding-t-10 {
	padding-top: 10px !important
}

.kt-padding-b-10 {
	padding-bottom: 10px !important
}

.kt-padding-l-10 {
	padding-left: 10px !important
}

.kt-padding-r-10 {
	padding-right: 10px !important
}

.kt-m10 {
	margin: 10px !important
}

.kt-mt-10 {
	margin-top: 10px !important
}

.kt-mb-10 {
	margin-bottom: 10px !important
}

.kt-ml-10 {
	margin-left: 10px !important
}

.kt-mr-10 {
	margin-right: 10px !important
}

.kt-p10 {
	padding: 10px !important
}

.kt-pt10 {
	padding-top: 10px !important
}

.kt-pb-10 {
	padding-bottom: 10px !important
}

.kt-pl10 {
	padding-left: 10px !important
}

.kt-pr10 {
	padding-right: 10px !important
}

.kt-margin-15 {
	margin: 15px !important
}

.kt-margin-t-15 {
	margin-top: 15px !important
}

.kt-margin-b-15 {
	margin-bottom: 15px !important
}

.kt-margin-l-15 {
	margin-left: 15px !important
}

.kt-margin-r-15 {
	margin-right: 15px !important
}

.kt-padding-15 {
	padding: 15px !important
}

.kt-padding-t-15 {
	padding-top: 15px !important
}

.kt-padding-b-15 {
	padding-bottom: 15px !important
}

.kt-padding-l-15 {
	padding-left: 15px !important
}

.kt-padding-r-15 {
	padding-right: 15px !important
}

.kt-m15 {
	margin: 15px !important
}

.kt-mt-15 {
	margin-top: 15px !important
}

.kt-mb-15 {
	margin-bottom: 15px !important
}

.kt-ml-15 {
	margin-left: 15px !important
}

.kt-mr-15 {
	margin-right: 15px !important
}

.kt-p15 {
	padding: 15px !important
}

.kt-pt15 {
	padding-top: 15px !important
}

.kt-pb-15 {
	padding-bottom: 15px !important
}

.kt-pl15 {
	padding-left: 15px !important
}

.kt-pr15 {
	padding-right: 15px !important
}

.kt-margin-20 {
	margin: 20px !important
}

.kt-margin-t-20 {
	margin-top: 20px !important
}

.kt-margin-b-20 {
	margin-bottom: 20px !important
}

.kt-margin-l-20 {
	margin-left: 20px !important
}

.kt-margin-r-20 {
	margin-right: 20px !important
}

.kt-padding-20 {
	padding: 20px !important
}

.kt-padding-t-20 {
	padding-top: 20px !important
}

.kt-padding-b-20 {
	padding-bottom: 20px !important
}

.kt-padding-l-20 {
	padding-left: 20px !important
}

.kt-padding-r-20 {
	padding-right: 20px !important
}

.kt-m20 {
	margin: 20px !important
}

.kt-mt-20 {
	margin-top: 20px !important
}

.kt-mb-20 {
	margin-bottom: 20px !important
}

.kt-ml-20 {
	margin-left: 20px !important
}

.kt-mr-20 {
	margin-right: 20px !important
}

.kt-p20 {
	padding: 20px !important
}

.kt-pt20 {
	padding-top: 20px !important
}

.kt-pb-20 {
	padding-bottom: 20px !important
}

.kt-pl20 {
	padding-left: 20px !important
}

.kt-pr20 {
	padding-right: 20px !important
}

.kt-margin-25 {
	margin: 25px !important
}

.kt-margin-t-25 {
	margin-top: 25px !important
}

.kt-margin-b-25 {
	margin-bottom: 25px !important
}

.kt-margin-l-25 {
	margin-left: 25px !important
}

.kt-margin-r-25 {
	margin-right: 25px !important
}

.kt-padding-25 {
	padding: 25px !important
}

.kt-padding-t-25 {
	padding-top: 25px !important
}

.kt-padding-b-25 {
	padding-bottom: 25px !important
}

.kt-padding-l-25 {
	padding-left: 25px !important
}

.kt-padding-r-25 {
	padding-right: 25px !important
}

.kt-m25 {
	margin: 25px !important
}

.kt-mt-25 {
	margin-top: 25px !important
}

.kt-mb-25 {
	margin-bottom: 25px !important
}

.kt-ml-25 {
	margin-left: 25px !important
}

.kt-mr-25 {
	margin-right: 25px !important
}

.kt-p25 {
	padding: 25px !important
}

.kt-pt25 {
	padding-top: 25px !important
}

.kt-pb-25 {
	padding-bottom: 25px !important
}

.kt-pl25 {
	padding-left: 25px !important
}

.kt-pr25 {
	padding-right: 25px !important
}

.kt-margin-30 {
	margin: 30px !important
}

.kt-margin-t-30 {
	margin-top: 30px !important
}

.kt-margin-b-30 {
	margin-bottom: 30px !important
}

.kt-margin-l-30 {
	margin-left: 30px !important
}

.kt-margin-r-30 {
	margin-right: 30px !important
}

.kt-padding-30 {
	padding: 30px !important
}

.kt-padding-t-30 {
	padding-top: 30px !important
}

.kt-padding-b-30 {
	padding-bottom: 30px !important
}

.kt-padding-l-30 {
	padding-left: 30px !important
}

.kt-padding-r-30 {
	padding-right: 30px !important
}

.kt-m30 {
	margin: 30px !important
}

.kt-mt-30 {
	margin-top: 30px !important
}

.kt-mb-30 {
	margin-bottom: 30px !important
}

.kt-ml-30 {
	margin-left: 30px !important
}

.kt-mr-30 {
	margin-right: 30px !important
}

.kt-p30 {
	padding: 30px !important
}

.kt-pt30 {
	padding-top: 30px !important
}

.kt-pb-30 {
	padding-bottom: 30px !important
}

.kt-pl30 {
	padding-left: 30px !important
}

.kt-pr30 {
	padding-right: 30px !important
}

.kt-margin-35 {
	margin: 35px !important
}

.kt-margin-t-35 {
	margin-top: 35px !important
}

.kt-margin-b-35 {
	margin-bottom: 35px !important
}

.kt-margin-l-35 {
	margin-left: 35px !important
}

.kt-margin-r-35 {
	margin-right: 35px !important
}

.kt-padding-35 {
	padding: 35px !important
}

.kt-padding-t-35 {
	padding-top: 35px !important
}

.kt-padding-b-35 {
	padding-bottom: 35px !important
}

.kt-padding-l-35 {
	padding-left: 35px !important
}

.kt-padding-r-35 {
	padding-right: 35px !important
}

.kt-m35 {
	margin: 35px !important
}

.kt-mt-35 {
	margin-top: 35px !important
}

.kt-mb-35 {
	margin-bottom: 35px !important
}

.kt-ml-35 {
	margin-left: 35px !important
}

.kt-mr-35 {
	margin-right: 35px !important
}

.kt-p35 {
	padding: 35px !important
}

.kt-pt35 {
	padding-top: 35px !important
}

.kt-pb-35 {
	padding-bottom: 35px !important
}

.kt-pl35 {
	padding-left: 35px !important
}

.kt-pr35 {
	padding-right: 35px !important
}

.kt-margin-40 {
	margin: 40px !important
}

.kt-margin-t-40 {
	margin-top: 40px !important
}

.kt-margin-b-40 {
	margin-bottom: 40px !important
}

.kt-margin-l-40 {
	margin-left: 40px !important
}

.kt-margin-r-40 {
	margin-right: 40px !important
}

.kt-padding-40 {
	padding: 40px !important
}

.kt-padding-t-40 {
	padding-top: 40px !important
}

.kt-padding-b-40 {
	padding-bottom: 40px !important
}

.kt-padding-l-40 {
	padding-left: 40px !important
}

.kt-padding-r-40 {
	padding-right: 40px !important
}

.kt-m40 {
	margin: 40px !important
}

.kt-mt-40 {
	margin-top: 40px !important
}

.kt-mb-40 {
	margin-bottom: 40px !important
}

.kt-ml-40 {
	margin-left: 40px !important
}

.kt-mr-40 {
	margin-right: 40px !important
}

.kt-p40 {
	padding: 40px !important
}

.kt-pt40 {
	padding-top: 40px !important
}

.kt-pb-40 {
	padding-bottom: 40px !important
}

.kt-pl40 {
	padding-left: 40px !important
}

.kt-pr40 {
	padding-right: 40px !important
}

.kt-margin-45 {
	margin: 45px !important
}

.kt-margin-t-45 {
	margin-top: 45px !important
}

.kt-margin-b-45 {
	margin-bottom: 45px !important
}

.kt-margin-l-45 {
	margin-left: 45px !important
}

.kt-margin-r-45 {
	margin-right: 45px !important
}

.kt-padding-45 {
	padding: 45px !important
}

.kt-padding-t-45 {
	padding-top: 45px !important
}

.kt-padding-b-45 {
	padding-bottom: 45px !important
}

.kt-padding-l-45 {
	padding-left: 45px !important
}

.kt-padding-r-45 {
	padding-right: 45px !important
}

.kt-m45 {
	margin: 45px !important
}

.kt-mt-45 {
	margin-top: 45px !important
}

.kt-mb-45 {
	margin-bottom: 45px !important
}

.kt-ml-45 {
	margin-left: 45px !important
}

.kt-mr-45 {
	margin-right: 45px !important
}

.kt-p45 {
	padding: 45px !important
}

.kt-pt45 {
	padding-top: 45px !important
}

.kt-pb-45 {
	padding-bottom: 45px !important
}

.kt-pl45 {
	padding-left: 45px !important
}

.kt-pr45 {
	padding-right: 45px !important
}

.kt-margin-50 {
	margin: 50px !important
}

.kt-margin-t-50 {
	margin-top: 50px !important
}

.kt-margin-b-50 {
	margin-bottom: 50px !important
}

.kt-margin-l-50 {
	margin-left: 50px !important
}

.kt-margin-r-50 {
	margin-right: 50px !important
}

.kt-padding-50 {
	padding: 50px !important
}

.kt-padding-t-50 {
	padding-top: 50px !important
}

.kt-padding-b-50 {
	padding-bottom: 50px !important
}

.kt-padding-l-50 {
	padding-left: 50px !important
}

.kt-padding-r-50 {
	padding-right: 50px !important
}

.kt-m50 {
	margin: 50px !important
}

.kt-mt-50 {
	margin-top: 50px !important
}

.kt-mb-50 {
	margin-bottom: 50px !important
}

.kt-ml-50 {
	margin-left: 50px !important
}

.kt-mr-50 {
	margin-right: 50px !important
}

.kt-p50 {
	padding: 50px !important
}

.kt-pt50 {
	padding-top: 50px !important
}

.kt-pb-50 {
	padding-bottom: 50px !important
}

.kt-pl50 {
	padding-left: 50px !important
}

.kt-pr50 {
	padding-right: 50px !important
}

.kt-margin-55 {
	margin: 55px !important
}

.kt-margin-t-55 {
	margin-top: 55px !important
}

.kt-margin-b-55 {
	margin-bottom: 55px !important
}

.kt-margin-l-55 {
	margin-left: 55px !important
}

.kt-margin-r-55 {
	margin-right: 55px !important
}

.kt-padding-55 {
	padding: 55px !important
}

.kt-padding-t-55 {
	padding-top: 55px !important
}

.kt-padding-b-55 {
	padding-bottom: 55px !important
}

.kt-padding-l-55 {
	padding-left: 55px !important
}

.kt-padding-r-55 {
	padding-right: 55px !important
}

.kt-m55 {
	margin: 55px !important
}

.kt-mt-55 {
	margin-top: 55px !important
}

.kt-mb-55 {
	margin-bottom: 55px !important
}

.kt-ml-55 {
	margin-left: 55px !important
}

.kt-mr-55 {
	margin-right: 55px !important
}

.kt-p55 {
	padding: 55px !important
}

.kt-pt55 {
	padding-top: 55px !important
}

.kt-pb-55 {
	padding-bottom: 55px !important
}

.kt-pl55 {
	padding-left: 55px !important
}

.kt-pr55 {
	padding-right: 55px !important
}

.kt-margin-60 {
	margin: 60px !important
}

.kt-margin-t-60 {
	margin-top: 60px !important
}

.kt-margin-b-60 {
	margin-bottom: 60px !important
}

.kt-margin-l-60 {
	margin-left: 60px !important
}

.kt-margin-r-60 {
	margin-right: 60px !important
}

.kt-padding-60 {
	padding: 60px !important
}

.kt-padding-t-60 {
	padding-top: 60px !important
}

.kt-padding-b-60 {
	padding-bottom: 60px !important
}

.kt-padding-l-60 {
	padding-left: 60px !important
}

.kt-padding-r-60 {
	padding-right: 60px !important
}

.kt-m60 {
	margin: 60px !important
}

.kt-mt-60 {
	margin-top: 60px !important
}

.kt-mb-60 {
	margin-bottom: 60px !important
}

.kt-ml-60 {
	margin-left: 60px !important
}

.kt-mr-60 {
	margin-right: 60px !important
}

.kt-p60 {
	padding: 60px !important
}

.kt-pt60 {
	padding-top: 60px !important
}

.kt-pb-60 {
	padding-bottom: 60px !important
}

.kt-pl60 {
	padding-left: 60px !important
}

.kt-pr60 {
	padding-right: 60px !important
}

.kt-margin-65 {
	margin: 65px !important
}

.kt-margin-t-65 {
	margin-top: 65px !important
}

.kt-margin-b-65 {
	margin-bottom: 65px !important
}

.kt-margin-l-65 {
	margin-left: 65px !important
}

.kt-margin-r-65 {
	margin-right: 65px !important
}

.kt-padding-65 {
	padding: 65px !important
}

.kt-padding-t-65 {
	padding-top: 65px !important
}

.kt-padding-b-65 {
	padding-bottom: 65px !important
}

.kt-padding-l-65 {
	padding-left: 65px !important
}

.kt-padding-r-65 {
	padding-right: 65px !important
}

.kt-m65 {
	margin: 65px !important
}

.kt-mt-65 {
	margin-top: 65px !important
}

.kt-mb-65 {
	margin-bottom: 65px !important
}

.kt-ml-65 {
	margin-left: 65px !important
}

.kt-mr-65 {
	margin-right: 65px !important
}

.kt-p65 {
	padding: 65px !important
}

.kt-pt65 {
	padding-top: 65px !important
}

.kt-pb-65 {
	padding-bottom: 65px !important
}

.kt-pl65 {
	padding-left: 65px !important
}

.kt-pr65 {
	padding-right: 65px !important
}

.kt-margin-70 {
	margin: 70px !important
}

.kt-margin-t-70 {
	margin-top: 70px !important
}

.kt-margin-b-70 {
	margin-bottom: 70px !important
}

.kt-margin-l-70 {
	margin-left: 70px !important
}

.kt-margin-r-70 {
	margin-right: 70px !important
}

.kt-padding-70 {
	padding: 70px !important
}

.kt-padding-t-70 {
	padding-top: 70px !important
}

.kt-padding-b-70 {
	padding-bottom: 70px !important
}

.kt-padding-l-70 {
	padding-left: 70px !important
}

.kt-padding-r-70 {
	padding-right: 70px !important
}

.kt-m70 {
	margin: 70px !important
}

.kt-mt-70 {
	margin-top: 70px !important
}

.kt-mb-70 {
	margin-bottom: 70px !important
}

.kt-ml-70 {
	margin-left: 70px !important
}

.kt-mr-70 {
	margin-right: 70px !important
}

.kt-p70 {
	padding: 70px !important
}

.kt-pt70 {
	padding-top: 70px !important
}

.kt-pb-70 {
	padding-bottom: 70px !important
}

.kt-pl70 {
	padding-left: 70px !important
}

.kt-pr70 {
	padding-right: 70px !important
}

.kt-margin-75 {
	margin: 75px !important
}

.kt-margin-t-75 {
	margin-top: 75px !important
}

.kt-margin-b-75 {
	margin-bottom: 75px !important
}

.kt-margin-l-75 {
	margin-left: 75px !important
}

.kt-margin-r-75 {
	margin-right: 75px !important
}

.kt-padding-75 {
	padding: 75px !important
}

.kt-padding-t-75 {
	padding-top: 75px !important
}

.kt-padding-b-75 {
	padding-bottom: 75px !important
}

.kt-padding-l-75 {
	padding-left: 75px !important
}

.kt-padding-r-75 {
	padding-right: 75px !important
}

.kt-m75 {
	margin: 75px !important
}

.kt-mt-75 {
	margin-top: 75px !important
}

.kt-mb-75 {
	margin-bottom: 75px !important
}

.kt-ml-75 {
	margin-left: 75px !important
}

.kt-mr-75 {
	margin-right: 75px !important
}

.kt-p75 {
	padding: 75px !important
}

.kt-pt75 {
	padding-top: 75px !important
}

.kt-pb-75 {
	padding-bottom: 75px !important
}

.kt-pl75 {
	padding-left: 75px !important
}

.kt-pr75 {
	padding-right: 75px !important
}

.kt-margin-80 {
	margin: 80px !important
}

.kt-margin-t-80 {
	margin-top: 80px !important
}

.kt-margin-b-80 {
	margin-bottom: 80px !important
}

.kt-margin-l-80 {
	margin-left: 80px !important
}

.kt-margin-r-80 {
	margin-right: 80px !important
}

.kt-padding-80 {
	padding: 80px !important
}

.kt-padding-t-80 {
	padding-top: 80px !important
}

.kt-padding-b-80 {
	padding-bottom: 80px !important
}

.kt-padding-l-80 {
	padding-left: 80px !important
}

.kt-padding-r-80 {
	padding-right: 80px !important
}

.kt-m80 {
	margin: 80px !important
}

.kt-mt-80 {
	margin-top: 80px !important
}

.kt-mb-80 {
	margin-bottom: 80px !important
}

.kt-ml-80 {
	margin-left: 80px !important
}

.kt-mr-80 {
	margin-right: 80px !important
}

.kt-p80 {
	padding: 80px !important
}

.kt-pt80 {
	padding-top: 80px !important
}

.kt-pb-80 {
	padding-bottom: 80px !important
}

.kt-pl80 {
	padding-left: 80px !important
}

.kt-pr80 {
	padding-right: 80px !important
}

.kt-margin-85 {
	margin: 85px !important
}

.kt-margin-t-85 {
	margin-top: 85px !important
}

.kt-margin-b-85 {
	margin-bottom: 85px !important
}

.kt-margin-l-85 {
	margin-left: 85px !important
}

.kt-margin-r-85 {
	margin-right: 85px !important
}

.kt-padding-85 {
	padding: 85px !important
}

.kt-padding-t-85 {
	padding-top: 85px !important
}

.kt-padding-b-85 {
	padding-bottom: 85px !important
}

.kt-padding-l-85 {
	padding-left: 85px !important
}

.kt-padding-r-85 {
	padding-right: 85px !important
}

.kt-m85 {
	margin: 85px !important
}

.kt-mt-85 {
	margin-top: 85px !important
}

.kt-mb-85 {
	margin-bottom: 85px !important
}

.kt-ml-85 {
	margin-left: 85px !important
}

.kt-mr-85 {
	margin-right: 85px !important
}

.kt-p85 {
	padding: 85px !important
}

.kt-pt85 {
	padding-top: 85px !important
}

.kt-pb-85 {
	padding-bottom: 85px !important
}

.kt-pl85 {
	padding-left: 85px !important
}

.kt-pr85 {
	padding-right: 85px !important
}

.kt-margin-90 {
	margin: 90px !important
}

.kt-margin-t-90 {
	margin-top: 90px !important
}

.kt-margin-b-90 {
	margin-bottom: 90px !important
}

.kt-margin-l-90 {
	margin-left: 90px !important
}

.kt-margin-r-90 {
	margin-right: 90px !important
}

.kt-padding-90 {
	padding: 90px !important
}

.kt-padding-t-90 {
	padding-top: 90px !important
}

.kt-padding-b-90 {
	padding-bottom: 90px !important
}

.kt-padding-l-90 {
	padding-left: 90px !important
}

.kt-padding-r-90 {
	padding-right: 90px !important
}

.kt-m90 {
	margin: 90px !important
}

.kt-mt-90 {
	margin-top: 90px !important
}

.kt-mb-90 {
	margin-bottom: 90px !important
}

.kt-ml-90 {
	margin-left: 90px !important
}

.kt-mr-90 {
	margin-right: 90px !important
}

.kt-p90 {
	padding: 90px !important
}

.kt-pt90 {
	padding-top: 90px !important
}

.kt-pb-90 {
	padding-bottom: 90px !important
}

.kt-pl90 {
	padding-left: 90px !important
}

.kt-pr90 {
	padding-right: 90px !important
}

.kt-margin-95 {
	margin: 95px !important
}

.kt-margin-t-95 {
	margin-top: 95px !important
}

.kt-margin-b-95 {
	margin-bottom: 95px !important
}

.kt-margin-l-95 {
	margin-left: 95px !important
}

.kt-margin-r-95 {
	margin-right: 95px !important
}

.kt-padding-95 {
	padding: 95px !important
}

.kt-padding-t-95 {
	padding-top: 95px !important
}

.kt-padding-b-95 {
	padding-bottom: 95px !important
}

.kt-padding-l-95 {
	padding-left: 95px !important
}

.kt-padding-r-95 {
	padding-right: 95px !important
}

.kt-m95 {
	margin: 95px !important
}

.kt-mt-95 {
	margin-top: 95px !important
}

.kt-mb-95 {
	margin-bottom: 95px !important
}

.kt-ml-95 {
	margin-left: 95px !important
}

.kt-mr-95 {
	margin-right: 95px !important
}

.kt-p95 {
	padding: 95px !important
}

.kt-pt95 {
	padding-top: 95px !important
}

.kt-pb-95 {
	padding-bottom: 95px !important
}

.kt-pl95 {
	padding-left: 95px !important
}

.kt-pr95 {
	padding-right: 95px !important
}

.kt-margin-100 {
	margin: 100px !important
}

.kt-margin-t-100 {
	margin-top: 100px !important
}

.kt-margin-b-100 {
	margin-bottom: 100px !important
}

.kt-margin-l-100 {
	margin-left: 100px !important
}

.kt-margin-r-100 {
	margin-right: 100px !important
}

.kt-padding-100 {
	padding: 100px !important
}

.kt-padding-t-100 {
	padding-top: 100px !important
}

.kt-padding-b-100 {
	padding-bottom: 100px !important
}

.kt-padding-l-100 {
	padding-left: 100px !important
}

.kt-padding-r-100 {
	padding-right: 100px !important
}

.kt-m100 {
	margin: 100px !important
}

.kt-mt-100 {
	margin-top: 100px !important
}

.kt-mb-100 {
	margin-bottom: 100px !important
}

.kt-ml-100 {
	margin-left: 100px !important
}

.kt-mr-100 {
	margin-right: 100px !important
}

.kt-p100 {
	padding: 100px !important
}

.kt-pt100 {
	padding-top: 100px !important
}

.kt-pb-100 {
	padding-bottom: 100px !important
}

.kt-pl100 {
	padding-left: 100px !important
}

.kt-pr100 {
	padding-right: 100px !important
}

@media ( min-width :1025px) {
	.kt-margin-0-desktop {
		margin: 0 !important
	}
	.kt-margin-t-0-desktop {
		margin-top: 0 !important
	}
	.kt-margin-b-0-desktop {
		margin-bottom: 0 !important
	}
	.kt-margin-l-0-desktop {
		margin-left: 0 !important
	}
	.kt-margin-r-0-desktop {
		margin-right: 0 !important
	}
	.kt-padding-0-desktop {
		padding: 0 !important
	}
	.kt-padding-t-0-desktop {
		padding-top: 0 !important
	}
	.kt-padding-b-0-desktop {
		padding-bottom: 0 !important
	}
	.kt-padding-l-0-desktop {
		padding-left: 0 !important
	}
	.kt-padding-r-0-desktop {
		padding-right: 0 !important
	}
	.kt-m0-desktop {
		margin: 0 !important
	}
	.kt-mt-0-desktop {
		margin-top: 0 !important
	}
	.kt-mb-0-desktop {
		margin-bottom: 0 !important
	}
	.kt-ml-0-desktop {
		margin-left: 0 !important
	}
	.kt-mr-0-desktop {
		margin-right: 0 !important
	}
	.kt-p0-desktop {
		padding: 0 !important
	}
	.kt-pt0-desktop {
		padding-top: 0 !important
	}
	.kt-pb-0-desktop {
		padding-bottom: 0 !important
	}
	.kt-pl0-desktop {
		padding-left: 0 !important
	}
	.kt-pr0-desktop {
		padding-right: 0 !important
	}
	.kt-margin-5-desktop {
		margin: 5px !important
	}
	.kt-margin-t-5-desktop {
		margin-top: 5px !important
	}
	.kt-margin-b-5-desktop {
		margin-bottom: 5px !important
	}
	.kt-margin-l-5-desktop {
		margin-left: 5px !important
	}
	.kt-margin-r-5-desktop {
		margin-right: 5px !important
	}
	.kt-padding-5-desktop {
		padding: 5px !important
	}
	.kt-padding-t-5-desktop {
		padding-top: 5px !important
	}
	.kt-padding-b-5-desktop {
		padding-bottom: 5px !important
	}
	.kt-padding-l-5-desktop {
		padding-left: 5px !important
	}
	.kt-padding-r-5-desktop {
		padding-right: 5px !important
	}
	.kt-m5-desktop {
		margin: 5px !important
	}
	.kt-mt-5-desktop {
		margin-top: 5px !important
	}
	.kt-mb-5-desktop {
		margin-bottom: 5px !important
	}
	.kt-ml-5-desktop {
		margin-left: 5px !important
	}
	.kt-mr-5-desktop {
		margin-right: 5px !important
	}
	.kt-p5-desktop {
		padding: 5px !important
	}
	.kt-pt5-desktop {
		padding-top: 5px !important
	}
	.kt-pb-5-desktop {
		padding-bottom: 5px !important
	}
	.kt-pl5-desktop {
		padding-left: 5px !important
	}
	.kt-pr5-desktop {
		padding-right: 5px !important
	}
	.kt-margin-10-desktop {
		margin: 10px !important
	}
	.kt-margin-t-10-desktop {
		margin-top: 10px !important
	}
	.kt-margin-b-10-desktop {
		margin-bottom: 10px !important
	}
	.kt-margin-l-10-desktop {
		margin-left: 10px !important
	}
	.kt-margin-r-10-desktop {
		margin-right: 10px !important
	}
	.kt-padding-10-desktop {
		padding: 10px !important
	}
	.kt-padding-t-10-desktop {
		padding-top: 10px !important
	}
	.kt-padding-b-10-desktop {
		padding-bottom: 10px !important
	}
	.kt-padding-l-10-desktop {
		padding-left: 10px !important
	}
	.kt-padding-r-10-desktop {
		padding-right: 10px !important
	}
	.kt-m10-desktop {
		margin: 10px !important
	}
	.kt-mt-10-desktop {
		margin-top: 10px !important
	}
	.kt-mb-10-desktop {
		margin-bottom: 10px !important
	}
	.kt-ml-10-desktop {
		margin-left: 10px !important
	}
	.kt-mr-10-desktop {
		margin-right: 10px !important
	}
	.kt-p10-desktop {
		padding: 10px !important
	}
	.kt-pt10-desktop {
		padding-top: 10px !important
	}
	.kt-pb-10-desktop {
		padding-bottom: 10px !important
	}
	.kt-pl10-desktop {
		padding-left: 10px !important
	}
	.kt-pr10-desktop {
		padding-right: 10px !important
	}
	.kt-margin-15-desktop {
		margin: 15px !important
	}
	.kt-margin-t-15-desktop {
		margin-top: 15px !important
	}
	.kt-margin-b-15-desktop {
		margin-bottom: 15px !important
	}
	.kt-margin-l-15-desktop {
		margin-left: 15px !important
	}
	.kt-margin-r-15-desktop {
		margin-right: 15px !important
	}
	.kt-padding-15-desktop {
		padding: 15px !important
	}
	.kt-padding-t-15-desktop {
		padding-top: 15px !important
	}
	.kt-padding-b-15-desktop {
		padding-bottom: 15px !important
	}
	.kt-padding-l-15-desktop {
		padding-left: 15px !important
	}
	.kt-padding-r-15-desktop {
		padding-right: 15px !important
	}
	.kt-m15-desktop {
		margin: 15px !important
	}
	.kt-mt-15-desktop {
		margin-top: 15px !important
	}
	.kt-mb-15-desktop {
		margin-bottom: 15px !important
	}
	.kt-ml-15-desktop {
		margin-left: 15px !important
	}
	.kt-mr-15-desktop {
		margin-right: 15px !important
	}
	.kt-p15-desktop {
		padding: 15px !important
	}
	.kt-pt15-desktop {
		padding-top: 15px !important
	}
	.kt-pb-15-desktop {
		padding-bottom: 15px !important
	}
	.kt-pl15-desktop {
		padding-left: 15px !important
	}
	.kt-pr15-desktop {
		padding-right: 15px !important
	}
	.kt-margin-20-desktop {
		margin: 20px !important
	}
	.kt-margin-t-20-desktop {
		margin-top: 20px !important
	}
	.kt-margin-b-20-desktop {
		margin-bottom: 20px !important
	}
	.kt-margin-l-20-desktop {
		margin-left: 20px !important
	}
	.kt-margin-r-20-desktop {
		margin-right: 20px !important
	}
	.kt-padding-20-desktop {
		padding: 20px !important
	}
	.kt-padding-t-20-desktop {
		padding-top: 20px !important
	}
	.kt-padding-b-20-desktop {
		padding-bottom: 20px !important
	}
	.kt-padding-l-20-desktop {
		padding-left: 20px !important
	}
	.kt-padding-r-20-desktop {
		padding-right: 20px !important
	}
	.kt-m20-desktop {
		margin: 20px !important
	}
	.kt-mt-20-desktop {
		margin-top: 20px !important
	}
	.kt-mb-20-desktop {
		margin-bottom: 20px !important
	}
	.kt-ml-20-desktop {
		margin-left: 20px !important
	}
	.kt-mr-20-desktop {
		margin-right: 20px !important
	}
	.kt-p20-desktop {
		padding: 20px !important
	}
	.kt-pt20-desktop {
		padding-top: 20px !important
	}
	.kt-pb-20-desktop {
		padding-bottom: 20px !important
	}
	.kt-pl20-desktop {
		padding-left: 20px !important
	}
	.kt-pr20-desktop {
		padding-right: 20px !important
	}
	.kt-margin-25-desktop {
		margin: 25px !important
	}
	.kt-margin-t-25-desktop {
		margin-top: 25px !important
	}
	.kt-margin-b-25-desktop {
		margin-bottom: 25px !important
	}
	.kt-margin-l-25-desktop {
		margin-left: 25px !important
	}
	.kt-margin-r-25-desktop {
		margin-right: 25px !important
	}
	.kt-padding-25-desktop {
		padding: 25px !important
	}
	.kt-padding-t-25-desktop {
		padding-top: 25px !important
	}
	.kt-padding-b-25-desktop {
		padding-bottom: 25px !important
	}
	.kt-padding-l-25-desktop {
		padding-left: 25px !important
	}
	.kt-padding-r-25-desktop {
		padding-right: 25px !important
	}
	.kt-m25-desktop {
		margin: 25px !important
	}
	.kt-mt-25-desktop {
		margin-top: 25px !important
	}
	.kt-mb-25-desktop {
		margin-bottom: 25px !important
	}
	.kt-ml-25-desktop {
		margin-left: 25px !important
	}
	.kt-mr-25-desktop {
		margin-right: 25px !important
	}
	.kt-p25-desktop {
		padding: 25px !important
	}
	.kt-pt25-desktop {
		padding-top: 25px !important
	}
	.kt-pb-25-desktop {
		padding-bottom: 25px !important
	}
	.kt-pl25-desktop {
		padding-left: 25px !important
	}
	.kt-pr25-desktop {
		padding-right: 25px !important
	}
	.kt-margin-30-desktop {
		margin: 30px !important
	}
	.kt-margin-t-30-desktop {
		margin-top: 30px !important
	}
	.kt-margin-b-30-desktop {
		margin-bottom: 30px !important
	}
	.kt-margin-l-30-desktop {
		margin-left: 30px !important
	}
	.kt-margin-r-30-desktop {
		margin-right: 30px !important
	}
	.kt-padding-30-desktop {
		padding: 30px !important
	}
	.kt-padding-t-30-desktop {
		padding-top: 30px !important
	}
	.kt-padding-b-30-desktop {
		padding-bottom: 30px !important
	}
	.kt-padding-l-30-desktop {
		padding-left: 30px !important
	}
	.kt-padding-r-30-desktop {
		padding-right: 30px !important
	}
	.kt-m30-desktop {
		margin: 30px !important
	}
	.kt-mt-30-desktop {
		margin-top: 30px !important
	}
	.kt-mb-30-desktop {
		margin-bottom: 30px !important
	}
	.kt-ml-30-desktop {
		margin-left: 30px !important
	}
	.kt-mr-30-desktop {
		margin-right: 30px !important
	}
	.kt-p30-desktop {
		padding: 30px !important
	}
	.kt-pt30-desktop {
		padding-top: 30px !important
	}
	.kt-pb-30-desktop {
		padding-bottom: 30px !important
	}
	.kt-pl30-desktop {
		padding-left: 30px !important
	}
	.kt-pr30-desktop {
		padding-right: 30px !important
	}
	.kt-margin-35-desktop {
		margin: 35px !important
	}
	.kt-margin-t-35-desktop {
		margin-top: 35px !important
	}
	.kt-margin-b-35-desktop {
		margin-bottom: 35px !important
	}
	.kt-margin-l-35-desktop {
		margin-left: 35px !important
	}
	.kt-margin-r-35-desktop {
		margin-right: 35px !important
	}
	.kt-padding-35-desktop {
		padding: 35px !important
	}
	.kt-padding-t-35-desktop {
		padding-top: 35px !important
	}
	.kt-padding-b-35-desktop {
		padding-bottom: 35px !important
	}
	.kt-padding-l-35-desktop {
		padding-left: 35px !important
	}
	.kt-padding-r-35-desktop {
		padding-right: 35px !important
	}
	.kt-m35-desktop {
		margin: 35px !important
	}
	.kt-mt-35-desktop {
		margin-top: 35px !important
	}
	.kt-mb-35-desktop {
		margin-bottom: 35px !important
	}
	.kt-ml-35-desktop {
		margin-left: 35px !important
	}
	.kt-mr-35-desktop {
		margin-right: 35px !important
	}
	.kt-p35-desktop {
		padding: 35px !important
	}
	.kt-pt35-desktop {
		padding-top: 35px !important
	}
	.kt-pb-35-desktop {
		padding-bottom: 35px !important
	}
	.kt-pl35-desktop {
		padding-left: 35px !important
	}
	.kt-pr35-desktop {
		padding-right: 35px !important
	}
	.kt-margin-40-desktop {
		margin: 40px !important
	}
	.kt-margin-t-40-desktop {
		margin-top: 40px !important
	}
	.kt-margin-b-40-desktop {
		margin-bottom: 40px !important
	}
	.kt-margin-l-40-desktop {
		margin-left: 40px !important
	}
	.kt-margin-r-40-desktop {
		margin-right: 40px !important
	}
	.kt-padding-40-desktop {
		padding: 40px !important
	}
	.kt-padding-t-40-desktop {
		padding-top: 40px !important
	}
	.kt-padding-b-40-desktop {
		padding-bottom: 40px !important
	}
	.kt-padding-l-40-desktop {
		padding-left: 40px !important
	}
	.kt-padding-r-40-desktop {
		padding-right: 40px !important
	}
	.kt-m40-desktop {
		margin: 40px !important
	}
	.kt-mt-40-desktop {
		margin-top: 40px !important
	}
	.kt-mb-40-desktop {
		margin-bottom: 40px !important
	}
	.kt-ml-40-desktop {
		margin-left: 40px !important
	}
	.kt-mr-40-desktop {
		margin-right: 40px !important
	}
	.kt-p40-desktop {
		padding: 40px !important
	}
	.kt-pt40-desktop {
		padding-top: 40px !important
	}
	.kt-pb-40-desktop {
		padding-bottom: 40px !important
	}
	.kt-pl40-desktop {
		padding-left: 40px !important
	}
	.kt-pr40-desktop {
		padding-right: 40px !important
	}
	.kt-margin-45-desktop {
		margin: 45px !important
	}
	.kt-margin-t-45-desktop {
		margin-top: 45px !important
	}
	.kt-margin-b-45-desktop {
		margin-bottom: 45px !important
	}
	.kt-margin-l-45-desktop {
		margin-left: 45px !important
	}
	.kt-margin-r-45-desktop {
		margin-right: 45px !important
	}
	.kt-padding-45-desktop {
		padding: 45px !important
	}
	.kt-padding-t-45-desktop {
		padding-top: 45px !important
	}
	.kt-padding-b-45-desktop {
		padding-bottom: 45px !important
	}
	.kt-padding-l-45-desktop {
		padding-left: 45px !important
	}
	.kt-padding-r-45-desktop {
		padding-right: 45px !important
	}
	.kt-m45-desktop {
		margin: 45px !important
	}
	.kt-mt-45-desktop {
		margin-top: 45px !important
	}
	.kt-mb-45-desktop {
		margin-bottom: 45px !important
	}
	.kt-ml-45-desktop {
		margin-left: 45px !important
	}
	.kt-mr-45-desktop {
		margin-right: 45px !important
	}
	.kt-p45-desktop {
		padding: 45px !important
	}
	.kt-pt45-desktop {
		padding-top: 45px !important
	}
	.kt-pb-45-desktop {
		padding-bottom: 45px !important
	}
	.kt-pl45-desktop {
		padding-left: 45px !important
	}
	.kt-pr45-desktop {
		padding-right: 45px !important
	}
	.kt-margin-50-desktop {
		margin: 50px !important
	}
	.kt-margin-t-50-desktop {
		margin-top: 50px !important
	}
	.kt-margin-b-50-desktop {
		margin-bottom: 50px !important
	}
	.kt-margin-l-50-desktop {
		margin-left: 50px !important
	}
	.kt-margin-r-50-desktop {
		margin-right: 50px !important
	}
	.kt-padding-50-desktop {
		padding: 50px !important
	}
	.kt-padding-t-50-desktop {
		padding-top: 50px !important
	}
	.kt-padding-b-50-desktop {
		padding-bottom: 50px !important
	}
	.kt-padding-l-50-desktop {
		padding-left: 50px !important
	}
	.kt-padding-r-50-desktop {
		padding-right: 50px !important
	}
	.kt-m50-desktop {
		margin: 50px !important
	}
	.kt-mt-50-desktop {
		margin-top: 50px !important
	}
	.kt-mb-50-desktop {
		margin-bottom: 50px !important
	}
	.kt-ml-50-desktop {
		margin-left: 50px !important
	}
	.kt-mr-50-desktop {
		margin-right: 50px !important
	}
	.kt-p50-desktop {
		padding: 50px !important
	}
	.kt-pt50-desktop {
		padding-top: 50px !important
	}
	.kt-pb-50-desktop {
		padding-bottom: 50px !important
	}
	.kt-pl50-desktop {
		padding-left: 50px !important
	}
	.kt-pr50-desktop {
		padding-right: 50px !important
	}
	.kt-margin-55-desktop {
		margin: 55px !important
	}
	.kt-margin-t-55-desktop {
		margin-top: 55px !important
	}
	.kt-margin-b-55-desktop {
		margin-bottom: 55px !important
	}
	.kt-margin-l-55-desktop {
		margin-left: 55px !important
	}
	.kt-margin-r-55-desktop {
		margin-right: 55px !important
	}
	.kt-padding-55-desktop {
		padding: 55px !important
	}
	.kt-padding-t-55-desktop {
		padding-top: 55px !important
	}
	.kt-padding-b-55-desktop {
		padding-bottom: 55px !important
	}
	.kt-padding-l-55-desktop {
		padding-left: 55px !important
	}
	.kt-padding-r-55-desktop {
		padding-right: 55px !important
	}
	.kt-m55-desktop {
		margin: 55px !important
	}
	.kt-mt-55-desktop {
		margin-top: 55px !important
	}
	.kt-mb-55-desktop {
		margin-bottom: 55px !important
	}
	.kt-ml-55-desktop {
		margin-left: 55px !important
	}
	.kt-mr-55-desktop {
		margin-right: 55px !important
	}
	.kt-p55-desktop {
		padding: 55px !important
	}
	.kt-pt55-desktop {
		padding-top: 55px !important
	}
	.kt-pb-55-desktop {
		padding-bottom: 55px !important
	}
	.kt-pl55-desktop {
		padding-left: 55px !important
	}
	.kt-pr55-desktop {
		padding-right: 55px !important
	}
	.kt-margin-60-desktop {
		margin: 60px !important
	}
	.kt-margin-t-60-desktop {
		margin-top: 60px !important
	}
	.kt-margin-b-60-desktop {
		margin-bottom: 60px !important
	}
	.kt-margin-l-60-desktop {
		margin-left: 60px !important
	}
	.kt-margin-r-60-desktop {
		margin-right: 60px !important
	}
	.kt-padding-60-desktop {
		padding: 60px !important
	}
	.kt-padding-t-60-desktop {
		padding-top: 60px !important
	}
	.kt-padding-b-60-desktop {
		padding-bottom: 60px !important
	}
	.kt-padding-l-60-desktop {
		padding-left: 60px !important
	}
	.kt-padding-r-60-desktop {
		padding-right: 60px !important
	}
	.kt-m60-desktop {
		margin: 60px !important
	}
	.kt-mt-60-desktop {
		margin-top: 60px !important
	}
	.kt-mb-60-desktop {
		margin-bottom: 60px !important
	}
	.kt-ml-60-desktop {
		margin-left: 60px !important
	}
	.kt-mr-60-desktop {
		margin-right: 60px !important
	}
	.kt-p60-desktop {
		padding: 60px !important
	}
	.kt-pt60-desktop {
		padding-top: 60px !important
	}
	.kt-pb-60-desktop {
		padding-bottom: 60px !important
	}
	.kt-pl60-desktop {
		padding-left: 60px !important
	}
	.kt-pr60-desktop {
		padding-right: 60px !important
	}
	.kt-margin-65-desktop {
		margin: 65px !important
	}
	.kt-margin-t-65-desktop {
		margin-top: 65px !important
	}
	.kt-margin-b-65-desktop {
		margin-bottom: 65px !important
	}
	.kt-margin-l-65-desktop {
		margin-left: 65px !important
	}
	.kt-margin-r-65-desktop {
		margin-right: 65px !important
	}
	.kt-padding-65-desktop {
		padding: 65px !important
	}
	.kt-padding-t-65-desktop {
		padding-top: 65px !important
	}
	.kt-padding-b-65-desktop {
		padding-bottom: 65px !important
	}
	.kt-padding-l-65-desktop {
		padding-left: 65px !important
	}
	.kt-padding-r-65-desktop {
		padding-right: 65px !important
	}
	.kt-m65-desktop {
		margin: 65px !important
	}
	.kt-mt-65-desktop {
		margin-top: 65px !important
	}
	.kt-mb-65-desktop {
		margin-bottom: 65px !important
	}
	.kt-ml-65-desktop {
		margin-left: 65px !important
	}
	.kt-mr-65-desktop {
		margin-right: 65px !important
	}
	.kt-p65-desktop {
		padding: 65px !important
	}
	.kt-pt65-desktop {
		padding-top: 65px !important
	}
	.kt-pb-65-desktop {
		padding-bottom: 65px !important
	}
	.kt-pl65-desktop {
		padding-left: 65px !important
	}
	.kt-pr65-desktop {
		padding-right: 65px !important
	}
	.kt-margin-70-desktop {
		margin: 70px !important
	}
	.kt-margin-t-70-desktop {
		margin-top: 70px !important
	}
	.kt-margin-b-70-desktop {
		margin-bottom: 70px !important
	}
	.kt-margin-l-70-desktop {
		margin-left: 70px !important
	}
	.kt-margin-r-70-desktop {
		margin-right: 70px !important
	}
	.kt-padding-70-desktop {
		padding: 70px !important
	}
	.kt-padding-t-70-desktop {
		padding-top: 70px !important
	}
	.kt-padding-b-70-desktop {
		padding-bottom: 70px !important
	}
	.kt-padding-l-70-desktop {
		padding-left: 70px !important
	}
	.kt-padding-r-70-desktop {
		padding-right: 70px !important
	}
	.kt-m70-desktop {
		margin: 70px !important
	}
	.kt-mt-70-desktop {
		margin-top: 70px !important
	}
	.kt-mb-70-desktop {
		margin-bottom: 70px !important
	}
	.kt-ml-70-desktop {
		margin-left: 70px !important
	}
	.kt-mr-70-desktop {
		margin-right: 70px !important
	}
	.kt-p70-desktop {
		padding: 70px !important
	}
	.kt-pt70-desktop {
		padding-top: 70px !important
	}
	.kt-pb-70-desktop {
		padding-bottom: 70px !important
	}
	.kt-pl70-desktop {
		padding-left: 70px !important
	}
	.kt-pr70-desktop {
		padding-right: 70px !important
	}
	.kt-margin-75-desktop {
		margin: 75px !important
	}
	.kt-margin-t-75-desktop {
		margin-top: 75px !important
	}
	.kt-margin-b-75-desktop {
		margin-bottom: 75px !important
	}
	.kt-margin-l-75-desktop {
		margin-left: 75px !important
	}
	.kt-margin-r-75-desktop {
		margin-right: 75px !important
	}
	.kt-padding-75-desktop {
		padding: 75px !important
	}
	.kt-padding-t-75-desktop {
		padding-top: 75px !important
	}
	.kt-padding-b-75-desktop {
		padding-bottom: 75px !important
	}
	.kt-padding-l-75-desktop {
		padding-left: 75px !important
	}
	.kt-padding-r-75-desktop {
		padding-right: 75px !important
	}
	.kt-m75-desktop {
		margin: 75px !important
	}
	.kt-mt-75-desktop {
		margin-top: 75px !important
	}
	.kt-mb-75-desktop {
		margin-bottom: 75px !important
	}
	.kt-ml-75-desktop {
		margin-left: 75px !important
	}
	.kt-mr-75-desktop {
		margin-right: 75px !important
	}
	.kt-p75-desktop {
		padding: 75px !important
	}
	.kt-pt75-desktop {
		padding-top: 75px !important
	}
	.kt-pb-75-desktop {
		padding-bottom: 75px !important
	}
	.kt-pl75-desktop {
		padding-left: 75px !important
	}
	.kt-pr75-desktop {
		padding-right: 75px !important
	}
	.kt-margin-80-desktop {
		margin: 80px !important
	}
	.kt-margin-t-80-desktop {
		margin-top: 80px !important
	}
	.kt-margin-b-80-desktop {
		margin-bottom: 80px !important
	}
	.kt-margin-l-80-desktop {
		margin-left: 80px !important
	}
	.kt-margin-r-80-desktop {
		margin-right: 80px !important
	}
	.kt-padding-80-desktop {
		padding: 80px !important
	}
	.kt-padding-t-80-desktop {
		padding-top: 80px !important
	}
	.kt-padding-b-80-desktop {
		padding-bottom: 80px !important
	}
	.kt-padding-l-80-desktop {
		padding-left: 80px !important
	}
	.kt-padding-r-80-desktop {
		padding-right: 80px !important
	}
	.kt-m80-desktop {
		margin: 80px !important
	}
	.kt-mt-80-desktop {
		margin-top: 80px !important
	}
	.kt-mb-80-desktop {
		margin-bottom: 80px !important
	}
	.kt-ml-80-desktop {
		margin-left: 80px !important
	}
	.kt-mr-80-desktop {
		margin-right: 80px !important
	}
	.kt-p80-desktop {
		padding: 80px !important
	}
	.kt-pt80-desktop {
		padding-top: 80px !important
	}
	.kt-pb-80-desktop {
		padding-bottom: 80px !important
	}
	.kt-pl80-desktop {
		padding-left: 80px !important
	}
	.kt-pr80-desktop {
		padding-right: 80px !important
	}
	.kt-margin-85-desktop {
		margin: 85px !important
	}
	.kt-margin-t-85-desktop {
		margin-top: 85px !important
	}
	.kt-margin-b-85-desktop {
		margin-bottom: 85px !important
	}
	.kt-margin-l-85-desktop {
		margin-left: 85px !important
	}
	.kt-margin-r-85-desktop {
		margin-right: 85px !important
	}
	.kt-padding-85-desktop {
		padding: 85px !important
	}
	.kt-padding-t-85-desktop {
		padding-top: 85px !important
	}
	.kt-padding-b-85-desktop {
		padding-bottom: 85px !important
	}
	.kt-padding-l-85-desktop {
		padding-left: 85px !important
	}
	.kt-padding-r-85-desktop {
		padding-right: 85px !important
	}
	.kt-m85-desktop {
		margin: 85px !important
	}
	.kt-mt-85-desktop {
		margin-top: 85px !important
	}
	.kt-mb-85-desktop {
		margin-bottom: 85px !important
	}
	.kt-ml-85-desktop {
		margin-left: 85px !important
	}
	.kt-mr-85-desktop {
		margin-right: 85px !important
	}
	.kt-p85-desktop {
		padding: 85px !important
	}
	.kt-pt85-desktop {
		padding-top: 85px !important
	}
	.kt-pb-85-desktop {
		padding-bottom: 85px !important
	}
	.kt-pl85-desktop {
		padding-left: 85px !important
	}
	.kt-pr85-desktop {
		padding-right: 85px !important
	}
	.kt-margin-90-desktop {
		margin: 90px !important
	}
	.kt-margin-t-90-desktop {
		margin-top: 90px !important
	}
	.kt-margin-b-90-desktop {
		margin-bottom: 90px !important
	}
	.kt-margin-l-90-desktop {
		margin-left: 90px !important
	}
	.kt-margin-r-90-desktop {
		margin-right: 90px !important
	}
	.kt-padding-90-desktop {
		padding: 90px !important
	}
	.kt-padding-t-90-desktop {
		padding-top: 90px !important
	}
	.kt-padding-b-90-desktop {
		padding-bottom: 90px !important
	}
	.kt-padding-l-90-desktop {
		padding-left: 90px !important
	}
	.kt-padding-r-90-desktop {
		padding-right: 90px !important
	}
	.kt-m90-desktop {
		margin: 90px !important
	}
	.kt-mt-90-desktop {
		margin-top: 90px !important
	}
	.kt-mb-90-desktop {
		margin-bottom: 90px !important
	}
	.kt-ml-90-desktop {
		margin-left: 90px !important
	}
	.kt-mr-90-desktop {
		margin-right: 90px !important
	}
	.kt-p90-desktop {
		padding: 90px !important
	}
	.kt-pt90-desktop {
		padding-top: 90px !important
	}
	.kt-pb-90-desktop {
		padding-bottom: 90px !important
	}
	.kt-pl90-desktop {
		padding-left: 90px !important
	}
	.kt-pr90-desktop {
		padding-right: 90px !important
	}
	.kt-margin-95-desktop {
		margin: 95px !important
	}
	.kt-margin-t-95-desktop {
		margin-top: 95px !important
	}
	.kt-margin-b-95-desktop {
		margin-bottom: 95px !important
	}
	.kt-margin-l-95-desktop {
		margin-left: 95px !important
	}
	.kt-margin-r-95-desktop {
		margin-right: 95px !important
	}
	.kt-padding-95-desktop {
		padding: 95px !important
	}
	.kt-padding-t-95-desktop {
		padding-top: 95px !important
	}
	.kt-padding-b-95-desktop {
		padding-bottom: 95px !important
	}
	.kt-padding-l-95-desktop {
		padding-left: 95px !important
	}
	.kt-padding-r-95-desktop {
		padding-right: 95px !important
	}
	.kt-m95-desktop {
		margin: 95px !important
	}
	.kt-mt-95-desktop {
		margin-top: 95px !important
	}
	.kt-mb-95-desktop {
		margin-bottom: 95px !important
	}
	.kt-ml-95-desktop {
		margin-left: 95px !important
	}
	.kt-mr-95-desktop {
		margin-right: 95px !important
	}
	.kt-p95-desktop {
		padding: 95px !important
	}
	.kt-pt95-desktop {
		padding-top: 95px !important
	}
	.kt-pb-95-desktop {
		padding-bottom: 95px !important
	}
	.kt-pl95-desktop {
		padding-left: 95px !important
	}
	.kt-pr95-desktop {
		padding-right: 95px !important
	}
	.kt-margin-100-desktop {
		margin: 100px !important
	}
	.kt-margin-t-100-desktop {
		margin-top: 100px !important
	}
	.kt-margin-b-100-desktop {
		margin-bottom: 100px !important
	}
	.kt-margin-l-100-desktop {
		margin-left: 100px !important
	}
	.kt-margin-r-100-desktop {
		margin-right: 100px !important
	}
	.kt-padding-100-desktop {
		padding: 100px !important
	}
	.kt-padding-t-100-desktop {
		padding-top: 100px !important
	}
	.kt-padding-b-100-desktop {
		padding-bottom: 100px !important
	}
	.kt-padding-l-100-desktop {
		padding-left: 100px !important
	}
	.kt-padding-r-100-desktop {
		padding-right: 100px !important
	}
	.kt-m100-desktop {
		margin: 100px !important
	}
	.kt-mt-100-desktop {
		margin-top: 100px !important
	}
	.kt-mb-100-desktop {
		margin-bottom: 100px !important
	}
	.kt-ml-100-desktop {
		margin-left: 100px !important
	}
	.kt-mr-100-desktop {
		margin-right: 100px !important
	}
	.kt-p100-desktop {
		padding: 100px !important
	}
	.kt-pt100-desktop {
		padding-top: 100px !important
	}
	.kt-pb-100-desktop {
		padding-bottom: 100px !important
	}
	.kt-pl100-desktop {
		padding-left: 100px !important
	}
	.kt-pr100-desktop {
		padding-right: 100px !important
	}
}

@media ( min-width :769px) and (max-width:1024px) {
	.kt-margin-0-tablet {
		margin: 0 !important
	}
	.kt-margin-t-0-tablet {
		margin-top: 0 !important
	}
	.kt-margin-b-0-tablet {
		margin-bottom: 0 !important
	}
	.kt-margin-l-0-tablet {
		margin-left: 0 !important
	}
	.kt-margin-r-0-tablet {
		margin-right: 0 !important
	}
	.kt-padding-0-tablet {
		padding: 0 !important
	}
	.kt-padding-t-0-tablet {
		padding-top: 0 !important
	}
	.kt-padding-b-0-tablet {
		padding-bottom: 0 !important
	}
	.kt-padding-l-0-tablet {
		padding-left: 0 !important
	}
	.kt-padding-r-0-tablet {
		padding-right: 0 !important
	}
	.kt-m0-tablet {
		margin: 0 !important
	}
	.kt-mt-0-tablet {
		margin-top: 0 !important
	}
	.kt-mb-0-tablet {
		margin-bottom: 0 !important
	}
	.kt-ml-0-tablet {
		margin-left: 0 !important
	}
	.kt-mr-0-tablet {
		margin-right: 0 !important
	}
	.kt-p0-tablet {
		padding: 0 !important
	}
	.kt-pt0-tablet {
		padding-top: 0 !important
	}
	.kt-pb-0-tablet {
		padding-bottom: 0 !important
	}
	.kt-pl0-tablet {
		padding-left: 0 !important
	}
	.kt-pr0-tablet {
		padding-right: 0 !important
	}
	.kt-margin-5-tablet {
		margin: 5px !important
	}
	.kt-margin-t-5-tablet {
		margin-top: 5px !important
	}
	.kt-margin-b-5-tablet {
		margin-bottom: 5px !important
	}
	.kt-margin-l-5-tablet {
		margin-left: 5px !important
	}
	.kt-margin-r-5-tablet {
		margin-right: 5px !important
	}
	.kt-padding-5-tablet {
		padding: 5px !important
	}
	.kt-padding-t-5-tablet {
		padding-top: 5px !important
	}
	.kt-padding-b-5-tablet {
		padding-bottom: 5px !important
	}
	.kt-padding-l-5-tablet {
		padding-left: 5px !important
	}
	.kt-padding-r-5-tablet {
		padding-right: 5px !important
	}
	.kt-m5-tablet {
		margin: 5px !important
	}
	.kt-mt-5-tablet {
		margin-top: 5px !important
	}
	.kt-mb-5-tablet {
		margin-bottom: 5px !important
	}
	.kt-ml-5-tablet {
		margin-left: 5px !important
	}
	.kt-mr-5-tablet {
		margin-right: 5px !important
	}
	.kt-p5-tablet {
		padding: 5px !important
	}
	.kt-pt5-tablet {
		padding-top: 5px !important
	}
	.kt-pb-5-tablet {
		padding-bottom: 5px !important
	}
	.kt-pl5-tablet {
		padding-left: 5px !important
	}
	.kt-pr5-tablet {
		padding-right: 5px !important
	}
	.kt-margin-10-tablet {
		margin: 10px !important
	}
	.kt-margin-t-10-tablet {
		margin-top: 10px !important
	}
	.kt-margin-b-10-tablet {
		margin-bottom: 10px !important
	}
	.kt-margin-l-10-tablet {
		margin-left: 10px !important
	}
	.kt-margin-r-10-tablet {
		margin-right: 10px !important
	}
	.kt-padding-10-tablet {
		padding: 10px !important
	}
	.kt-padding-t-10-tablet {
		padding-top: 10px !important
	}
	.kt-padding-b-10-tablet {
		padding-bottom: 10px !important
	}
	.kt-padding-l-10-tablet {
		padding-left: 10px !important
	}
	.kt-padding-r-10-tablet {
		padding-right: 10px !important
	}
	.kt-m10-tablet {
		margin: 10px !important
	}
	.kt-mt-10-tablet {
		margin-top: 10px !important
	}
	.kt-mb-10-tablet {
		margin-bottom: 10px !important
	}
	.kt-ml-10-tablet {
		margin-left: 10px !important
	}
	.kt-mr-10-tablet {
		margin-right: 10px !important
	}
	.kt-p10-tablet {
		padding: 10px !important
	}
	.kt-pt10-tablet {
		padding-top: 10px !important
	}
	.kt-pb-10-tablet {
		padding-bottom: 10px !important
	}
	.kt-pl10-tablet {
		padding-left: 10px !important
	}
	.kt-pr10-tablet {
		padding-right: 10px !important
	}
	.kt-margin-15-tablet {
		margin: 15px !important
	}
	.kt-margin-t-15-tablet {
		margin-top: 15px !important
	}
	.kt-margin-b-15-tablet {
		margin-bottom: 15px !important
	}
	.kt-margin-l-15-tablet {
		margin-left: 15px !important
	}
	.kt-margin-r-15-tablet {
		margin-right: 15px !important
	}
	.kt-padding-15-tablet {
		padding: 15px !important
	}
	.kt-padding-t-15-tablet {
		padding-top: 15px !important
	}
	.kt-padding-b-15-tablet {
		padding-bottom: 15px !important
	}
	.kt-padding-l-15-tablet {
		padding-left: 15px !important
	}
	.kt-padding-r-15-tablet {
		padding-right: 15px !important
	}
	.kt-m15-tablet {
		margin: 15px !important
	}
	.kt-mt-15-tablet {
		margin-top: 15px !important
	}
	.kt-mb-15-tablet {
		margin-bottom: 15px !important
	}
	.kt-ml-15-tablet {
		margin-left: 15px !important
	}
	.kt-mr-15-tablet {
		margin-right: 15px !important
	}
	.kt-p15-tablet {
		padding: 15px !important
	}
	.kt-pt15-tablet {
		padding-top: 15px !important
	}
	.kt-pb-15-tablet {
		padding-bottom: 15px !important
	}
	.kt-pl15-tablet {
		padding-left: 15px !important
	}
	.kt-pr15-tablet {
		padding-right: 15px !important
	}
	.kt-margin-20-tablet {
		margin: 20px !important
	}
	.kt-margin-t-20-tablet {
		margin-top: 20px !important
	}
	.kt-margin-b-20-tablet {
		margin-bottom: 20px !important
	}
	.kt-margin-l-20-tablet {
		margin-left: 20px !important
	}
	.kt-margin-r-20-tablet {
		margin-right: 20px !important
	}
	.kt-padding-20-tablet {
		padding: 20px !important
	}
	.kt-padding-t-20-tablet {
		padding-top: 20px !important
	}
	.kt-padding-b-20-tablet {
		padding-bottom: 20px !important
	}
	.kt-padding-l-20-tablet {
		padding-left: 20px !important
	}
	.kt-padding-r-20-tablet {
		padding-right: 20px !important
	}
	.kt-m20-tablet {
		margin: 20px !important
	}
	.kt-mt-20-tablet {
		margin-top: 20px !important
	}
	.kt-mb-20-tablet {
		margin-bottom: 20px !important
	}
	.kt-ml-20-tablet {
		margin-left: 20px !important
	}
	.kt-mr-20-tablet {
		margin-right: 20px !important
	}
	.kt-p20-tablet {
		padding: 20px !important
	}
	.kt-pt20-tablet {
		padding-top: 20px !important
	}
	.kt-pb-20-tablet {
		padding-bottom: 20px !important
	}
	.kt-pl20-tablet {
		padding-left: 20px !important
	}
	.kt-pr20-tablet {
		padding-right: 20px !important
	}
	.kt-margin-25-tablet {
		margin: 25px !important
	}
	.kt-margin-t-25-tablet {
		margin-top: 25px !important
	}
	.kt-margin-b-25-tablet {
		margin-bottom: 25px !important
	}
	.kt-margin-l-25-tablet {
		margin-left: 25px !important
	}
	.kt-margin-r-25-tablet {
		margin-right: 25px !important
	}
	.kt-padding-25-tablet {
		padding: 25px !important
	}
	.kt-padding-t-25-tablet {
		padding-top: 25px !important
	}
	.kt-padding-b-25-tablet {
		padding-bottom: 25px !important
	}
	.kt-padding-l-25-tablet {
		padding-left: 25px !important
	}
	.kt-padding-r-25-tablet {
		padding-right: 25px !important
	}
	.kt-m25-tablet {
		margin: 25px !important
	}
	.kt-mt-25-tablet {
		margin-top: 25px !important
	}
	.kt-mb-25-tablet {
		margin-bottom: 25px !important
	}
	.kt-ml-25-tablet {
		margin-left: 25px !important
	}
	.kt-mr-25-tablet {
		margin-right: 25px !important
	}
	.kt-p25-tablet {
		padding: 25px !important
	}
	.kt-pt25-tablet {
		padding-top: 25px !important
	}
	.kt-pb-25-tablet {
		padding-bottom: 25px !important
	}
	.kt-pl25-tablet {
		padding-left: 25px !important
	}
	.kt-pr25-tablet {
		padding-right: 25px !important
	}
	.kt-margin-30-tablet {
		margin: 30px !important
	}
	.kt-margin-t-30-tablet {
		margin-top: 30px !important
	}
	.kt-margin-b-30-tablet {
		margin-bottom: 30px !important
	}
	.kt-margin-l-30-tablet {
		margin-left: 30px !important
	}
	.kt-margin-r-30-tablet {
		margin-right: 30px !important
	}
	.kt-padding-30-tablet {
		padding: 30px !important
	}
	.kt-padding-t-30-tablet {
		padding-top: 30px !important
	}
	.kt-padding-b-30-tablet {
		padding-bottom: 30px !important
	}
	.kt-padding-l-30-tablet {
		padding-left: 30px !important
	}
	.kt-padding-r-30-tablet {
		padding-right: 30px !important
	}
	.kt-m30-tablet {
		margin: 30px !important
	}
	.kt-mt-30-tablet {
		margin-top: 30px !important
	}
	.kt-mb-30-tablet {
		margin-bottom: 30px !important
	}
	.kt-ml-30-tablet {
		margin-left: 30px !important
	}
	.kt-mr-30-tablet {
		margin-right: 30px !important
	}
	.kt-p30-tablet {
		padding: 30px !important
	}
	.kt-pt30-tablet {
		padding-top: 30px !important
	}
	.kt-pb-30-tablet {
		padding-bottom: 30px !important
	}
	.kt-pl30-tablet {
		padding-left: 30px !important
	}
	.kt-pr30-tablet {
		padding-right: 30px !important
	}
	.kt-margin-35-tablet {
		margin: 35px !important
	}
	.kt-margin-t-35-tablet {
		margin-top: 35px !important
	}
	.kt-margin-b-35-tablet {
		margin-bottom: 35px !important
	}
	.kt-margin-l-35-tablet {
		margin-left: 35px !important
	}
	.kt-margin-r-35-tablet {
		margin-right: 35px !important
	}
	.kt-padding-35-tablet {
		padding: 35px !important
	}
	.kt-padding-t-35-tablet {
		padding-top: 35px !important
	}
	.kt-padding-b-35-tablet {
		padding-bottom: 35px !important
	}
	.kt-padding-l-35-tablet {
		padding-left: 35px !important
	}
	.kt-padding-r-35-tablet {
		padding-right: 35px !important
	}
	.kt-m35-tablet {
		margin: 35px !important
	}
	.kt-mt-35-tablet {
		margin-top: 35px !important
	}
	.kt-mb-35-tablet {
		margin-bottom: 35px !important
	}
	.kt-ml-35-tablet {
		margin-left: 35px !important
	}
	.kt-mr-35-tablet {
		margin-right: 35px !important
	}
	.kt-p35-tablet {
		padding: 35px !important
	}
	.kt-pt35-tablet {
		padding-top: 35px !important
	}
	.kt-pb-35-tablet {
		padding-bottom: 35px !important
	}
	.kt-pl35-tablet {
		padding-left: 35px !important
	}
	.kt-pr35-tablet {
		padding-right: 35px !important
	}
	.kt-margin-40-tablet {
		margin: 40px !important
	}
	.kt-margin-t-40-tablet {
		margin-top: 40px !important
	}
	.kt-margin-b-40-tablet {
		margin-bottom: 40px !important
	}
	.kt-margin-l-40-tablet {
		margin-left: 40px !important
	}
	.kt-margin-r-40-tablet {
		margin-right: 40px !important
	}
	.kt-padding-40-tablet {
		padding: 40px !important
	}
	.kt-padding-t-40-tablet {
		padding-top: 40px !important
	}
	.kt-padding-b-40-tablet {
		padding-bottom: 40px !important
	}
	.kt-padding-l-40-tablet {
		padding-left: 40px !important
	}
	.kt-padding-r-40-tablet {
		padding-right: 40px !important
	}
	.kt-m40-tablet {
		margin: 40px !important
	}
	.kt-mt-40-tablet {
		margin-top: 40px !important
	}
	.kt-mb-40-tablet {
		margin-bottom: 40px !important
	}
	.kt-ml-40-tablet {
		margin-left: 40px !important
	}
	.kt-mr-40-tablet {
		margin-right: 40px !important
	}
	.kt-p40-tablet {
		padding: 40px !important
	}
	.kt-pt40-tablet {
		padding-top: 40px !important
	}
	.kt-pb-40-tablet {
		padding-bottom: 40px !important
	}
	.kt-pl40-tablet {
		padding-left: 40px !important
	}
	.kt-pr40-tablet {
		padding-right: 40px !important
	}
	.kt-margin-45-tablet {
		margin: 45px !important
	}
	.kt-margin-t-45-tablet {
		margin-top: 45px !important
	}
	.kt-margin-b-45-tablet {
		margin-bottom: 45px !important
	}
	.kt-margin-l-45-tablet {
		margin-left: 45px !important
	}
	.kt-margin-r-45-tablet {
		margin-right: 45px !important
	}
	.kt-padding-45-tablet {
		padding: 45px !important
	}
	.kt-padding-t-45-tablet {
		padding-top: 45px !important
	}
	.kt-padding-b-45-tablet {
		padding-bottom: 45px !important
	}
	.kt-padding-l-45-tablet {
		padding-left: 45px !important
	}
	.kt-padding-r-45-tablet {
		padding-right: 45px !important
	}
	.kt-m45-tablet {
		margin: 45px !important
	}
	.kt-mt-45-tablet {
		margin-top: 45px !important
	}
	.kt-mb-45-tablet {
		margin-bottom: 45px !important
	}
	.kt-ml-45-tablet {
		margin-left: 45px !important
	}
	.kt-mr-45-tablet {
		margin-right: 45px !important
	}
	.kt-p45-tablet {
		padding: 45px !important
	}
	.kt-pt45-tablet {
		padding-top: 45px !important
	}
	.kt-pb-45-tablet {
		padding-bottom: 45px !important
	}
	.kt-pl45-tablet {
		padding-left: 45px !important
	}
	.kt-pr45-tablet {
		padding-right: 45px !important
	}
	.kt-margin-50-tablet {
		margin: 50px !important
	}
	.kt-margin-t-50-tablet {
		margin-top: 50px !important
	}
	.kt-margin-b-50-tablet {
		margin-bottom: 50px !important
	}
	.kt-margin-l-50-tablet {
		margin-left: 50px !important
	}
	.kt-margin-r-50-tablet {
		margin-right: 50px !important
	}
	.kt-padding-50-tablet {
		padding: 50px !important
	}
	.kt-padding-t-50-tablet {
		padding-top: 50px !important
	}
	.kt-padding-b-50-tablet {
		padding-bottom: 50px !important
	}
	.kt-padding-l-50-tablet {
		padding-left: 50px !important
	}
	.kt-padding-r-50-tablet {
		padding-right: 50px !important
	}
	.kt-m50-tablet {
		margin: 50px !important
	}
	.kt-mt-50-tablet {
		margin-top: 50px !important
	}
	.kt-mb-50-tablet {
		margin-bottom: 50px !important
	}
	.kt-ml-50-tablet {
		margin-left: 50px !important
	}
	.kt-mr-50-tablet {
		margin-right: 50px !important
	}
	.kt-p50-tablet {
		padding: 50px !important
	}
	.kt-pt50-tablet {
		padding-top: 50px !important
	}
	.kt-pb-50-tablet {
		padding-bottom: 50px !important
	}
	.kt-pl50-tablet {
		padding-left: 50px !important
	}
	.kt-pr50-tablet {
		padding-right: 50px !important
	}
	.kt-margin-55-tablet {
		margin: 55px !important
	}
	.kt-margin-t-55-tablet {
		margin-top: 55px !important
	}
	.kt-margin-b-55-tablet {
		margin-bottom: 55px !important
	}
	.kt-margin-l-55-tablet {
		margin-left: 55px !important
	}
	.kt-margin-r-55-tablet {
		margin-right: 55px !important
	}
	.kt-padding-55-tablet {
		padding: 55px !important
	}
	.kt-padding-t-55-tablet {
		padding-top: 55px !important
	}
	.kt-padding-b-55-tablet {
		padding-bottom: 55px !important
	}
	.kt-padding-l-55-tablet {
		padding-left: 55px !important
	}
	.kt-padding-r-55-tablet {
		padding-right: 55px !important
	}
	.kt-m55-tablet {
		margin: 55px !important
	}
	.kt-mt-55-tablet {
		margin-top: 55px !important
	}
	.kt-mb-55-tablet {
		margin-bottom: 55px !important
	}
	.kt-ml-55-tablet {
		margin-left: 55px !important
	}
	.kt-mr-55-tablet {
		margin-right: 55px !important
	}
	.kt-p55-tablet {
		padding: 55px !important
	}
	.kt-pt55-tablet {
		padding-top: 55px !important
	}
	.kt-pb-55-tablet {
		padding-bottom: 55px !important
	}
	.kt-pl55-tablet {
		padding-left: 55px !important
	}
	.kt-pr55-tablet {
		padding-right: 55px !important
	}
	.kt-margin-60-tablet {
		margin: 60px !important
	}
	.kt-margin-t-60-tablet {
		margin-top: 60px !important
	}
	.kt-margin-b-60-tablet {
		margin-bottom: 60px !important
	}
	.kt-margin-l-60-tablet {
		margin-left: 60px !important
	}
	.kt-margin-r-60-tablet {
		margin-right: 60px !important
	}
	.kt-padding-60-tablet {
		padding: 60px !important
	}
	.kt-padding-t-60-tablet {
		padding-top: 60px !important
	}
	.kt-padding-b-60-tablet {
		padding-bottom: 60px !important
	}
	.kt-padding-l-60-tablet {
		padding-left: 60px !important
	}
	.kt-padding-r-60-tablet {
		padding-right: 60px !important
	}
	.kt-m60-tablet {
		margin: 60px !important
	}
	.kt-mt-60-tablet {
		margin-top: 60px !important
	}
	.kt-mb-60-tablet {
		margin-bottom: 60px !important
	}
	.kt-ml-60-tablet {
		margin-left: 60px !important
	}
	.kt-mr-60-tablet {
		margin-right: 60px !important
	}
	.kt-p60-tablet {
		padding: 60px !important
	}
	.kt-pt60-tablet {
		padding-top: 60px !important
	}
	.kt-pb-60-tablet {
		padding-bottom: 60px !important
	}
	.kt-pl60-tablet {
		padding-left: 60px !important
	}
	.kt-pr60-tablet {
		padding-right: 60px !important
	}
	.kt-margin-65-tablet {
		margin: 65px !important
	}
	.kt-margin-t-65-tablet {
		margin-top: 65px !important
	}
	.kt-margin-b-65-tablet {
		margin-bottom: 65px !important
	}
	.kt-margin-l-65-tablet {
		margin-left: 65px !important
	}
	.kt-margin-r-65-tablet {
		margin-right: 65px !important
	}
	.kt-padding-65-tablet {
		padding: 65px !important
	}
	.kt-padding-t-65-tablet {
		padding-top: 65px !important
	}
	.kt-padding-b-65-tablet {
		padding-bottom: 65px !important
	}
	.kt-padding-l-65-tablet {
		padding-left: 65px !important
	}
	.kt-padding-r-65-tablet {
		padding-right: 65px !important
	}
	.kt-m65-tablet {
		margin: 65px !important
	}
	.kt-mt-65-tablet {
		margin-top: 65px !important
	}
	.kt-mb-65-tablet {
		margin-bottom: 65px !important
	}
	.kt-ml-65-tablet {
		margin-left: 65px !important
	}
	.kt-mr-65-tablet {
		margin-right: 65px !important
	}
	.kt-p65-tablet {
		padding: 65px !important
	}
	.kt-pt65-tablet {
		padding-top: 65px !important
	}
	.kt-pb-65-tablet {
		padding-bottom: 65px !important
	}
	.kt-pl65-tablet {
		padding-left: 65px !important
	}
	.kt-pr65-tablet {
		padding-right: 65px !important
	}
	.kt-margin-70-tablet {
		margin: 70px !important
	}
	.kt-margin-t-70-tablet {
		margin-top: 70px !important
	}
	.kt-margin-b-70-tablet {
		margin-bottom: 70px !important
	}
	.kt-margin-l-70-tablet {
		margin-left: 70px !important
	}
	.kt-margin-r-70-tablet {
		margin-right: 70px !important
	}
	.kt-padding-70-tablet {
		padding: 70px !important
	}
	.kt-padding-t-70-tablet {
		padding-top: 70px !important
	}
	.kt-padding-b-70-tablet {
		padding-bottom: 70px !important
	}
	.kt-padding-l-70-tablet {
		padding-left: 70px !important
	}
	.kt-padding-r-70-tablet {
		padding-right: 70px !important
	}
	.kt-m70-tablet {
		margin: 70px !important
	}
	.kt-mt-70-tablet {
		margin-top: 70px !important
	}
	.kt-mb-70-tablet {
		margin-bottom: 70px !important
	}
	.kt-ml-70-tablet {
		margin-left: 70px !important
	}
	.kt-mr-70-tablet {
		margin-right: 70px !important
	}
	.kt-p70-tablet {
		padding: 70px !important
	}
	.kt-pt70-tablet {
		padding-top: 70px !important
	}
	.kt-pb-70-tablet {
		padding-bottom: 70px !important
	}
	.kt-pl70-tablet {
		padding-left: 70px !important
	}
	.kt-pr70-tablet {
		padding-right: 70px !important
	}
	.kt-margin-75-tablet {
		margin: 75px !important
	}
	.kt-margin-t-75-tablet {
		margin-top: 75px !important
	}
	.kt-margin-b-75-tablet {
		margin-bottom: 75px !important
	}
	.kt-margin-l-75-tablet {
		margin-left: 75px !important
	}
	.kt-margin-r-75-tablet {
		margin-right: 75px !important
	}
	.kt-padding-75-tablet {
		padding: 75px !important
	}
	.kt-padding-t-75-tablet {
		padding-top: 75px !important
	}
	.kt-padding-b-75-tablet {
		padding-bottom: 75px !important
	}
	.kt-padding-l-75-tablet {
		padding-left: 75px !important
	}
	.kt-padding-r-75-tablet {
		padding-right: 75px !important
	}
	.kt-m75-tablet {
		margin: 75px !important
	}
	.kt-mt-75-tablet {
		margin-top: 75px !important
	}
	.kt-mb-75-tablet {
		margin-bottom: 75px !important
	}
	.kt-ml-75-tablet {
		margin-left: 75px !important
	}
	.kt-mr-75-tablet {
		margin-right: 75px !important
	}
	.kt-p75-tablet {
		padding: 75px !important
	}
	.kt-pt75-tablet {
		padding-top: 75px !important
	}
	.kt-pb-75-tablet {
		padding-bottom: 75px !important
	}
	.kt-pl75-tablet {
		padding-left: 75px !important
	}
	.kt-pr75-tablet {
		padding-right: 75px !important
	}
	.kt-margin-80-tablet {
		margin: 80px !important
	}
	.kt-margin-t-80-tablet {
		margin-top: 80px !important
	}
	.kt-margin-b-80-tablet {
		margin-bottom: 80px !important
	}
	.kt-margin-l-80-tablet {
		margin-left: 80px !important
	}
	.kt-margin-r-80-tablet {
		margin-right: 80px !important
	}
	.kt-padding-80-tablet {
		padding: 80px !important
	}
	.kt-padding-t-80-tablet {
		padding-top: 80px !important
	}
	.kt-padding-b-80-tablet {
		padding-bottom: 80px !important
	}
	.kt-padding-l-80-tablet {
		padding-left: 80px !important
	}
	.kt-padding-r-80-tablet {
		padding-right: 80px !important
	}
	.kt-m80-tablet {
		margin: 80px !important
	}
	.kt-mt-80-tablet {
		margin-top: 80px !important
	}
	.kt-mb-80-tablet {
		margin-bottom: 80px !important
	}
	.kt-ml-80-tablet {
		margin-left: 80px !important
	}
	.kt-mr-80-tablet {
		margin-right: 80px !important
	}
	.kt-p80-tablet {
		padding: 80px !important
	}
	.kt-pt80-tablet {
		padding-top: 80px !important
	}
	.kt-pb-80-tablet {
		padding-bottom: 80px !important
	}
	.kt-pl80-tablet {
		padding-left: 80px !important
	}
	.kt-pr80-tablet {
		padding-right: 80px !important
	}
	.kt-margin-85-tablet {
		margin: 85px !important
	}
	.kt-margin-t-85-tablet {
		margin-top: 85px !important
	}
	.kt-margin-b-85-tablet {
		margin-bottom: 85px !important
	}
	.kt-margin-l-85-tablet {
		margin-left: 85px !important
	}
	.kt-margin-r-85-tablet {
		margin-right: 85px !important
	}
	.kt-padding-85-tablet {
		padding: 85px !important
	}
	.kt-padding-t-85-tablet {
		padding-top: 85px !important
	}
	.kt-padding-b-85-tablet {
		padding-bottom: 85px !important
	}
	.kt-padding-l-85-tablet {
		padding-left: 85px !important
	}
	.kt-padding-r-85-tablet {
		padding-right: 85px !important
	}
	.kt-m85-tablet {
		margin: 85px !important
	}
	.kt-mt-85-tablet {
		margin-top: 85px !important
	}
	.kt-mb-85-tablet {
		margin-bottom: 85px !important
	}
	.kt-ml-85-tablet {
		margin-left: 85px !important
	}
	.kt-mr-85-tablet {
		margin-right: 85px !important
	}
	.kt-p85-tablet {
		padding: 85px !important
	}
	.kt-pt85-tablet {
		padding-top: 85px !important
	}
	.kt-pb-85-tablet {
		padding-bottom: 85px !important
	}
	.kt-pl85-tablet {
		padding-left: 85px !important
	}
	.kt-pr85-tablet {
		padding-right: 85px !important
	}
	.kt-margin-90-tablet {
		margin: 90px !important
	}
	.kt-margin-t-90-tablet {
		margin-top: 90px !important
	}
	.kt-margin-b-90-tablet {
		margin-bottom: 90px !important
	}
	.kt-margin-l-90-tablet {
		margin-left: 90px !important
	}
	.kt-margin-r-90-tablet {
		margin-right: 90px !important
	}
	.kt-padding-90-tablet {
		padding: 90px !important
	}
	.kt-padding-t-90-tablet {
		padding-top: 90px !important
	}
	.kt-padding-b-90-tablet {
		padding-bottom: 90px !important
	}
	.kt-padding-l-90-tablet {
		padding-left: 90px !important
	}
	.kt-padding-r-90-tablet {
		padding-right: 90px !important
	}
	.kt-m90-tablet {
		margin: 90px !important
	}
	.kt-mt-90-tablet {
		margin-top: 90px !important
	}
	.kt-mb-90-tablet {
		margin-bottom: 90px !important
	}
	.kt-ml-90-tablet {
		margin-left: 90px !important
	}
	.kt-mr-90-tablet {
		margin-right: 90px !important
	}
	.kt-p90-tablet {
		padding: 90px !important
	}
	.kt-pt90-tablet {
		padding-top: 90px !important
	}
	.kt-pb-90-tablet {
		padding-bottom: 90px !important
	}
	.kt-pl90-tablet {
		padding-left: 90px !important
	}
	.kt-pr90-tablet {
		padding-right: 90px !important
	}
	.kt-margin-95-tablet {
		margin: 95px !important
	}
	.kt-margin-t-95-tablet {
		margin-top: 95px !important
	}
	.kt-margin-b-95-tablet {
		margin-bottom: 95px !important
	}
	.kt-margin-l-95-tablet {
		margin-left: 95px !important
	}
	.kt-margin-r-95-tablet {
		margin-right: 95px !important
	}
	.kt-padding-95-tablet {
		padding: 95px !important
	}
	.kt-padding-t-95-tablet {
		padding-top: 95px !important
	}
	.kt-padding-b-95-tablet {
		padding-bottom: 95px !important
	}
	.kt-padding-l-95-tablet {
		padding-left: 95px !important
	}
	.kt-padding-r-95-tablet {
		padding-right: 95px !important
	}
	.kt-m95-tablet {
		margin: 95px !important
	}
	.kt-mt-95-tablet {
		margin-top: 95px !important
	}
	.kt-mb-95-tablet {
		margin-bottom: 95px !important
	}
	.kt-ml-95-tablet {
		margin-left: 95px !important
	}
	.kt-mr-95-tablet {
		margin-right: 95px !important
	}
	.kt-p95-tablet {
		padding: 95px !important
	}
	.kt-pt95-tablet {
		padding-top: 95px !important
	}
	.kt-pb-95-tablet {
		padding-bottom: 95px !important
	}
	.kt-pl95-tablet {
		padding-left: 95px !important
	}
	.kt-pr95-tablet {
		padding-right: 95px !important
	}
	.kt-margin-100-tablet {
		margin: 100px !important
	}
	.kt-margin-t-100-tablet {
		margin-top: 100px !important
	}
	.kt-margin-b-100-tablet {
		margin-bottom: 100px !important
	}
	.kt-margin-l-100-tablet {
		margin-left: 100px !important
	}
	.kt-margin-r-100-tablet {
		margin-right: 100px !important
	}
	.kt-padding-100-tablet {
		padding: 100px !important
	}
	.kt-padding-t-100-tablet {
		padding-top: 100px !important
	}
	.kt-padding-b-100-tablet {
		padding-bottom: 100px !important
	}
	.kt-padding-l-100-tablet {
		padding-left: 100px !important
	}
	.kt-padding-r-100-tablet {
		padding-right: 100px !important
	}
	.kt-m100-tablet {
		margin: 100px !important
	}
	.kt-mt-100-tablet {
		margin-top: 100px !important
	}
	.kt-mb-100-tablet {
		margin-bottom: 100px !important
	}
	.kt-ml-100-tablet {
		margin-left: 100px !important
	}
	.kt-mr-100-tablet {
		margin-right: 100px !important
	}
	.kt-p100-tablet {
		padding: 100px !important
	}
	.kt-pt100-tablet {
		padding-top: 100px !important
	}
	.kt-pb-100-tablet {
		padding-bottom: 100px !important
	}
	.kt-pl100-tablet {
		padding-left: 100px !important
	}
	.kt-pr100-tablet {
		padding-right: 100px !important
	}
}

@media ( max-width :1024px) {
	.kt-margin-0-tablet-and-mobile {
		margin: 0 !important
	}
	.kt-margin-t-0-tablet-and-mobile {
		margin-top: 0 !important
	}
	.kt-margin-b-0-tablet-and-mobile {
		margin-bottom: 0 !important
	}
	.kt-margin-l-0-tablet-and-mobile {
		margin-left: 0 !important
	}
	.kt-margin-r-0-tablet-and-mobile {
		margin-right: 0 !important
	}
	.kt-padding-0-tablet-and-mobile {
		padding: 0 !important
	}
	.kt-padding-t-0-tablet-and-mobile {
		padding-top: 0 !important
	}
	.kt-padding-b-0-tablet-and-mobile {
		padding-bottom: 0 !important
	}
	.kt-padding-l-0-tablet-and-mobile {
		padding-left: 0 !important
	}
	.kt-padding-r-0-tablet-and-mobile {
		padding-right: 0 !important
	}
	.kt-m0-tablet-and-mobile {
		margin: 0 !important
	}
	.kt-mt-0-tablet-and-mobile {
		margin-top: 0 !important
	}
	.kt-mb-0-tablet-and-mobile {
		margin-bottom: 0 !important
	}
	.kt-ml-0-tablet-and-mobile {
		margin-left: 0 !important
	}
	.kt-mr-0-tablet-and-mobile {
		margin-right: 0 !important
	}
	.kt-p0-tablet-and-mobile {
		padding: 0 !important
	}
	.kt-pt0-tablet-and-mobile {
		padding-top: 0 !important
	}
	.kt-pb-0-tablet-and-mobile {
		padding-bottom: 0 !important
	}
	.kt-pl0-tablet-and-mobile {
		padding-left: 0 !important
	}
	.kt-pr0-tablet-and-mobile {
		padding-right: 0 !important
	}
	.kt-margin-5-tablet-and-mobile {
		margin: 5px !important
	}
	.kt-margin-t-5-tablet-and-mobile {
		margin-top: 5px !important
	}
	.kt-margin-b-5-tablet-and-mobile {
		margin-bottom: 5px !important
	}
	.kt-margin-l-5-tablet-and-mobile {
		margin-left: 5px !important
	}
	.kt-margin-r-5-tablet-and-mobile {
		margin-right: 5px !important
	}
	.kt-padding-5-tablet-and-mobile {
		padding: 5px !important
	}
	.kt-padding-t-5-tablet-and-mobile {
		padding-top: 5px !important
	}
	.kt-padding-b-5-tablet-and-mobile {
		padding-bottom: 5px !important
	}
	.kt-padding-l-5-tablet-and-mobile {
		padding-left: 5px !important
	}
	.kt-padding-r-5-tablet-and-mobile {
		padding-right: 5px !important
	}
	.kt-m5-tablet-and-mobile {
		margin: 5px !important
	}
	.kt-mt-5-tablet-and-mobile {
		margin-top: 5px !important
	}
	.kt-mb-5-tablet-and-mobile {
		margin-bottom: 5px !important
	}
	.kt-ml-5-tablet-and-mobile {
		margin-left: 5px !important
	}
	.kt-mr-5-tablet-and-mobile {
		margin-right: 5px !important
	}
	.kt-p5-tablet-and-mobile {
		padding: 5px !important
	}
	.kt-pt5-tablet-and-mobile {
		padding-top: 5px !important
	}
	.kt-pb-5-tablet-and-mobile {
		padding-bottom: 5px !important
	}
	.kt-pl5-tablet-and-mobile {
		padding-left: 5px !important
	}
	.kt-pr5-tablet-and-mobile {
		padding-right: 5px !important
	}
	.kt-margin-10-tablet-and-mobile {
		margin: 10px !important
	}
	.kt-margin-t-10-tablet-and-mobile {
		margin-top: 10px !important
	}
	.kt-margin-b-10-tablet-and-mobile {
		margin-bottom: 10px !important
	}
	.kt-margin-l-10-tablet-and-mobile {
		margin-left: 10px !important
	}
	.kt-margin-r-10-tablet-and-mobile {
		margin-right: 10px !important
	}
	.kt-padding-10-tablet-and-mobile {
		padding: 10px !important
	}
	.kt-padding-t-10-tablet-and-mobile {
		padding-top: 10px !important
	}
	.kt-padding-b-10-tablet-and-mobile {
		padding-bottom: 10px !important
	}
	.kt-padding-l-10-tablet-and-mobile {
		padding-left: 10px !important
	}
	.kt-padding-r-10-tablet-and-mobile {
		padding-right: 10px !important
	}
	.kt-m10-tablet-and-mobile {
		margin: 10px !important
	}
	.kt-mt-10-tablet-and-mobile {
		margin-top: 10px !important
	}
	.kt-mb-10-tablet-and-mobile {
		margin-bottom: 10px !important
	}
	.kt-ml-10-tablet-and-mobile {
		margin-left: 10px !important
	}
	.kt-mr-10-tablet-and-mobile {
		margin-right: 10px !important
	}
	.kt-p10-tablet-and-mobile {
		padding: 10px !important
	}
	.kt-pt10-tablet-and-mobile {
		padding-top: 10px !important
	}
	.kt-pb-10-tablet-and-mobile {
		padding-bottom: 10px !important
	}
	.kt-pl10-tablet-and-mobile {
		padding-left: 10px !important
	}
	.kt-pr10-tablet-and-mobile {
		padding-right: 10px !important
	}
	.kt-margin-15-tablet-and-mobile {
		margin: 15px !important
	}
	.kt-margin-t-15-tablet-and-mobile {
		margin-top: 15px !important
	}
	.kt-margin-b-15-tablet-and-mobile {
		margin-bottom: 15px !important
	}
	.kt-margin-l-15-tablet-and-mobile {
		margin-left: 15px !important
	}
	.kt-margin-r-15-tablet-and-mobile {
		margin-right: 15px !important
	}
	.kt-padding-15-tablet-and-mobile {
		padding: 15px !important
	}
	.kt-padding-t-15-tablet-and-mobile {
		padding-top: 15px !important
	}
	.kt-padding-b-15-tablet-and-mobile {
		padding-bottom: 15px !important
	}
	.kt-padding-l-15-tablet-and-mobile {
		padding-left: 15px !important
	}
	.kt-padding-r-15-tablet-and-mobile {
		padding-right: 15px !important
	}
	.kt-m15-tablet-and-mobile {
		margin: 15px !important
	}
	.kt-mt-15-tablet-and-mobile {
		margin-top: 15px !important
	}
	.kt-mb-15-tablet-and-mobile {
		margin-bottom: 15px !important
	}
	.kt-ml-15-tablet-and-mobile {
		margin-left: 15px !important
	}
	.kt-mr-15-tablet-and-mobile {
		margin-right: 15px !important
	}
	.kt-p15-tablet-and-mobile {
		padding: 15px !important
	}
	.kt-pt15-tablet-and-mobile {
		padding-top: 15px !important
	}
	.kt-pb-15-tablet-and-mobile {
		padding-bottom: 15px !important
	}
	.kt-pl15-tablet-and-mobile {
		padding-left: 15px !important
	}
	.kt-pr15-tablet-and-mobile {
		padding-right: 15px !important
	}
	.kt-margin-20-tablet-and-mobile {
		margin: 20px !important
	}
	.kt-margin-t-20-tablet-and-mobile {
		margin-top: 20px !important
	}
	.kt-margin-b-20-tablet-and-mobile {
		margin-bottom: 20px !important
	}
	.kt-margin-l-20-tablet-and-mobile {
		margin-left: 20px !important
	}
	.kt-margin-r-20-tablet-and-mobile {
		margin-right: 20px !important
	}
	.kt-padding-20-tablet-and-mobile {
		padding: 20px !important
	}
	.kt-padding-t-20-tablet-and-mobile {
		padding-top: 20px !important
	}
	.kt-padding-b-20-tablet-and-mobile {
		padding-bottom: 20px !important
	}
	.kt-padding-l-20-tablet-and-mobile {
		padding-left: 20px !important
	}
	.kt-padding-r-20-tablet-and-mobile {
		padding-right: 20px !important
	}
	.kt-m20-tablet-and-mobile {
		margin: 20px !important
	}
	.kt-mt-20-tablet-and-mobile {
		margin-top: 20px !important
	}
	.kt-mb-20-tablet-and-mobile {
		margin-bottom: 20px !important
	}
	.kt-ml-20-tablet-and-mobile {
		margin-left: 20px !important
	}
	.kt-mr-20-tablet-and-mobile {
		margin-right: 20px !important
	}
	.kt-p20-tablet-and-mobile {
		padding: 20px !important
	}
	.kt-pt20-tablet-and-mobile {
		padding-top: 20px !important
	}
	.kt-pb-20-tablet-and-mobile {
		padding-bottom: 20px !important
	}
	.kt-pl20-tablet-and-mobile {
		padding-left: 20px !important
	}
	.kt-pr20-tablet-and-mobile {
		padding-right: 20px !important
	}
	.kt-margin-25-tablet-and-mobile {
		margin: 25px !important
	}
	.kt-margin-t-25-tablet-and-mobile {
		margin-top: 25px !important
	}
	.kt-margin-b-25-tablet-and-mobile {
		margin-bottom: 25px !important
	}
	.kt-margin-l-25-tablet-and-mobile {
		margin-left: 25px !important
	}
	.kt-margin-r-25-tablet-and-mobile {
		margin-right: 25px !important
	}
	.kt-padding-25-tablet-and-mobile {
		padding: 25px !important
	}
	.kt-padding-t-25-tablet-and-mobile {
		padding-top: 25px !important
	}
	.kt-padding-b-25-tablet-and-mobile {
		padding-bottom: 25px !important
	}
	.kt-padding-l-25-tablet-and-mobile {
		padding-left: 25px !important
	}
	.kt-padding-r-25-tablet-and-mobile {
		padding-right: 25px !important
	}
	.kt-m25-tablet-and-mobile {
		margin: 25px !important
	}
	.kt-mt-25-tablet-and-mobile {
		margin-top: 25px !important
	}
	.kt-mb-25-tablet-and-mobile {
		margin-bottom: 25px !important
	}
	.kt-ml-25-tablet-and-mobile {
		margin-left: 25px !important
	}
	.kt-mr-25-tablet-and-mobile {
		margin-right: 25px !important
	}
	.kt-p25-tablet-and-mobile {
		padding: 25px !important
	}
	.kt-pt25-tablet-and-mobile {
		padding-top: 25px !important
	}
	.kt-pb-25-tablet-and-mobile {
		padding-bottom: 25px !important
	}
	.kt-pl25-tablet-and-mobile {
		padding-left: 25px !important
	}
	.kt-pr25-tablet-and-mobile {
		padding-right: 25px !important
	}
	.kt-margin-30-tablet-and-mobile {
		margin: 30px !important
	}
	.kt-margin-t-30-tablet-and-mobile {
		margin-top: 30px !important
	}
	.kt-margin-b-30-tablet-and-mobile {
		margin-bottom: 30px !important
	}
	.kt-margin-l-30-tablet-and-mobile {
		margin-left: 30px !important
	}
	.kt-margin-r-30-tablet-and-mobile {
		margin-right: 30px !important
	}
	.kt-padding-30-tablet-and-mobile {
		padding: 30px !important
	}
	.kt-padding-t-30-tablet-and-mobile {
		padding-top: 30px !important
	}
	.kt-padding-b-30-tablet-and-mobile {
		padding-bottom: 30px !important
	}
	.kt-padding-l-30-tablet-and-mobile {
		padding-left: 30px !important
	}
	.kt-padding-r-30-tablet-and-mobile {
		padding-right: 30px !important
	}
	.kt-m30-tablet-and-mobile {
		margin: 30px !important
	}
	.kt-mt-30-tablet-and-mobile {
		margin-top: 30px !important
	}
	.kt-mb-30-tablet-and-mobile {
		margin-bottom: 30px !important
	}
	.kt-ml-30-tablet-and-mobile {
		margin-left: 30px !important
	}
	.kt-mr-30-tablet-and-mobile {
		margin-right: 30px !important
	}
	.kt-p30-tablet-and-mobile {
		padding: 30px !important
	}
	.kt-pt30-tablet-and-mobile {
		padding-top: 30px !important
	}
	.kt-pb-30-tablet-and-mobile {
		padding-bottom: 30px !important
	}
	.kt-pl30-tablet-and-mobile {
		padding-left: 30px !important
	}
	.kt-pr30-tablet-and-mobile {
		padding-right: 30px !important
	}
	.kt-margin-35-tablet-and-mobile {
		margin: 35px !important
	}
	.kt-margin-t-35-tablet-and-mobile {
		margin-top: 35px !important
	}
	.kt-margin-b-35-tablet-and-mobile {
		margin-bottom: 35px !important
	}
	.kt-margin-l-35-tablet-and-mobile {
		margin-left: 35px !important
	}
	.kt-margin-r-35-tablet-and-mobile {
		margin-right: 35px !important
	}
	.kt-padding-35-tablet-and-mobile {
		padding: 35px !important
	}
	.kt-padding-t-35-tablet-and-mobile {
		padding-top: 35px !important
	}
	.kt-padding-b-35-tablet-and-mobile {
		padding-bottom: 35px !important
	}
	.kt-padding-l-35-tablet-and-mobile {
		padding-left: 35px !important
	}
	.kt-padding-r-35-tablet-and-mobile {
		padding-right: 35px !important
	}
	.kt-m35-tablet-and-mobile {
		margin: 35px !important
	}
	.kt-mt-35-tablet-and-mobile {
		margin-top: 35px !important
	}
	.kt-mb-35-tablet-and-mobile {
		margin-bottom: 35px !important
	}
	.kt-ml-35-tablet-and-mobile {
		margin-left: 35px !important
	}
	.kt-mr-35-tablet-and-mobile {
		margin-right: 35px !important
	}
	.kt-p35-tablet-and-mobile {
		padding: 35px !important
	}
	.kt-pt35-tablet-and-mobile {
		padding-top: 35px !important
	}
	.kt-pb-35-tablet-and-mobile {
		padding-bottom: 35px !important
	}
	.kt-pl35-tablet-and-mobile {
		padding-left: 35px !important
	}
	.kt-pr35-tablet-and-mobile {
		padding-right: 35px !important
	}
	.kt-margin-40-tablet-and-mobile {
		margin: 40px !important
	}
	.kt-margin-t-40-tablet-and-mobile {
		margin-top: 40px !important
	}
	.kt-margin-b-40-tablet-and-mobile {
		margin-bottom: 40px !important
	}
	.kt-margin-l-40-tablet-and-mobile {
		margin-left: 40px !important
	}
	.kt-margin-r-40-tablet-and-mobile {
		margin-right: 40px !important
	}
	.kt-padding-40-tablet-and-mobile {
		padding: 40px !important
	}
	.kt-padding-t-40-tablet-and-mobile {
		padding-top: 40px !important
	}
	.kt-padding-b-40-tablet-and-mobile {
		padding-bottom: 40px !important
	}
	.kt-padding-l-40-tablet-and-mobile {
		padding-left: 40px !important
	}
	.kt-padding-r-40-tablet-and-mobile {
		padding-right: 40px !important
	}
	.kt-m40-tablet-and-mobile {
		margin: 40px !important
	}
	.kt-mt-40-tablet-and-mobile {
		margin-top: 40px !important
	}
	.kt-mb-40-tablet-and-mobile {
		margin-bottom: 40px !important
	}
	.kt-ml-40-tablet-and-mobile {
		margin-left: 40px !important
	}
	.kt-mr-40-tablet-and-mobile {
		margin-right: 40px !important
	}
	.kt-p40-tablet-and-mobile {
		padding: 40px !important
	}
	.kt-pt40-tablet-and-mobile {
		padding-top: 40px !important
	}
	.kt-pb-40-tablet-and-mobile {
		padding-bottom: 40px !important
	}
	.kt-pl40-tablet-and-mobile {
		padding-left: 40px !important
	}
	.kt-pr40-tablet-and-mobile {
		padding-right: 40px !important
	}
	.kt-margin-45-tablet-and-mobile {
		margin: 45px !important
	}
	.kt-margin-t-45-tablet-and-mobile {
		margin-top: 45px !important
	}
	.kt-margin-b-45-tablet-and-mobile {
		margin-bottom: 45px !important
	}
	.kt-margin-l-45-tablet-and-mobile {
		margin-left: 45px !important
	}
	.kt-margin-r-45-tablet-and-mobile {
		margin-right: 45px !important
	}
	.kt-padding-45-tablet-and-mobile {
		padding: 45px !important
	}
	.kt-padding-t-45-tablet-and-mobile {
		padding-top: 45px !important
	}
	.kt-padding-b-45-tablet-and-mobile {
		padding-bottom: 45px !important
	}
	.kt-padding-l-45-tablet-and-mobile {
		padding-left: 45px !important
	}
	.kt-padding-r-45-tablet-and-mobile {
		padding-right: 45px !important
	}
	.kt-m45-tablet-and-mobile {
		margin: 45px !important
	}
	.kt-mt-45-tablet-and-mobile {
		margin-top: 45px !important
	}
	.kt-mb-45-tablet-and-mobile {
		margin-bottom: 45px !important
	}
	.kt-ml-45-tablet-and-mobile {
		margin-left: 45px !important
	}
	.kt-mr-45-tablet-and-mobile {
		margin-right: 45px !important
	}
	.kt-p45-tablet-and-mobile {
		padding: 45px !important
	}
	.kt-pt45-tablet-and-mobile {
		padding-top: 45px !important
	}
	.kt-pb-45-tablet-and-mobile {
		padding-bottom: 45px !important
	}
	.kt-pl45-tablet-and-mobile {
		padding-left: 45px !important
	}
	.kt-pr45-tablet-and-mobile {
		padding-right: 45px !important
	}
	.kt-margin-50-tablet-and-mobile {
		margin: 50px !important
	}
	.kt-margin-t-50-tablet-and-mobile {
		margin-top: 50px !important
	}
	.kt-margin-b-50-tablet-and-mobile {
		margin-bottom: 50px !important
	}
	.kt-margin-l-50-tablet-and-mobile {
		margin-left: 50px !important
	}
	.kt-margin-r-50-tablet-and-mobile {
		margin-right: 50px !important
	}
	.kt-padding-50-tablet-and-mobile {
		padding: 50px !important
	}
	.kt-padding-t-50-tablet-and-mobile {
		padding-top: 50px !important
	}
	.kt-padding-b-50-tablet-and-mobile {
		padding-bottom: 50px !important
	}
	.kt-padding-l-50-tablet-and-mobile {
		padding-left: 50px !important
	}
	.kt-padding-r-50-tablet-and-mobile {
		padding-right: 50px !important
	}
	.kt-m50-tablet-and-mobile {
		margin: 50px !important
	}
	.kt-mt-50-tablet-and-mobile {
		margin-top: 50px !important
	}
	.kt-mb-50-tablet-and-mobile {
		margin-bottom: 50px !important
	}
	.kt-ml-50-tablet-and-mobile {
		margin-left: 50px !important
	}
	.kt-mr-50-tablet-and-mobile {
		margin-right: 50px !important
	}
	.kt-p50-tablet-and-mobile {
		padding: 50px !important
	}
	.kt-pt50-tablet-and-mobile {
		padding-top: 50px !important
	}
	.kt-pb-50-tablet-and-mobile {
		padding-bottom: 50px !important
	}
	.kt-pl50-tablet-and-mobile {
		padding-left: 50px !important
	}
	.kt-pr50-tablet-and-mobile {
		padding-right: 50px !important
	}
	.kt-margin-55-tablet-and-mobile {
		margin: 55px !important
	}
	.kt-margin-t-55-tablet-and-mobile {
		margin-top: 55px !important
	}
	.kt-margin-b-55-tablet-and-mobile {
		margin-bottom: 55px !important
	}
	.kt-margin-l-55-tablet-and-mobile {
		margin-left: 55px !important
	}
	.kt-margin-r-55-tablet-and-mobile {
		margin-right: 55px !important
	}
	.kt-padding-55-tablet-and-mobile {
		padding: 55px !important
	}
	.kt-padding-t-55-tablet-and-mobile {
		padding-top: 55px !important
	}
	.kt-padding-b-55-tablet-and-mobile {
		padding-bottom: 55px !important
	}
	.kt-padding-l-55-tablet-and-mobile {
		padding-left: 55px !important
	}
	.kt-padding-r-55-tablet-and-mobile {
		padding-right: 55px !important
	}
	.kt-m55-tablet-and-mobile {
		margin: 55px !important
	}
	.kt-mt-55-tablet-and-mobile {
		margin-top: 55px !important
	}
	.kt-mb-55-tablet-and-mobile {
		margin-bottom: 55px !important
	}
	.kt-ml-55-tablet-and-mobile {
		margin-left: 55px !important
	}
	.kt-mr-55-tablet-and-mobile {
		margin-right: 55px !important
	}
	.kt-p55-tablet-and-mobile {
		padding: 55px !important
	}
	.kt-pt55-tablet-and-mobile {
		padding-top: 55px !important
	}
	.kt-pb-55-tablet-and-mobile {
		padding-bottom: 55px !important
	}
	.kt-pl55-tablet-and-mobile {
		padding-left: 55px !important
	}
	.kt-pr55-tablet-and-mobile {
		padding-right: 55px !important
	}
	.kt-margin-60-tablet-and-mobile {
		margin: 60px !important
	}
	.kt-margin-t-60-tablet-and-mobile {
		margin-top: 60px !important
	}
	.kt-margin-b-60-tablet-and-mobile {
		margin-bottom: 60px !important
	}
	.kt-margin-l-60-tablet-and-mobile {
		margin-left: 60px !important
	}
	.kt-margin-r-60-tablet-and-mobile {
		margin-right: 60px !important
	}
	.kt-padding-60-tablet-and-mobile {
		padding: 60px !important
	}
	.kt-padding-t-60-tablet-and-mobile {
		padding-top: 60px !important
	}
	.kt-padding-b-60-tablet-and-mobile {
		padding-bottom: 60px !important
	}
	.kt-padding-l-60-tablet-and-mobile {
		padding-left: 60px !important
	}
	.kt-padding-r-60-tablet-and-mobile {
		padding-right: 60px !important
	}
	.kt-m60-tablet-and-mobile {
		margin: 60px !important
	}
	.kt-mt-60-tablet-and-mobile {
		margin-top: 60px !important
	}
	.kt-mb-60-tablet-and-mobile {
		margin-bottom: 60px !important
	}
	.kt-ml-60-tablet-and-mobile {
		margin-left: 60px !important
	}
	.kt-mr-60-tablet-and-mobile {
		margin-right: 60px !important
	}
	.kt-p60-tablet-and-mobile {
		padding: 60px !important
	}
	.kt-pt60-tablet-and-mobile {
		padding-top: 60px !important
	}
	.kt-pb-60-tablet-and-mobile {
		padding-bottom: 60px !important
	}
	.kt-pl60-tablet-and-mobile {
		padding-left: 60px !important
	}
	.kt-pr60-tablet-and-mobile {
		padding-right: 60px !important
	}
	.kt-margin-65-tablet-and-mobile {
		margin: 65px !important
	}
	.kt-margin-t-65-tablet-and-mobile {
		margin-top: 65px !important
	}
	.kt-margin-b-65-tablet-and-mobile {
		margin-bottom: 65px !important
	}
	.kt-margin-l-65-tablet-and-mobile {
		margin-left: 65px !important
	}
	.kt-margin-r-65-tablet-and-mobile {
		margin-right: 65px !important
	}
	.kt-padding-65-tablet-and-mobile {
		padding: 65px !important
	}
	.kt-padding-t-65-tablet-and-mobile {
		padding-top: 65px !important
	}
	.kt-padding-b-65-tablet-and-mobile {
		padding-bottom: 65px !important
	}
	.kt-padding-l-65-tablet-and-mobile {
		padding-left: 65px !important
	}
	.kt-padding-r-65-tablet-and-mobile {
		padding-right: 65px !important
	}
	.kt-m65-tablet-and-mobile {
		margin: 65px !important
	}
	.kt-mt-65-tablet-and-mobile {
		margin-top: 65px !important
	}
	.kt-mb-65-tablet-and-mobile {
		margin-bottom: 65px !important
	}
	.kt-ml-65-tablet-and-mobile {
		margin-left: 65px !important
	}
	.kt-mr-65-tablet-and-mobile {
		margin-right: 65px !important
	}
	.kt-p65-tablet-and-mobile {
		padding: 65px !important
	}
	.kt-pt65-tablet-and-mobile {
		padding-top: 65px !important
	}
	.kt-pb-65-tablet-and-mobile {
		padding-bottom: 65px !important
	}
	.kt-pl65-tablet-and-mobile {
		padding-left: 65px !important
	}
	.kt-pr65-tablet-and-mobile {
		padding-right: 65px !important
	}
	.kt-margin-70-tablet-and-mobile {
		margin: 70px !important
	}
	.kt-margin-t-70-tablet-and-mobile {
		margin-top: 70px !important
	}
	.kt-margin-b-70-tablet-and-mobile {
		margin-bottom: 70px !important
	}
	.kt-margin-l-70-tablet-and-mobile {
		margin-left: 70px !important
	}
	.kt-margin-r-70-tablet-and-mobile {
		margin-right: 70px !important
	}
	.kt-padding-70-tablet-and-mobile {
		padding: 70px !important
	}
	.kt-padding-t-70-tablet-and-mobile {
		padding-top: 70px !important
	}
	.kt-padding-b-70-tablet-and-mobile {
		padding-bottom: 70px !important
	}
	.kt-padding-l-70-tablet-and-mobile {
		padding-left: 70px !important
	}
	.kt-padding-r-70-tablet-and-mobile {
		padding-right: 70px !important
	}
	.kt-m70-tablet-and-mobile {
		margin: 70px !important
	}
	.kt-mt-70-tablet-and-mobile {
		margin-top: 70px !important
	}
	.kt-mb-70-tablet-and-mobile {
		margin-bottom: 70px !important
	}
	.kt-ml-70-tablet-and-mobile {
		margin-left: 70px !important
	}
	.kt-mr-70-tablet-and-mobile {
		margin-right: 70px !important
	}
	.kt-p70-tablet-and-mobile {
		padding: 70px !important
	}
	.kt-pt70-tablet-and-mobile {
		padding-top: 70px !important
	}
	.kt-pb-70-tablet-and-mobile {
		padding-bottom: 70px !important
	}
	.kt-pl70-tablet-and-mobile {
		padding-left: 70px !important
	}
	.kt-pr70-tablet-and-mobile {
		padding-right: 70px !important
	}
	.kt-margin-75-tablet-and-mobile {
		margin: 75px !important
	}
	.kt-margin-t-75-tablet-and-mobile {
		margin-top: 75px !important
	}
	.kt-margin-b-75-tablet-and-mobile {
		margin-bottom: 75px !important
	}
	.kt-margin-l-75-tablet-and-mobile {
		margin-left: 75px !important
	}
	.kt-margin-r-75-tablet-and-mobile {
		margin-right: 75px !important
	}
	.kt-padding-75-tablet-and-mobile {
		padding: 75px !important
	}
	.kt-padding-t-75-tablet-and-mobile {
		padding-top: 75px !important
	}
	.kt-padding-b-75-tablet-and-mobile {
		padding-bottom: 75px !important
	}
	.kt-padding-l-75-tablet-and-mobile {
		padding-left: 75px !important
	}
	.kt-padding-r-75-tablet-and-mobile {
		padding-right: 75px !important
	}
	.kt-m75-tablet-and-mobile {
		margin: 75px !important
	}
	.kt-mt-75-tablet-and-mobile {
		margin-top: 75px !important
	}
	.kt-mb-75-tablet-and-mobile {
		margin-bottom: 75px !important
	}
	.kt-ml-75-tablet-and-mobile {
		margin-left: 75px !important
	}
	.kt-mr-75-tablet-and-mobile {
		margin-right: 75px !important
	}
	.kt-p75-tablet-and-mobile {
		padding: 75px !important
	}
	.kt-pt75-tablet-and-mobile {
		padding-top: 75px !important
	}
	.kt-pb-75-tablet-and-mobile {
		padding-bottom: 75px !important
	}
	.kt-pl75-tablet-and-mobile {
		padding-left: 75px !important
	}
	.kt-pr75-tablet-and-mobile {
		padding-right: 75px !important
	}
	.kt-margin-80-tablet-and-mobile {
		margin: 80px !important
	}
	.kt-margin-t-80-tablet-and-mobile {
		margin-top: 80px !important
	}
	.kt-margin-b-80-tablet-and-mobile {
		margin-bottom: 80px !important
	}
	.kt-margin-l-80-tablet-and-mobile {
		margin-left: 80px !important
	}
	.kt-margin-r-80-tablet-and-mobile {
		margin-right: 80px !important
	}
	.kt-padding-80-tablet-and-mobile {
		padding: 80px !important
	}
	.kt-padding-t-80-tablet-and-mobile {
		padding-top: 80px !important
	}
	.kt-padding-b-80-tablet-and-mobile {
		padding-bottom: 80px !important
	}
	.kt-padding-l-80-tablet-and-mobile {
		padding-left: 80px !important
	}
	.kt-padding-r-80-tablet-and-mobile {
		padding-right: 80px !important
	}
	.kt-m80-tablet-and-mobile {
		margin: 80px !important
	}
	.kt-mt-80-tablet-and-mobile {
		margin-top: 80px !important
	}
	.kt-mb-80-tablet-and-mobile {
		margin-bottom: 80px !important
	}
	.kt-ml-80-tablet-and-mobile {
		margin-left: 80px !important
	}
	.kt-mr-80-tablet-and-mobile {
		margin-right: 80px !important
	}
	.kt-p80-tablet-and-mobile {
		padding: 80px !important
	}
	.kt-pt80-tablet-and-mobile {
		padding-top: 80px !important
	}
	.kt-pb-80-tablet-and-mobile {
		padding-bottom: 80px !important
	}
	.kt-pl80-tablet-and-mobile {
		padding-left: 80px !important
	}
	.kt-pr80-tablet-and-mobile {
		padding-right: 80px !important
	}
	.kt-margin-85-tablet-and-mobile {
		margin: 85px !important
	}
	.kt-margin-t-85-tablet-and-mobile {
		margin-top: 85px !important
	}
	.kt-margin-b-85-tablet-and-mobile {
		margin-bottom: 85px !important
	}
	.kt-margin-l-85-tablet-and-mobile {
		margin-left: 85px !important
	}
	.kt-margin-r-85-tablet-and-mobile {
		margin-right: 85px !important
	}
	.kt-padding-85-tablet-and-mobile {
		padding: 85px !important
	}
	.kt-padding-t-85-tablet-and-mobile {
		padding-top: 85px !important
	}
	.kt-padding-b-85-tablet-and-mobile {
		padding-bottom: 85px !important
	}
	.kt-padding-l-85-tablet-and-mobile {
		padding-left: 85px !important
	}
	.kt-padding-r-85-tablet-and-mobile {
		padding-right: 85px !important
	}
	.kt-m85-tablet-and-mobile {
		margin: 85px !important
	}
	.kt-mt-85-tablet-and-mobile {
		margin-top: 85px !important
	}
	.kt-mb-85-tablet-and-mobile {
		margin-bottom: 85px !important
	}
	.kt-ml-85-tablet-and-mobile {
		margin-left: 85px !important
	}
	.kt-mr-85-tablet-and-mobile {
		margin-right: 85px !important
	}
	.kt-p85-tablet-and-mobile {
		padding: 85px !important
	}
	.kt-pt85-tablet-and-mobile {
		padding-top: 85px !important
	}
	.kt-pb-85-tablet-and-mobile {
		padding-bottom: 85px !important
	}
	.kt-pl85-tablet-and-mobile {
		padding-left: 85px !important
	}
	.kt-pr85-tablet-and-mobile {
		padding-right: 85px !important
	}
	.kt-margin-90-tablet-and-mobile {
		margin: 90px !important
	}
	.kt-margin-t-90-tablet-and-mobile {
		margin-top: 90px !important
	}
	.kt-margin-b-90-tablet-and-mobile {
		margin-bottom: 90px !important
	}
	.kt-margin-l-90-tablet-and-mobile {
		margin-left: 90px !important
	}
	.kt-margin-r-90-tablet-and-mobile {
		margin-right: 90px !important
	}
	.kt-padding-90-tablet-and-mobile {
		padding: 90px !important
	}
	.kt-padding-t-90-tablet-and-mobile {
		padding-top: 90px !important
	}
	.kt-padding-b-90-tablet-and-mobile {
		padding-bottom: 90px !important
	}
	.kt-padding-l-90-tablet-and-mobile {
		padding-left: 90px !important
	}
	.kt-padding-r-90-tablet-and-mobile {
		padding-right: 90px !important
	}
	.kt-m90-tablet-and-mobile {
		margin: 90px !important
	}
	.kt-mt-90-tablet-and-mobile {
		margin-top: 90px !important
	}
	.kt-mb-90-tablet-and-mobile {
		margin-bottom: 90px !important
	}
	.kt-ml-90-tablet-and-mobile {
		margin-left: 90px !important
	}
	.kt-mr-90-tablet-and-mobile {
		margin-right: 90px !important
	}
	.kt-p90-tablet-and-mobile {
		padding: 90px !important
	}
	.kt-pt90-tablet-and-mobile {
		padding-top: 90px !important
	}
	.kt-pb-90-tablet-and-mobile {
		padding-bottom: 90px !important
	}
	.kt-pl90-tablet-and-mobile {
		padding-left: 90px !important
	}
	.kt-pr90-tablet-and-mobile {
		padding-right: 90px !important
	}
	.kt-margin-95-tablet-and-mobile {
		margin: 95px !important
	}
	.kt-margin-t-95-tablet-and-mobile {
		margin-top: 95px !important
	}
	.kt-margin-b-95-tablet-and-mobile {
		margin-bottom: 95px !important
	}
	.kt-margin-l-95-tablet-and-mobile {
		margin-left: 95px !important
	}
	.kt-margin-r-95-tablet-and-mobile {
		margin-right: 95px !important
	}
	.kt-padding-95-tablet-and-mobile {
		padding: 95px !important
	}
	.kt-padding-t-95-tablet-and-mobile {
		padding-top: 95px !important
	}
	.kt-padding-b-95-tablet-and-mobile {
		padding-bottom: 95px !important
	}
	.kt-padding-l-95-tablet-and-mobile {
		padding-left: 95px !important
	}
	.kt-padding-r-95-tablet-and-mobile {
		padding-right: 95px !important
	}
	.kt-m95-tablet-and-mobile {
		margin: 95px !important
	}
	.kt-mt-95-tablet-and-mobile {
		margin-top: 95px !important
	}
	.kt-mb-95-tablet-and-mobile {
		margin-bottom: 95px !important
	}
	.kt-ml-95-tablet-and-mobile {
		margin-left: 95px !important
	}
	.kt-mr-95-tablet-and-mobile {
		margin-right: 95px !important
	}
	.kt-p95-tablet-and-mobile {
		padding: 95px !important
	}
	.kt-pt95-tablet-and-mobile {
		padding-top: 95px !important
	}
	.kt-pb-95-tablet-and-mobile {
		padding-bottom: 95px !important
	}
	.kt-pl95-tablet-and-mobile {
		padding-left: 95px !important
	}
	.kt-pr95-tablet-and-mobile {
		padding-right: 95px !important
	}
	.kt-margin-100-tablet-and-mobile {
		margin: 100px !important
	}
	.kt-margin-t-100-tablet-and-mobile {
		margin-top: 100px !important
	}
	.kt-margin-b-100-tablet-and-mobile {
		margin-bottom: 100px !important
	}
	.kt-margin-l-100-tablet-and-mobile {
		margin-left: 100px !important
	}
	.kt-margin-r-100-tablet-and-mobile {
		margin-right: 100px !important
	}
	.kt-padding-100-tablet-and-mobile {
		padding: 100px !important
	}
	.kt-padding-t-100-tablet-and-mobile {
		padding-top: 100px !important
	}
	.kt-padding-b-100-tablet-and-mobile {
		padding-bottom: 100px !important
	}
	.kt-padding-l-100-tablet-and-mobile {
		padding-left: 100px !important
	}
	.kt-padding-r-100-tablet-and-mobile {
		padding-right: 100px !important
	}
	.kt-m100-tablet-and-mobile {
		margin: 100px !important
	}
	.kt-mt-100-tablet-and-mobile {
		margin-top: 100px !important
	}
	.kt-mb-100-tablet-and-mobile {
		margin-bottom: 100px !important
	}
	.kt-ml-100-tablet-and-mobile {
		margin-left: 100px !important
	}
	.kt-mr-100-tablet-and-mobile {
		margin-right: 100px !important
	}
	.kt-p100-tablet-and-mobile {
		padding: 100px !important
	}
	.kt-pt100-tablet-and-mobile {
		padding-top: 100px !important
	}
	.kt-pb-100-tablet-and-mobile {
		padding-bottom: 100px !important
	}
	.kt-pl100-tablet-and-mobile {
		padding-left: 100px !important
	}
	.kt-pr100-tablet-and-mobile {
		padding-right: 100px !important
	}
}

@media ( max-width :768px) {
	.kt-margin-0-mobile {
		margin: 0 !important
	}
	.kt-margin-t-0-mobile {
		margin-top: 0 !important
	}
	.kt-margin-b-0-mobile {
		margin-bottom: 0 !important
	}
	.kt-margin-l-0-mobile {
		margin-left: 0 !important
	}
	.kt-margin-r-0-mobile {
		margin-right: 0 !important
	}
	.kt-padding-0-mobile {
		padding: 0 !important
	}
	.kt-padding-t-0-mobile {
		padding-top: 0 !important
	}
	.kt-padding-b-0-mobile {
		padding-bottom: 0 !important
	}
	.kt-padding-l-0-mobile {
		padding-left: 0 !important
	}
	.kt-padding-r-0-mobile {
		padding-right: 0 !important
	}
	.kt-m0-mobile {
		margin: 0 !important
	}
	.kt-mt-0-mobile {
		margin-top: 0 !important
	}
	.kt-mb-0-mobile {
		margin-bottom: 0 !important
	}
	.kt-ml-0-mobile {
		margin-left: 0 !important
	}
	.kt-mr-0-mobile {
		margin-right: 0 !important
	}
	.kt-p0-mobile {
		padding: 0 !important
	}
	.kt-pt0-mobile {
		padding-top: 0 !important
	}
	.kt-pb-0-mobile {
		padding-bottom: 0 !important
	}
	.kt-pl0-mobile {
		padding-left: 0 !important
	}
	.kt-pr0-mobile {
		padding-right: 0 !important
	}
	.kt-margin-5-mobile {
		margin: 5px !important
	}
	.kt-margin-t-5-mobile {
		margin-top: 5px !important
	}
	.kt-margin-b-5-mobile {
		margin-bottom: 5px !important
	}
	.kt-margin-l-5-mobile {
		margin-left: 5px !important
	}
	.kt-margin-r-5-mobile {
		margin-right: 5px !important
	}
	.kt-padding-5-mobile {
		padding: 5px !important
	}
	.kt-padding-t-5-mobile {
		padding-top: 5px !important
	}
	.kt-padding-b-5-mobile {
		padding-bottom: 5px !important
	}
	.kt-padding-l-5-mobile {
		padding-left: 5px !important
	}
	.kt-padding-r-5-mobile {
		padding-right: 5px !important
	}
	.kt-m5-mobile {
		margin: 5px !important
	}
	.kt-mt-5-mobile {
		margin-top: 5px !important
	}
	.kt-mb-5-mobile {
		margin-bottom: 5px !important
	}
	.kt-ml-5-mobile {
		margin-left: 5px !important
	}
	.kt-mr-5-mobile {
		margin-right: 5px !important
	}
	.kt-p5-mobile {
		padding: 5px !important
	}
	.kt-pt5-mobile {
		padding-top: 5px !important
	}
	.kt-pb-5-mobile {
		padding-bottom: 5px !important
	}
	.kt-pl5-mobile {
		padding-left: 5px !important
	}
	.kt-pr5-mobile {
		padding-right: 5px !important
	}
	.kt-margin-10-mobile {
		margin: 10px !important
	}
	.kt-margin-t-10-mobile {
		margin-top: 10px !important
	}
	.kt-margin-b-10-mobile {
		margin-bottom: 10px !important
	}
	.kt-margin-l-10-mobile {
		margin-left: 10px !important
	}
	.kt-margin-r-10-mobile {
		margin-right: 10px !important
	}
	.kt-padding-10-mobile {
		padding: 10px !important
	}
	.kt-padding-t-10-mobile {
		padding-top: 10px !important
	}
	.kt-padding-b-10-mobile {
		padding-bottom: 10px !important
	}
	.kt-padding-l-10-mobile {
		padding-left: 10px !important
	}
	.kt-padding-r-10-mobile {
		padding-right: 10px !important
	}
	.kt-m10-mobile {
		margin: 10px !important
	}
	.kt-mt-10-mobile {
		margin-top: 10px !important
	}
	.kt-mb-10-mobile {
		margin-bottom: 10px !important
	}
	.kt-ml-10-mobile {
		margin-left: 10px !important
	}
	.kt-mr-10-mobile {
		margin-right: 10px !important
	}
	.kt-p10-mobile {
		padding: 10px !important
	}
	.kt-pt10-mobile {
		padding-top: 10px !important
	}
	.kt-pb-10-mobile {
		padding-bottom: 10px !important
	}
	.kt-pl10-mobile {
		padding-left: 10px !important
	}
	.kt-pr10-mobile {
		padding-right: 10px !important
	}
	.kt-margin-15-mobile {
		margin: 15px !important
	}
	.kt-margin-t-15-mobile {
		margin-top: 15px !important
	}
	.kt-margin-b-15-mobile {
		margin-bottom: 15px !important
	}
	.kt-margin-l-15-mobile {
		margin-left: 15px !important
	}
	.kt-margin-r-15-mobile {
		margin-right: 15px !important
	}
	.kt-padding-15-mobile {
		padding: 15px !important
	}
	.kt-padding-t-15-mobile {
		padding-top: 15px !important
	}
	.kt-padding-b-15-mobile {
		padding-bottom: 15px !important
	}
	.kt-padding-l-15-mobile {
		padding-left: 15px !important
	}
	.kt-padding-r-15-mobile {
		padding-right: 15px !important
	}
	.kt-m15-mobile {
		margin: 15px !important
	}
	.kt-mt-15-mobile {
		margin-top: 15px !important
	}
	.kt-mb-15-mobile {
		margin-bottom: 15px !important
	}
	.kt-ml-15-mobile {
		margin-left: 15px !important
	}
	.kt-mr-15-mobile {
		margin-right: 15px !important
	}
	.kt-p15-mobile {
		padding: 15px !important
	}
	.kt-pt15-mobile {
		padding-top: 15px !important
	}
	.kt-pb-15-mobile {
		padding-bottom: 15px !important
	}
	.kt-pl15-mobile {
		padding-left: 15px !important
	}
	.kt-pr15-mobile {
		padding-right: 15px !important
	}
	.kt-margin-20-mobile {
		margin: 20px !important
	}
	.kt-margin-t-20-mobile {
		margin-top: 20px !important
	}
	.kt-margin-b-20-mobile {
		margin-bottom: 20px !important
	}
	.kt-margin-l-20-mobile {
		margin-left: 20px !important
	}
	.kt-margin-r-20-mobile {
		margin-right: 20px !important
	}
	.kt-padding-20-mobile {
		padding: 20px !important
	}
	.kt-padding-t-20-mobile {
		padding-top: 20px !important
	}
	.kt-padding-b-20-mobile {
		padding-bottom: 20px !important
	}
	.kt-padding-l-20-mobile {
		padding-left: 20px !important
	}
	.kt-padding-r-20-mobile {
		padding-right: 20px !important
	}
	.kt-m20-mobile {
		margin: 20px !important
	}
	.kt-mt-20-mobile {
		margin-top: 20px !important
	}
	.kt-mb-20-mobile {
		margin-bottom: 20px !important
	}
	.kt-ml-20-mobile {
		margin-left: 20px !important
	}
	.kt-mr-20-mobile {
		margin-right: 20px !important
	}
	.kt-p20-mobile {
		padding: 20px !important
	}
	.kt-pt20-mobile {
		padding-top: 20px !important
	}
	.kt-pb-20-mobile {
		padding-bottom: 20px !important
	}
	.kt-pl20-mobile {
		padding-left: 20px !important
	}
	.kt-pr20-mobile {
		padding-right: 20px !important
	}
	.kt-margin-25-mobile {
		margin: 25px !important
	}
	.kt-margin-t-25-mobile {
		margin-top: 25px !important
	}
	.kt-margin-b-25-mobile {
		margin-bottom: 25px !important
	}
	.kt-margin-l-25-mobile {
		margin-left: 25px !important
	}
	.kt-margin-r-25-mobile {
		margin-right: 25px !important
	}
	.kt-padding-25-mobile {
		padding: 25px !important
	}
	.kt-padding-t-25-mobile {
		padding-top: 25px !important
	}
	.kt-padding-b-25-mobile {
		padding-bottom: 25px !important
	}
	.kt-padding-l-25-mobile {
		padding-left: 25px !important
	}
	.kt-padding-r-25-mobile {
		padding-right: 25px !important
	}
	.kt-m25-mobile {
		margin: 25px !important
	}
	.kt-mt-25-mobile {
		margin-top: 25px !important
	}
	.kt-mb-25-mobile {
		margin-bottom: 25px !important
	}
	.kt-ml-25-mobile {
		margin-left: 25px !important
	}
	.kt-mr-25-mobile {
		margin-right: 25px !important
	}
	.kt-p25-mobile {
		padding: 25px !important
	}
	.kt-pt25-mobile {
		padding-top: 25px !important
	}
	.kt-pb-25-mobile {
		padding-bottom: 25px !important
	}
	.kt-pl25-mobile {
		padding-left: 25px !important
	}
	.kt-pr25-mobile {
		padding-right: 25px !important
	}
	.kt-margin-30-mobile {
		margin: 30px !important
	}
	.kt-margin-t-30-mobile {
		margin-top: 30px !important
	}
	.kt-margin-b-30-mobile {
		margin-bottom: 30px !important
	}
	.kt-margin-l-30-mobile {
		margin-left: 30px !important
	}
	.kt-margin-r-30-mobile {
		margin-right: 30px !important
	}
	.kt-padding-30-mobile {
		padding: 30px !important
	}
	.kt-padding-t-30-mobile {
		padding-top: 30px !important
	}
	.kt-padding-b-30-mobile {
		padding-bottom: 30px !important
	}
	.kt-padding-l-30-mobile {
		padding-left: 30px !important
	}
	.kt-padding-r-30-mobile {
		padding-right: 30px !important
	}
	.kt-m30-mobile {
		margin: 30px !important
	}
	.kt-mt-30-mobile {
		margin-top: 30px !important
	}
	.kt-mb-30-mobile {
		margin-bottom: 30px !important
	}
	.kt-ml-30-mobile {
		margin-left: 30px !important
	}
	.kt-mr-30-mobile {
		margin-right: 30px !important
	}
	.kt-p30-mobile {
		padding: 30px !important
	}
	.kt-pt30-mobile {
		padding-top: 30px !important
	}
	.kt-pb-30-mobile {
		padding-bottom: 30px !important
	}
	.kt-pl30-mobile {
		padding-left: 30px !important
	}
	.kt-pr30-mobile {
		padding-right: 30px !important
	}
	.kt-margin-35-mobile {
		margin: 35px !important
	}
	.kt-margin-t-35-mobile {
		margin-top: 35px !important
	}
	.kt-margin-b-35-mobile {
		margin-bottom: 35px !important
	}
	.kt-margin-l-35-mobile {
		margin-left: 35px !important
	}
	.kt-margin-r-35-mobile {
		margin-right: 35px !important
	}
	.kt-padding-35-mobile {
		padding: 35px !important
	}
	.kt-padding-t-35-mobile {
		padding-top: 35px !important
	}
	.kt-padding-b-35-mobile {
		padding-bottom: 35px !important
	}
	.kt-padding-l-35-mobile {
		padding-left: 35px !important
	}
	.kt-padding-r-35-mobile {
		padding-right: 35px !important
	}
	.kt-m35-mobile {
		margin: 35px !important
	}
	.kt-mt-35-mobile {
		margin-top: 35px !important
	}
	.kt-mb-35-mobile {
		margin-bottom: 35px !important
	}
	.kt-ml-35-mobile {
		margin-left: 35px !important
	}
	.kt-mr-35-mobile {
		margin-right: 35px !important
	}
	.kt-p35-mobile {
		padding: 35px !important
	}
	.kt-pt35-mobile {
		padding-top: 35px !important
	}
	.kt-pb-35-mobile {
		padding-bottom: 35px !important
	}
	.kt-pl35-mobile {
		padding-left: 35px !important
	}
	.kt-pr35-mobile {
		padding-right: 35px !important
	}
	.kt-margin-40-mobile {
		margin: 40px !important
	}
	.kt-margin-t-40-mobile {
		margin-top: 40px !important
	}
	.kt-margin-b-40-mobile {
		margin-bottom: 40px !important
	}
	.kt-margin-l-40-mobile {
		margin-left: 40px !important
	}
	.kt-margin-r-40-mobile {
		margin-right: 40px !important
	}
	.kt-padding-40-mobile {
		padding: 40px !important
	}
	.kt-padding-t-40-mobile {
		padding-top: 40px !important
	}
	.kt-padding-b-40-mobile {
		padding-bottom: 40px !important
	}
	.kt-padding-l-40-mobile {
		padding-left: 40px !important
	}
	.kt-padding-r-40-mobile {
		padding-right: 40px !important
	}
	.kt-m40-mobile {
		margin: 40px !important
	}
	.kt-mt-40-mobile {
		margin-top: 40px !important
	}
	.kt-mb-40-mobile {
		margin-bottom: 40px !important
	}
	.kt-ml-40-mobile {
		margin-left: 40px !important
	}
	.kt-mr-40-mobile {
		margin-right: 40px !important
	}
	.kt-p40-mobile {
		padding: 40px !important
	}
	.kt-pt40-mobile {
		padding-top: 40px !important
	}
	.kt-pb-40-mobile {
		padding-bottom: 40px !important
	}
	.kt-pl40-mobile {
		padding-left: 40px !important
	}
	.kt-pr40-mobile {
		padding-right: 40px !important
	}
	.kt-margin-45-mobile {
		margin: 45px !important
	}
	.kt-margin-t-45-mobile {
		margin-top: 45px !important
	}
	.kt-margin-b-45-mobile {
		margin-bottom: 45px !important
	}
	.kt-margin-l-45-mobile {
		margin-left: 45px !important
	}
	.kt-margin-r-45-mobile {
		margin-right: 45px !important
	}
	.kt-padding-45-mobile {
		padding: 45px !important
	}
	.kt-padding-t-45-mobile {
		padding-top: 45px !important
	}
	.kt-padding-b-45-mobile {
		padding-bottom: 45px !important
	}
	.kt-padding-l-45-mobile {
		padding-left: 45px !important
	}
	.kt-padding-r-45-mobile {
		padding-right: 45px !important
	}
	.kt-m45-mobile {
		margin: 45px !important
	}
	.kt-mt-45-mobile {
		margin-top: 45px !important
	}
	.kt-mb-45-mobile {
		margin-bottom: 45px !important
	}
	.kt-ml-45-mobile {
		margin-left: 45px !important
	}
	.kt-mr-45-mobile {
		margin-right: 45px !important
	}
	.kt-p45-mobile {
		padding: 45px !important
	}
	.kt-pt45-mobile {
		padding-top: 45px !important
	}
	.kt-pb-45-mobile {
		padding-bottom: 45px !important
	}
	.kt-pl45-mobile {
		padding-left: 45px !important
	}
	.kt-pr45-mobile {
		padding-right: 45px !important
	}
	.kt-margin-50-mobile {
		margin: 50px !important
	}
	.kt-margin-t-50-mobile {
		margin-top: 50px !important
	}
	.kt-margin-b-50-mobile {
		margin-bottom: 50px !important
	}
	.kt-margin-l-50-mobile {
		margin-left: 50px !important
	}
	.kt-margin-r-50-mobile {
		margin-right: 50px !important
	}
	.kt-padding-50-mobile {
		padding: 50px !important
	}
	.kt-padding-t-50-mobile {
		padding-top: 50px !important
	}
	.kt-padding-b-50-mobile {
		padding-bottom: 50px !important
	}
	.kt-padding-l-50-mobile {
		padding-left: 50px !important
	}
	.kt-padding-r-50-mobile {
		padding-right: 50px !important
	}
	.kt-m50-mobile {
		margin: 50px !important
	}
	.kt-mt-50-mobile {
		margin-top: 50px !important
	}
	.kt-mb-50-mobile {
		margin-bottom: 50px !important
	}
	.kt-ml-50-mobile {
		margin-left: 50px !important
	}
	.kt-mr-50-mobile {
		margin-right: 50px !important
	}
	.kt-p50-mobile {
		padding: 50px !important
	}
	.kt-pt50-mobile {
		padding-top: 50px !important
	}
	.kt-pb-50-mobile {
		padding-bottom: 50px !important
	}
	.kt-pl50-mobile {
		padding-left: 50px !important
	}
	.kt-pr50-mobile {
		padding-right: 50px !important
	}
	.kt-margin-55-mobile {
		margin: 55px !important
	}
	.kt-margin-t-55-mobile {
		margin-top: 55px !important
	}
	.kt-margin-b-55-mobile {
		margin-bottom: 55px !important
	}
	.kt-margin-l-55-mobile {
		margin-left: 55px !important
	}
	.kt-margin-r-55-mobile {
		margin-right: 55px !important
	}
	.kt-padding-55-mobile {
		padding: 55px !important
	}
	.kt-padding-t-55-mobile {
		padding-top: 55px !important
	}
	.kt-padding-b-55-mobile {
		padding-bottom: 55px !important
	}
	.kt-padding-l-55-mobile {
		padding-left: 55px !important
	}
	.kt-padding-r-55-mobile {
		padding-right: 55px !important
	}
	.kt-m55-mobile {
		margin: 55px !important
	}
	.kt-mt-55-mobile {
		margin-top: 55px !important
	}
	.kt-mb-55-mobile {
		margin-bottom: 55px !important
	}
	.kt-ml-55-mobile {
		margin-left: 55px !important
	}
	.kt-mr-55-mobile {
		margin-right: 55px !important
	}
	.kt-p55-mobile {
		padding: 55px !important
	}
	.kt-pt55-mobile {
		padding-top: 55px !important
	}
	.kt-pb-55-mobile {
		padding-bottom: 55px !important
	}
	.kt-pl55-mobile {
		padding-left: 55px !important
	}
	.kt-pr55-mobile {
		padding-right: 55px !important
	}
	.kt-margin-60-mobile {
		margin: 60px !important
	}
	.kt-margin-t-60-mobile {
		margin-top: 60px !important
	}
	.kt-margin-b-60-mobile {
		margin-bottom: 60px !important
	}
	.kt-margin-l-60-mobile {
		margin-left: 60px !important
	}
	.kt-margin-r-60-mobile {
		margin-right: 60px !important
	}
	.kt-padding-60-mobile {
		padding: 60px !important
	}
	.kt-padding-t-60-mobile {
		padding-top: 60px !important
	}
	.kt-padding-b-60-mobile {
		padding-bottom: 60px !important
	}
	.kt-padding-l-60-mobile {
		padding-left: 60px !important
	}
	.kt-padding-r-60-mobile {
		padding-right: 60px !important
	}
	.kt-m60-mobile {
		margin: 60px !important
	}
	.kt-mt-60-mobile {
		margin-top: 60px !important
	}
	.kt-mb-60-mobile {
		margin-bottom: 60px !important
	}
	.kt-ml-60-mobile {
		margin-left: 60px !important
	}
	.kt-mr-60-mobile {
		margin-right: 60px !important
	}
	.kt-p60-mobile {
		padding: 60px !important
	}
	.kt-pt60-mobile {
		padding-top: 60px !important
	}
	.kt-pb-60-mobile {
		padding-bottom: 60px !important
	}
	.kt-pl60-mobile {
		padding-left: 60px !important
	}
	.kt-pr60-mobile {
		padding-right: 60px !important
	}
	.kt-margin-65-mobile {
		margin: 65px !important
	}
	.kt-margin-t-65-mobile {
		margin-top: 65px !important
	}
	.kt-margin-b-65-mobile {
		margin-bottom: 65px !important
	}
	.kt-margin-l-65-mobile {
		margin-left: 65px !important
	}
	.kt-margin-r-65-mobile {
		margin-right: 65px !important
	}
	.kt-padding-65-mobile {
		padding: 65px !important
	}
	.kt-padding-t-65-mobile {
		padding-top: 65px !important
	}
	.kt-padding-b-65-mobile {
		padding-bottom: 65px !important
	}
	.kt-padding-l-65-mobile {
		padding-left: 65px !important
	}
	.kt-padding-r-65-mobile {
		padding-right: 65px !important
	}
	.kt-m65-mobile {
		margin: 65px !important
	}
	.kt-mt-65-mobile {
		margin-top: 65px !important
	}
	.kt-mb-65-mobile {
		margin-bottom: 65px !important
	}
	.kt-ml-65-mobile {
		margin-left: 65px !important
	}
	.kt-mr-65-mobile {
		margin-right: 65px !important
	}
	.kt-p65-mobile {
		padding: 65px !important
	}
	.kt-pt65-mobile {
		padding-top: 65px !important
	}
	.kt-pb-65-mobile {
		padding-bottom: 65px !important
	}
	.kt-pl65-mobile {
		padding-left: 65px !important
	}
	.kt-pr65-mobile {
		padding-right: 65px !important
	}
	.kt-margin-70-mobile {
		margin: 70px !important
	}
	.kt-margin-t-70-mobile {
		margin-top: 70px !important
	}
	.kt-margin-b-70-mobile {
		margin-bottom: 70px !important
	}
	.kt-margin-l-70-mobile {
		margin-left: 70px !important
	}
	.kt-margin-r-70-mobile {
		margin-right: 70px !important
	}
	.kt-padding-70-mobile {
		padding: 70px !important
	}
	.kt-padding-t-70-mobile {
		padding-top: 70px !important
	}
	.kt-padding-b-70-mobile {
		padding-bottom: 70px !important
	}
	.kt-padding-l-70-mobile {
		padding-left: 70px !important
	}
	.kt-padding-r-70-mobile {
		padding-right: 70px !important
	}
	.kt-m70-mobile {
		margin: 70px !important
	}
	.kt-mt-70-mobile {
		margin-top: 70px !important
	}
	.kt-mb-70-mobile {
		margin-bottom: 70px !important
	}
	.kt-ml-70-mobile {
		margin-left: 70px !important
	}
	.kt-mr-70-mobile {
		margin-right: 70px !important
	}
	.kt-p70-mobile {
		padding: 70px !important
	}
	.kt-pt70-mobile {
		padding-top: 70px !important
	}
	.kt-pb-70-mobile {
		padding-bottom: 70px !important
	}
	.kt-pl70-mobile {
		padding-left: 70px !important
	}
	.kt-pr70-mobile {
		padding-right: 70px !important
	}
	.kt-margin-75-mobile {
		margin: 75px !important
	}
	.kt-margin-t-75-mobile {
		margin-top: 75px !important
	}
	.kt-margin-b-75-mobile {
		margin-bottom: 75px !important
	}
	.kt-margin-l-75-mobile {
		margin-left: 75px !important
	}
	.kt-margin-r-75-mobile {
		margin-right: 75px !important
	}
	.kt-padding-75-mobile {
		padding: 75px !important
	}
	.kt-padding-t-75-mobile {
		padding-top: 75px !important
	}
	.kt-padding-b-75-mobile {
		padding-bottom: 75px !important
	}
	.kt-padding-l-75-mobile {
		padding-left: 75px !important
	}
	.kt-padding-r-75-mobile {
		padding-right: 75px !important
	}
	.kt-m75-mobile {
		margin: 75px !important
	}
	.kt-mt-75-mobile {
		margin-top: 75px !important
	}
	.kt-mb-75-mobile {
		margin-bottom: 75px !important
	}
	.kt-ml-75-mobile {
		margin-left: 75px !important
	}
	.kt-mr-75-mobile {
		margin-right: 75px !important
	}
	.kt-p75-mobile {
		padding: 75px !important
	}
	.kt-pt75-mobile {
		padding-top: 75px !important
	}
	.kt-pb-75-mobile {
		padding-bottom: 75px !important
	}
	.kt-pl75-mobile {
		padding-left: 75px !important
	}
	.kt-pr75-mobile {
		padding-right: 75px !important
	}
	.kt-margin-80-mobile {
		margin: 80px !important
	}
	.kt-margin-t-80-mobile {
		margin-top: 80px !important
	}
	.kt-margin-b-80-mobile {
		margin-bottom: 80px !important
	}
	.kt-margin-l-80-mobile {
		margin-left: 80px !important
	}
	.kt-margin-r-80-mobile {
		margin-right: 80px !important
	}
	.kt-padding-80-mobile {
		padding: 80px !important
	}
	.kt-padding-t-80-mobile {
		padding-top: 80px !important
	}
	.kt-padding-b-80-mobile {
		padding-bottom: 80px !important
	}
	.kt-padding-l-80-mobile {
		padding-left: 80px !important
	}
	.kt-padding-r-80-mobile {
		padding-right: 80px !important
	}
	.kt-m80-mobile {
		margin: 80px !important
	}
	.kt-mt-80-mobile {
		margin-top: 80px !important
	}
	.kt-mb-80-mobile {
		margin-bottom: 80px !important
	}
	.kt-ml-80-mobile {
		margin-left: 80px !important
	}
	.kt-mr-80-mobile {
		margin-right: 80px !important
	}
	.kt-p80-mobile {
		padding: 80px !important
	}
	.kt-pt80-mobile {
		padding-top: 80px !important
	}
	.kt-pb-80-mobile {
		padding-bottom: 80px !important
	}
	.kt-pl80-mobile {
		padding-left: 80px !important
	}
	.kt-pr80-mobile {
		padding-right: 80px !important
	}
	.kt-margin-85-mobile {
		margin: 85px !important
	}
	.kt-margin-t-85-mobile {
		margin-top: 85px !important
	}
	.kt-margin-b-85-mobile {
		margin-bottom: 85px !important
	}
	.kt-margin-l-85-mobile {
		margin-left: 85px !important
	}
	.kt-margin-r-85-mobile {
		margin-right: 85px !important
	}
	.kt-padding-85-mobile {
		padding: 85px !important
	}
	.kt-padding-t-85-mobile {
		padding-top: 85px !important
	}
	.kt-padding-b-85-mobile {
		padding-bottom: 85px !important
	}
	.kt-padding-l-85-mobile {
		padding-left: 85px !important
	}
	.kt-padding-r-85-mobile {
		padding-right: 85px !important
	}
	.kt-m85-mobile {
		margin: 85px !important
	}
	.kt-mt-85-mobile {
		margin-top: 85px !important
	}
	.kt-mb-85-mobile {
		margin-bottom: 85px !important
	}
	.kt-ml-85-mobile {
		margin-left: 85px !important
	}
	.kt-mr-85-mobile {
		margin-right: 85px !important
	}
	.kt-p85-mobile {
		padding: 85px !important
	}
	.kt-pt85-mobile {
		padding-top: 85px !important
	}
	.kt-pb-85-mobile {
		padding-bottom: 85px !important
	}
	.kt-pl85-mobile {
		padding-left: 85px !important
	}
	.kt-pr85-mobile {
		padding-right: 85px !important
	}
	.kt-margin-90-mobile {
		margin: 90px !important
	}
	.kt-margin-t-90-mobile {
		margin-top: 90px !important
	}
	.kt-margin-b-90-mobile {
		margin-bottom: 90px !important
	}
	.kt-margin-l-90-mobile {
		margin-left: 90px !important
	}
	.kt-margin-r-90-mobile {
		margin-right: 90px !important
	}
	.kt-padding-90-mobile {
		padding: 90px !important
	}
	.kt-padding-t-90-mobile {
		padding-top: 90px !important
	}
	.kt-padding-b-90-mobile {
		padding-bottom: 90px !important
	}
	.kt-padding-l-90-mobile {
		padding-left: 90px !important
	}
	.kt-padding-r-90-mobile {
		padding-right: 90px !important
	}
	.kt-m90-mobile {
		margin: 90px !important
	}
	.kt-mt-90-mobile {
		margin-top: 90px !important
	}
	.kt-mb-90-mobile {
		margin-bottom: 90px !important
	}
	.kt-ml-90-mobile {
		margin-left: 90px !important
	}
	.kt-mr-90-mobile {
		margin-right: 90px !important
	}
	.kt-p90-mobile {
		padding: 90px !important
	}
	.kt-pt90-mobile {
		padding-top: 90px !important
	}
	.kt-pb-90-mobile {
		padding-bottom: 90px !important
	}
	.kt-pl90-mobile {
		padding-left: 90px !important
	}
	.kt-pr90-mobile {
		padding-right: 90px !important
	}
	.kt-margin-95-mobile {
		margin: 95px !important
	}
	.kt-margin-t-95-mobile {
		margin-top: 95px !important
	}
	.kt-margin-b-95-mobile {
		margin-bottom: 95px !important
	}
	.kt-margin-l-95-mobile {
		margin-left: 95px !important
	}
	.kt-margin-r-95-mobile {
		margin-right: 95px !important
	}
	.kt-padding-95-mobile {
		padding: 95px !important
	}
	.kt-padding-t-95-mobile {
		padding-top: 95px !important
	}
	.kt-padding-b-95-mobile {
		padding-bottom: 95px !important
	}
	.kt-padding-l-95-mobile {
		padding-left: 95px !important
	}
	.kt-padding-r-95-mobile {
		padding-right: 95px !important
	}
	.kt-m95-mobile {
		margin: 95px !important
	}
	.kt-mt-95-mobile {
		margin-top: 95px !important
	}
	.kt-mb-95-mobile {
		margin-bottom: 95px !important
	}
	.kt-ml-95-mobile {
		margin-left: 95px !important
	}
	.kt-mr-95-mobile {
		margin-right: 95px !important
	}
	.kt-p95-mobile {
		padding: 95px !important
	}
	.kt-pt95-mobile {
		padding-top: 95px !important
	}
	.kt-pb-95-mobile {
		padding-bottom: 95px !important
	}
	.kt-pl95-mobile {
		padding-left: 95px !important
	}
	.kt-pr95-mobile {
		padding-right: 95px !important
	}
	.kt-margin-100-mobile {
		margin: 100px !important
	}
	.kt-margin-t-100-mobile {
		margin-top: 100px !important
	}
	.kt-margin-b-100-mobile {
		margin-bottom: 100px !important
	}
	.kt-margin-l-100-mobile {
		margin-left: 100px !important
	}
	.kt-margin-r-100-mobile {
		margin-right: 100px !important
	}
	.kt-padding-100-mobile {
		padding: 100px !important
	}
	.kt-padding-t-100-mobile {
		padding-top: 100px !important
	}
	.kt-padding-b-100-mobile {
		padding-bottom: 100px !important
	}
	.kt-padding-l-100-mobile {
		padding-left: 100px !important
	}
	.kt-padding-r-100-mobile {
		padding-right: 100px !important
	}
	.kt-m100-mobile {
		margin: 100px !important
	}
	.kt-mt-100-mobile {
		margin-top: 100px !important
	}
	.kt-mb-100-mobile {
		margin-bottom: 100px !important
	}
	.kt-ml-100-mobile {
		margin-left: 100px !important
	}
	.kt-mr-100-mobile {
		margin-right: 100px !important
	}
	.kt-p100-mobile {
		padding: 100px !important
	}
	.kt-pt100-mobile {
		padding-top: 100px !important
	}
	.kt-pb-100-mobile {
		padding-bottom: 100px !important
	}
	.kt-pl100-mobile {
		padding-left: 100px !important
	}
	.kt-pr100-mobile {
		padding-right: 100px !important
	}
}

.kt-opacity-1 {
	opacity: .1
}

.kt-opacity-2 {
	opacity: .2
}

.kt-opacity-3 {
	opacity: .3
}

.kt-opacity-4 {
	opacity: .4
}

.kt-opacity-5 {
	opacity: .5
}

.kt-opacity-6 {
	opacity: .6
}

.kt-opacity-7 {
	opacity: .7
}

.kt-opacity-8 {
	opacity: .8
}

.kt-opacity-9 {
	opacity: .9
}

.kt-radius-100 {
	border-radius: 100%
}

.kt-valign-top {
	vertical-align: top
}

.kt-space-5 {
	display: block;
	height: 0;
	margin-bottom: 5px
}

.kt-space-10 {
	display: block;
	height: 0;
	margin-bottom: 10px
}

.kt-space-15 {
	display: block;
	height: 0;
	margin-bottom: 15px
}

.kt-space-20 {
	display: block;
	height: 0;
	margin-bottom: 20px
}

.kt-space-30 {
	display: block;
	height: 0;
	margin-bottom: 30px
}

.kt-space-40 {
	display: block;
	height: 0;
	margin-bottom: 40px
}

.kt-valign-middle {
	vertical-align: middle
}

.kt-valign-bottom {
	vertical-align: bottom
}

.kt-block-center {
	margin-left: auto;
	margin-right: auto
}

.kt-align-right {
	text-align: right
}

.kt-align-left {
	text-align: left
}

.kt-align-center {
	text-align: center
}

.kt-pull-right {
	float: right
}

.kt-pull-left {
	float: left
}

.kt-img-rounded {
	border-radius: 50% !important
}

.kt-block-inline {
	display: inline-block
}

.kt-icon-middle:before {
	vertical-align: middle
}

.kt-hidden, .kt-hide {
	display: none !important
}

.kt-font-sm {
	font-size: .8rem !important
}

.kt-font-sm-2 {
	font-size: .7rem !important
}

.kt-font-md {
	font-size: .9rem !important
}

.kt-font-lg {
	font-size: 1.2rem !important
}

.kt-font-xl {
	font-size: 1.5rem !important
}

.kt-clearfix:after, .kt-clearfix:before {
	content: " ";
	display: table
}

.kt-clearfix:after {
	clear: both
}

.kt-icon-sm {
	font-size: .75rem !important
}

.kt-icon-md {
	font-size: .9rem !important
}

.kt-icon-lg {
	font-size: 1.2rem !important
}

.kt-icon-xl {
	font-size: 1.4rem !important
}

.kt-marginless {
	margin: 0 !important
}

.kt-img-centered {
	text-align: center
}

.kt-font-transform-u {
	text-transform: uppercase
}

.kt-font-transform-l {
	text-transform: lowercase
}

.kt-font-transform-c {
	text-transform: capitalize
}

.kt-font-transform-i {
	text-transform: initial
}

.kt-font-regular {
	font-weight: 400 !important
}

.kt-font-bold {
	font-weight: 500 !important
}

.kt-font-bolder {
	font-weight: 600 !important
}

.kt-font-boldest {
	font-weight: 700 !important
}

b, strong {
	font-weight: 700
}

.kt-font-brand {
	color: #5d78ff !important
}

.kt-font-hover-brand:hover {
	color: #0029f6
}

.kt-font-inverse-brand {
	color: #fff !important
}

.kt-bg-brand {
	background-color: #5d78ff !important
}

.kt-bg-blue {
	background-color: #42A5F5 !important;
}


.kt-bg-fill-brand {
	background-color: #5d78ff !important;
	color: #fff !important
}

.kt-bg-fill-brand>i {
	color: #fff !important
}

.kt-bg-light-brand {
	background-color: rgba(93, 120, 255, .1) !important
}

.kt-font-light {
	color: #fff !important
}

.kt-font-hover-light:hover {
	color: #ccc
}

.kt-font-inverse-light {
	color: #282a3c !important
}

.kt-bg-light {
	background-color: #fff !important
}

.kt-bg-fill-light {
	background-color: #fff !important;
	color: #282a3c !important
}

.kt-bg-fill-light>i {
	color: #282a3c !important
}

.kt-bg-light-light {
	background-color: rgba(255, 255, 255, .1) !important
}

.kt-font-dark {
	color: #282a3c !important
}

.kt-font-hover-dark:hover {
	color: #000
}

.kt-font-inverse-dark {
	color: #fff !important
}

.kt-bg-dark {
	background-color: #282a3c !important
}

.kt-bg-fill-dark {
	background-color: #282a3c !important;
	color: #fff !important
}

.kt-bg-fill-dark>i {
	color: #fff !important
}

.kt-bg-light-dark {
	background-color: rgba(40, 42, 60, .1) !important
}

.kt-font-primary {
	color: #5867dd !important
}

.kt-font-hover-primary:hover {
	color: #2332ac
}

.kt-font-inverse-primary {
	color: #fff !important
}

.kt-bg-primary {
	background-color: #5867dd !important
}

.kt-bg-fill-primary {
	background-color: #5867dd !important;
	color: #fff !important
}

.kt-bg-fill-primary>i {
	color: #fff !important
}

.kt-bg-light-primary {
	background-color: rgba(88, 103, 221, .1) !important
}

.kt-font-success {
	color: #0abb87 !important
}

.kt-font-hover-success:hover {
	color: #055a41
}

.kt-font-inverse-success {
	color: #fff !important
}

.kt-bg-success {
	background-color: #0abb87 !important
}

.kt-bg-fill-success {
	background-color: #0abb87 !important;
	color: #fff !important
}

.kt-bg-fill-success>i {
	color: #fff !important
}

.kt-bg-light-success {
	background-color: rgba(10, 187, 135, .1) !important
}

.kt-font-info {
	color: #5578eb !important
}

.kt-font-hover-info:hover {
	color: #173fc3
}

.kt-font-inverse-info {
	color: #fff !important
}

.kt-bg-info {
	background-color: #5578eb !important
}

.kt-bg-fill-info {
	background-color: #5578eb !important;
	color: #fff !important
}

.kt-bg-fill-info>i {
	color: #fff !important
}

.kt-bg-light-info {
	background-color: rgba(85, 120, 235, .1) !important
}

.kt-font-warning {
	color: #ffb822 !important
}

.kt-font-hover-warning:hover {
	color: #bb7f00
}

.kt-font-inverse-warning {
	color: #111 !important
}

.kt-bg-warning {
	background-color: #ffb822 !important
}

.kt-bg-fill-warning {
	background-color: #ffb822 !important;
	color: #111 !important
}

.kt-bg-fill-warning>i {
	color: #111 !important
}

.kt-bg-light-warning {
	background-color: rgba(255, 184, 34, .1) !important
}

.kt-font-danger {
	color: #fd397a !important
}

.kt-font-hover-danger:hover {
	color: #ce0246
}

.kt-font-inverse-danger {
	color: #fff !important
}

.kt-bg-danger {
	background-color: #fd397a !important
}

.kt-bg-fill-danger {
	background-color: #fd397a !important;
	color: #fff !important
}

.kt-bg-fill-danger>i {
	color: #fff !important
}

.kt-bg-light-danger {
	background-color: rgba(253, 57, 122, .1) !important
}

.kt-font-facebook {
	color: #3b5998 !important
}

.kt-font-google {
	color: #dc4e41 !important
}

.kt-font-twitter {
	color: #4ab3f4 !important
}

.kt-font-instagram {
	color: #517fa4 !important
}

.kt-font-youtube {
	color: #b31217 !important
}

.kt-font-linkedin {
	color: #0077b5 !important
}

.kt-font-skype {
	color: #00aff0 !important
}

.kt-label-font-color-1 {
	color: #a2a5b9 !important
}

.kt-label-bg-color-1 {
	background-color: #a2a5b9 !important
}

.kt-label-font-color-2 {
	color: #74788d !important
}

.kt-label-bg-color-2 {
	background-color: #74788d !important
}

.kt-label-font-color-3 {
	color: #595d6e !important
}

.kt-label-bg-color-3 {
	background-color: #595d6e !important
}

.kt-label-font-color-4 {
	color: #48465b !important
}

.kt-label-bg-color-4 {
	background-color: #48465b !important
}

.kt-shape-font-color-1 {
	color: #f0f3ff !important
}

.kt-shape-bg-color-1 {
	background-color: #f0f3ff !important
}

.kt-shape-font-color-2 {
	color: #e8ecfa !important
}

.kt-shape-bg-color-2 {
	background-color: #e8ecfa !important
}

.kt-shape-font-color-3 {
	color: #93a2dd !important
}

.kt-shape-bg-color-3 {
	background-color: #93a2dd !important
}

.kt-shape-font-color-4 {
	color: #646c9a !important
}

.kt-shape-bg-color-4 {
	background-color: #646c9a !important
}

.kt-visible-desktop, .kt-visible-desktop-inline,
	.kt-visible-desktop-inline-block, .kt-visible-desktop-table,
	.kt-visible-desktop-table-cell, .kt-visible-mobile,
	.kt-visible-mobile-inline, .kt-visible-mobile-inline-block,
	.kt-visible-mobile-table, .kt-visible-mobile-table-cell,
	.kt-visible-tablet, .kt-visible-tablet-and-mobile,
	.kt-visible-tablet-and-mobile-inline,
	.kt-visible-tablet-and-mobile-inline-block,
	.kt-visible-tablet-and-mobile-table,
	.kt-visible-tablet-and-mobile-table-cell, .kt-visible-tablet-inline,
	.kt-visible-tablet-inline-block, .kt-visible-tablet-table,
	.kt-visible-tablet-table-cell {
	display: none !important
}

@media ( min-width :1025px) {
	.kt-visible-desktop {
		display: block !important
	}
	.kt-visible-desktop-inline-block {
		display: inline-block !important
	}
	.kt-visible-desktop-inline {
		display: inline !important
	}
	.kt-visible-desktop-table {
		display: table !important
	}
	.kt-visible-desktop-table-cell {
		display: table-cell !important
	}
	.kt-hidden-desktop {
		display: none !important
	}
}

@media ( min-width :769px) and (max-width:1024px) {
	.kt-visible-tablet {
		display: block !important
	}
	.kt-visible-tablet-inline-block {
		display: inline-block !important
	}
	.kt-visible-tablet-inline {
		display: inline !important
	}
	.kt-visible-tablet-table {
		display: table !important
	}
	.kt-visible-tablet-table-cell {
		display: table-cell !important
	}
	.kt-hidden-tablet {
		display: none !important
	}
}

@media ( max-width :1024px) {
	.kt-visible-tablet-and-mobile {
		display: block !important
	}
	.kt-visible-tablet-and-mobile-inline-block {
		display: inline-block !important
	}
	.kt-visible-tablet-and-mobile-inline {
		display: inline !important
	}
	.kt-visible-tablet-and-mobile-table {
		display: table !important
	}
	.kt-visible-tablet-and-mobile-table-cell {
		display: table-cell !important
	}
	.kt-hidden-tablet-and-mobile {
		display: none !important
	}
}

@media ( max-width :768px) {
	.kt-visible-mobile {
		display: block !important
	}
	.kt-visible-mobile-inline-block {
		display: inline-block !important
	}
	.kt-visible-mobile-inline {
		display: inline !important
	}
	.kt-visible-mobile-table {
		display: table !important
	}
	.kt-visible-mobile-table-cell {
		display: table-cell !important
	}
	.kt-hidden-mobile {
		display: none !important
	}
}

.kt-space-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.kt-rounded {
	border-radius: 4px !important
}

.kt-negative-spacing--1 {
	margin-top: -10px
}

.kt-negative-spacing--2 {
	margin-top: -20px
}

.kt-negative-spacing--3 {
	margin-top: -30px
}

.kt-negative-spacing--4 {
	margin-top: -40px
}

.kt-negative-spacing--5 {
	margin-top: -50px
}

.kt-negative-spacing--6 {
	margin-top: -60px
}

.kt-negative-spacing--7 {
	margin-top: -70px
}

.kt-negative-spacing--8 {
	margin-top: -80px
}

.kt-negative-spacing--9 {
	margin-top: -90px
}

.kt-negative-spacing--10 {
	margin-top: -100px
}

/** BTN BEGIN **/

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .65rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s
		ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s
		ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out,
		-webkit-box-shadow .15s ease-in-out
}

@media ( prefers-reduced-motion :reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .25);
	box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .25)
}

.btn.disabled, .btn:disabled {
	opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-primary:hover {
	color: #fff;
	background-color: #384ad7;
	border-color: #2e40d4
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #384ad7;
	border-color: #2e40d4;
	-webkit-box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5);
	box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-primary:not (:disabled ):not (.disabled ).active, .btn-primary:not
	(:disabled ):not (.disabled ):active, .show>.btn-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #2e40d4;
	border-color: #293ccc
}

.btn-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-primary:not (:disabled ):not (.disabled ):active:focus, .show>.btn-primary.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5);
	box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5)
}

.btn-secondary {
	color: #212529;
	background-color: #e1e1ef;
	border-color: #e1e1ef
}

.btn-secondary:hover {
	color: #212529;
	background-color: #c8c8e2;
	border-color: #c0c0dd
}

.btn-secondary.focus, .btn-secondary:focus {
	color: #212529;
	background-color: #c8c8e2;
	border-color: #c0c0dd;
	-webkit-box-shadow: 0 0 0 .2rem rgba(196, 197, 209, .5);
	box-shadow: 0 0 0 .2rem rgba(196, 197, 209, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #212529;
	background-color: #e1e1ef;
	border-color: #e1e1ef
}

.btn-secondary:not (:disabled ):not (.disabled ).active, .btn-secondary:not
	(:disabled ):not (.disabled ):active, .show>.btn-secondary.dropdown-toggle
	{
	color: #212529;
	background-color: #c0c0dd;
	border-color: #b7b7d9
}

.btn-secondary:not (:disabled ):not (.disabled ).active:focus,
	.btn-secondary:not (:disabled ):not (.disabled ):active:focus, .show>.btn-secondary.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(196, 197, 209, .5);
	box-shadow: 0 0 0 .2rem rgba(196, 197, 209, .5)
}

.btn-success {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-success:hover {
	color: #fff;
	background-color: #08976d;
	border-color: #078b64
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #08976d;
	border-color: #078b64;
	-webkit-box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5);
	box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-success:not (:disabled ):not (.disabled ).active, .btn-success:not
	(:disabled ):not (.disabled ):active, .show>.btn-success.dropdown-toggle
	{
	color: #fff;
	background-color: #078b64;
	border-color: #077e5b
}

.btn-success:not (:disabled ):not (.disabled ).active:focus,
	.btn-success:not (:disabled ):not (.disabled ):active:focus, .show>.btn-success.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5);
	box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5)
}

.btn-info {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-info:hover {
	color: #fff;
	background-color: #335de7;
	border-color: #2754e6
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #335de7;
	border-color: #2754e6;
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5)
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-info:not (:disabled ):not (.disabled ).active, .btn-info:not (:disabled
	):not (.disabled ):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #2754e6;
	border-color: #1c4be4
}

.btn-info:not (:disabled ):not (.disabled ).active:focus, .btn-info:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-info.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-warning:hover {
	color: #212529;
	background-color: #fbaa00;
	border-color: #eea200
}

.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #fbaa00;
	border-color: #eea200;
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-warning:not (:disabled ):not (.disabled ).active, .btn-warning:not
	(:disabled ):not (.disabled ):active, .show>.btn-warning.dropdown-toggle
	{
	color: #212529;
	background-color: #eea200;
	border-color: #e19900
}

.btn-warning:not (:disabled ):not (.disabled ).active:focus,
	.btn-warning:not (:disabled ):not (.disabled ):active:focus, .show>.btn-warning.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5)
}

.btn-danger {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-danger:hover {
	color: #fff;
	background-color: #fd1361;
	border-color: #fc0758
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #fd1361;
	border-color: #fc0758;
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-danger:not (:disabled ):not (.disabled ).active, .btn-danger:not (:disabled
	):not (.disabled ):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #fc0758;
	border-color: #f40252
}

.btn-danger:not (:disabled ):not (.disabled ).active:focus, .btn-danger:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-danger.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not (:disabled ):not (.disabled ).active, .btn-light:not (:disabled
	):not (.disabled ):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not (:disabled ):not (.disabled ).active:focus, .btn-light:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-light.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not (:disabled ):not (.disabled ).active, .btn-dark:not (:disabled
	):not (.disabled ):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not (:disabled ):not (.disabled ).active:focus, .btn-dark:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-dark.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #5867dd;
	border-color: #5867dd
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5);
	box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #5867dd;
	background-color: transparent
}

.btn-outline-primary:not (:disabled ):not (.disabled ).active,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active, .show>.btn-outline-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-outline-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5);
	box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5)
}

.btn-outline-secondary {
	color: #e1e1ef;
	border-color: #e1e1ef
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #e1e1ef;
	border-color: #e1e1ef
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 225, 239, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 225, 239, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #e1e1ef;
	background-color: transparent
}

.btn-outline-secondary:not (:disabled ):not (.disabled ).active,
	.btn-outline-secondary:not (:disabled ):not (.disabled ):active, .show>.btn-outline-secondary.dropdown-toggle
	{
	color: #212529;
	background-color: #e1e1ef;
	border-color: #e1e1ef
}

.btn-outline-secondary:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-secondary:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 225, 239, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 225, 239, .5)
}

.btn-outline-success {
	color: #0abb87;
	border-color: #0abb87
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-outline-success.focus, .btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5);
	box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #0abb87;
	background-color: transparent
}

.btn-outline-success:not (:disabled ):not (.disabled ).active,
	.btn-outline-success:not (:disabled ):not (.disabled ):active, .show>.btn-outline-success.dropdown-toggle
	{
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-outline-success:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-success:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5);
	box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5)
}

.btn-outline-info {
	color: #5578eb;
	border-color: #5578eb
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-outline-info.focus, .btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5);
	box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #5578eb;
	background-color: transparent
}

.btn-outline-info:not (:disabled ):not (.disabled ).active,
	.btn-outline-info:not (:disabled ):not (.disabled ):active, .show>.btn-outline-info.dropdown-toggle
	{
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-outline-info:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-info:not (:disabled ):not (.disabled ):active:focus, .show>.btn-outline-info.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5);
	box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5)
}

.btn-outline-warning {
	color: #ffb822;
	border-color: #ffb822
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffb822;
	background-color: transparent
}

.btn-outline-warning:not (:disabled ):not (.disabled ).active,
	.btn-outline-warning:not (:disabled ):not (.disabled ):active, .show>.btn-outline-warning.dropdown-toggle
	{
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-outline-warning:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-warning:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5)
}

.btn-outline-danger {
	color: #fd397a;
	border-color: #fd397a
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #fd397a;
	background-color: transparent
}

.btn-outline-danger:not (:disabled ):not (.disabled ).active,
	.btn-outline-danger:not (:disabled ):not (.disabled ):active, .show>.btn-outline-danger.dropdown-toggle
	{
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-outline-danger:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-danger:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not (:disabled ):not (.disabled ).active,
	.btn-outline-light:not (:disabled ):not (.disabled ):active, .show>.btn-outline-light.dropdown-toggle
	{
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-light:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not (:disabled ):not (.disabled ).active,
	.btn-outline-dark:not (:disabled ):not (.disabled ):active, .show>.btn-outline-dark.dropdown-toggle
	{
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-dark:not (:disabled ):not (.disabled ):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #5867dd;
	text-decoration: none
}

.btn-link:hover {
	color: #2739c1;
	text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: 1.15rem 1.65rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
	padding: .5rem 1rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

.btn {
	background: 0 0;
	outline: 0 !important;
	vertical-align: middle
}

.btn:focus:not (.btn-elevate ){
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

button.btn, input.btn, label.btn {
	cursor: pointer
}

.btn.btn-clean {
	border-color: transparent;
	background: 0 0;
	color: #93a2dd
}

.btn.btn-clean i {
	color: #93a2dd
}

.btn.btn-clean.active, .btn.btn-clean:active, .btn.btn-clean:hover,
	.show>.btn.btn-clean {
	color: #5d78ff;
	background: #f0f3ff
}

.btn.btn-clean.active i, .btn.btn-clean:active i, .btn.btn-clean:hover i,
	.show>.btn.btn-clean i {
	color: #5d78ff
}

.btn.btn-default {
	border: 0;
	background: 0 0;
	color: #74788d;
	border: 1px solid #e8ecfa
}

.btn.btn-default i {
	color: #93a2dd
}

.btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover,
	.show>.btn.btn-default {
	color: #fff;
	background: #5d78ff;
	border-color: #5d78ff
}

.btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i,
	.show>.btn.btn-default i {
	color: #fff
}

.btn-secondary {
	background-color: transparent;
	border: 1px solid #e2e5ec;
	color: #595d6e
}

.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
	.btn-secondary:hover, .show>.btn-secondary.dropdown-toggle {
	color: #595d6e;
	border-color: #e2e5ec;
	background-color: #f4f5f8
}

.btn-brand {
	color: #fff;
	background-color: #5d78ff;
	border-color: #5d78ff;
	color: #fff
}

.btn-brand:hover {
	color: #fff;
	background-color: #3758ff;
	border-color: #2a4eff
}

.btn-brand.focus, .btn-brand:focus {
	color: #fff;
	background-color: #3758ff;
	border-color: #2a4eff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(117, 140, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(117, 140, 255, .5)
}

.btn-brand.disabled, .btn-brand:disabled {
	color: #fff;
	background-color: #5d78ff;
	border-color: #5d78ff
}

.btn-brand:not (:disabled ):not (.disabled ).active, .btn-brand:not (:disabled
	):not (.disabled ):active, .show>.btn-brand.dropdown-toggle {
	color: #fff;
	background-color: #2a4eff;
	border-color: #1d43ff
}

.btn-brand:not (:disabled ):not (.disabled ).active:focus, .btn-brand:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-brand.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(117, 140, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(117, 140, 255, .5)
}

.btn-brand+.btn.dropdown-toggle {
	position: relative
}

.btn-brand+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-brand+.btn.dropdown-toggle.active:before, .btn-brand+.btn.dropdown-toggle:focus:before,
	.btn-brand+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-light {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
	color: #282a3c
}

.btn-light:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-light.focus, .btn-light:focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-light:not (:disabled ):not (.disabled ).active, .btn-light:not (:disabled
	):not (.disabled ):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.btn-light:not (:disabled ):not (.disabled ).active:focus, .btn-light:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-light.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-light.active, .btn-light:active, .btn-light:focus, .btn-light:hover,
	.show>.btn-light.dropdown-toggle {
	background-color: #f7f8fa;
	border-color: #f7f8fa
}

.btn-light+.btn.dropdown-toggle {
	position: relative
}

.btn-light+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #282a3c;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-light+.btn.dropdown-toggle.active:before, .btn-light+.btn.dropdown-toggle:focus:before,
	.btn-light+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-dark {
	color: #fff;
	background-color: #282a3c;
	border-color: #282a3c;
	color: #fff
}

.btn-dark:hover {
	color: #fff;
	background-color: #191a25;
	border-color: #14151d
}

.btn-dark.focus, .btn-dark:focus {
	color: #fff;
	background-color: #191a25;
	border-color: #14151d;
	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 74, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(72, 74, 89, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #282a3c;
	border-color: #282a3c
}

.btn-dark:not (:disabled ):not (.disabled ).active, .btn-dark:not (:disabled
	):not (.disabled ):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #14151d;
	border-color: #0f0f16
}

.btn-dark:not (:disabled ):not (.disabled ).active:focus, .btn-dark:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-dark.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(72, 74, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(72, 74, 89, .5)
}

.btn-dark+.btn.dropdown-toggle {
	position: relative
}

.btn-dark+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-dark+.btn.dropdown-toggle.active:before, .btn-dark+.btn.dropdown-toggle:focus:before,
	.btn-dark+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-primary {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd;
	color: #fff
}

.btn-primary:hover {
	color: #fff;
	background-color: #384ad7;
	border-color: #2e40d4
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #384ad7;
	border-color: #2e40d4;
	-webkit-box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5);
	box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-primary:not (:disabled ):not (.disabled ).active, .btn-primary:not
	(:disabled ):not (.disabled ):active, .show>.btn-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #2e40d4;
	border-color: #293ccc
}

.btn-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-primary:not (:disabled ):not (.disabled ):active:focus, .show>.btn-primary.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5);
	box-shadow: 0 0 0 .2rem rgba(113, 126, 226, .5)
}

.btn-primary+.btn.dropdown-toggle {
	position: relative
}

.btn-primary+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-primary+.btn.dropdown-toggle.active:before, .btn-primary+.btn.dropdown-toggle:focus:before,
	.btn-primary+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-success {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87;
	color: #fff
}

.btn-success:hover {
	color: #fff;
	background-color: #08976d;
	border-color: #078b64
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #08976d;
	border-color: #078b64;
	-webkit-box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5);
	box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-success:not (:disabled ):not (.disabled ).active, .btn-success:not
	(:disabled ):not (.disabled ):active, .show>.btn-success.dropdown-toggle
	{
	color: #fff;
	background-color: #078b64;
	border-color: #077e5b
}

.btn-success:not (:disabled ):not (.disabled ).active:focus,
	.btn-success:not (:disabled ):not (.disabled ):active:focus, .show>.btn-success.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5);
	box-shadow: 0 0 0 .2rem rgba(47, 197, 153, .5)
}

.btn-success+.btn.dropdown-toggle {
	position: relative
}

.btn-success+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-success+.btn.dropdown-toggle.active:before, .btn-success+.btn.dropdown-toggle:focus:before,
	.btn-success+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-info {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb;
	color: #fff
}

.btn-info:hover {
	color: #fff;
	background-color: #335de7;
	border-color: #2754e6
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #335de7;
	border-color: #2754e6;
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5)
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-info:not (:disabled ):not (.disabled ).active, .btn-info:not (:disabled
	):not (.disabled ):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #2754e6;
	border-color: #1c4be4
}

.btn-info:not (:disabled ):not (.disabled ).active:focus, .btn-info:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-info.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 140, 238, .5)
}

.btn-info+.btn.dropdown-toggle {
	position: relative
}

.btn-info+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-info+.btn.dropdown-toggle.active:before, .btn-info+.btn.dropdown-toggle:focus:before,
	.btn-info+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-warning {
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822;
	color: #111
}

.btn-warning:hover {
	color: #212529;
	background-color: #fbaa00;
	border-color: #eea200
}

.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #fbaa00;
	border-color: #eea200;
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-warning:not (:disabled ):not (.disabled ).active, .btn-warning:not
	(:disabled ):not (.disabled ):active, .show>.btn-warning.dropdown-toggle
	{
	color: #212529;
	background-color: #eea200;
	border-color: #e19900
}

.btn-warning:not (:disabled ):not (.disabled ).active:focus,
	.btn-warning:not (:disabled ):not (.disabled ):active:focus, .show>.btn-warning.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 162, 35, .5)
}

.btn-warning+.btn.dropdown-toggle {
	position: relative
}

.btn-warning+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #111;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-warning+.btn.dropdown-toggle.active:before, .btn-warning+.btn.dropdown-toggle:focus:before,
	.btn-warning+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-danger {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a;
	color: #fff
}

.btn-danger:hover {
	color: #fff;
	background-color: #fd1361;
	border-color: #fc0758
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #fd1361;
	border-color: #fc0758;
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-danger:not (:disabled ):not (.disabled ).active, .btn-danger:not (:disabled
	):not (.disabled ):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #fc0758;
	border-color: #f40252
}

.btn-danger:not (:disabled ):not (.disabled ).active:focus, .btn-danger:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-danger.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 87, 142, .5)
}

.btn-danger+.btn.dropdown-toggle {
	position: relative
}

.btn-danger+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-danger+.btn.dropdown-toggle.active:before, .btn-danger+.btn.dropdown-toggle:focus:before,
	.btn-danger+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.btn-facebook:hover {
	color: #fff;
	background-color: #30497c;
	border-color: #2d4373
}

.btn-facebook.focus, .btn-facebook:focus {
	color: #fff;
	background-color: #30497c;
	border-color: #2d4373;
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5);
	box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5)
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

.btn-facebook:not (:disabled ):not (.disabled ).active, .btn-facebook:not
	(:disabled ):not (.disabled ):active, .show>.btn-facebook.dropdown-toggle
	{
	color: #fff;
	background-color: #2d4373;
	border-color: #293e6a
}

.btn-facebook:not (:disabled ):not (.disabled ).active:focus,
	.btn-facebook:not (:disabled ):not (.disabled ):active:focus, .show>.btn-facebook.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5);
	box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5)
}

.btn-facebook+.btn.dropdown-toggle {
	position: relative
}

.btn-facebook+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-facebook+.btn.dropdown-toggle.active:before, .btn-facebook+.btn.dropdown-toggle:focus:before,
	.btn-facebook+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-google {
	color: #fff;
	background-color: #dc4e41;
	border-color: #dc4e41;
	color: #fff
}

.btn-google:hover {
	color: #fff;
	background-color: #d03526;
	border-color: #c63224
}

.btn-google.focus, .btn-google:focus {
	color: #fff;
	background-color: #d03526;
	border-color: #c63224;
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 105, 94, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 105, 94, .5)
}

.btn-google.disabled, .btn-google:disabled {
	color: #fff;
	background-color: #dc4e41;
	border-color: #dc4e41
}

.btn-google:not (:disabled ):not (.disabled ).active, .btn-google:not (:disabled
	):not (.disabled ):active, .show>.btn-google.dropdown-toggle {
	color: #fff;
	background-color: #c63224;
	border-color: #bb2f22
}

.btn-google:not (:disabled ):not (.disabled ).active:focus, .btn-google:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-google.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 105, 94, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 105, 94, .5)
}

.btn-google+.btn.dropdown-toggle {
	position: relative
}

.btn-google+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-google+.btn.dropdown-toggle.active:before, .btn-google+.btn.dropdown-toggle:focus:before,
	.btn-google+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-twitter {
	color: #212529;
	background-color: #4ab3f4;
	border-color: #4ab3f4;
	color: #fff
}

.btn-twitter:hover {
	color: #fff;
	background-color: #26a4f2;
	border-color: #1a9ff1
}

.btn-twitter.focus, .btn-twitter:focus {
	color: #fff;
	background-color: #26a4f2;
	border-color: #1a9ff1;
	-webkit-box-shadow: 0 0 0 .2rem rgba(68, 158, 214, .5);
	box-shadow: 0 0 0 .2rem rgba(68, 158, 214, .5)
}

.btn-twitter.disabled, .btn-twitter:disabled {
	color: #212529;
	background-color: #4ab3f4;
	border-color: #4ab3f4
}

.btn-twitter:not (:disabled ):not (.disabled ).active, .btn-twitter:not
	(:disabled ):not (.disabled ):active, .show>.btn-twitter.dropdown-toggle
	{
	color: #fff;
	background-color: #1a9ff1;
	border-color: #0f9af0
}

.btn-twitter:not (:disabled ):not (.disabled ).active:focus,
	.btn-twitter:not (:disabled ):not (.disabled ):active:focus, .show>.btn-twitter.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(68, 158, 214, .5);
	box-shadow: 0 0 0 .2rem rgba(68, 158, 214, .5)
}

.btn-twitter+.btn.dropdown-toggle {
	position: relative
}

.btn-twitter+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-twitter+.btn.dropdown-toggle.active:before, .btn-twitter+.btn.dropdown-toggle:focus:before,
	.btn-twitter+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-instagram {
	color: #fff;
	background-color: #517fa4;
	border-color: #517fa4;
	color: #fff
}

.btn-instagram:hover {
	color: #fff;
	background-color: #446b8a;
	border-color: #406582
}

.btn-instagram.focus, .btn-instagram:focus {
	color: #fff;
	background-color: #446b8a;
	border-color: #406582;
	-webkit-box-shadow: 0 0 0 .2rem rgba(107, 146, 178, .5);
	box-shadow: 0 0 0 .2rem rgba(107, 146, 178, .5)
}

.btn-instagram.disabled, .btn-instagram:disabled {
	color: #fff;
	background-color: #517fa4;
	border-color: #517fa4
}

.btn-instagram:not (:disabled ):not (.disabled ).active, .btn-instagram:not
	(:disabled ):not (.disabled ):active, .show>.btn-instagram.dropdown-toggle
	{
	color: #fff;
	background-color: #406582;
	border-color: #3c5e79
}

.btn-instagram:not (:disabled ):not (.disabled ).active:focus,
	.btn-instagram:not (:disabled ):not (.disabled ):active:focus, .show>.btn-instagram.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(107, 146, 178, .5);
	box-shadow: 0 0 0 .2rem rgba(107, 146, 178, .5)
}

.btn-instagram+.btn.dropdown-toggle {
	position: relative
}

.btn-instagram+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-instagram+.btn.dropdown-toggle.active:before, .btn-instagram+.btn.dropdown-toggle:focus:before,
	.btn-instagram+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-youtube {
	color: #fff;
	background-color: #b31217;
	border-color: #b31217;
	color: #fff
}

.btn-youtube:hover {
	color: #fff;
	background-color: #900f13;
	border-color: #850d11
}

.btn-youtube.focus, .btn-youtube:focus {
	color: #fff;
	background-color: #900f13;
	border-color: #850d11;
	-webkit-box-shadow: 0 0 0 .2rem rgba(190, 54, 58, .5);
	box-shadow: 0 0 0 .2rem rgba(190, 54, 58, .5)
}

.btn-youtube.disabled, .btn-youtube:disabled {
	color: #fff;
	background-color: #b31217;
	border-color: #b31217
}

.btn-youtube:not (:disabled ):not (.disabled ).active, .btn-youtube:not
	(:disabled ):not (.disabled ):active, .show>.btn-youtube.dropdown-toggle
	{
	color: #fff;
	background-color: #850d11;
	border-color: #790c10
}

.btn-youtube:not (:disabled ):not (.disabled ).active:focus,
	.btn-youtube:not (:disabled ):not (.disabled ):active:focus, .show>.btn-youtube.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(190, 54, 58, .5);
	box-shadow: 0 0 0 .2rem rgba(190, 54, 58, .5)
}

.btn-youtube+.btn.dropdown-toggle {
	position: relative
}

.btn-youtube+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-youtube+.btn.dropdown-toggle.active:before, .btn-youtube+.btn.dropdown-toggle:focus:before,
	.btn-youtube+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-linkedin {
	color: #fff;
	background-color: #0077b5;
	border-color: #0077b5;
	color: #fff
}

.btn-linkedin:hover {
	color: #fff;
	background-color: #005e8f;
	border-color: #005582
}

.btn-linkedin.focus, .btn-linkedin:focus {
	color: #fff;
	background-color: #005e8f;
	border-color: #005582;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5)
}

.btn-linkedin.disabled, .btn-linkedin:disabled {
	color: #fff;
	background-color: #0077b5;
	border-color: #0077b5
}

.btn-linkedin:not (:disabled ):not (.disabled ).active, .btn-linkedin:not
	(:disabled ):not (.disabled ):active, .show>.btn-linkedin.dropdown-toggle
	{
	color: #fff;
	background-color: #005582;
	border-color: #004d75
}

.btn-linkedin:not (:disabled ):not (.disabled ).active:focus,
	.btn-linkedin:not (:disabled ):not (.disabled ):active:focus, .show>.btn-linkedin.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5)
}

.btn-linkedin+.btn.dropdown-toggle {
	position: relative
}

.btn-linkedin+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-linkedin+.btn.dropdown-toggle.active:before, .btn-linkedin+.btn.dropdown-toggle:focus:before,
	.btn-linkedin+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-skype {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0;
	color: #fff
}

.btn-skype:hover {
	color: #fff;
	background-color: #0093ca;
	border-color: #008abd
}

.btn-skype.focus, .btn-skype:focus {
	color: #fff;
	background-color: #0093ca;
	border-color: #008abd;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 187, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 187, 242, .5)
}

.btn-skype.disabled, .btn-skype:disabled {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0
}

.btn-skype:not (:disabled ):not (.disabled ).active, .btn-skype:not (:disabled
	):not (.disabled ):active, .show>.btn-skype.dropdown-toggle {
	color: #fff;
	background-color: #008abd;
	border-color: #0081b0
}

.btn-skype:not (:disabled ):not (.disabled ).active:focus, .btn-skype:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-skype.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 187, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 187, 242, .5)
}

.btn-skype+.btn.dropdown-toggle {
	position: relative
}

.btn-skype+.btn.dropdown-toggle:before {
	display: block;
	content: ' ';
	border-left: 1px solid #fff;
	position: absolute;
	top: 3px;
	left: -1px;
	bottom: 3px;
	opacity: .3
}

.btn-skype+.btn.dropdown-toggle.active:before, .btn-skype+.btn.dropdown-toggle:focus:before,
	.btn-skype+.btn.dropdown-toggle:hover:before {
	display: none
}

.btn-outline-brand {
	color: #5d78ff;
	border-color: #5d78ff
}

.btn-outline-brand:hover {
	color: #fff;
	background-color: #5d78ff;
	border-color: #5d78ff
}

.btn-outline-brand.focus, .btn-outline-brand:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 120, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 120, 255, .5)
}

.btn-outline-brand.disabled, .btn-outline-brand:disabled {
	color: #5d78ff;
	background-color: transparent
}

.btn-outline-brand:not (:disabled ):not (.disabled ).active,
	.btn-outline-brand:not (:disabled ):not (.disabled ):active, .show>.btn-outline-brand.dropdown-toggle
	{
	color: #fff;
	background-color: #5d78ff;
	border-color: #5d78ff
}

.btn-outline-brand:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-brand:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-brand.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 120, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 120, 255, .5)
}

.btn-outline-light {
	color: #fff;
	border-color: #fff
}

.btn-outline-light:hover {
	color: #282a3c;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-light.focus, .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-light:not (:disabled ):not (.disabled ).active,
	.btn-outline-light:not (:disabled ):not (.disabled ):active, .show>.btn-outline-light.dropdown-toggle
	{
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-light:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-light:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-dark {
	color: #282a3c;
	border-color: #282a3c
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #282a3c;
	border-color: #282a3c
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 42, 60, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 42, 60, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #282a3c;
	background-color: transparent
}

.btn-outline-dark:not (:disabled ):not (.disabled ).active,
	.btn-outline-dark:not (:disabled ):not (.disabled ):active, .show>.btn-outline-dark.dropdown-toggle
	{
	color: #fff;
	background-color: #282a3c;
	border-color: #282a3c
}

.btn-outline-dark:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-dark:not (:disabled ):not (.disabled ):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 42, 60, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 42, 60, .5)
}

.btn-outline-primary {
	color: #5867dd;
	border-color: #5867dd
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5);
	box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #5867dd;
	background-color: transparent
}

.btn-outline-primary:not (:disabled ):not (.disabled ).active,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active, .show>.btn-outline-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-outline-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5);
	box-shadow: 0 0 0 .2rem rgba(88, 103, 221, .5)
}

.btn-outline-success {
	color: #0abb87;
	border-color: #0abb87
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-outline-success.focus, .btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5);
	box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #0abb87;
	background-color: transparent
}

.btn-outline-success:not (:disabled ):not (.disabled ).active,
	.btn-outline-success:not (:disabled ):not (.disabled ):active, .show>.btn-outline-success.dropdown-toggle
	{
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-outline-success:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-success:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5);
	box-shadow: 0 0 0 .2rem rgba(10, 187, 135, .5)
}

.btn-outline-info {
	color: #5578eb;
	border-color: #5578eb
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-outline-info.focus, .btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5);
	box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #5578eb;
	background-color: transparent
}

.btn-outline-info:not (:disabled ):not (.disabled ).active,
	.btn-outline-info:not (:disabled ):not (.disabled ):active, .show>.btn-outline-info.dropdown-toggle
	{
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-outline-info:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-info:not (:disabled ):not (.disabled ):active:focus, .show>.btn-outline-info.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5);
	box-shadow: 0 0 0 .2rem rgba(85, 120, 235, .5)
}

.btn-outline-warning {
	color: #ffb822;
	border-color: #ffb822
}

.btn-outline-warning:hover {
	color: #111;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffb822;
	background-color: transparent
}

.btn-outline-warning:not (:disabled ):not (.disabled ).active,
	.btn-outline-warning:not (:disabled ):not (.disabled ):active, .show>.btn-outline-warning.dropdown-toggle
	{
	color: #212529;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-outline-warning:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-warning:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 34, .5)
}

.btn-outline-danger {
	color: #fd397a;
	border-color: #fd397a
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #fd397a;
	background-color: transparent
}

.btn-outline-danger:not (:disabled ):not (.disabled ).active,
	.btn-outline-danger:not (:disabled ):not (.disabled ):active, .show>.btn-outline-danger.dropdown-toggle
	{
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-outline-danger:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-danger:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5);
	box-shadow: 0 0 0 .2rem rgba(253, 57, 122, .5)
}

.btn-hover-brand.active, .btn-hover-brand:active, .btn-hover-brand:hover,
	.show>.btn-hover-brand {
	color: #fff;
	background-color: #5d78ff;
	border-color: #5d78ff
}

.btn-outline-hover-brand.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-brand.active, .btn-outline-hover-brand:active,
	.btn-outline-hover-brand:hover, .show>.btn-outline-hover-brand {
	color: #5d78ff;
	border-color: #5d78ff;
	background-color: transparent
}

.btn-hover-light.active, .btn-hover-light:active, .btn-hover-light:hover,
	.show>.btn-hover-light {
	color: #282a3c;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-hover-light.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-light.active, .btn-outline-hover-light:active,
	.btn-outline-hover-light:hover, .show>.btn-outline-hover-light {
	color: #fff;
	border-color: #fff;
	background-color: transparent
}

.btn-hover-dark.active, .btn-hover-dark:active, .btn-hover-dark:hover,
	.show>.btn-hover-dark {
	color: #fff;
	background-color: #282a3c;
	border-color: #282a3c
}

.btn-outline-hover-dark.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-dark.active, .btn-outline-hover-dark:active,
	.btn-outline-hover-dark:hover, .show>.btn-outline-hover-dark {
	color: #282a3c;
	border-color: #282a3c;
	background-color: transparent
}

.btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover,
	.show>.btn-hover-primary {
	color: #fff;
	background-color: #5867dd;
	border-color: #5867dd
}

.btn-outline-hover-primary.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-primary.active, .btn-outline-hover-primary:active,
	.btn-outline-hover-primary:hover, .show>.btn-outline-hover-primary {
	color: #5867dd;
	border-color: #5867dd;
	background-color: transparent
}

.btn-hover-success.active, .btn-hover-success:active, .btn-hover-success:hover,
	.show>.btn-hover-success {
	color: #fff;
	background-color: #0abb87;
	border-color: #0abb87
}

.btn-outline-hover-success.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-success.active, .btn-outline-hover-success:active,
	.btn-outline-hover-success:hover, .show>.btn-outline-hover-success {
	color: #0abb87;
	border-color: #0abb87;
	background-color: transparent
}

.btn-hover-info.active, .btn-hover-info:active, .btn-hover-info:hover,
	.show>.btn-hover-info {
	color: #fff;
	background-color: #5578eb;
	border-color: #5578eb
}

.btn-outline-hover-info.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-info.active, .btn-outline-hover-info:active,
	.btn-outline-hover-info:hover, .show>.btn-outline-hover-info {
	color: #5578eb;
	border-color: #5578eb;
	background-color: transparent
}

.btn-hover-warning.active, .btn-hover-warning:active, .btn-hover-warning:hover,
	.show>.btn-hover-warning {
	color: #111;
	background-color: #ffb822;
	border-color: #ffb822
}

.btn-outline-hover-warning.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-warning.active, .btn-outline-hover-warning:active,
	.btn-outline-hover-warning:hover, .show>.btn-outline-hover-warning {
	color: #ffb822;
	border-color: #ffb822;
	background-color: transparent
}

.btn-hover-danger.active, .btn-hover-danger:active, .btn-hover-danger:hover,
	.show>.btn-hover-danger {
	color: #fff;
	background-color: #fd397a;
	border-color: #fd397a
}

.btn-outline-hover-danger.btn-clean {
	border: 1px solid transparent
}

.btn-outline-hover-danger.active, .btn-outline-hover-danger:active,
	.btn-outline-hover-danger:hover, .show>.btn-outline-hover-danger {
	color: #fd397a;
	border-color: #fd397a;
	background-color: transparent
}

.btn-font-brand {
	color: #5d78ff
}

.btn-font-hover-brand.active, .btn-font-hover-brand:active,
	.btn-font-hover-brand:hover, .show>.btn-font-hover-brand {
	color: #5d78ff
}

.btn-font-light {
	color: #fff
}

.btn-font-hover-light.active, .btn-font-hover-light:active,
	.btn-font-hover-light:hover, .show>.btn-font-hover-light {
	color: #fff
}

.btn-font-dark {
	color: #282a3c
}

.btn-font-hover-dark.active, .btn-font-hover-dark:active,
	.btn-font-hover-dark:hover, .show>.btn-font-hover-dark {
	color: #282a3c
}

.btn-font-primary {
	color: #5867dd
}

.btn-font-hover-primary.active, .btn-font-hover-primary:active,
	.btn-font-hover-primary:hover, .show>.btn-font-hover-primary {
	color: #5867dd
}

.btn-font-success {
	color: #0abb87
}

.btn-font-hover-success.active, .btn-font-hover-success:active,
	.btn-font-hover-success:hover, .show>.btn-font-hover-success {
	color: #0abb87
}

.btn-font-info {
	color: #5578eb
}

.btn-font-hover-info.active, .btn-font-hover-info:active,
	.btn-font-hover-info:hover, .show>.btn-font-hover-info {
	color: #5578eb
}

.btn-font-warning {
	color: #ffb822
}

.btn-font-hover-warning.active, .btn-font-hover-warning:active,
	.btn-font-hover-warning:hover, .show>.btn-font-hover-warning {
	color: #ffb822
}

.btn-font-danger {
	color: #fd397a
}

.btn-font-hover-danger.active, .btn-font-hover-danger:active,
	.btn-font-hover-danger:hover, .show>.btn-font-hover-danger {
	color: #fd397a
}

.btn.btn-outline-secondary {
	color: #494988
}

.btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active,
	.btn.btn-outline-secondary:hover, .show>.btn.btn-outline-secondary {
	background-color: #e1e1ef
}

.btn.btn-elevate {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.btn.btn-elevate.btn-elevate-air:hover {
	-webkit-transform: translate(0, -4px);
	transform: translate(0, -4px)
}

.btn.btn-brand.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(93, 120, 255, .15);
	box-shadow: 0 4px 16px 0 rgba(93, 120, 255, .15)
}

.btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active,
	.btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate:hover,
	.show>.btn.btn-brand.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(93, 120, 255, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(93, 120, 255, .25) !important
}

.btn-group-sm.show>.btn.btn-brand.btn-elevate, .btn-group-sm>.btn.btn-brand.btn-elevate.active,
	.btn-group-sm>.btn.btn-brand.btn-elevate:active, .btn-group-sm>.btn.btn-brand.btn-elevate:focus,
	.btn-group-sm>.btn.btn-brand.btn-elevate:hover, .btn.btn-brand.btn-elevate.active.btn-sm,
	.btn.btn-brand.btn-elevate:active.btn-sm, .btn.btn-brand.btn-elevate:focus.btn-sm,
	.btn.btn-brand.btn-elevate:hover.btn-sm, .show>.btn.btn-brand.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(93, 120, 255, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(93, 120, 255, .25) !important
}

.btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:active,
	.btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:hover,
	.show>.btn.btn-brand.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(93, 120, 255, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(93, 120, 255, .25) !important
}

.btn-group-sm.show>.btn.btn-brand.btn-elevate-hover, .btn-group-sm>.btn.btn-brand.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-brand.btn-elevate-hover:active, .btn-group-sm>.btn.btn-brand.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-brand.btn-elevate-hover:hover, .btn.btn-brand.btn-elevate-hover.active.btn-sm,
	.btn.btn-brand.btn-elevate-hover:active.btn-sm, .btn.btn-brand.btn-elevate-hover:focus.btn-sm,
	.btn.btn-brand.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-brand.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(93, 120, 255, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(93, 120, 255, .25) !important
}

.btn.btn-light.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(153, 153, 153, .15);
	box-shadow: 0 4px 16px 0 rgba(153, 153, 153, .15)
}

.btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active,
	.btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate:hover,
	.show>.btn.btn-light.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .25) !important;
	background-color: transparent;
	border-color: transparent
}

.btn-group-sm.show>.btn.btn-light.btn-elevate, .btn-group-sm>.btn.btn-light.btn-elevate.active,
	.btn-group-sm>.btn.btn-light.btn-elevate:active, .btn-group-sm>.btn.btn-light.btn-elevate:focus,
	.btn-group-sm>.btn.btn-light.btn-elevate:hover, .btn.btn-light.btn-elevate.active.btn-sm,
	.btn.btn-light.btn-elevate:active.btn-sm, .btn.btn-light.btn-elevate:focus.btn-sm,
	.btn.btn-light.btn-elevate:hover.btn-sm, .show>.btn.btn-light.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(153, 153, 153, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(153, 153, 153, .25) !important
}

.btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:active,
	.btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:hover,
	.show>.btn.btn-light.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(153, 153, 153, .25) !important;
	background-color: transparent;
	border-color: transparent
}

.btn-group-sm.show>.btn.btn-light.btn-elevate-hover, .btn-group-sm>.btn.btn-light.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-light.btn-elevate-hover:active, .btn-group-sm>.btn.btn-light.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-light.btn-elevate-hover:hover, .btn.btn-light.btn-elevate-hover.active.btn-sm,
	.btn.btn-light.btn-elevate-hover:active.btn-sm, .btn.btn-light.btn-elevate-hover:focus.btn-sm,
	.btn.btn-light.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-light.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(153, 153, 153, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(153, 153, 153, .25) !important
}

.btn.btn-dark.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(40, 42, 60, .15);
	box-shadow: 0 4px 16px 0 rgba(40, 42, 60, .15)
}

.btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:focus,
	.btn.btn-dark.btn-elevate:hover, .show>.btn.btn-dark.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(40, 42, 60, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(40, 42, 60, .25) !important
}

.btn-group-sm.show>.btn.btn-dark.btn-elevate, .btn-group-sm>.btn.btn-dark.btn-elevate.active,
	.btn-group-sm>.btn.btn-dark.btn-elevate:active, .btn-group-sm>.btn.btn-dark.btn-elevate:focus,
	.btn-group-sm>.btn.btn-dark.btn-elevate:hover, .btn.btn-dark.btn-elevate.active.btn-sm,
	.btn.btn-dark.btn-elevate:active.btn-sm, .btn.btn-dark.btn-elevate:focus.btn-sm,
	.btn.btn-dark.btn-elevate:hover.btn-sm, .show>.btn.btn-dark.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(40, 42, 60, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(40, 42, 60, .25) !important
}

.btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:active,
	.btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:hover,
	.show>.btn.btn-dark.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(40, 42, 60, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(40, 42, 60, .25) !important
}

.btn-group-sm.show>.btn.btn-dark.btn-elevate-hover, .btn-group-sm>.btn.btn-dark.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-dark.btn-elevate-hover:active, .btn-group-sm>.btn.btn-dark.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-dark.btn-elevate-hover:hover, .btn.btn-dark.btn-elevate-hover.active.btn-sm,
	.btn.btn-dark.btn-elevate-hover:active.btn-sm, .btn.btn-dark.btn-elevate-hover:focus.btn-sm,
	.btn.btn-dark.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-dark.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(40, 42, 60, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(40, 42, 60, .25) !important
}

.btn.btn-primary.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(88, 103, 221, .15);
	box-shadow: 0 4px 16px 0 rgba(88, 103, 221, .15)
}

.btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active,
	.btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate:hover,
	.show>.btn.btn-primary.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(88, 103, 221, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(88, 103, 221, .25) !important
}

.btn-group-sm.show>.btn.btn-primary.btn-elevate, .btn-group-sm>.btn.btn-primary.btn-elevate.active,
	.btn-group-sm>.btn.btn-primary.btn-elevate:active, .btn-group-sm>.btn.btn-primary.btn-elevate:focus,
	.btn-group-sm>.btn.btn-primary.btn-elevate:hover, .btn.btn-primary.btn-elevate.active.btn-sm,
	.btn.btn-primary.btn-elevate:active.btn-sm, .btn.btn-primary.btn-elevate:focus.btn-sm,
	.btn.btn-primary.btn-elevate:hover.btn-sm, .show>.btn.btn-primary.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(88, 103, 221, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(88, 103, 221, .25) !important
}

.btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:active,
	.btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:hover,
	.show>.btn.btn-primary.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(88, 103, 221, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(88, 103, 221, .25) !important
}

.btn-group-sm.show>.btn.btn-primary.btn-elevate-hover, .btn-group-sm>.btn.btn-primary.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-primary.btn-elevate-hover:active, .btn-group-sm>.btn.btn-primary.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-primary.btn-elevate-hover:hover, .btn.btn-primary.btn-elevate-hover.active.btn-sm,
	.btn.btn-primary.btn-elevate-hover:active.btn-sm, .btn.btn-primary.btn-elevate-hover:focus.btn-sm,
	.btn.btn-primary.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-primary.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(88, 103, 221, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(88, 103, 221, .25) !important
}

.btn.btn-success.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(10, 187, 135, .15);
	box-shadow: 0 4px 16px 0 rgba(10, 187, 135, .15)
}

.btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active,
	.btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate:hover,
	.show>.btn.btn-success.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(10, 187, 135, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(10, 187, 135, .25) !important
}

.btn-group-sm.show>.btn.btn-success.btn-elevate, .btn-group-sm>.btn.btn-success.btn-elevate.active,
	.btn-group-sm>.btn.btn-success.btn-elevate:active, .btn-group-sm>.btn.btn-success.btn-elevate:focus,
	.btn-group-sm>.btn.btn-success.btn-elevate:hover, .btn.btn-success.btn-elevate.active.btn-sm,
	.btn.btn-success.btn-elevate:active.btn-sm, .btn.btn-success.btn-elevate:focus.btn-sm,
	.btn.btn-success.btn-elevate:hover.btn-sm, .show>.btn.btn-success.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(10, 187, 135, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(10, 187, 135, .25) !important
}

.btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:active,
	.btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:hover,
	.show>.btn.btn-success.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(10, 187, 135, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(10, 187, 135, .25) !important
}

.btn-group-sm.show>.btn.btn-success.btn-elevate-hover, .btn-group-sm>.btn.btn-success.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-success.btn-elevate-hover:active, .btn-group-sm>.btn.btn-success.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-success.btn-elevate-hover:hover, .btn.btn-success.btn-elevate-hover.active.btn-sm,
	.btn.btn-success.btn-elevate-hover:active.btn-sm, .btn.btn-success.btn-elevate-hover:focus.btn-sm,
	.btn.btn-success.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-success.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(10, 187, 135, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(10, 187, 135, .25) !important
}

.btn.btn-info.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(85, 120, 235, .15);
	box-shadow: 0 4px 16px 0 rgba(85, 120, 235, .15)
}

.btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:focus,
	.btn.btn-info.btn-elevate:hover, .show>.btn.btn-info.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(85, 120, 235, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(85, 120, 235, .25) !important
}

.btn-group-sm.show>.btn.btn-info.btn-elevate, .btn-group-sm>.btn.btn-info.btn-elevate.active,
	.btn-group-sm>.btn.btn-info.btn-elevate:active, .btn-group-sm>.btn.btn-info.btn-elevate:focus,
	.btn-group-sm>.btn.btn-info.btn-elevate:hover, .btn.btn-info.btn-elevate.active.btn-sm,
	.btn.btn-info.btn-elevate:active.btn-sm, .btn.btn-info.btn-elevate:focus.btn-sm,
	.btn.btn-info.btn-elevate:hover.btn-sm, .show>.btn.btn-info.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(85, 120, 235, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(85, 120, 235, .25) !important
}

.btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:active,
	.btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:hover,
	.show>.btn.btn-info.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(85, 120, 235, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(85, 120, 235, .25) !important
}

.btn-group-sm.show>.btn.btn-info.btn-elevate-hover, .btn-group-sm>.btn.btn-info.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-info.btn-elevate-hover:active, .btn-group-sm>.btn.btn-info.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-info.btn-elevate-hover:hover, .btn.btn-info.btn-elevate-hover.active.btn-sm,
	.btn.btn-info.btn-elevate-hover:active.btn-sm, .btn.btn-info.btn-elevate-hover:focus.btn-sm,
	.btn.btn-info.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-info.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(85, 120, 235, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(85, 120, 235, .25) !important
}

.btn.btn-warning.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(255, 184, 34, .15);
	box-shadow: 0 4px 16px 0 rgba(255, 184, 34, .15)
}

.btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active,
	.btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate:hover,
	.show>.btn.btn-warning.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(255, 184, 34, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(255, 184, 34, .25) !important
}

.btn-group-sm.show>.btn.btn-warning.btn-elevate, .btn-group-sm>.btn.btn-warning.btn-elevate.active,
	.btn-group-sm>.btn.btn-warning.btn-elevate:active, .btn-group-sm>.btn.btn-warning.btn-elevate:focus,
	.btn-group-sm>.btn.btn-warning.btn-elevate:hover, .btn.btn-warning.btn-elevate.active.btn-sm,
	.btn.btn-warning.btn-elevate:active.btn-sm, .btn.btn-warning.btn-elevate:focus.btn-sm,
	.btn.btn-warning.btn-elevate:hover.btn-sm, .show>.btn.btn-warning.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(255, 184, 34, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(255, 184, 34, .25) !important
}

.btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:active,
	.btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:hover,
	.show>.btn.btn-warning.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(255, 184, 34, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(255, 184, 34, .25) !important
}

.btn-group-sm.show>.btn.btn-warning.btn-elevate-hover, .btn-group-sm>.btn.btn-warning.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-warning.btn-elevate-hover:active, .btn-group-sm>.btn.btn-warning.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-warning.btn-elevate-hover:hover, .btn.btn-warning.btn-elevate-hover.active.btn-sm,
	.btn.btn-warning.btn-elevate-hover:active.btn-sm, .btn.btn-warning.btn-elevate-hover:focus.btn-sm,
	.btn.btn-warning.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-warning.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(255, 184, 34, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(255, 184, 34, .25) !important
}

.btn.btn-danger.btn-elevate {
	-webkit-box-shadow: 0 4px 16px 0 rgba(253, 57, 122, .15);
	box-shadow: 0 4px 16px 0 rgba(253, 57, 122, .15)
}

.btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active,
	.btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate:hover,
	.show>.btn.btn-danger.btn-elevate {
	-webkit-box-shadow: 0 9px 16px 0 rgba(253, 57, 122, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(253, 57, 122, .25) !important
}

.btn-group-sm.show>.btn.btn-danger.btn-elevate, .btn-group-sm>.btn.btn-danger.btn-elevate.active,
	.btn-group-sm>.btn.btn-danger.btn-elevate:active, .btn-group-sm>.btn.btn-danger.btn-elevate:focus,
	.btn-group-sm>.btn.btn-danger.btn-elevate:hover, .btn.btn-danger.btn-elevate.active.btn-sm,
	.btn.btn-danger.btn-elevate:active.btn-sm, .btn.btn-danger.btn-elevate:focus.btn-sm,
	.btn.btn-danger.btn-elevate:hover.btn-sm, .show>.btn.btn-danger.btn-elevate.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(253, 57, 122, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(253, 57, 122, .25) !important
}

.btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:active,
	.btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:hover,
	.show>.btn.btn-danger.btn-elevate-hover {
	-webkit-box-shadow: 0 9px 16px 0 rgba(253, 57, 122, .25) !important;
	box-shadow: 0 9px 16px 0 rgba(253, 57, 122, .25) !important
}

.btn-group-sm.show>.btn.btn-danger.btn-elevate-hover, .btn-group-sm>.btn.btn-danger.btn-elevate-hover.active,
	.btn-group-sm>.btn.btn-danger.btn-elevate-hover:active, .btn-group-sm>.btn.btn-danger.btn-elevate-hover:focus,
	.btn-group-sm>.btn.btn-danger.btn-elevate-hover:hover, .btn.btn-danger.btn-elevate-hover.active.btn-sm,
	.btn.btn-danger.btn-elevate-hover:active.btn-sm, .btn.btn-danger.btn-elevate-hover:focus.btn-sm,
	.btn.btn-danger.btn-elevate-hover:hover.btn-sm, .show>.btn.btn-danger.btn-elevate-hover.btn-sm
	{
	-webkit-box-shadow: 0 6px 16px 0 rgba(253, 57, 122, .25) !important;
	box-shadow: 0 6px 16px 0 rgba(253, 57, 122, .25) !important
}

.btn.btn-square {
	border-radius: 0
}

.btn.btn-pill {
	border-radius: 2rem
}

.btn.btn-upper {
	text-transform: uppercase
}

.btn.btn-bold {
	font-weight: 600
}

.btn.btn-bolder {
	font-weight: 600
}

.btn.btn-boldest {
	font-weight: 700
}

.btn.btn-thin {
	font-weight: 400
}

.btn.btn-lower {
	text-transform: lowercase
}

.btn.btn-wide {
	padding-left: 2.25rem;
	padding-right: 2.25rem
}

.btn.btn-wider {
	padding-left: 2.75rem;
	padding-right: 2.75rem
}

.btn.btn-widest {
	padding-left: 3rem;
	padding-right: 3rem
}

.btn.btn-tall {
	padding-top: .85rem;
	padding-bottom: .85rem
}

.btn.btn-taller {
	padding-top: 1.15rem;
	padding-bottom: 1.15rem
}

.btn.btn-tallest {
	padding-top: 1.35rem;
	padding-bottom: 1.35rem
}

.btn.btn-font-sm {
	font-size: .85rem
}

.btn.btn-font-md {
	font-size: 1rem
}

.btn.btn-font-lg {
	font-size: 1.1rem
}

.btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.btn [class*=" la-"], .btn [class^=la-] {
	font-size: 1.5rem
}

.btn [class*=" fa-"], .btn [class^=fa-] {
	font-size: 1.2rem
}

.btn [class*=" flaticon-"], .btn [class*=" flaticon2-"], .btn [class^=flaticon-],
	.btn [class^=flaticon2-] {
	font-size: 1.2rem;
	float: left
}

.btn i {
	padding-right: .5rem;
	vertical-align: middle
}

.btn-group-sm>.btn [class*=" la-"], .btn-group-sm>.btn [class^=la-],
	.btn.btn-sm [class*=" la-"], .btn.btn-sm [class^=la-] {
	font-size: 1.3rem
}

.btn-group-sm>.btn [class*=" fa-"], .btn-group-sm>.btn [class^=fa-],
	.btn.btn-sm [class*=" fa-"], .btn.btn-sm [class^=fa-] {
	font-size: 1rem
}

.btn-group-sm>.btn [class*=" flaticon-"], .btn-group-sm>.btn [class*=" flaticon2-"],
	.btn-group-sm>.btn [class^=flaticon-], .btn-group-sm>.btn [class^=flaticon2-],
	.btn.btn-sm [class*=" flaticon-"], .btn.btn-sm [class*=" flaticon2-"],
	.btn.btn-sm [class^=flaticon-], .btn.btn-sm [class^=flaticon2-] {
	font-size: 1rem;
	float: left
}

.btn-group-sm>.btn i, .btn.btn-sm i {
	margin-right: .35rem;
	padding: 0
}

.btn-group-lg>.btn [class*=" la-"], .btn-group-lg>.btn [class^=la-],
	.btn.btn-lg [class*=" la-"], .btn.btn-lg [class^=la-] {
	font-size: 1.7rem
}

.btn-group-lg>.btn [class*=" fa-"], .btn-group-lg>.btn [class^=fa-],
	.btn.btn-lg [class*=" fa-"], .btn.btn-lg [class^=fa-] {
	font-size: 1.4rem
}

.btn-group-lg>.btn [class*=" flaticon-"], .btn-group-lg>.btn [class*=" flaticon2-"],
	.btn-group-lg>.btn [class^=flaticon-], .btn-group-lg>.btn [class^=flaticon2-],
	.btn.btn-lg [class*=" flaticon-"], .btn.btn-lg [class*=" flaticon2-"],
	.btn.btn-lg [class^=flaticon-], .btn.btn-lg [class^=flaticon2-] {
	font-size: 1.3rem;
	float: left
}

.btn-group-lg>.btn i, .btn.btn-lg i {
	margin-right: .75rem;
	padding: 0
}

.btn.btn-label {
	background-color: #f0f3ff;
	color: #5d78ff;
	cursor: text !important
}

.btn.btn-link, a.btn.btn-label, button.btn.btn-label, input.btn.btn-label
	{
	cursor: pointer !important
}

.btn.btn-link.active, .btn.btn-link:focus, .btn.btn-link:hover, a.btn.btn-label.active,
	a.btn.btn-label:focus, a.btn.btn-label:hover, button.btn.btn-label.active,
	button.btn.btn-label:focus, button.btn.btn-label:hover, input.btn.btn-label.active,
	input.btn.btn-label:focus, input.btn.btn-label:hover {
	background-color: #5d78ff;
	color: #fff
}

.btn.btn-label-brand {
	background-color: rgba(93, 120, 255, .1);
	color: #5d78ff;
	cursor: text !important
}

.btn.btn-label-brand-o2 {
	background-color: rgba(93, 120, 255, .2);
	color: #5d78ff;
	cursor: text !important
}

a.btn.btn-label-brand, button.btn.btn-label-brand, input.btn.btn-label-brand,
	label.btn.btn-label-brand {
	cursor: pointer !important
}

a.btn.btn-label-brand.active, a.btn.btn-label-brand:focus, a.btn.btn-label-brand:hover,
	button.btn.btn-label-brand.active, button.btn.btn-label-brand:focus,
	button.btn.btn-label-brand:hover, input.btn.btn-label-brand.active,
	input.btn.btn-label-brand:focus, input.btn.btn-label-brand:hover, label.btn.btn-label-brand.active,
	label.btn.btn-label-brand:focus, label.btn.btn-label-brand:hover {
	background-color: #5d78ff;
	color: #fff
}

.btn.btn-label-light {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: text !important
}

.btn.btn-label-light-o2 {
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	cursor: text !important
}

a.btn.btn-label-light, button.btn.btn-label-light, input.btn.btn-label-light,
	label.btn.btn-label-light {
	cursor: pointer !important
}

a.btn.btn-label-light.active, a.btn.btn-label-light:focus, a.btn.btn-label-light:hover,
	button.btn.btn-label-light.active, button.btn.btn-label-light:focus,
	button.btn.btn-label-light:hover, input.btn.btn-label-light.active,
	input.btn.btn-label-light:focus, input.btn.btn-label-light:hover, label.btn.btn-label-light.active,
	label.btn.btn-label-light:focus, label.btn.btn-label-light:hover {
	background-color: #fff;
	color: #282a3c
}

.btn.btn-label-dark {
	background-color: rgba(40, 42, 60, .1);
	color: #282a3c;
	cursor: text !important
}

.btn.btn-label-dark-o2 {
	background-color: rgba(40, 42, 60, .2);
	color: #282a3c;
	cursor: text !important
}

a.btn.btn-label-dark, button.btn.btn-label-dark, input.btn.btn-label-dark,
	label.btn.btn-label-dark {
	cursor: pointer !important
}

a.btn.btn-label-dark.active, a.btn.btn-label-dark:focus, a.btn.btn-label-dark:hover,
	button.btn.btn-label-dark.active, button.btn.btn-label-dark:focus,
	button.btn.btn-label-dark:hover, input.btn.btn-label-dark.active, input.btn.btn-label-dark:focus,
	input.btn.btn-label-dark:hover, label.btn.btn-label-dark.active, label.btn.btn-label-dark:focus,
	label.btn.btn-label-dark:hover {
	background-color: #282a3c;
	color: #fff
}

.btn.btn-label-primary {
	background-color: rgba(88, 103, 221, .1);
	color: #5867dd;
	cursor: text !important
}

.btn.btn-label-primary-o2 {
	background-color: rgba(88, 103, 221, .2);
	color: #5867dd;
	cursor: text !important
}

a.btn.btn-label-primary, button.btn.btn-label-primary, input.btn.btn-label-primary,
	label.btn.btn-label-primary {
	cursor: pointer !important
}

a.btn.btn-label-primary.active, a.btn.btn-label-primary:focus, a.btn.btn-label-primary:hover,
	button.btn.btn-label-primary.active, button.btn.btn-label-primary:focus,
	button.btn.btn-label-primary:hover, input.btn.btn-label-primary.active,
	input.btn.btn-label-primary:focus, input.btn.btn-label-primary:hover,
	label.btn.btn-label-primary.active, label.btn.btn-label-primary:focus,
	label.btn.btn-label-primary:hover {
	background-color: #5867dd;
	color: #fff
}

.btn.btn-label-success {
	background-color: rgba(10, 187, 135, .1);
	color: #0abb87;
	cursor: text !important
}

.btn.btn-label-success-o2 {
	background-color: rgba(10, 187, 135, .2);
	color: #0abb87;
	cursor: text !important
}

a.btn.btn-label-success, button.btn.btn-label-success, input.btn.btn-label-success,
	label.btn.btn-label-success {
	cursor: pointer !important
}

a.btn.btn-label-success.active, a.btn.btn-label-success:focus, a.btn.btn-label-success:hover,
	button.btn.btn-label-success.active, button.btn.btn-label-success:focus,
	button.btn.btn-label-success:hover, input.btn.btn-label-success.active,
	input.btn.btn-label-success:focus, input.btn.btn-label-success:hover,
	label.btn.btn-label-success.active, label.btn.btn-label-success:focus,
	label.btn.btn-label-success:hover {
	background-color: #0abb87;
	color: #fff
}

.btn.btn-label-info {
	background-color: rgba(85, 120, 235, .1);
	color: #5578eb;
	cursor: text !important
}

.btn.btn-label-info-o2 {
	background-color: rgba(85, 120, 235, .2);
	color: #5578eb;
	cursor: text !important
}

a.btn.btn-label-info, button.btn.btn-label-info, input.btn.btn-label-info,
	label.btn.btn-label-info {
	cursor: pointer !important
}

a.btn.btn-label-info.active, a.btn.btn-label-info:focus, a.btn.btn-label-info:hover,
	button.btn.btn-label-info.active, button.btn.btn-label-info:focus,
	button.btn.btn-label-info:hover, input.btn.btn-label-info.active, input.btn.btn-label-info:focus,
	input.btn.btn-label-info:hover, label.btn.btn-label-info.active, label.btn.btn-label-info:focus,
	label.btn.btn-label-info:hover {
	background-color: #5578eb;
	color: #fff
}

.btn.btn-label-warning {
	background-color: rgba(255, 184, 34, .1);
	color: #ffb822;
	cursor: text !important
}

.btn.btn-label-warning-o2 {
	background-color: rgba(255, 184, 34, .2);
	color: #ffb822;
	cursor: text !important
}

a.btn.btn-label-warning, button.btn.btn-label-warning, input.btn.btn-label-warning,
	label.btn.btn-label-warning {
	cursor: pointer !important
}

a.btn.btn-label-warning.active, a.btn.btn-label-warning:focus, a.btn.btn-label-warning:hover,
	button.btn.btn-label-warning.active, button.btn.btn-label-warning:focus,
	button.btn.btn-label-warning:hover, input.btn.btn-label-warning.active,
	input.btn.btn-label-warning:focus, input.btn.btn-label-warning:hover,
	label.btn.btn-label-warning.active, label.btn.btn-label-warning:focus,
	label.btn.btn-label-warning:hover {
	background-color: #ffb822;
	color: #111
}

.btn.btn-label-danger {
	background-color: rgba(253, 57, 122, .1);
	color: #fd397a;
	cursor: text !important
}

.btn.btn-label-danger-o2 {
	background-color: rgba(253, 57, 122, .2);
	color: #fd397a;
	cursor: text !important
}

a.btn.btn-label-danger, button.btn.btn-label-danger, input.btn.btn-label-danger,
	label.btn.btn-label-danger {
	cursor: pointer !important
}

a.btn.btn-label-danger.active, a.btn.btn-label-danger:focus, a.btn.btn-label-danger:hover,
	button.btn.btn-label-danger.active, button.btn.btn-label-danger:focus,
	button.btn.btn-label-danger:hover, input.btn.btn-label-danger.active,
	input.btn.btn-label-danger:focus, input.btn.btn-label-danger:hover,
	label.btn.btn-label-danger.active, label.btn.btn-label-danger:focus,
	label.btn.btn-label-danger:hover {
	background-color: #fd397a;
	color: #fff
}

.btn.btn-label-facebook {
	background-color: rgba(59, 89, 152, .1);
	color: #3b5998;
	cursor: text !important
}

.btn.btn-label-facebook-o2 {
	background-color: rgba(59, 89, 152, .2);
	color: #3b5998;
	cursor: text !important
}

a.btn.btn-label-facebook, button.btn.btn-label-facebook, input.btn.btn-label-facebook,
	label.btn.btn-label-facebook {
	cursor: pointer !important
}

a.btn.btn-label-facebook.active, a.btn.btn-label-facebook:focus, a.btn.btn-label-facebook:hover,
	button.btn.btn-label-facebook.active, button.btn.btn-label-facebook:focus,
	button.btn.btn-label-facebook:hover, input.btn.btn-label-facebook.active,
	input.btn.btn-label-facebook:focus, input.btn.btn-label-facebook:hover,
	label.btn.btn-label-facebook.active, label.btn.btn-label-facebook:focus,
	label.btn.btn-label-facebook:hover {
	background-color: #3b5998;
	color: #fff
}

.btn.btn-label-google {
	background-color: rgba(220, 78, 65, .1);
	color: #dc4e41;
	cursor: text !important
}

.btn.btn-label-google-o2 {
	background-color: rgba(220, 78, 65, .2);
	color: #dc4e41;
	cursor: text !important
}

a.btn.btn-label-google, button.btn.btn-label-google, input.btn.btn-label-google,
	label.btn.btn-label-google {
	cursor: pointer !important
}

a.btn.btn-label-google.active, a.btn.btn-label-google:focus, a.btn.btn-label-google:hover,
	button.btn.btn-label-google.active, button.btn.btn-label-google:focus,
	button.btn.btn-label-google:hover, input.btn.btn-label-google.active,
	input.btn.btn-label-google:focus, input.btn.btn-label-google:hover,
	label.btn.btn-label-google.active, label.btn.btn-label-google:focus,
	label.btn.btn-label-google:hover {
	background-color: #dc4e41;
	color: #fff
}

.btn.btn-label-twitter {
	background-color: rgba(74, 179, 244, .1);
	color: #4ab3f4;
	cursor: text !important
}

.btn.btn-label-twitter-o2 {
	background-color: rgba(74, 179, 244, .2);
	color: #4ab3f4;
	cursor: text !important
}

a.btn.btn-label-twitter, button.btn.btn-label-twitter, input.btn.btn-label-twitter,
	label.btn.btn-label-twitter {
	cursor: pointer !important
}

a.btn.btn-label-twitter.active, a.btn.btn-label-twitter:focus, a.btn.btn-label-twitter:hover,
	button.btn.btn-label-twitter.active, button.btn.btn-label-twitter:focus,
	button.btn.btn-label-twitter:hover, input.btn.btn-label-twitter.active,
	input.btn.btn-label-twitter:focus, input.btn.btn-label-twitter:hover,
	label.btn.btn-label-twitter.active, label.btn.btn-label-twitter:focus,
	label.btn.btn-label-twitter:hover {
	background-color: #4ab3f4;
	color: #fff
}

.btn.btn-label-instagram {
	background-color: rgba(81, 127, 164, .1);
	color: #517fa4;
	cursor: text !important
}

.btn.btn-label-instagram-o2 {
	background-color: rgba(81, 127, 164, .2);
	color: #517fa4;
	cursor: text !important
}

a.btn.btn-label-instagram, button.btn.btn-label-instagram, input.btn.btn-label-instagram,
	label.btn.btn-label-instagram {
	cursor: pointer !important
}

a.btn.btn-label-instagram.active, a.btn.btn-label-instagram:focus, a.btn.btn-label-instagram:hover,
	button.btn.btn-label-instagram.active, button.btn.btn-label-instagram:focus,
	button.btn.btn-label-instagram:hover, input.btn.btn-label-instagram.active,
	input.btn.btn-label-instagram:focus, input.btn.btn-label-instagram:hover,
	label.btn.btn-label-instagram.active, label.btn.btn-label-instagram:focus,
	label.btn.btn-label-instagram:hover {
	background-color: #517fa4;
	color: #fff
}

.btn.btn-label-youtube {
	background-color: rgba(179, 18, 23, .1);
	color: #b31217;
	cursor: text !important
}

.btn.btn-label-youtube-o2 {
	background-color: rgba(179, 18, 23, .2);
	color: #b31217;
	cursor: text !important
}

a.btn.btn-label-youtube, button.btn.btn-label-youtube, input.btn.btn-label-youtube,
	label.btn.btn-label-youtube {
	cursor: pointer !important
}

a.btn.btn-label-youtube.active, a.btn.btn-label-youtube:focus, a.btn.btn-label-youtube:hover,
	button.btn.btn-label-youtube.active, button.btn.btn-label-youtube:focus,
	button.btn.btn-label-youtube:hover, input.btn.btn-label-youtube.active,
	input.btn.btn-label-youtube:focus, input.btn.btn-label-youtube:hover,
	label.btn.btn-label-youtube.active, label.btn.btn-label-youtube:focus,
	label.btn.btn-label-youtube:hover {
	background-color: #b31217;
	color: #fff
}

.btn.btn-label-linkedin {
	background-color: rgba(0, 119, 181, .1);
	color: #0077b5;
	cursor: text !important
}

.btn.btn-label-linkedin-o2 {
	background-color: rgba(0, 119, 181, .2);
	color: #0077b5;
	cursor: text !important
}

a.btn.btn-label-linkedin, button.btn.btn-label-linkedin, input.btn.btn-label-linkedin,
	label.btn.btn-label-linkedin {
	cursor: pointer !important
}

a.btn.btn-label-linkedin.active, a.btn.btn-label-linkedin:focus, a.btn.btn-label-linkedin:hover,
	button.btn.btn-label-linkedin.active, button.btn.btn-label-linkedin:focus,
	button.btn.btn-label-linkedin:hover, input.btn.btn-label-linkedin.active,
	input.btn.btn-label-linkedin:focus, input.btn.btn-label-linkedin:hover,
	label.btn.btn-label-linkedin.active, label.btn.btn-label-linkedin:focus,
	label.btn.btn-label-linkedin:hover {
	background-color: #0077b5;
	color: #fff
}

.btn.btn-label-skype {
	background-color: rgba(0, 175, 240, .1);
	color: #00aff0;
	cursor: text !important
}

.btn.btn-label-skype-o2 {
	background-color: rgba(0, 175, 240, .2);
	color: #00aff0;
	cursor: text !important
}

a.btn.btn-label-skype, button.btn.btn-label-skype, input.btn.btn-label-skype,
	label.btn.btn-label-skype {
	cursor: pointer !important
}

a.btn.btn-label-skype.active, a.btn.btn-label-skype:focus, a.btn.btn-label-skype:hover,
	button.btn.btn-label-skype.active, button.btn.btn-label-skype:focus,
	button.btn.btn-label-skype:hover, input.btn.btn-label-skype.active,
	input.btn.btn-label-skype:focus, input.btn.btn-label-skype:hover, label.btn.btn-label-skype.active,
	label.btn.btn-label-skype:focus, label.btn.btn-label-skype:hover {
	background-color: #00aff0;
	color: #fff
}

.btn.btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0
}

.btn.btn-icon.btn-circle {
	border-radius: 50%
}

.btn.btn-icon i {
	padding: 0;
	margin: 0
}

.btn.btn-icon [class*=" socicon-"], .btn.btn-icon [class^=socicon-] {
	line-height: 1
}

.btn.btn-icon {
	height: 3rem;
	width: 3rem
}

.btn-group-sm>.btn.btn-icon, .btn.btn-icon.btn-sm {
	height: 2.5rem;
	width: 2.5rem
}

.btn-group-lg>.btn.btn-icon, .btn.btn-icon.btn-lg {
	height: 4rem;
	width: 4rem
}

.btn.btn-icon.btn-icon-sm [class*=" la-"], .btn.btn-icon.btn-icon-sm [class^=la-]
	{
	font-size: 1.25rem
}

.btn.btn-icon.btn-icon-sm [class*=" fa-"], .btn.btn-icon.btn-icon-sm [class^=fa-]
	{
	font-size: 1.15rem
}

.btn.btn-icon.btn-icon-sm [class*=" flaticon-"], .btn.btn-icon.btn-icon-sm [class*=" flaticon2-"],
	.btn.btn-icon.btn-icon-sm [class^=flaticon-], .btn.btn-icon.btn-icon-sm [class^=flaticon2-]
	{
	font-size: 1.15rem;
	float: left
}

.btn.btn-icon.btn-icon-md [class*=" la-"], .btn.btn-icon.btn-icon-md [class^=la-]
	{
	font-size: 1.3rem
}

.btn.btn-icon.btn-icon-md [class*=" fa-"], .btn.btn-icon.btn-icon-md [class^=fa-]
	{
	font-size: 1.2rem
}

.btn.btn-icon.btn-icon-md [class*=" flaticon-"], .btn.btn-icon.btn-icon-md [class*=" flaticon2-"],
	.btn.btn-icon.btn-icon-md [class^=flaticon-], .btn.btn-icon.btn-icon-md [class^=flaticon2-]
	{
	font-size: 1.2rem;
	float: left
}

.btn.btn-icon.btn-icon-lg [class*=" la-"], .btn.btn-icon.btn-icon-lg [class^=la-]
	{
	font-size: 1.4rem
}

.btn.btn-icon.btn-icon-lg [class*=" fa-"], .btn.btn-icon.btn-icon-lg [class^=fa-]
	{
	font-size: 1.4rem
}

.btn.btn-icon.btn-icon-lg [class*=" flaticon-"], .btn.btn-icon.btn-icon-lg [class*=" flaticon2-"],
	.btn.btn-icon.btn-icon-lg [class^=flaticon-], .btn.btn-icon.btn-icon-lg [class^=flaticon2-]
	{
	font-size: 1.4rem;
	float: left
}

.btn.btn-icon.btn-brand i {
	color: #fff
}

.btn.btn-icon.btn-brand.active i, .btn.btn-icon.btn-brand:focus i, .btn.btn-icon.btn-brand:hover i
	{
	color: #fff
}

.btn.btn-icon.btn-light i {
	color: #282a3c
}

.btn.btn-icon.btn-light.active i, .btn.btn-icon.btn-light:focus i, .btn.btn-icon.btn-light:hover i
	{
	color: #282a3c
}

.btn.btn-icon.btn-dark i {
	color: #fff
}

.btn.btn-icon.btn-dark.active i, .btn.btn-icon.btn-dark:focus i, .btn.btn-icon.btn-dark:hover i
	{
	color: #fff
}

.btn.btn-icon.btn-primary i {
	color: #fff
}

.btn.btn-icon.btn-primary.active i, .btn.btn-icon.btn-primary:focus i,
	.btn.btn-icon.btn-primary:hover i {
	color: #fff
}

.btn.btn-icon.btn-success i {
	color: #fff
}

.btn.btn-icon.btn-success.active i, .btn.btn-icon.btn-success:focus i,
	.btn.btn-icon.btn-success:hover i {
	color: #fff
}

.btn.btn-icon.btn-info i {
	color: #fff
}

.btn.btn-icon.btn-info.active i, .btn.btn-icon.btn-info:focus i, .btn.btn-icon.btn-info:hover i
	{
	color: #fff
}

.btn.btn-icon.btn-warning i {
	color: #111
}

.btn.btn-icon.btn-warning.active i, .btn.btn-icon.btn-warning:focus i,
	.btn.btn-icon.btn-warning:hover i {
	color: #111
}

.btn.btn-icon.btn-danger i {
	color: #fff
}

.btn.btn-icon.btn-danger.active i, .btn.btn-icon.btn-danger:focus i,
	.btn.btn-icon.btn-danger:hover i {
	color: #fff
}

.btn-icon-h {
	height: 3rem
}

.btn-group-sm>.btn-icon-h.btn, .btn-icon-h.btn-sm {
	height: 2.25rem
}

.btn-group-lg>.btn-icon-h.btn, .btn-icon-h.btn-lg {
	height: 4rem
}

.input-group-append .btn.btn-icon, .input-group-prepend .btn.btn-icon {
	height: auto
}

.btn.kt-spinner:not (.kt-spinner--center ){
	padding-left: 3rem
}

.btn.kt-spinner:not (.kt-spinner--center ):before {
	left: 1rem
}

.btn.kt-spinner.kt-spinner--right {
	padding-left: 1rem;
	padding-right: 3rem
}

.btn.kt-spinner.kt-spinner--right:before {
	left: auto;
	right: 1rem
}

.btn.kt-spinner.kt-spinner--sm:not (.kt-spinner--center ){
	padding-left: 2.5rem
}

.btn.kt-spinner.kt-spinner--sm:not (.kt-spinner--center ):before {
	left: 1rem
}

.btn.kt-spinner.kt-spinner--sm.kt-spinner--right {
	padding-left: 1rem;
	padding-right: 2.5rem
}

.btn.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
	left: auto;
	right: 1rem
}

.btn.kt-spinner.kt-spinner--lg:not (.kt-spinner--center ){
	padding-left: 3.5rem
}

.btn.kt-spinner.kt-spinner--lg:not (.kt-spinner--center ):before {
	left: 1rem
}

.btn.kt-spinner.kt-spinner--lg.kt-spinner--right {
	padding-left: 1rem;
	padding-right: 3.5rem
}

.btn.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
	left: auto;
	right: 1rem
}

.btn.btn-glow {
	-webkit-box-shadow: 0 2px 14px 2px rgba(255, 255, 255, .1);
	box-shadow: 0 2px 14px 2px rgba(255, 255, 255, .1)
}

.btn.btn-glow.active, .btn.btn-glow:active, .btn.btn-glow:hover, .show>.btn.btn-glow
	{
	-webkit-box-shadow: 0 2px 14px 2px rgba(255, 255, 255, .3);
	box-shadow: 0 2px 14px 2px rgba(255, 255, 255, .3)
}

.btn-group.btn-pill {
	border-radius: 2rem;
	overflow: hidden
}

.btn-group.btn-pill .btn-brand {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-light {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-dark {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-primary {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-success {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-info {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-warning {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-pill .btn-danger {
	border-width: 1px;
	border-style: solid
}

.btn-group.btn-elevated {
	-webkit-box-shadow: 0 0 11px 0 rgba(56, 36, 99, .08);
	box-shadow: 0 0 11px 0 rgba(56, 36, 99, .08)
}

@media ( max-width :768px) {
	.btn-group.btn-pill {
		border-radius: 0
	}
	.btn-group.btn-pill .nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.btn-group.btn-pill .btn {
		margin-bottom: .5rem;
		border-radius: 2rem
	}
}
/** BTN END **/

.kt-grid
.kt-grid--hor
:not
 
(
.kt-grid--desktop
 
)
:not
 
(
.kt-grid--desktop-and-tablet

	
)
:not
 
(
.kt-grid--tablet
 
)
:not
 
(
.kt-grid--tablet-and-mobile
 
)
:not
 
(
.kt-grid--mobile

	
){
display
:
 
-webkit-box
;

	
display
:
 
-ms-flexbox
;

	
display
:
 
flex
;

	
-webkit-box-orient
:
 
vertical
;

	
-webkit-box-direction
:
 
normal
;

	
-ms-flex-direction
:
 
column
;

	
flex-direction
:
 
column


}
.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 ).kt-grid--root {
	-webkit-box-flex: 1;
	flex: 1;
	-ms-flex: 1 0 0px
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--fluid {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.kt-grid.kt-grid--hor:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.kt-grid
.kt-grid--ver
:not
 
(
.kt-grid--desktop
 
)
:not
 
(
.kt-grid--desktop-and-tablet

	
)
:not
 
(
.kt-grid--tablet
 
)
:not
 
(
.kt-grid--tablet-and-mobile
 
)
:not
 
(
.kt-grid--mobile

	
){
display
:
 
-webkit-box
;

	
display
:
 
-ms-flexbox
;

	
display
:
 
flex
;

	
-webkit-box-orient
:
 
horizontal
;

	
-webkit-box-direction
:
 
normal
;

	
-ms-flex-direction
:
 
row
;

	
flex-direction
:
 
row


}
.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 ).kt-grid--root {
	-webkit-box-flex: 1;
	flex: 1;
	-ms-flex: 1 0 0px
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--fluid {
	-webkit-box-flex: 1;
	flex: 1 auto;
	-ms-flex: 1 0 0px;
	min-width: 0
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
		 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
		 )>.kt-grid__item.kt-grid__item--fluid {
		min-width: none
	}
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.kt-grid.kt-grid--ver:not (.kt-grid--desktop ):not (.kt-grid--desktop-and-tablet
	 ):not (.kt-grid--tablet ):not (.kt-grid--tablet-and-mobile ):not (.kt-grid--mobile
	 )>.kt-grid__item.kt-grid__item--order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.kt-grid.kt-grid--center {
	-ms-flex-line-pack: center;
	align-content: center
}

.kt-grid.kt-grid--stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-grid>.kt-grid__item {
	max-width: 100%
}

.kt-grid>.kt-grid__item.kt-grid__item--top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.kt-grid>.kt-grid__item.kt-grid__item--middle {
	-ms-flex-item-align: center;
	align-self: center
}

.kt-grid>.kt-grid__item.kt-grid__item--bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

@media ( min-width :1025px) {
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--fluid-desktop
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-1-desktop
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-2-desktop
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-3-desktop
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-4-desktop
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-5-desktop
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-6-desktop
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-7-desktop
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-8-desktop
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-9-desktop
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-10-desktop
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-11-desktop
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--hor-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-12-desktop
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--fluid-desktop
		{
		-webkit-box-flex: 1;
		flex: 1 auto;
		-ms-flex: 1 0 0px;
		min-width: 0
	}
}

@media screen and (min-width:1025px) and (-ms-high-contrast:active) , (
		min-width :1025px) and (-ms-high-contrast:none) {
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--fluid-desktop
		{
		min-width: none
	}
}

@media ( min-width :1025px) {
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-1-desktop
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-2-desktop
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-3-desktop
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-4-desktop
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-5-desktop
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-6-desktop
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-7-desktop
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-8-desktop
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-9-desktop
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-10-desktop
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-11-desktop
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--ver-desktop.kt-grid--desktop>.kt-grid__item.kt-grid__item--order-12-desktop
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--center {
		-ms-flex-line-pack: center;
		align-content: center
	}
	.kt-grid.kt-grid--stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-grid>.kt-grid__item {
		max-width: 100%
	}
	.kt-grid>.kt-grid__item.kt-grid__item--top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.kt-grid>.kt-grid__item.kt-grid__item--middle {
		-ms-flex-item-align: center;
		align-self: center
	}
	.kt-grid>.kt-grid__item.kt-grid__item--bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media ( min-width :1400px) {
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--fluid-desktop-xl
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-1-desktop-xl
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-2-desktop-xl
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-3-desktop-xl
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-4-desktop-xl
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-5-desktop-xl
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-6-desktop-xl
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-7-desktop-xl
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-8-desktop-xl
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-9-desktop-xl
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-10-desktop-xl
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-11-desktop-xl
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-12-desktop-xl
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--fluid-desktop-xl
		{
		-webkit-box-flex: 1;
		flex: 1 auto;
		-ms-flex: 1 0 0px;
		min-width: 0
	}
}

@media screen and (min-width:1400px) and (-ms-high-contrast:active) , (
		min-width :1400px) and (-ms-high-contrast:none) {
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--fluid-desktop-xl
		{
		min-width: none
	}
}

@media ( min-width :1400px) {
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-1-desktop-xl
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-2-desktop-xl
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-3-desktop-xl
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-4-desktop-xl
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-5-desktop-xl
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-6-desktop-xl
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-7-desktop-xl
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-8-desktop-xl
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-9-desktop-xl
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-10-desktop-xl
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-11-desktop-xl
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl>.kt-grid__item.kt-grid__item--order-12-desktop-xl
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--center {
		-ms-flex-line-pack: center;
		align-content: center
	}
	.kt-grid.kt-grid--stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-grid>.kt-grid__item {
		max-width: 100%
	}
	.kt-grid>.kt-grid__item.kt-grid__item--top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.kt-grid>.kt-grid__item.kt-grid__item--middle {
		-ms-flex-item-align: center;
		align-self: center
	}
	.kt-grid>.kt-grid__item.kt-grid__item--bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media ( min-width :769px) {
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root
		{
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item
		{
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--fluid-desktop-and-tablet
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-1-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-2-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-3-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-4-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-5-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-6-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-7-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-8-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-9-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-10-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-11-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-12-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root
		{
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--fluid-desktop-and-tablet
		{
		-webkit-box-flex: 1;
		flex: 1 auto;
		-ms-flex: 1 0 0px;
		min-width: 0
	}
}

@media screen and (min-width:769px) and (-ms-high-contrast:active) , (
		min-width :769px) and (-ms-high-contrast:none) {
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--fluid-desktop-and-tablet
		{
		min-width: none
	}
}

@media ( min-width :769px) {
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-1-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-2-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-3-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-4-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-5-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-6-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-7-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-8-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-9-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-10-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-11-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet>.kt-grid__item.kt-grid__item--order-12-desktop-and-tablet
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--center {
		-ms-flex-line-pack: center;
		align-content: center
	}
	.kt-grid.kt-grid--stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-grid>.kt-grid__item {
		max-width: 100%
	}
	.kt-grid>.kt-grid__item.kt-grid__item--top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.kt-grid>.kt-grid__item.kt-grid__item--middle {
		-ms-flex-item-align: center;
		align-self: center
	}
	.kt-grid>.kt-grid__item.kt-grid__item--bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media ( min-width :769px) and (max-width:1024px) {
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--fluid-tablet
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-1-tablet
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-2-tablet
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-3-tablet
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-4-tablet
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-5-tablet
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-6-tablet
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-7-tablet
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-8-tablet
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-9-tablet
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-10-tablet
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-11-tablet
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--hor-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-12-tablet
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--fluid-tablet
		{
		-webkit-box-flex: 1;
		flex: 1 auto;
		-ms-flex: 1 0 0px;
		min-width: 0
	}
}

@media screen and (min-width:769px) and (max-width:1024px) and
		(-ms-high-contrast:active) , ( min-width :769px) and
	(max-width:1024px) and (-ms-high-contrast:none) {
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--fluid-tablet
		{
		min-width: none
	}
}

@media ( min-width :769px) and (max-width:1024px) {
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-1-tablet
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-2-tablet
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-3-tablet
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-4-tablet
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-5-tablet
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-6-tablet
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-7-tablet
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-8-tablet
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-9-tablet
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-10-tablet
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-11-tablet
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--ver-tablet.kt-grid--tablet>.kt-grid__item.kt-grid__item--order-12-tablet
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--center {
		-ms-flex-line-pack: center;
		align-content: center
	}
	.kt-grid.kt-grid--stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-grid>.kt-grid__item {
		max-width: 100%
	}
	.kt-grid>.kt-grid__item.kt-grid__item--top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.kt-grid>.kt-grid__item.kt-grid__item--middle {
		-ms-flex-item-align: center;
		align-self: center
	}
	.kt-grid>.kt-grid__item.kt-grid__item--bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media ( max-width :1024px) {
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root
		{
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item
		{
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--fluid-tablet-and-mobile
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-1-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-2-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-3-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-4-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-5-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-6-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-7-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-8-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-9-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-10-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-11-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-12-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root
		{
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--fluid-tablet-and-mobile
		{
		-webkit-box-flex: 1;
		flex: 1 auto;
		-ms-flex: 1 0 0px;
		min-width: 0
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--fluid-tablet-and-mobile
		{
		min-width: none
	}
}

@media ( max-width :1024px) {
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-1-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-2-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-3-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-4-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-5-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-6-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-7-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-8-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-9-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-10-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-11-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile>.kt-grid__item.kt-grid__item--order-12-tablet-and-mobile
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--center {
		-ms-flex-line-pack: center;
		align-content: center
	}
	.kt-grid.kt-grid--stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-grid>.kt-grid__item {
		max-width: 100%
	}
	.kt-grid>.kt-grid__item.kt-grid__item--top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.kt-grid>.kt-grid__item.kt-grid__item--middle {
		-ms-flex-item-align: center;
		align-self: center
	}
	.kt-grid>.kt-grid__item.kt-grid__item--bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media ( max-width :768px) {
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--fluid-mobile
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-1-mobile
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-2-mobile
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-3-mobile
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-4-mobile
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-5-mobile
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-6-mobile
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-7-mobile
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-8-mobile
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-9-mobile
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-10-mobile
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-11-mobile
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--hor-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-12-mobile
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile.kt-grid--root {
		-webkit-box-flex: 1;
		flex: 1;
		-ms-flex: 1 0 0px
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--fluid-mobile
		{
		-webkit-box-flex: 1;
		flex: 1 auto;
		-ms-flex: 1 0 0px;
		min-width: 0
	}
}

@media screen and (max-width:768px) and (-ms-high-contrast:active) , (
		max-width :768px) and (-ms-high-contrast:none) {
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--fluid,
		.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--fluid-mobile
		{
		min-width: none
	}
}

@media ( max-width :768px) {
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-1-mobile
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-2-mobile
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-3-mobile
		{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-4-mobile
		{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-5-mobile
		{
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-6-mobile
		{
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-7-mobile
		{
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-8-mobile
		{
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-9-mobile
		{
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-10-mobile
		{
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-11-mobile
		{
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid.kt-grid--ver-mobile.kt-grid--mobile>.kt-grid__item.kt-grid__item--order-12-mobile
		{
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.kt-grid.kt-grid--center {
		-ms-flex-line-pack: center;
		align-content: center
	}
	.kt-grid.kt-grid--stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-grid>.kt-grid__item {
		max-width: 100%
	}
	.kt-grid>.kt-grid__item.kt-grid__item--top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.kt-grid>.kt-grid__item.kt-grid__item--middle {
		-ms-flex-item-align: center;
		align-self: center
	}
	.kt-grid>.kt-grid__item.kt-grid__item--bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.kt-grid>.kt-grid__item.kt-grid__item--order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

.kt-portlet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
	box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 4px
}

.kt-page-content-white .kt-portlet {
	-webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1);
	box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1)
}

.kt-portlet .kt-portlet__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 0 25px;
	border-bottom: 1px solid #ebedf2;
	min-height: 60px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-portlet .kt-portlet__head.kt-portlet__head--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.kt-portlet .kt-portlet__head.kt-portlet__head--noborder {
	border-bottom: 0
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: flex-first;
	align-content: flex-first
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title
	{
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #48465b
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small
	{
	font-weight: 300;
	padding-left: .5rem;
	font-size: 1rem;
	color: #74788d
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon
	{
	padding-right: .75rem;
	font-size: 1.3rem;
	color: #74788d
}

.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-pills,
	.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-tabs {
	margin: 0
}

.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .kt-portlet__head-wrapper
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-portlet .kt-portlet__head .kt-portlet__head-progress {
	position: absolute;
	left: 0;
	right: 0
}

.kt-portlet.kt-portlet--head-sm .kt-portlet__head {
	min-height: 50px
}

.kt-portlet.kt-portlet--head-lg .kt-portlet__head {
	min-height: 80px
}

.kt-portlet.kt-portlet--head-xl .kt-portlet__head {
	min-height: 100px
}

.kt-portlet.kt-portlet--sticky>.kt-portlet__head {
	height: 50px;
	min-height: 50px
}

.kt-portlet.kt-portlet--sticky>.kt-portlet__head.kt-portlet__head--sm {
	height: 40px;
	min-height: 40px
}

.kt-portlet.kt-portlet--sticky>.kt-portlet__head.kt-portlet__head--lg {
	height: 70px;
	min-height: 70px
}

.kt-portlet.kt-portlet--sticky>.kt-portlet__head.kt-portlet__head--xl {
	height: 90px;
	min-height: 90px
}

.kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
	position: relative;
	z-index: 1;
	border: 0;
	height: 60px
}

.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
	margin-top: -60px
}

.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head
	{
	height: 50px
}

.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body
	{
	margin-top: -50px
}

.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head
	{
	height: 80px
}

.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body
	{
	margin-top: -80px
}

.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head
	{
	height: 100px
}

.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body
	{
	margin-top: -100px
}

.kt-portlet .kt-portlet__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
	border-radius: 4px
}

.kt-portlet .kt-portlet__body .kt-portlet__content {
	padding: 0;
	margin: 0
}

.kt-portlet .kt-portlet__body>.kt-datatable>.kt-datatable__table {
	border-radius: 4px
}

.kt-portlet .kt-portlet__foot {
	padding: 25px;
	border-top: 1px solid #ebedf2;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.kt-portlet .kt-portlet__foot .kt-portlet__foot-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--sm {
	padding-top: 10px;
	padding-bottom: 10px
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--md {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--no-border {
	border-top: 0
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--top {
	border-top: 0;
	border-bottom: 1px solid #ebedf2
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid {
	background-color: #f7f8fa;
	border-top: 0
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid.kt-portlet__foot--top
	{
	border-bottom: 0
}

.kt-portlet .kt-portlet__separator {
	height: 0;
	border-top: 1px solid #ebedf2
}

.kt-portlet.kt-portlet--bordered {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ebedf2
}

.kt-portlet.kt-portlet--unelevate {
	-webkit-box-shadow: none;
	box-shadow: none
}

.kt-portlet.kt-portlet--unround .kt-portlet__head {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.kt-portlet.kt-portlet--unround .kt-portlet__body {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.kt-portlet.kt-portlet--unround .kt-portlet__foot {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.kt-portlet.kt-portlet--last {
	margin-bottom: 0
}

.kt-portlet .kt-portlet__body.kt-portlet__body--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-portlet .kt-portlet__body.kt-portlet__body--center-x {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.kt-portlet .kt-portlet__body.kt-portlet__body--center-y {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
	margin-left: -25px;
	margin-right: -25px
}

.kt-portlet .kt-portlet__body.kt-portlet__body--stick-bottom {
	position: relative;
	bottom: 0
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fluid {
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fill {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.kt-portlet .kt-portlet__body.kt-portlet__body--unfill {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fullheight {
	-webkit-box-flex: auto;
	-ms-flex-positive: auto;
	flex-grow: auto
}

.kt-portlet.kt-portlet--fit .kt-portlet__head {
	padding: 0
}

.kt-portlet.kt-portlet--fit .kt-portlet__body {
	padding: 0
}

.kt-portlet.kt-portlet--fit .kt-portlet__foot {
	padding: 0
}

.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half .kt-portlet__body
	{
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-portlet.kt-portlet--contain {
	overflow: hidden
}

.kt-portlet.kt-portlet--space {
	padding-left: 25px;
	padding-right: 25px
}

.kt-portlet.kt-portlet--space .kt-portlet__body, .kt-portlet.kt-portlet--space .kt-portlet__foot,
	.kt-portlet.kt-portlet--space .kt-portlet__head {
	padding-left: 0;
	padding-right: 0
}

.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
	border-bottom: 0
}

.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
	padding-top: 12.5px
}

.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
	border-bottom: 3px solid #f7f8fa
}

.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
	margin-bottom: -3px
}

.kt-portlet.kt-portlet--solid-brand {
	background: #5d78ff
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__body, .kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #3e5fff
}

.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
	border-bottom: 3px solid rgba(93, 120, 255, .1)
}

.kt-portlet.kt-portlet--border-bottom-brand {
	border-bottom: 3px solid rgba(93, 120, 255, .2)
}

.kt-portlet.kt-portlet--solid-light {
	background: #fff
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
	color: #282a3c;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title
	{
	color: #282a3c
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small
	{
	color: #1c1d2a
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #1c1d2a
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__body, .kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper
	{
	color: #282a3c
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
	color: #282a3c;
	border-top: 1px solid transparent;
	background: #f0f0f0
}

.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
	border-bottom: 3px solid rgba(255, 255, 255, .1)
}

.kt-portlet.kt-portlet--border-bottom-light {
	border-bottom: 3px solid rgba(255, 255, 255, .2)
}

.kt-portlet.kt-portlet--solid-dark {
	background: #282a3c
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__body, .kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #1c1d2a
}

.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
	border-bottom: 3px solid rgba(40, 42, 60, .1)
}

.kt-portlet.kt-portlet--border-bottom-dark {
	border-bottom: 3px solid rgba(40, 42, 60, .2)
}

.kt-portlet.kt-portlet--solid-primary {
	background: #5867dd
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__body, .kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #3f50d8
}

.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
	border-bottom: 3px solid rgba(88, 103, 221, .1)
}

.kt-portlet.kt-portlet--border-bottom-primary {
	border-bottom: 3px solid rgba(88, 103, 221, .2)
}

.kt-portlet.kt-portlet--solid-success {
	background: #0abb87
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__body, .kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #089e72
}

.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
	border-bottom: 3px solid rgba(10, 187, 135, .1)
}

.kt-portlet.kt-portlet--border-bottom-success {
	border-bottom: 3px solid rgba(10, 187, 135, .2)
}

.kt-portlet.kt-portlet--solid-info {
	background: #5578eb
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__body, .kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #3a62e8
}

.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
	border-bottom: 3px solid rgba(85, 120, 235, .1)
}

.kt-portlet.kt-portlet--border-bottom-info {
	border-bottom: 3px solid rgba(85, 120, 235, .2)
}

.kt-portlet.kt-portlet--solid-warning {
	background: #ffb822
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
	color: #111;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title
	{
	color: #111
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small
	{
	color: #020202
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #020202
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__body, .kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper
	{
	color: #111
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
	color: #111;
	border-top: 1px solid transparent;
	background: #ffae03
}

.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
	border-bottom: 3px solid rgba(255, 184, 34, .1)
}

.kt-portlet.kt-portlet--border-bottom-warning {
	border-bottom: 3px solid rgba(255, 184, 34, .2)
}

.kt-portlet.kt-portlet--solid-danger {
	background: #fd397a
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__body, .kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #fd1b66
}

.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
	border-bottom: 3px solid rgba(253, 57, 122, .1)
}

.kt-portlet.kt-portlet--border-bottom-danger {
	border-bottom: 3px solid rgba(253, 57, 122, .2)
}

.kt-portlet.kt-portlet--sortable .kt-portlet__head {
	cursor: move
}

.kt-portlet.kt-portlet--sortable-empty {
	visibility: hidden;
	height: 45px;
	min-height: 125px
}

.kt-portlet.ui-sortable-helper {
	border: 1px dashed #ebedf2
}

.kt-portlet .kt-portlet__head {
	-webkit-transition: left .3s, right .3s, height .3s;
	transition: left .3s, right .3s, height .3s
}

.kt-portlet.kt-portlet--sticky>.kt-portlet__head {
	-webkit-transition: left .3s, right .3s, height .3s;
	transition: left .3s, right .3s, height .3s;
	position: fixed;
	-webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
	z-index: 101;
	background: #fff
}

.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small
	{
	color: rgba(255, 255, 255, .8)
}

.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon
	{
	color: rgba(255, 255, 255, .8)
}

.kt-portlet
.kt-portlet--skin-solid
 
.kt-portlet__head
:not
 
(
.kt-portlet__head--noborder

	
){
border-bottom
:
 
1
px
 
solid
 
rgba
(255
,
255,
255,
.2
)


}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
	color: #fff
}

.kt-portlet .kt-portlet__space-x {
	padding-left: 25px !important;
	padding-right: 25px !important
}

.kt-portlet .kt-portlet__space-y {
	padding-top: 25px !important;
	padding-bottom: 25px !important
}

.kt-portlet.kt-portlet--collapsed>.kt-form, .kt-portlet.kt-portlet--collapsed>.kt-portlet__body
	{
	display: none
}

.kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before,
	{
	content: "\f113"
}

.kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before,
	.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before
	{
	content: "\f28e"
}

.kt-portlet .kt-portlet__head.kt-portlet__head--fit {
	padding: 0
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fit {
	padding: 0
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
	padding-top: 0 !important
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
	padding-bottom: 0 !important
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fit-x, .kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit
	{
	padding-left: 0;
	padding-right: 0
}

.kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
	padding-top: 0;
	padding-bottom: 0
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
	padding: 0
}

.kt-portlet.kt-portlet--space {
	padding-left: 25px;
	padding-right: 25px
}

.kt-portlet.kt-portlet--space .kt-portlet__body, .kt-portlet.kt-portlet--space .kt-portlet__foot,
	.kt-portlet.kt-portlet--space .kt-portlet__head {
	padding-left: 0;
	padding-right: 0
}

.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
	border-bottom: 0
}

.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
	padding-top: 12.5px
}

.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
	border-bottom: 3px solid #f7f8fa
}

.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
	margin-bottom: -3px
}

.kt-portlet.kt-portlet--solid-brand {
	background: #5d78ff
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__body, .kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #3e5fff
}

.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
	border-bottom: 3px solid rgba(93, 120, 255, .1)
}

.kt-portlet.kt-portlet--border-bottom-brand {
	border-bottom: 3px solid rgba(93, 120, 255, .2)
}

.kt-portlet.kt-portlet--solid-light {
	background: #fff
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
	color: #282a3c;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title
	{
	color: #282a3c
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small
	{
	color: #1c1d2a
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #1c1d2a
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__body, .kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper
	{
	color: #282a3c
}

.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
	color: #282a3c;
	border-top: 1px solid transparent;
	background: #f0f0f0
}

.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
	border-bottom: 3px solid rgba(255, 255, 255, .1)
}

.kt-portlet.kt-portlet--border-bottom-light {
	border-bottom: 3px solid rgba(255, 255, 255, .2)
}

.kt-portlet.kt-portlet--solid-dark {
	background: #282a3c
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__body, .kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #1c1d2a
}

.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
	border-bottom: 3px solid rgba(40, 42, 60, .1)
}

.kt-portlet.kt-portlet--border-bottom-dark {
	border-bottom: 3px solid rgba(40, 42, 60, .2)
}

.kt-portlet.kt-portlet--solid-primary {
	background: #5867dd
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__body, .kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #3f50d8
}

.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
	border-bottom: 3px solid rgba(88, 103, 221, .1)
}

.kt-portlet.kt-portlet--border-bottom-primary {
	border-bottom: 3px solid rgba(88, 103, 221, .2)
}

.kt-portlet.kt-portlet--solid-success {
	background: #0abb87
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__body, .kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #089e72
}

.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
	border-bottom: 3px solid rgba(10, 187, 135, .1)
}

.kt-portlet.kt-portlet--border-bottom-success {
	border-bottom: 3px solid rgba(10, 187, 135, .2)
}

.kt-portlet.kt-portlet--solid-info {
	background: #5578eb
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__body, .kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #3a62e8
}

.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
	border-bottom: 3px solid rgba(85, 120, 235, .1)
}

.kt-portlet.kt-portlet--border-bottom-info {
	border-bottom: 3px solid rgba(85, 120, 235, .2)
}

.kt-portlet.kt-portlet--solid-warning {
	background: #ffb822
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
	color: #111;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title
	{
	color: #111
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small
	{
	color: #020202
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #020202
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__body, .kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper
	{
	color: #111
}

.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
	color: #111;
	border-top: 1px solid transparent;
	background: #ffae03
}

.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
	border-bottom: 3px solid rgba(255, 184, 34, .1)
}

.kt-portlet.kt-portlet--border-bottom-warning {
	border-bottom: 3px solid rgba(255, 184, 34, .2)
}

.kt-portlet.kt-portlet--solid-danger {
	background: #fd397a
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
	color: #fff;
	border-bottom: 1px solid transparent
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i
	{
	color: #f0f0f0
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
	padding-top: 5px
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__body, .kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper
	{
	color: #fff
}

.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
	color: #fff;
	border-top: 1px solid transparent;
	background: #fd1b66
}

.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
	border-bottom: 3px solid rgba(253, 57, 122, .1)
}

.kt-portlet.kt-portlet--border-bottom-danger {
	border-bottom: 3px solid rgba(253, 57, 122, .2)
}

.kt-portlet.kt-portlet--sortable .kt-portlet__head {
	cursor: move
}

.kt-portlet.kt-portlet--sortable-empty {
	visibility: hidden;
	height: 45px;
	min-height: 125px
}

.kt-portlet.ui-sortable-helper {
	border: 1px dashed #ebedf2
}

.kt-portlet .kt-portlet__head {
	-webkit-transition: height .3s;
	transition: height .3s
}

.kt-portlet.kt-portlet--sticky>.kt-portlet__head {
	-webkit-transition: height .3s;
	transition: height .3s;
	position: fixed;
	-webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1);
	z-index: 101;
	background: #fff
}

.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title
	{
	color: #fff
}

.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small
	{
	color: rgba(255, 255, 255, .8)
}

.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon
	{
	color: rgba(255, 255, 255, .8)
}

.kt-portlet
.kt-portlet--skin-solid
 
.kt-portlet__head
:not
 
(
.kt-portlet__head--noborder

	
){
border-bottom
:
 
1
px
 
solid
 
rgba
(255
,
255,
255,
.2
)


}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
	color: #fff
}

.kt-portlet .kt-portlet__space-x {
	padding-left: 25px !important;
	padding-right: 25px !important
}

.kt-portlet .kt-portlet__space-y {
	padding-top: 25px !important;
	padding-bottom: 25px !important
}

.kt-portlet.kt-portlet--collapsed>.kt-form, .kt-portlet.kt-portlet--collapsed>.kt-portlet__body
	{
	display: none
}

.kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before,
	.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before
	{
	content: "\f113"
}

.kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before,
	.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before
	{
	content: "\f28e"
}

.tooltip-portlet {
	opacity: 1
}

@media ( min-width :1025px) {
	.kt-portlet.kt-portlet--height-fluid {
		height: calc(100% - 20px);
	}
	.kt-portlet.kt-portlet--height-fluid .kt-portlet__body {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.kt-portlet.kt-portlet--height-fluid-half {
		height: calc(50% - 20px)
	}
	.kt-portlet.kt-portlet--height-fluid-half .kt-portlet__body {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

@media ( max-width :1024px) {
	.kt-portlet {
		margin-bottom: 20px
	}
	.kt-portlet .kt-portlet__head {
		padding: 0 15px;
		min-height: 50px
	}
	.kt-portlet .kt-portlet__head.kt-portlet__head--sm {
		min-height: 40px
	}
	.kt-portlet .kt-portlet__head.kt-portlet__head--lg {
		min-height: 60px
	}
	.kt-portlet .kt-portlet__head.kt-portlet__head--xl {
		min-height: 80px
	}
	.kt-portlet.kt-portlet--head-sm .kt-portlet__head {
		min-height: 40px
	}
	.kt-portlet.kt-portlet--head-lg .kt-portlet__head {
		min-height: 60px
	}
	.kt-portlet.kt-portlet--head-xl .kt-portlet__head {
		min-height: 80px
	}
	.kt-portlet .kt-portlet__body {
		padding: 15px
	}
	.kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
		margin-left: -15px;
		margin-right: -15px
	}
	.kt-portlet .kt-portlet__foot {
		padding: 15px
	}
	.kt-portlet.kt-portlet--marginless {
		margin-bottom: 0
	}
	.kt-portlet.kt-portlet--sticky>.kt-portlet__head {
		height: 40px
	}
	.kt-portlet.kt-portlet--sticky>.kt-portlet__head.kt-portlet__head--sm {
		height: 30px
	}
	.kt-portlet.kt-portlet--sticky>.kt-portlet__head.kt-portlet__head--lg {
		height: 50px
	}
	.kt-portlet.kt-portlet--sticky>.kt-portlet__head.kt-portlet__head--xl {
		height: 70px
	}
	.kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
		height: 50px
	}
	.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
		margin-top: -50px
	}
	.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head
		{
		height: 40px
	}
	.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body
		{
		margin-top: -40px
	}
	.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head
		{
		height: 60px
	}
	.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body
		{
		margin-top: -60px
	}
	.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head
		{
		height: 80px
	}
	.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body
		{
		margin-top: -80px
	}
	.kt-portlet.kt-portlet--head--noborder .kt-portlet__body {
		padding-top: 7.5px
	}
	.kt-portlet .kt-portlet__space-x {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
	.kt-portlet .kt-portlet__space-y {
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}
}

@media ( max-width :768px) {
	.kt-portlet.kt-portlet--head-break-sm .kt-portlet__head {
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: initial !important;
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.kt-portlet.kt-portlet--head-break-sm .kt-portlet__head .kt-portlet__head-label
		{
		margin-bottom: 1rem
	}
}

.kt-datatable {
	display: none
}

.kt-datatable.kt-datatable--default {
	display: block;
	margin-bottom: 25px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table {
	border-collapse: collapse;
	overflow: hidden;
	display: none;
	width: 100%
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head
	{
	visibility: hidden;
	display: block
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row
	{
	width: 100%
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell
	{
	vertical-align: middle;
	padding: 10px;
	font-size: 1rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell:first-child,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell:first-child,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell:first-child
	{
	padding-left: 25px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell:last-child,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell:last-child,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell:last-child
	{
	padding-right: 25px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--left,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--left,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--left
	{
	text-align: left
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--left>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--left>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--left>span
	{
	text-align: left
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right
	{
	text-align: right
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right>span
	{
	text-align: right
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right>span>i,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right>span>i,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--right>span>i
	{
	right: 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--center,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--center,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--center
	{
	text-align: center
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--center>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--center>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--center>span
	{
	text-align: center
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sort,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sort,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sort
	{
	cursor: pointer
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sort i,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sort i,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sort i
	{
	font-size: .6rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--resizing,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--resizing,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--resizing
	{
	cursor: col-resize
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell>span
	{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check
	{
	text-align: center
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span
	{
	overflow: visible
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span>.kt-checkbox,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span>.kt-checkbox,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span>.kt-checkbox
	{
	top: 2px;
	padding: 0;
	margin: 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>span
	{
	width: 12px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>.kt-datatable__toggle-detail,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>.kt-datatable__toggle-detail,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>.kt-datatable__toggle-detail
	{
	display: inline-block;
	text-align: right
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>.kt-datatable__toggle-detail>i,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>.kt-datatable__toggle-detail>i,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__toggle-detail>.kt-datatable__toggle-detail>i
	{
	font-size: 1.4rem;
	width: 12px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .dropdown,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .dropdown,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .dropdown
	{
	display: inline-block
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu
	{
	margin-top: .5rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .dropdown.dropup .dropdown-menu,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .dropdown.dropup .dropdown-menu,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .dropdown.dropup .dropdown-menu
	{
	margin-top: auto;
	margin-bottom: .5rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right
	{
	margin-right: -.8rem;
	margin-left: 65px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left
	{
	margin-left: -10rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body>.kt-datatable__lock,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot>.kt-datatable__lock,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head>.kt-datatable__lock
	{
	border: 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell>span
	{
	font-weight: 500;
	vertical-align: middle
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell
	{
	padding: 16px 10px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell>span>i
	{
	display: inline-block;
	position: relative;
	right: -10px;
	line-height: 0;
	vertical-align: middle;
	font-size: 1.1rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body.ps
	{
	padding-bottom: 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell
	{
	font-weight: regular
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--check>span>.kt-checkbox
	{
	top: 1px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail
	{
	display: block
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail
	{
	display: block;
	padding: 0 60px
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row
	{
	display: table-row
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row>.kt-datatable__cell
	{
	padding: 8px 12px;
	text-align: left;
	vertical-align: top
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row>.kt-datatable__cell>span
	{
	width: auto !important
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row>.kt-datatable__cell:first-child
	{
	font-weight: 500
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row>.kt-datatable__cell:last-child
	{
	font-weight: regular;
	padding-left: 20px
}

.kt-datatable.kt-datatable--default.kt-datatable--error .kt-datatable__body
	{
	padding: 30px;
	text-align: center
}

.kt-datatable.kt-datatable--default.kt-datatable--lock>.kt-datatable__table>.kt-datatable__body>.kt-datatable__lock,
	.kt-datatable.kt-datatable--default.kt-datatable--lock>.kt-datatable__table>.kt-datatable__foot>.kt-datatable__lock,
	.kt-datatable.kt-datatable--default.kt-datatable--lock>.kt-datatable__table>.kt-datatable__head>.kt-datatable__lock
	{
	display: inline-block;
	position: relative;
	vertical-align: top;
	overflow: hidden
}

.kt-datatable.kt-datatable--default.kt-datatable--loaded {
	display: block
}

.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table
	{
	display: block
}

.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table>.kt-datatable__body,
	.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table>.kt-datatable__foot,
	.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table>.kt-datatable__head
	{
	visibility: visible;
	display: block;
	position: relative
}

.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table>.kt-datatable__body .kt-datatable__row,
	.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row,
	.kt-datatable.kt-datatable--default.kt-datatable--loaded>.kt-datatable__table>.kt-datatable__head .kt-datatable__row
	{
	display: table;
	table-layout: initial
}

.kt-datatable.kt-datatable--default.kt-datatable--scroll>.kt-datatable__table
	{
	display: block
}

.kt-datatable.kt-datatable--default.kt-datatable--scroll>.kt-datatable__table>.kt-datatable__foot,
	.kt-datatable.kt-datatable--default.kt-datatable--scroll>.kt-datatable__table>.kt-datatable__head
	{
	overflow: hidden
}

.kt-datatable.kt-datatable--default.kt-datatable--scroll>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row,
	.kt-datatable.kt-datatable--default.kt-datatable--scroll>.kt-datatable__table>.kt-datatable__head .kt-datatable__row
	{
	position: relative
}

.kt-datatable.kt-datatable--default.kt-datatable--scroll>.kt-datatable__table>.kt-datatable__body
	{
	overflow: hidden
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager {
	margin: 0;
	padding: 25px;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager.kt-datatable__pager--top
	{
	margin-bottom: 20px
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav
	{
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li
	{
	padding: 0;
	margin-right: 5px;
	display: inline-block
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li:last-child
	{
	margin-right: 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link
	{
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2.25rem;
	min-width: 2.25rem;
	padding: .5rem;
	border-radius: 3px;
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link>i
	{
	font-size: .6rem;
	text-align: center;
	display: inline-block
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--more-next,
	.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--more-prev
	{
	font-weight: 600
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-pager-input
	{
	height: 2.25rem;
	width: 3.5rem;
	text-align: center;
	border-radius: 3px !important
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-info
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size
	{
	margin-right: 10px
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle
	{
	height: 2.25rem;
	padding: .45rem 1rem
}

.kt-datatable.kt-datatable--default>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu.inner>li.selected>a span.check-mark
	{
	margin-top: -.6rem
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table
	{
	margin-bottom: 0
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-subtable,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__toggle-subtable,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__head .kt-datatable__toggle-subtable
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-subtable>i,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__toggle-subtable>i,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__head .kt-datatable__toggle-subtable>i
	{
	line-height: 0;
	font-size: 1.4rem
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-subtable:hover,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__toggle-subtable:hover,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__head .kt-datatable__toggle-subtable:hover
	{
	text-decoration: none
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row-subtable,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row-subtable
	{
	display: table;
	width: 100%
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable>.kt-datatable__subtable,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row-subtable>.kt-datatable__subtable,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row-subtable>.kt-datatable__subtable
	{
	padding: 20px
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable>.kt-datatable__subtable>.kt-datatable>.kt-datatable__pager,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row-subtable>.kt-datatable__subtable>.kt-datatable>.kt-datatable__pager,
	.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row-subtable>.kt-datatable__subtable>.kt-datatable>.kt-datatable__pager
	{
	padding-top: 10px;
	padding-bottom: 10px
}

@media ( max-width :768px) {
	.kt-datatable.kt-datatable--default {
		margin-bottom: 15px
	}
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell:first-child,
		.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell:first-child,
		.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell:first-child
		{
		padding-left: 15px
	}
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell:last-child,
		.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell:last-child,
		.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell:last-child
		{
		padding-right: 15px
	}
	.kt-datatable.kt-datatable--default>.kt-datatable__pager {
		margin: 0;
		padding: 15px 15px 7.5px 15px
	}
	.kt-datatable.kt-datatable--default>.kt-datatable__pager .kt-datatable__pager-info,
		.kt-datatable.kt-datatable--default>.kt-datatable__pager .kt-datatable__pager-nav
		{
		margin-top: 10px
	}
}

.kt-datatable>.kt-datatable__table {
	background-color: #fff
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body>.kt-datatable__lock.kt-datatable__lock--left,
	.kt-datatable>.kt-datatable__table>.kt-datatable__foot>.kt-datatable__lock.kt-datatable__lock--left,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head>.kt-datatable__lock.kt-datatable__lock--left
	{
	z-index: 1;
	-webkit-box-shadow: 0 0 17px 5px rgba(113, 106, 202, .14);
	box-shadow: 0 0 17px 5px rgba(113, 106, 202, .14)
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body>.kt-datatable__lock.kt-datatable__lock--right,
	.kt-datatable>.kt-datatable__table>.kt-datatable__foot>.kt-datatable__lock.kt-datatable__lock--right,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head>.kt-datatable__lock.kt-datatable__lock--right
	{
	-webkit-box-shadow: 0 0 17px 5px rgba(113, 106, 202, .14);
	box-shadow: 0 0 17px 5px rgba(113, 106, 202, .14)
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body>.kt-datatable__lock.kt-datatable__lock--scroll,
	.kt-datatable>.kt-datatable__table>.kt-datatable__foot>.kt-datatable__lock.kt-datatable__lock--scroll,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head>.kt-datatable__lock.kt-datatable__lock--scroll
	{
	position: relative
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row,
	.kt-datatable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row
	{
	border-bottom: 1px solid #f0f3ff
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .kt-checkbox.kt-checkbox--solid>span,
	.kt-datatable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .kt-checkbox.kt-checkbox--solid>span,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .kt-checkbox.kt-checkbox--solid>span
	{
	background: #f0f3ff
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell .kt-checkbox.kt-checkbox--solid>input:checked
	 ~span, .kt-datatable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell .kt-checkbox.kt-checkbox--solid>input:checked
	 ~span, .kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell .kt-checkbox.kt-checkbox--solid>input:checked
	 ~span {
	background: #e8ecfa
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-detail
	{
	vertical-align: middle
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-detail i
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-detail i:before
	{
	line-height: 0;
	vertical-align: middle
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-detail.kt-datatable__toggle-detail--active i,
	.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-detail:hover i
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-datatable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail table
	{
	border-left: 1px solid #f0f3ff;
	border-right: 1px solid #f0f3ff
}

.kt-datatable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell
	{
	background: 0 0
}

.kt-datatable>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell>span,
	.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell>span
	{
	color: #595d6e
}

.kt-datatable>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell>span>i
	{
	color: #5d78ff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link
	{
	color: #93a2dd;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--first,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--last,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--next,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--prev
	{
	background: #f0f3ff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--first:hover,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--last:hover,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--next:hover,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--prev:hover
	{
	background: #5d78ff;
	color: #fff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link:hover
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #5d78ff;
	color: #fff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--active
	{
	background: #5d78ff;
	color: #fff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--disabled,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-datatable__pager-link.kt-datatable__pager-link--disabled:hover
	{
	color: #93a2dd;
	background: #f0f3ff;
	opacity: .3
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-pager-input
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #f0f3ff;
	border-color: #f0f3ff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-nav>li>.kt-pager-input:focus
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #5d78ff;
	border-color: #5d78ff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle
	{
	font-size: 1rem;
	font-weight: 500;
	border: 0 !important;
	color: #93a2dd;
	background: #f0f3ff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle i
	{
	color: #fff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size.show>.btn.dropdown-toggle
	{
	border: 0 !important;
	color: #fff !important;
	background: #5d78ff
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus i,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover i,
	.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size.show>.btn.dropdown-toggle i
	{
	color: #fff !important
}

.kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu
	{
	z-index: 100
}

.modal .kt-datatable>.kt-datatable__pager>.kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu
	{
	z-index: 1051
}

.kt-datatable.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__toggle-subtable>i
	{
	color: #5d78ff
}

.kt-datatable.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable
	{
	border-top: 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell
	{
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell>span
	{
	color: #595d6e
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--hover
	{
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	background: 0 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row.kt-datatable__row--even>.kt-datatable__cell
	{
	background: 0 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row.kt-datatable__row--active>.kt-datatable__cell
	{
	background: #f7f8fa
}

.kt-datatable
.kt-datatable--default
>
.kt-datatable__table
>
.kt-datatable__body
 
.kt-datatable__row
.kt-datatable__row--hover
:not

	
(
.kt-datatable__row--active
 
){
-webkit-transition
:
 
background
 
.3s
 
ease
;

	
transition
:
 
background
 
.3s
 
ease


}
.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not
	 (.kt-datatable__row--active )>.kt-datatable__cell {
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	background: 0 0
}

.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__foot .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sorted>span,
	.kt-datatable.kt-datatable--default>.kt-datatable__table>.kt-datatable__head .kt-datatable__row>.kt-datatable__cell.kt-datatable__cell--sorted>span
	{
	color: #5d78ff
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row.kt-datatable__row--subtable-expanded>.kt-datatable__cell
	{
	background: #f7f8fa !important
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable
	{
	background: 0 0
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable>.kt-datatable__subtable>.kt-datatable
	{
	-webkit-box-shadow: 0 0 15px 1px rgba(113, 106, 202, .1);
	box-shadow: 0 0 15px 1px rgba(113, 106, 202, .1)
}

.kt-datatable.kt-datatable--default.kt-datatable--subtable>.kt-datatable__table>.kt-datatable__body .kt-datatable__row-subtable.kt-datatable__row-loading>.kt-datatable__subtable>.kt-datatable>.kt-datatable__table
	{
	background: 0 0
}

.kt-datatable .ps>.ps__rail-x>.ps__thumb-x, .kt-datatable .ps>.ps__rail-y>.ps__thumb-y
	{
	background: #dbe2f7
}

.kt-datatable .ps>.ps__rail-x>.ps__thumb-x:focus, .kt-datatable .ps>.ps__rail-x>.ps__thumb-x:hover,
	.kt-datatable .ps>.ps__rail-y>.ps__thumb-y:focus, .kt-datatable .ps>.ps__rail-y>.ps__thumb-y:hover
	{
	background: #dbe2f7
}

.kt-scrolltop {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	background: #5d78ff;
	-webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
	box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.kt-scrolltop svg {
	height: 20px;
	width: 20px
}

.kt-scrolltop>i {
	font-size: 1.3rem;
	color: #fff
}

.kt-scrolltop g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #fff
}

.kt-scrolltop:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-scrolltop:hover>i {
	color: #fff
}

.kt-scrolltop--on .kt-scrolltop {
	opacity: .3;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
	animation: kt-scrolltop-show-animation .4s ease-out 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-scrolltop--on .kt-scrolltop:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

@media ( max-width :1024px) {
	.kt-scrolltop {
		bottom: 30px;
		right: 15px
	}
}

@
-webkit-keyframes kt-scrolltop-show-animation {
	from {margin-bottom: -15px
}

to {
	margin-bottom: 0
}

}
@
keyframes kt-scrolltop-show-animation {
	from {margin-bottom: -15px
}

to {
	margin-bottom: 0
}

}
.kt-form .kt-form__group.kt-form__group--inline {
	display: table;
	padding: 0
}

.kt-form .kt-form__group.kt-form__group--inline>.kt-form__label {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-right: 1rem
}

.kt-form .kt-form__group.kt-form__group--inline>.kt-form__label.kt-form__label-no-wrap
	{
	white-space: nowrap
}

.kt-form .kt-form__group.kt-form__group--inline>.kt-form__label>label {
	margin: 0
}

.kt-form .kt-form__group.kt-form__group--inline>.kt-form__control {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	width: 100%
}

.kt-form .kt-form__actions.kt-form__actions--right {
	text-align: right
}

.kt-form .kt-form__actions.kt-form__actions--center {
	text-align: center
}

.kt-form.kt-form--center {
	width: 60%;
	margin: 0 auto
}

.is-valid .valid-feedback {
	display: inline-block
}

.is-invalid .invalid-feedback {
	display: inline-block
}

@media ( min-width :1025px) {
	.kt-form
	.kt-form--label-right
	 
	.form-group
	 
	label
	:not
	 
	(
	.kt-checkbox
	 
	)
	:not
	
		
	(
	.kt-radio
	 
	)
	:not
	 
	(
	.kt-option
	 
	){
	text-align
	:
	 
	right
	
	
}

}
.kt-input-icon {
	position: relative;
	padding: 0;
	width: 100%
}

.kt-input-icon>.kt-input-icon__icon {
	position: absolute;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	width: 3.2rem
}

.kt-input-icon>.kt-input-icon__icon.kt-input-icon__icon--left {
	left: 0
}

.kt-input-icon>.kt-input-icon__icon.kt-input-icon__icon--right {
	right: 0
}

.kt-input-icon>.kt-input-icon__icon>span {
	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;
	height: 100%
}

.kt-input-icon>.kt-input-icon__icon>span i {
	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;
	line-height: 0;
	color: #74788d
}

.kt-input-icon>.kt-input-icon__icon [class*=" la-"], .kt-input-icon>.kt-input-icon__icon [class^=la-]
	{
	font-size: 1.4em
}

.kt-input-icon>.kt-input-icon__icon [class*=" fa-"], .kt-input-icon>.kt-input-icon__icon [class^=fa-]
	{
	font-size: 1.2em
}

.kt-input-icon>.kt-input-icon__icon [class*=" flaticon-"],
	.kt-input-icon>.kt-input-icon__icon [class*=" flaticon2-"],
	.kt-input-icon>.kt-input-icon__icon [class^=flaticon-], .kt-input-icon>.kt-input-icon__icon [class^=flaticon2-]
	{
	font-size: 1.3em;
	float: left
}

.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon {
	width: 4.2rem
}

.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class*=" la-"],
	.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class^=la-]
	{
	font-size: 1.6em
}

.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class*=" fa-"],
	.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class^=fa-]
	{
	font-size: 1.3em
}

.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class*=" flaticon-"],
	.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class*=" flaticon2-"],
	.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class^=flaticon-],
	.kt-input-icon .form-control.form-control-lg+.kt-input-icon__icon [class^=flaticon2-]
	{
	font-size: 1.4em;
	float: left
}

.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon {
	width: 2.7rem
}

.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class*=" la-"],
	.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class^=la-]
	{
	font-size: 1.1em
}

.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class*=" fa-"],
	.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class^=fa-]
	{
	font-size: 1em
}

.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class*=" flaticon-"],
	.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class*=" flaticon2-"],
	.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class^=flaticon-],
	.kt-input-icon .form-control.form-control-sm ~.kt-input-icon__icon [class^=flaticon2-]
	{
	font-size: 1em;
	float: left
}

.kt-input-icon.kt-input-icon--left .form-control {
	padding-left: 2.8rem
}

.kt-input-icon.kt-input-icon--left .form-control.form-control-lg {
	padding-left: 3.6rem
}

.kt-input-icon.kt-input-icon--left .form-control.form-control-sm {
	padding-left: 2.5rem
}

.kt-input-icon.kt-input-icon--right .form-control {
	padding-right: 2.8rem
}

.kt-input-icon.kt-input-icon--right .form-control.form-control-lg {
	padding-right: 3.6rem
}

.kt-input-icon.kt-input-icon--right .form-control.form-control-sm {
	padding-right: 2.5rem
}

.kt-input-icon.kt-input-icon--fixed {
	display: inline-block
}

.kt-input-icon.kt-input-icon--fixed-large {
	display: inline-block
}

.kt-input-icon.kt-input-icon--fixed-small {
	display: inline-block
}

.kt-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
	cursor: pointer;
	font-size: 1rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-checkbox.kt-checkbox--disabled {
	opacity: .8;
	cursor: not-allowed
}

.kt-checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.kt-checkbox>span {
	border-radius: 3px;
	background: 0 0;
	position: absolute;
	top: 1px;
	left: 0;
	height: 18px;
	width: 18px
}

.kt-checkbox>span:after {
	content: '';
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -6px;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.kt-checkbox>input:checked ~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: 0 0
}

.kt-checkbox>input:checked ~span:after {
	display: block
}

.kt-checkbox:hover>input:not ([disabled] ):checked ~span, .kt-checkbox>input:checked
	 ~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-checkbox>input:disabled ~span {
	opacity: .6;
	pointer-events: none
}

.kt-checkbox.kt-checkbox--solid>span {
	border: 1px solid transparent
}

.kt-checkbox.kt-checkbox--solid:hover>input:not ([disabled] )~span,
	.kt-checkbox.kt-checkbox--solid>input:focus ~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-checkbox.kt-checkbox--square>span {
	border-radius: 0
}

.kt-checkbox.kt-checkbox--bold>span {
	border-width: 2px !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.form-inline .kt-checkbox {
	margin-left: 15px;
	margin-right: 15px
}

.kt-checkbox.kt-checkbox--single {
	width: 18px;
	height: 18px
}

.kt-checkbox.kt-checkbox--single>span {
	top: 0
}

td>.kt-checkbox.kt-checkbox--single, th>.kt-checkbox.kt-checkbox--single
	{
	right: -5px
}

.input-group .kt-checkbox {
	margin-bottom: 0 !important;
	padding-left: 0
}

.kt-checkbox-list {
	padding: 0 0
}

.form-horizontal .form-group .kt-checkbox-list {
	padding-top: 0
}

.kt-checkbox-list .kt-checkbox {
	text-align: left;
	display: block
}

.kt-checkbox-list .kt-checkbox:last-child {
	margin-bottom: 5px
}

.kt-checkbox-inline {
	padding: 0 0
}

.kt-checkbox-inline .kt-checkbox {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px
}

.kt-checkbox-inline .kt-checkbox:last-child {
	margin-right: 0
}

.form-group.row .kt-checkbox-inline {
	margin-top: .75rem
}

.form-group.row .kt-checkbox-list {
	margin-top: 2px
}

.kt-checkbox.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox>span {
	border: 1px solid #d1d7e2
}

.kt-checkbox>span:after {
	border: solid #bfc7d7
}

.kt-checkbox>input:disabled ~span:after {
	border-color: #c8cfdd
}

.kt-checkbox>input:checked ~span {
	border: 1px solid #c8cfdd
}

.kt-checkbox.kt-checkbox--bold>input:checked ~span {
	border: 2px solid #c8cfdd
}

.kt-checkbox>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--solid>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--solid>span:after {
	border: solid #99a6bf
}

.kt-checkbox.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--solid>input:checked ~span {
	background: #dee2ea
}

.kt-checkbox.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--tick>span:after {
	border: solid #99a6bf
}

.kt-checkbox.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--tick>input:checked ~span {
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--tick>input:checked ~span:after {
	border: solid #dee2ea
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--brand>span {
	border: 1px solid #5d78ff
}

.kt-checkbox.kt-checkbox--brand>span:after {
	border: solid #5d78ff
}

.kt-checkbox.kt-checkbox--brand>input:disabled ~span:after {
	border-color: #5d78ff
}

.kt-checkbox.kt-checkbox--brand>input:checked ~span {
	border: 1px solid #5d78ff
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold>input:checked ~span {
	border: 2px solid #5d78ff
}

.kt-checkbox.kt-checkbox--brand>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>span {
	background: #5d78ff;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>input:checked ~span {
	background: #5d78ff
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick>input:checked ~span {
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #5d78ff
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--light>span {
	border: 1px solid #fff
}

.kt-checkbox.kt-checkbox--light>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--light>input:disabled ~span:after {
	border-color: #fff
}

.kt-checkbox.kt-checkbox--light>input:checked ~span {
	border: 1px solid #fff
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--bold>input:checked ~span {
	border: 2px solid #fff
}

.kt-checkbox.kt-checkbox--light>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid>span {
	background: #fff;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid>span:after {
	border: solid #282a3c
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--solid>input:checked ~span {
	background: #fff
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--tick>span:after {
	border: solid #282a3c
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--tick>input:checked ~span {
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--light.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #fff
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--dark>span {
	border: 1px solid #282a3c
}

.kt-checkbox.kt-checkbox--dark>span:after {
	border: solid #282a3c
}

.kt-checkbox.kt-checkbox--dark>input:disabled ~span:after {
	border-color: #282a3c
}

.kt-checkbox.kt-checkbox--dark>input:checked ~span {
	border: 1px solid #282a3c
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--bold>input:checked ~span {
	border: 2px solid #282a3c
}

.kt-checkbox.kt-checkbox--dark>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid>span {
	background: #282a3c;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid>input:checked ~span {
	background: #282a3c
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick>input:checked ~span {
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #282a3c
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--primary>span {
	border: 1px solid #5867dd
}

.kt-checkbox.kt-checkbox--primary>span:after {
	border: solid #5867dd
}

.kt-checkbox.kt-checkbox--primary>input:disabled ~span:after {
	border-color: #5867dd
}

.kt-checkbox.kt-checkbox--primary>input:checked ~span {
	border: 1px solid #5867dd
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--bold>input:checked ~span
	{
	border: 2px solid #5867dd
}

.kt-checkbox.kt-checkbox--primary>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid>span {
	background: #5867dd;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid>input:checked ~span
	{
	background: #5867dd
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick>input:checked ~span
	{
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #5867dd
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--success>span {
	border: 1px solid #0abb87
}

.kt-checkbox.kt-checkbox--success>span:after {
	border: solid #0abb87
}

.kt-checkbox.kt-checkbox--success>input:disabled ~span:after {
	border-color: #0abb87
}

.kt-checkbox.kt-checkbox--success>input:checked ~span {
	border: 1px solid #0abb87
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--bold>input:checked ~span
	{
	border: 2px solid #0abb87
}

.kt-checkbox.kt-checkbox--success>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid>span {
	background: #0abb87;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--solid>input:checked ~span
	{
	background: #0abb87
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--tick>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--tick>input:checked ~span
	{
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--success.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #0abb87
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--info>span {
	border: 1px solid #5578eb
}

.kt-checkbox.kt-checkbox--info>span:after {
	border: solid #5578eb
}

.kt-checkbox.kt-checkbox--info>input:disabled ~span:after {
	border-color: #5578eb
}

.kt-checkbox.kt-checkbox--info>input:checked ~span {
	border: 1px solid #5578eb
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--bold>input:checked ~span {
	border: 2px solid #5578eb
}

.kt-checkbox.kt-checkbox--info>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid>span {
	background: #5578eb;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--solid>input:checked ~span {
	background: #5578eb
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--tick>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--tick>input:checked ~span {
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--info.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #5578eb
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--warning>span {
	border: 1px solid #ffb822
}

.kt-checkbox.kt-checkbox--warning>span:after {
	border: solid #ffb822
}

.kt-checkbox.kt-checkbox--warning>input:disabled ~span:after {
	border-color: #ffb822
}

.kt-checkbox.kt-checkbox--warning>input:checked ~span {
	border: 1px solid #ffb822
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--bold>input:checked ~span
	{
	border: 2px solid #ffb822
}

.kt-checkbox.kt-checkbox--warning>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid>span {
	background: #ffb822;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid>span:after {
	border: solid #111
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid>input:checked ~span
	{
	background: #ffb822
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick>span:after {
	border: solid #111
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick>input:checked ~span
	{
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #ffb822
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--disabled {
	opacity: .7
}

.kt-checkbox.kt-checkbox--danger>span {
	border: 1px solid #fd397a
}

.kt-checkbox.kt-checkbox--danger>span:after {
	border: solid #fd397a
}

.kt-checkbox.kt-checkbox--danger>input:disabled ~span:after {
	border-color: #fd397a
}

.kt-checkbox.kt-checkbox--danger>input:checked ~span {
	border: 1px solid #fd397a
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--bold>input:checked ~span {
	border: 2px solid #fd397a
}

.kt-checkbox.kt-checkbox--danger>input:disabled ~span {
	opacity: .6
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid>span {
	background: #fd397a;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid>input:checked ~span
	{
	background: #fd397a
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick>span:after {
	border: solid #fff
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick>input:checked ~span {
	border: 1px solid transparent !important;
	background: #e4e8ee
}

.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick>input:checked ~span:after
	{
	border: solid #fd397a
}

.kt-radio {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 1rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-radio.kt-radio--disabled {
	opacity: .8;
	cursor: not-allowed
}

.kt-radio>input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.kt-radio>span {
	background: 0 0;
	position: absolute;
	top: 1px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 50% !important
}

.kt-radio>span:after {
	content: '';
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 100% !important
}

.kt-radio>input:checked ~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: 0 0
}

.kt-radio>input:checked ~span:after {
	display: block
}

.kt-radio:hover>input:not ([disabled] ):checked ~span, .kt-radio>input:checked
	 ~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-radio>input:disabled ~span {
	opacity: .6;
	pointer-events: none
}

.kt-radio.kt-radio--solid>span {
	border: 1px solid transparent
}

.kt-radio.kt-radio--solid:hover>input:not ([disabled] )~span, .kt-radio.kt-radio--solid>input:focus
	 ~span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-radio.kt-radio--square>span {
	border-radius: 0
}

.kt-radio.kt-radio--bold>span {
	border-width: 2px !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.form-inline .kt-radio {
	margin-left: 15px;
	margin-right: 15px
}

.kt-radio.kt-radio--single {
	width: 18px;
	height: 18px
}

.kt-radio.kt-radio--single>span {
	top: 0
}

td>.kt-radio.kt-radio--single, th>.kt-radio.kt-radio--single {
	right: -5px
}

.input-group .kt-radio {
	margin-bottom: 0 !important;
	padding-left: 0
}

.kt-radio-list {
	padding: 0 0
}

.form-horizontal .form-group .kt-radio-list {
	padding-top: 0
}

.kt-radio-list .kt-radio {
	display: block;
	text-align: left
}

.kt-radio-list .kt-radio:last-child {
	margin-bottom: 5px
}

.kt-radio-inline {
	padding: 0 0
}

.kt-radio-inline .kt-radio {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px
}

.kt-radio-inline .kt-radio:last-child {
	margin-right: 0
}

.form-group.row .kt-radio-inline {
	margin-top: .75rem
}

.form-group.row .kt-radio-list {
	margin-top: 2px
}

.kt-radio.kt-radio--disabled {
	opacity: .8
}

.kt-radio>span {
	border: 1px solid #d1d7e2
}

.kt-radio>span:after {
	border: solid #bfc7d7;
	background: #bfc7d7
}

.kt-radio>input:disabled ~span:after {
	border-color: #c8cfdd
}

.kt-radio>input:checked ~span {
	border: 1px solid #c8cfdd
}

.kt-radio.kt-radio--bold>input:checked ~span {
	border: 2px solid #c8cfdd
}

.kt-radio>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--solid>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--solid>span:after {
	border: solid #99a6bf;
	background: #99a6bf
}

.kt-radio.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--solid>input:checked ~span {
	background: #dee2ea
}

.kt-radio.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--tick>input:checked ~span:after {
	border: solid #dee2ea;
	background: #dee2ea
}

.kt-radio.kt-radio--brand.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--brand>span {
	border: 1px solid #5d78ff
}

.kt-radio.kt-radio--brand>span:after {
	border: solid #5d78ff;
	background: #5d78ff
}

.kt-radio.kt-radio--brand>input:disabled ~span:after {
	border-color: #5d78ff
}

.kt-radio.kt-radio--brand>input:checked ~span {
	border: 1px solid #5d78ff
}

.kt-radio.kt-radio--brand.kt-radio--bold>input:checked ~span {
	border: 2px solid #5d78ff
}

.kt-radio.kt-radio--brand>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--brand.kt-radio--solid>span {
	background: #5d78ff;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--brand.kt-radio--solid>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--brand.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--brand.kt-radio--solid>input:checked ~span {
	background: #5d78ff
}

.kt-radio.kt-radio--brand.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--brand.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--brand.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--brand.kt-radio--tick>input:checked ~span:after {
	border: solid #5d78ff;
	background: #5d78ff
}

.kt-radio.kt-radio--light.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--light>span {
	border: 1px solid #fff
}

.kt-radio.kt-radio--light>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--light>input:disabled ~span:after {
	border-color: #fff
}

.kt-radio.kt-radio--light>input:checked ~span {
	border: 1px solid #fff
}

.kt-radio.kt-radio--light.kt-radio--bold>input:checked ~span {
	border: 2px solid #fff
}

.kt-radio.kt-radio--light>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--light.kt-radio--solid>span {
	background: #fff;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--light.kt-radio--solid>span:after {
	border: solid #282a3c;
	background: #282a3c
}

.kt-radio.kt-radio--light.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--light.kt-radio--solid>input:checked ~span {
	background: #fff
}

.kt-radio.kt-radio--light.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--light.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--light.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--light.kt-radio--tick>input:checked ~span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--dark.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--dark>span {
	border: 1px solid #282a3c
}

.kt-radio.kt-radio--dark>span:after {
	border: solid #282a3c;
	background: #282a3c
}

.kt-radio.kt-radio--dark>input:disabled ~span:after {
	border-color: #282a3c
}

.kt-radio.kt-radio--dark>input:checked ~span {
	border: 1px solid #282a3c
}

.kt-radio.kt-radio--dark.kt-radio--bold>input:checked ~span {
	border: 2px solid #282a3c
}

.kt-radio.kt-radio--dark>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--dark.kt-radio--solid>span {
	background: #282a3c;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--dark.kt-radio--solid>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--dark.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--dark.kt-radio--solid>input:checked ~span {
	background: #282a3c
}

.kt-radio.kt-radio--dark.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--dark.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--dark.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--dark.kt-radio--tick>input:checked ~span:after {
	border: solid #282a3c;
	background: #282a3c
}

.kt-radio.kt-radio--primary.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--primary>span {
	border: 1px solid #5867dd
}

.kt-radio.kt-radio--primary>span:after {
	border: solid #5867dd;
	background: #5867dd
}

.kt-radio.kt-radio--primary>input:disabled ~span:after {
	border-color: #5867dd
}

.kt-radio.kt-radio--primary>input:checked ~span {
	border: 1px solid #5867dd
}

.kt-radio.kt-radio--primary.kt-radio--bold>input:checked ~span {
	border: 2px solid #5867dd
}

.kt-radio.kt-radio--primary>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--primary.kt-radio--solid>span {
	background: #5867dd;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--primary.kt-radio--solid>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--primary.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--primary.kt-radio--solid>input:checked ~span {
	background: #5867dd
}

.kt-radio.kt-radio--primary.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--primary.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--primary.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--primary.kt-radio--tick>input:checked ~span:after {
	border: solid #5867dd;
	background: #5867dd
}

.kt-radio.kt-radio--success.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--success>span {
	border: 1px solid #0abb87
}

.kt-radio.kt-radio--success>span:after {
	border: solid #0abb87;
	background: #0abb87
}

.kt-radio.kt-radio--success>input:disabled ~span:after {
	border-color: #0abb87
}

.kt-radio.kt-radio--success>input:checked ~span {
	border: 1px solid #0abb87
}

.kt-radio.kt-radio--success.kt-radio--bold>input:checked ~span {
	border: 2px solid #0abb87
}

.kt-radio.kt-radio--success>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--success.kt-radio--solid>span {
	background: #0abb87;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--success.kt-radio--solid>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--success.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--success.kt-radio--solid>input:checked ~span {
	background: #0abb87
}

.kt-radio.kt-radio--success.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--success.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--success.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--success.kt-radio--tick>input:checked ~span:after {
	border: solid #0abb87;
	background: #0abb87
}

.kt-radio.kt-radio--info.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--info>span {
	border: 1px solid #5578eb
}

.kt-radio.kt-radio--info>span:after {
	border: solid #5578eb;
	background: #5578eb
}

.kt-radio.kt-radio--info>input:disabled ~span:after {
	border-color: #5578eb
}

.kt-radio.kt-radio--info>input:checked ~span {
	border: 1px solid #5578eb
}

.kt-radio.kt-radio--info.kt-radio--bold>input:checked ~span {
	border: 2px solid #5578eb
}

.kt-radio.kt-radio--info>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--info.kt-radio--solid>span {
	background: #5578eb;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--info.kt-radio--solid>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--info.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--info.kt-radio--solid>input:checked ~span {
	background: #5578eb
}

.kt-radio.kt-radio--info.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--info.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--info.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--info.kt-radio--tick>input:checked ~span:after {
	border: solid #5578eb;
	background: #5578eb
}

.kt-radio.kt-radio--warning.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--warning>span {
	border: 1px solid #ffb822
}

.kt-radio.kt-radio--warning>span:after {
	border: solid #ffb822;
	background: #ffb822
}

.kt-radio.kt-radio--warning>input:disabled ~span:after {
	border-color: #ffb822
}

.kt-radio.kt-radio--warning>input:checked ~span {
	border: 1px solid #ffb822
}

.kt-radio.kt-radio--warning.kt-radio--bold>input:checked ~span {
	border: 2px solid #ffb822
}

.kt-radio.kt-radio--warning>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--warning.kt-radio--solid>span {
	background: #ffb822;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--warning.kt-radio--solid>span:after {
	border: solid #111;
	background: #111
}

.kt-radio.kt-radio--warning.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--warning.kt-radio--solid>input:checked ~span {
	background: #ffb822
}

.kt-radio.kt-radio--warning.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--warning.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--warning.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--warning.kt-radio--tick>input:checked ~span:after {
	border: solid #ffb822;
	background: #ffb822
}

.kt-radio.kt-radio--danger.kt-radio--disabled {
	opacity: .8
}

.kt-radio.kt-radio--danger>span {
	border: 1px solid #fd397a
}

.kt-radio.kt-radio--danger>span:after {
	border: solid #fd397a;
	background: #fd397a
}

.kt-radio.kt-radio--danger>input:disabled ~span:after {
	border-color: #fd397a
}

.kt-radio.kt-radio--danger>input:checked ~span {
	border: 1px solid #fd397a
}

.kt-radio.kt-radio--danger.kt-radio--bold>input:checked ~span {
	border: 2px solid #fd397a
}

.kt-radio.kt-radio--danger>input:disabled ~span {
	opacity: .6
}

.kt-radio.kt-radio--danger.kt-radio--solid>span {
	background: #fd397a;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--danger.kt-radio--solid>span:after {
	border: solid #fff;
	background: #fff
}

.kt-radio.kt-radio--danger.kt-radio--solid>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--danger.kt-radio--solid>input:checked ~span {
	background: #fd397a
}

.kt-radio.kt-radio--danger.kt-radio--tick>span {
	background: #e4e8ee;
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--danger.kt-radio--tick>input:focus ~span {
	border: 1px solid transparent !important
}

.kt-radio.kt-radio--danger.kt-radio--tick>input:checked ~span {
	background: #e4e8ee
}

.kt-radio.kt-radio--danger.kt-radio--tick>input:checked ~span:after {
	border: solid #fd397a;
	background: #fd397a
}

.kt-switch {
	display: inline-block;
	font-size: 1rem
}

.kt-switch input:empty {
	margin-left: -999px;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	opacity: 0
}

.kt-switch input:empty ~span {
	display: inline-block;
	position: relative;
	float: left;
	width: 1px;
	text-indent: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.kt-switch input:empty ~span:after, .kt-switch input:empty ~span:before
	{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.kt-switch.kt-switch--icon input:empty ~span:after {
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: ""
}

.kt-switch.kt-switch--icon input:checked ~span:after {
	content: '\f17b'
}

.kt-switch.kt-switch--icon-check input:checked ~span:after {
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: ""
}

.kt-switch input:empty ~span {
	line-height: 30px;
	margin: 2px 0;
	height: 30px;
	width: 57px;
	border-radius: 15px
}

.kt-switch input:empty ~span:after, .kt-switch input:empty ~span:before
	{
	width: 54px;
	border-radius: 15px
}

.kt-switch input:empty ~span:after {
	height: 24px;
	width: 24px;
	line-height: 26px;
	top: 3px;
	bottom: 3px;
	margin-left: 3px;
	font-size: .9em;
	text-align: center;
	vertical-align: middle
}

.kt-switch input:checked ~span:after {
	margin-left: 26px
}

.kt-switch.kt-switch--lg input:empty ~span {
	line-height: 40px;
	margin: 2px 0;
	height: 40px;
	width: 75px;
	border-radius: 20px
}

.kt-switch.kt-switch--lg input:empty ~span:after, .kt-switch.kt-switch--lg input:empty
	 ~span:before {
	width: 72px;
	border-radius: 20px
}

.kt-switch.kt-switch--lg input:empty ~span:after {
	height: 34px;
	width: 34px;
	line-height: 34px;
	top: 3px;
	bottom: 3px;
	margin-left: 3px;
	font-size: 1em;
	text-align: center;
	vertical-align: middle
}

.kt-switch.kt-switch--lg input:checked ~span:after {
	margin-left: 34px
}

.kt-switch.kt-switch--sm input:empty ~span {
	line-height: 24px;
	margin: 2px 0;
	height: 24px;
	width: 40px;
	border-radius: 12px
}

.kt-switch.kt-switch--sm input:empty ~span:after, .kt-switch.kt-switch--sm input:empty
	 ~span:before {
	width: 38px;
	border-radius: 12px
}

.kt-switch.kt-switch--sm input:empty ~span:after {
	height: 20px;
	width: 20px;
	line-height: 20px;
	top: 2px;
	bottom: 2px;
	margin-left: 2px;
	font-size: .8em;
	text-align: center;
	vertical-align: middle
}

.kt-switch.kt-switch--sm input:checked ~span:after {
	margin-left: 16px
}

.form-group.row .kt-switch {
	margin-top: .15rem
}

.form-group.row .kt-switch.kt-switch--lg {
	margin-top: 0;
	position: relative;
	top: -.3rem
}

.form-group.row .kt-switch.kt-switch--sm {
	margin-top: .3rem
}

.kt-switch input:empty ~span:before {
	background-color: #e8ebf1
}

.kt-switch input:empty ~span:after {
	color: #f8f9fb;
	background-color: #fff
}

.kt-switch input:checked ~span:before {
	background-color: #e8ebf1
}

.kt-switch input:checked ~span:after {
	background-color: #5d78ff;
	color: #fff
}

.kt-switch input[disabled] {
	cursor: not-allowed
}

.kt-switch input[disabled] ~span:after, .kt-switch input[disabled] ~span:before
	{
	cursor: not-allowed;
	opacity: .7
}

.kt-switch.kt-switch--brand:not (.kt-switch--outline ) input:empty ~span:before
	{
	background-color: #5d78ff
}

.kt-switch.kt-switch--brand:not (.kt-switch--outline ) input:empty ~span:after
	{
	color: #5d78ff;
	background-color: #fff;
	opacity: .4
}

.kt-switch.kt-switch--brand:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #5d78ff
}

.kt-switch.kt-switch--brand:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~span:before
	{
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~span:after {
	color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~span:after
	{
	background-color: #5d78ff;
	opacity: 1
}

.kt-switch.kt-switch--light:not (.kt-switch--outline ) input:empty ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--light:not (.kt-switch--outline ) input:empty ~span:after
	{
	color: #fff;
	background-color: #282a3c;
	opacity: .4
}

.kt-switch.kt-switch--light:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #fff
}

.kt-switch.kt-switch--light:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--light input:empty ~span:before
	{
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--light input:empty ~span:after {
	color: #282a3c
}

.kt-switch.kt-switch--outline.kt-switch--light input:checked ~span:before
	{
	background-color: #282a3c
}

.kt-switch.kt-switch--outline.kt-switch--light input:checked ~span:after
	{
	background-color: #fff;
	opacity: 1
}

.kt-switch.kt-switch--dark:not (.kt-switch--outline ) input:empty ~span:before
	{
	background-color: #282a3c
}

.kt-switch.kt-switch--dark:not (.kt-switch--outline ) input:empty ~span:after
	{
	color: #282a3c;
	background-color: #fff;
	opacity: .4
}

.kt-switch.kt-switch--dark:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #282a3c
}

.kt-switch.kt-switch--dark:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~span:before {
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~span:after {
	color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~span:after
	{
	background-color: #282a3c;
	opacity: 1
}

.kt-switch.kt-switch--primary:not (.kt-switch--outline ) input:empty
	 ~span:before {
	background-color: #5867dd
}

.kt-switch.kt-switch--primary:not (.kt-switch--outline ) input:empty
	 ~span:after {
	color: #5867dd;
	background-color: #fff;
	opacity: .4
}

.kt-switch.kt-switch--primary:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #5867dd
}

.kt-switch.kt-switch--primary:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~span:before
	{
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~span:after
	{
	color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~span:after
	{
	background-color: #5867dd;
	opacity: 1
}

.kt-switch.kt-switch--success:not (.kt-switch--outline ) input:empty
	 ~span:before {
	background-color: #0abb87
}

.kt-switch.kt-switch--success:not (.kt-switch--outline ) input:empty
	 ~span:after {
	color: #0abb87;
	background-color: #fff;
	opacity: .4
}

.kt-switch.kt-switch--success:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #0abb87
}

.kt-switch.kt-switch--success:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--success input:empty ~span:before
	{
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--success input:empty ~span:after
	{
	color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--success input:checked ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--success input:checked ~span:after
	{
	background-color: #0abb87;
	opacity: 1
}

.kt-switch.kt-switch--info:not (.kt-switch--outline ) input:empty ~span:before
	{
	background-color: #5578eb
}

.kt-switch.kt-switch--info:not (.kt-switch--outline ) input:empty ~span:after
	{
	color: #5578eb;
	background-color: #fff;
	opacity: .4
}

.kt-switch.kt-switch--info:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #5578eb
}

.kt-switch.kt-switch--info:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--info input:empty ~span:before {
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--info input:empty ~span:after {
	color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--info input:checked ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--info input:checked ~span:after
	{
	background-color: #5578eb;
	opacity: 1
}

.kt-switch.kt-switch--warning:not (.kt-switch--outline ) input:empty
	 ~span:before {
	background-color: #ffb822
}

.kt-switch.kt-switch--warning:not (.kt-switch--outline ) input:empty
	 ~span:after {
	color: #ffb822;
	background-color: #111;
	opacity: .4
}

.kt-switch.kt-switch--warning:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #ffb822
}

.kt-switch.kt-switch--warning:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~span:before
	{
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~span:after
	{
	color: #111
}

.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~span:before
	{
	background-color: #111
}

.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~span:after
	{
	background-color: #ffb822;
	opacity: 1
}

.kt-switch.kt-switch--danger:not (.kt-switch--outline ) input:empty
	 ~span:before {
	background-color: #fd397a
}

.kt-switch.kt-switch--danger:not (.kt-switch--outline ) input:empty
	 ~span:after {
	color: #fd397a;
	background-color: #fff;
	opacity: .4
}

.kt-switch.kt-switch--danger:not (.kt-switch--outline ) input:checked
	 ~span:before {
	background-color: #fd397a
}

.kt-switch.kt-switch--danger:not (.kt-switch--outline ) input:checked
	 ~span:after {
	opacity: 1
}

.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~span:before
	{
	border: 2px solid #dee3eb;
	background-color: #e8ebf1
}

.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~span:after
	{
	color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~span:before
	{
	background-color: #fff
}

.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~span:after
	{
	background-color: #fd397a;
	opacity: 1
}

.kt-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.4em;
	border: 1px solid #ebedf2;
	border-radius: 4px
}

.kt-option .kt-option__control {
	width: 2.7rem;
	padding-top: .1rem
}

.kt-option .kt-option__control .kt-radio {
	display: block
}

.kt-option .kt-option__label {
	width: 100%
}

.kt-option .kt-option__label .kt-option__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.kt-option .kt-option__label .kt-option__head .kt-option__title {
	font-size: 1.1rem;
	font-weight: 400;
	color: #595d6e
}

.kt-option .kt-option__label .kt-option__head .kt-option__focus {
	font-size: 1.1rem;
	font-weight: 500;
	color: #48465b
}

.kt-option .kt-option__label .kt-option__body {
	display: block;
	padding-top: .7rem;
	font-size: .9rem;
	color: #74788d
}

.kt-option.kt-option--plain {
	border: 0;
	padding: 0;
	margin-top: -.2rem;
	margin-bottom: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-option.kt-option--plain .kt-option__control {
	vertical-align: middle;
	width: 2.7rem
}

.kt-option.kt-option--plain .kt-option__control .kt-radio {
	margin-bottom: 1.6rem
}

.kt-option.kt-option--plain .kt-option__label .kt-option__body {
	padding-top: .2rem
}

.is-valid .kt-option {
	border-color: #0abb87
}

.is-invalid .kt-option {
	border-color: #fd397a
}

.has-success .kt-option .kt-option__label .kt-option__head .kt-option__title
	{
	color: #0abb87
}

.has-error .kt-option .kt-option__label .kt-option__head .kt-option__title
	{
	color: #ffb822
}

.kt-avatar {
	position: relative;
	display: inline-block
}

.kt-avatar .kt-avatar__holder {
	width: 120px;
	height: 120px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover
}

.kt-avatar .kt-avatar__upload {
	cursor: pointer;
	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;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-avatar .kt-avatar__upload input {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	opacity: 0
}

.kt-avatar .kt-avatar__upload i {
	color: #5d78ff;
	font-size: .9rem
}

.kt-avatar .kt-avatar__upload:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #5d78ff
}

.kt-avatar .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar .kt-avatar__cancel {
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: auto;
	right: -10px;
	bottom: -5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	display: none
}

.kt-avatar .kt-avatar__cancel i {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #74788d;
	font-size: .9rem
}

.kt-avatar .kt-avatar__cancel:hover i {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #5d78ff
}

.kt-avatar.kt-avatar--changed .kt-avatar__cancel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-avatar.kt-avatar--brand .kt-avatar__upload i {
	color: #5d78ff
}

.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover {
	background-color: #5d78ff
}

.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar.kt-avatar--light .kt-avatar__upload i {
	color: #fff
}

.kt-avatar.kt-avatar--light .kt-avatar__upload:hover {
	background-color: #fff
}

.kt-avatar.kt-avatar--light .kt-avatar__upload:hover i {
	color: #282a3c
}

.kt-avatar.kt-avatar--dark .kt-avatar__upload i {
	color: #282a3c
}

.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover {
	background-color: #282a3c
}

.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar.kt-avatar--primary .kt-avatar__upload i {
	color: #5867dd
}

.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover {
	background-color: #5867dd
}

.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar.kt-avatar--success .kt-avatar__upload i {
	color: #0abb87
}

.kt-avatar.kt-avatar--success .kt-avatar__upload:hover {
	background-color: #0abb87
}

.kt-avatar.kt-avatar--success .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar.kt-avatar--info .kt-avatar__upload i {
	color: #5578eb
}

.kt-avatar.kt-avatar--info .kt-avatar__upload:hover {
	background-color: #5578eb
}

.kt-avatar.kt-avatar--info .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar.kt-avatar--warning .kt-avatar__upload i {
	color: #ffb822
}

.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover {
	background-color: #ffb822
}

.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover i {
	color: #111
}

.kt-avatar.kt-avatar--danger .kt-avatar__upload i {
	color: #fd397a
}

.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover {
	background-color: #fd397a
}

.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover i {
	color: #fff
}

.kt-avatar.kt-avatar--circle .kt-avatar__holder {
	border-radius: 50%
}

.kt-avatar.kt-avatar--circle .kt-avatar__upload {
	right: 0;
	top: 5px
}

.kt-avatar.kt-avatar--circle .kt-avatar__cancel {
	right: 3px;
	bottom: 10px
}

.kt-avatar.kt-avatar--outline .kt-avatar__holder {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1)
}

.kt-spinner {
	position: relative
}

.kt-spinner:before {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%
}

.kt-spinner.kt-spinner--sm:before {
	width: 16px;
	height: 16px;
	margin-top: -8px
}

.kt-spinner.kt-spinner--sm.kt-spinner--center:before {
	left: 50%;
	margin-left: -8px
}

.kt-spinner.kt-spinner--sm.kt-spinner--left:before {
	left: 0;
	right: auto
}

.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
	left: auto;
	right: 0
}

.kt-spinner:before {
	width: 20px;
	height: 20px;
	margin-top: -10px
}

.kt-spinner.kt-spinner--center:before {
	left: 50%;
	margin-left: -10px
}

.kt-spinner.kt-spinner--left:before {
	left: 0;
	right: auto
}

.kt-spinner.kt-spinner--right:before {
	left: auto;
	right: 0
}

.kt-spinner.kt-spinner--lg:before {
	width: 24px;
	height: 24px;
	margin-top: -12px
}

.kt-spinner.kt-spinner--lg.kt-spinner--center:before {
	left: 50%;
	margin-left: -12px
}

.kt-spinner.kt-spinner--lg.kt-spinner--left:before {
	left: 0;
	right: auto
}

.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
	left: auto;
	right: 0
}

.kt-spinner:before {
	-webkit-animation: kt-spinner .5s linear infinite;
	animation: kt-spinner .5s linear infinite
}

.kt-spinner.kt-spinner--brand:before {
	border: 2px solid #5d78ff;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--light:before {
	border: 2px solid #fff;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--dark:before {
	border: 2px solid #282a3c;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--primary:before {
	border: 2px solid #5867dd;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--success:before {
	border: 2px solid #0abb87;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--info:before {
	border: 2px solid #5578eb;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--warning:before {
	border: 2px solid #ffb822;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--danger:before {
	border: 2px solid #fd397a;
	border-right: 2px solid transparent
}

.kt-spinner.kt-spinner--input.kt-spinner--right:before {
	left: auto;
	right: 1rem
}

.kt-spinner.kt-spinner--input.kt-spinner--left:before {
	right: auto;
	left: 1rem
}

.kt-spinner.kt-spinner--v2:before {
	-webkit-animation: kt-spinner .5s linear infinite;
	animation: kt-spinner .5s linear infinite
}

.kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
	border: 2px solid #f6f8ff;
	border-top-color: #4e6bff
}

.kt-spinner.kt-spinner--v2.kt-spinner--light:before {
	border: 2px solid #fff;
	border-top-color: #f7f7f7
}

.kt-spinner.kt-spinner--v2.kt-spinner--dark:before {
	border: 2px solid #656a98;
	border-top-color: #222433
}

.kt-spinner.kt-spinner--v2.kt-spinner--primary:before {
	border: 2px solid #d7dbf7;
	border-top-color: #4b5bda
}

.kt-spinner.kt-spinner--v2.kt-spinner--success:before {
	border: 2px solid #67f7cd;
	border-top-color: #09ac7d
}

.kt-spinner.kt-spinner--v2.kt-spinner--info:before {
	border: 2px solid #dee5fb;
	border-top-color: #476de9
}

.kt-spinner.kt-spinner--v2.kt-spinner--warning:before {
	border: 2px solid #ffe9bb;
	border-top-color: #ffb313
}

.kt-spinner.kt-spinner--v2.kt-spinner--danger:before {
	border: 2px solid #ffd0e0;
	border-top-color: #fd2a70
}

@
-webkit-keyframes kt-spinner {
	to {-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
@
keyframes kt-spinner {
	to {-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
.kt-loader {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #f7f8fa;
	opacity: 0;
	-webkit-animation: kt-loader-scaleout .9s infinite ease-in-out;
	animation: kt-loader-scaleout .9s infinite ease-in-out
}

.kt-loader.kt-loader--lg {
	width: 2rem;
	height: 2rem
}

.kt-loader.kt-loader--sm {
	width: 1rem;
	height: 1rem
}

.btn .kt-loader {
	position: relative;
	line-height: 0
}

.kt-loader.kt-loader--brand {
	background-color: #5d78ff
}

.kt-loader.kt-loader--light {
	background-color: #fff
}

.kt-loader.kt-loader--dark {
	background-color: #282a3c
}

.kt-loader.kt-loader--primary {
	background-color: #5867dd
}

.kt-loader.kt-loader--success {
	background-color: #0abb87
}

.kt-loader.kt-loader--info {
	background-color: #5578eb
}

.kt-loader.kt-loader--warning {
	background-color: #ffb822
}

.kt-loader.kt-loader--danger {
	background-color: #fd397a
}

@
-webkit-keyframes kt-loader-scaleout { 0%{
	opacity: .3;
	-webkit-transform: scale(0);
	transform: scale(0)
}

100%{
opacity


:


1;
-webkit-transform


:scale(1)


;
transform


:scale(1)


}
}
@
keyframes kt-loader-scaleout { 0%{
	opacity: .3;
	-webkit-transform: scale(0);
	transform: scale(0)
}

100%{
opacity


:


1;
-webkit-transform


:scale(1)


;
transform


:scale(1)


}
}
.kt-pulse {
	position: relative
}

.kt-pulse .kt-pulse__ring {
	display: block;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	position: absolute;
	-webkit-animation: kt-pulse 3.5s ease-out;
	animation: kt-pulse 3.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	border-width: 3px;
	border-style: solid;
	border-color: #d8dce6
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-pulse .kt-pulse__ring {
		top: 2px;
		left: 2px
	}
}

.kt-pulse.kt-pulse--brand .kt-pulse__ring {
	border-color: rgba(93, 120, 255, .8)
}

.kt-pulse.kt-pulse--light .kt-pulse__ring {
	border-color: rgba(255, 255, 255, .8)
}

.kt-pulse.kt-pulse--dark .kt-pulse__ring {
	border-color: rgba(40, 42, 60, .8)
}

.kt-pulse.kt-pulse--primary .kt-pulse__ring {
	border-color: rgba(88, 103, 221, .8)
}

.kt-pulse.kt-pulse--success .kt-pulse__ring {
	border-color: rgba(10, 187, 135, .8)
}

.kt-pulse.kt-pulse--info .kt-pulse__ring {
	border-color: rgba(85, 120, 235, .8)
}

.kt-pulse.kt-pulse--warning .kt-pulse__ring {
	border-color: rgba(255, 184, 34, .8)
}

.kt-pulse.kt-pulse--danger .kt-pulse__ring {
	border-color: rgba(253, 57, 122, .8)
}

@
-webkit-keyframes kt-pulse { 0%{
	-webkit-transform: scale(.1, .1);
	opacity: 0
}

60%{
-webkit-transform


:scale


(
.1
,
.1


);
opacity


:


0
}
65%{
opacity


:


1
}
100%{
-webkit-transform


:scale


(1
.2
,
1
.2


);
opacity


:


0
}
}
@
keyframes kt-pulse { 0%{
	-webkit-transform: scale(.1, .1);
	opacity: 0
}

60%{
-webkit-transform


:scale


(
.1
,
.1


);
opacity


:


0
}
65%{
opacity


:


1
}
100%{
-webkit-transform


:scale


(1
.2
,
1
.2


);
opacity


:


0
}
}
.kt-dialog {
	width: 130px;
	margin: 0 auto;
	position: fixed;
	z-index: 1100;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 4px
}

.kt-dialog.kt-dialog--top-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: -100px;
	left: 50%;
	margin-left: -65px;
	-webkit-transition: top .6s ease;
	transition: top .6s ease;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.kt-dialog.kt-dialog--top-center.kt-dialog--shown {
	top: 0;
	-webkit-transition: top .6s ease;
	transition: top .6s ease
}

.kt-dialog.kt-dialog--loader {
	font-size: 1rem;
	padding: .75rem;
	font-weight: 400;
	color: #595d6e
}

.kt-dialog.kt-dialog--loader.kt-dialog--brand {
	background-color: rgba(93, 120, 255, .1);
	color: #5d78ff;
	-webkit-box-shadow: 0 0 20px 0 rgba(93, 120, 255, .3);
	box-shadow: 0 0 20px 0 rgba(93, 120, 255, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--light {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--dark {
	background-color: rgba(40, 42, 60, .1);
	color: #282a3c;
	-webkit-box-shadow: 0 0 20px 0 rgba(40, 42, 60, .3);
	box-shadow: 0 0 20px 0 rgba(40, 42, 60, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--primary {
	background-color: rgba(88, 103, 221, .1);
	color: #5867dd;
	-webkit-box-shadow: 0 0 20px 0 rgba(88, 103, 221, .3);
	box-shadow: 0 0 20px 0 rgba(88, 103, 221, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--success {
	background-color: rgba(10, 187, 135, .1);
	color: #0abb87;
	-webkit-box-shadow: 0 0 20px 0 rgba(10, 187, 135, .3);
	box-shadow: 0 0 20px 0 rgba(10, 187, 135, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--info {
	background-color: rgba(85, 120, 235, .1);
	color: #5578eb;
	-webkit-box-shadow: 0 0 20px 0 rgba(85, 120, 235, .3);
	box-shadow: 0 0 20px 0 rgba(85, 120, 235, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--warning {
	background-color: rgba(255, 184, 34, .1);
	color: #ffb822;
	-webkit-box-shadow: 0 0 20px 0 rgba(255, 184, 34, .3);
	box-shadow: 0 0 20px 0 rgba(255, 184, 34, .3)
}

.kt-dialog.kt-dialog--loader.kt-dialog--danger {
	background-color: rgba(253, 57, 122, .1);
	color: #fd397a;
	-webkit-box-shadow: 0 0 20px 0 rgba(253, 57, 122, .3);
	box-shadow: 0 0 20px 0 rgba(253, 57, 122, .3)
}

.kt-grid-nav-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 3px);
	min-height: 180px;
	border-radius: 6px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	background: #f7f8fa;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-grid-nav-v2 .kt-grid-nav-v2__item {
		height: 180px
	}
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: .5rem
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon i {
	font-size: 2.25rem;
	color: #5d78ff
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-title {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: #5d5b6f
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	text-transform: none;
	background: #5d78ff
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-icon i
	{
	color: #fff
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-title
	{
	color: #fff
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(odd) {
	margin: 3px 3px 3px 0
}

.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(even) {
	margin: 3px 0 3px 3px
}

.kt-grid-nav {
	padding: 0;
	margin: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat
}

.kt-grid-nav>.kt-grid-nav__row {
	display: table-row
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 3.3rem .75rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item:hover {
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item .kt-grid-nav__icon {
	text-align: center;
	font-size: 2.5rem
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item .kt-grid-nav__title {
	display: block;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 1.2rem;
	font-weight: 500
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item .kt-grid-nav__desc {
	display: block;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 1rem;
	font-weight: 400
}

.dropdown-menu .kt-grid-nav {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

@media ( max-width :1024px) {
	.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item {
		padding: 1rem .5rem
	}
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item {
	border-right: 1px solid #ebedf2;
	border-bottom: 1px solid #ebedf2
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:last-child {
	border-right: 0
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__icon {
	color: #5d78ff
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__title {
	color: #5d78ff
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__desc {
	color: #74788d
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:hover {
	background: #f7f8fa
}

.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:hover .kt-grid-nav__icon
	{
	color: #595d6e
}

.kt-grid-nav .kt-grid-nav__row:last-child .kt-grid-nav__item {
	border-bottom: 0 !important
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item {
	border-right: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:last-child {
	border-right: 0
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__icon
	{
	color: #5d78ff
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__title
	{
	color: #fff
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__desc
	{
	color: rgba(255, 255, 255, .5)
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:hover {
	background: 0 0
}

.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:hover .kt-grid-nav__icon
	{
	color: #5d78ff
}

.kt-head {
	padding: 2.5rem 1rem;
	margin: 0;
	background-size: cover;
	background-repeat: no-repeat
}

.kt-head.kt-head--space-sm {
	padding: 1.5rem 1rem
}

.kt-head.kt-head--space-lg {
	padding: 3rem 1rem
}

.kt-head.kt-head--fit-x {
	padding-left: 0;
	padding-right: 0
}

.kt-head.kt-head--fit-b {
	padding-bottom: 0 !important
}

.kt-head.kt-head--fit-t {
	padding-top: 0 !important
}

.kt-head.kt-head--space-bottom-sm {
	padding-bottom: 1rem
}

.kt-head .kt-head__title {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	margin: 0
}

.kt-head .kt-head__sub {
	margin-top: .5rem;
	font-size: 1rem;
	font-weight: 400;
	text-align: center
}

.kt-head.kt-head--skin-dark .kt-head__title {
	color: #fff
}

.kt-head.kt-head--skin-dark .kt-head__sub {
	color: #f0f0f0
}

.kt-head.kt-head--skin-dark .nav.nav-tabs-line {
	border-bottom-color: rgba(255, 255, 255, .3) !important
}

.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link {
	color: rgba(255, 255, 255, .5)
}

.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link>i {
	color: rgba(255, 255, 255, .4)
}

.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active,
	.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover
	{
	color: #fff
}

.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active>i,
	.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover>i
	{
	color: #fff
}

.kt-head.kt-head--skin-light {
	background-color: #f9fafe
}

.kt-head.kt-head--skin-light .kt-head__title {
	color: #595d6e
}

.kt-head.kt-head--skin-light .kt-head__sub {
	color: #74788d
}

.kt-head .nav {
	margin: 1rem 0 0 0
}

.dropdown-menu:not (.dropdown-menu-top-unround ) .kt-head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-head-skin-light-bg-color {
	background-color: #f9fafe
}

.kt-list-pics>a {
	margin-right: .25rem
}

.kt-list-pics>a>img {
	width: 3.36rem;
	border-radius: 50%;
	border-radius: 3px
}

.kt-list-pics.kt-list-pics--circle>a>img {
	width: 3.36rem;
	border-radius: 50%
}

.kt-list-pics.kt-list-pics--sm>a>img {
	width: 2.14rem
}

.kt-list-pics.kt-list-pics-rounded--sm>a>img {
	width: 2.14rem
}

.kt-list-timeline .kt-list-timeline__group {
	margin: 0 0 2rem 0
}

.kt-list-timeline .kt-list-timeline__heading {
	margin: 0 0 1.25rem 0;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase
}

.kt-list-timeline .kt-list-timeline__items {
	position: relative;
	padding: 0;
	margin: 0
}

.kt-list-timeline .kt-list-timeline__items:before {
	background-color: #ebedf2;
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 3px
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: .3rem 0;
	margin: .5rem 0
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before,
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before
	{
	background-color: #fff;
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 50%;
	top: 0;
	bottom: 0;
	left: 3px
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before
	{
	top: auto;
	bottom: 0
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge
	{
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	width: 20px
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge:before
	{
	background-color: #ebedf2;
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	left: 0;
	top: 50%;
	margin-top: -3.5px;
	border-radius: 100%
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--brand:before
	{
	background-color: #5d78ff
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--light:before
	{
	background-color: #fff
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--dark:before
	{
	background-color: #282a3c
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--primary:before
	{
	background-color: #5867dd
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--success:before
	{
	background-color: #0abb87
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--info:before
	{
	background-color: #5578eb
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--warning:before
	{
	background-color: #ffb822
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--danger:before
	{
	background-color: #fd397a
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__icon
	{
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 30px;
	padding: 0 5px 0 0;
	line-height: 0;
	color: #74788d
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" la-"],
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=la-]
	{
	font-size: 1.6rem
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" fa-"],
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=fa-]
	{
	font-size: 1.2rem
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" flaticon-"],
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" flaticon2-"],
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=flaticon-],
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=flaticon2-]
	{
	font-size: 1.6rem;
	float: left
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text
	{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding: 0 0 0 5px;
	font-size: 1rem;
	color: #595d6e
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text:hover
	{
	text-decoration: none
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__time
	{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 80px;
	padding: 0 0 0 5px;
	font-size: .9rem;
	color: #74788d
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child
	{
	padding-top: 0;
	margin-top: 0
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child
	{
	padding-bottom: 0;
	margin-bottom: 0
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before,
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before
	{
	background-color: #fff
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__badge,
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__icon,
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__text,
	.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__time
	{
	opacity: .5
}

.kt-mycart .kt-mycart__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.8rem 2rem;
	background-position: center;
	background-size: cover
}

.kt-mycart .kt-mycart__head .kt-mycart__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background: rgba(56, 80, 168, .65);
	border-radius: 4px
}

.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon i {
	font-size: 1.4rem;
	font-weight: 500;
	position: absolute
}

.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__title {
	padding-left: 1rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0
}

.kt-mycart .kt-mycart__head .kt-mycart__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-mycart .kt-mycart__head .kt-mycart__button .btn {
	padding: .3rem .5rem
}

.kt-mycart .kt-mycart__body {
	margin: .5rem 0
}

.kt-mycart .kt-mycart__body .kt-mycart__item {
	border-bottom: 1px solid #ebedf2
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5rem 2rem
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__title
	{
	color: #5e5b70;
	font-size: 1.1rem;
	font-weight: 500
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__desc
	{
	padding: .5rem 0;
	color: #74788d;
	font-weight: 400
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__price
	{
	margin-right: .5rem;
	color: #595d6e;
	font-size: 1.2rem;
	font-weight: 500
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__text
	{
	color: #74788d;
	font-weight: 400
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__quantity
	{
	margin-left: .5rem;
	color: #595d6e;
	font-size: 1.2rem;
	font-weight: 500
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .btn
	{
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: .5rem;
	width: 19px !important;
	height: 19px !important;
	padding-top: .1rem
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .btn:hover
	{
	color: #fff
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info span
	{
	display: block
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__pic
	{
	width: 5rem
}

.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__pic img
	{
	width: 5rem;
	height: 5rem;
	background-position: center;
	background-size: cover;
	border-radius: 4px
}

.kt-mycart .kt-mycart__body .ps__rail-y .ps__thumb-y {
	right: 5px !important
}

.kt-mycart .kt-mycart__footer {
	padding: .4rem 2rem 1.5rem 2rem
}

.kt-mycart .kt-mycart__footer .kt-mycart__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span
	{
	display: block;
	color: #5e5b70;
	font-size: 1rem;
	font-weight: 500
}

.kt-mycart
 
.kt-mycart__footer
 
.kt-mycart__section
 
.kt-mycart__subtitel
 
span
:not

	
(
:first-child
 
)
:not
 
(
:last-child
 
){
padding
:
 
.4rem
 
0
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span:last-child
	{
	font-size: 1.1rem;
	font-weight: 600
}

.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span
	{
	display: block;
	text-align: right;
	color: #74788d;
	font-size: 1.2rem;
	font-weight: 500
}

.kt-mycart
 
.kt-mycart__footer
 
.kt-mycart__section
 
.kt-mycart__prices
 
span
:not

	
(
:first-child
 
)
:not
 
(
:last-child
 
){
padding
:
 
.3rem
 
0
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span:last-child
	{
	font-weight: 700;
	font-size: 1.3rem
}

.kt-mycart .kt-mycart__footer .kt-mycart__button {
	margin: 1.5rem 0 .8rem 0
}

.kt-nav {
	display: block;
	padding: 1rem 0;
	margin: 0;
	list-style: none;
	border: 0
}

.kt-nav .kt-nav__item {
	display: block
}

.kt-nav .kt-nav__item>.kt-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .55rem 1.75rem;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1rem;
	color: #595d6e;
	font-weight: 400
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	font-size: 1.25rem;
	line-height: 0;
	color: #a2a5b9
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-icon:before {
	line-height: 0
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-icon.kt-nav__link-icon--center
	{
	text-align: center;
	margin-right: .25rem
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-icon g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #a2a5b9
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-icon:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-bullet {
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	margin-right: 10px
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-bullet>span {
	vertical-align: middle;
	display: inline-block
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span
	{
	width: 4px;
	height: 4px;
	border-radius: 100%
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span
	{
	width: 8px;
	height: 2px;
	border-radius: 2px
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span
	{
	background-color: #a2a5b9
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-badge {
	padding: 0 0 0 5px
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-arrow {
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	font-size: .8rem;
	color: #a2a5b9;
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-arrow:before {
	content: ""
}

.kt-nav .kt-nav__item>.kt-nav__link .kt-nav__link-arrow:before {
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-nav .kt-nav__item>.kt-nav__link.collapsed .kt-nav__link-arrow {
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.kt-nav .kt-nav__item>.kt-nav__link.collapsed .kt-nav__link-arrow:before
	{
	content: ""
}

.kt-nav .kt-nav__item>.kt-nav__link.collapsed .kt-nav__link-arrow:before
	{
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-nav .kt-nav__item>.kt-nav__sub {
	padding: 0;
	margin: 0
}

.kt-nav .kt-nav__item>.kt-nav__sub .kt-nav__item>.kt-nav__link {
	padding: .5rem 1.5rem .5rem 2.5rem
}

.kt-nav .kt-nav__item.kt-nav__item--last {
	padding-bottom: 0
}

.kt-nav .kt-nav__item.active>.kt-nav__link, .kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ):not (.kt-nav__item--sub
	 )>.kt-nav__link {
	background-color: #f7f8fa;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-icon,
	.kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-text, .kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-arrow,
	.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-icon,
	.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-text,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ):not (.kt-nav__item--sub
	 )>.kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not 
	(.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub )>.kt-nav__link .kt-nav__link-icon, .kt-nav .kt-nav__item:hover:not
	 (.kt-nav__item--disabled ):not (.kt-nav__item--sub )>.kt-nav__link .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-icon g [fill],
	.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-icon g [fill],
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ):not (.kt-nav__item--sub
	 )>.kt-nav__link .kt-nav__link-icon g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #5d78ff
}

.kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-icon:hover g [fill],
	.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-icon:hover g [fill],
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ):not (.kt-nav__item--sub
	 )>.kt-nav__link .kt-nav__link-icon:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav .kt-nav__item.active>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span,
	.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ):not (.kt-nav__item--sub
	 )>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ):not (.kt-nav__item--sub
	 )>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span {
	background-color: #5d78ff
}

.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ).kt-nav__item--sub>.kt-nav__link.collapsed
	{
	background-color: #f7f8fa;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ).kt-nav__item--sub>.kt-nav__link.collapsed .kt-nav__link-arrow,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ).kt-nav__item--sub>.kt-nav__link.collapsed .kt-nav__link-icon,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ).kt-nav__item--sub>.kt-nav__link.collapsed .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ).kt-nav__item--sub>.kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav .kt-nav__item:hover:not (.kt-nav__item--disabled ).kt-nav__item--sub>.kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--line>span
	{
	background-color: #5d78ff
}

.kt-nav .kt-nav__item.kt-nav__item--disabled {
	opacity: .6
}

.kt-nav .kt-nav__custom {
	padding: .55rem 1.75rem
}

.kt-nav .kt-nav__section {
	margin-top: 1rem;
	padding: 0 1.75rem
}

.kt-nav .kt-nav__section .kt-nav__section-icon {
	color: #a2a5b9
}

.kt-nav .kt-nav__section.kt-nav__section--first {
	margin-top: .5rem
}

.kt-nav .kt-nav__section .kt-nav__section-text {
	color: #5d78ff;
	font-weight: 600;
	font-size: .9rem;
	text-transform: uppercase
}

.kt-nav .kt-nav__separator {
	margin: .7rem 0;
	height: 0;
	display: block;
	border-bottom: 1px solid #ebedf2
}

.kt-nav .kt-nav__separator.kt-nav__separator--dashed {
	border-bottom: 1px dashed #ebedf2
}

.kt-nav .kt-nav__space {
	height: 0;
	margin: .5rem 0
}

.kt-nav .kt-nav__space.kt-nav__space--sm {
	margin: .25rem 0
}

.kt-nav .kt-nav__space.kt-nav__space--lg {
	margin: .75rem 0
}

.kt-nav .kt-nav__space.kt-nav__space--xl {
	margin: 1rem 0
}

.kt-nav .kt-nav__foot, .kt-nav .kt-nav__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	color: #595d6e;
	font-weight: 500;
	padding: .55rem 1.75rem
}

.kt-nav .kt-nav__foot>i, .kt-nav .kt-nav__head>i {
	font-size: 1.2rem;
	color: #74788d
}

.kt-nav .kt-nav__head {
	font-size: 1.1rem
}

.kt-nav.kt-nav--fit {
	padding: 0
}

.kt-nav.kt-nav--fit .kt-nav__item>.kt-nav__link {
	padding-left: 0;
	padding-right: 0
}

.kt-nav.kt-nav--lg-space .kt-nav__item {
	margin: .35rem 0
}

.kt-nav.kt-nav--lg-space .kt-nav__item .kt-nav__link {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.kt-nav.kt-nav--lg-space .kt-nav__item:first-child {
	margin-top: 0
}

.kt-nav.kt-nav--lg-space .kt-nav__item:last-child {
	margin-bottom: 0
}

.kt-nav.kt-nav--md-space .kt-nav__item {
	margin: .25rem 0
}

.kt-nav.kt-nav--md-space .kt-nav__item .kt-nav__link {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.kt-nav.kt-nav--md-space .kt-nav__item:first-child {
	margin-top: 0
}

.kt-nav.kt-nav--md-space .kt-nav__item:last-child {
	margin-bottom: 0
}

.kt-nav.kt-nav--bold .kt-nav__item .kt-nav__link .kt-nav__link-text {
	font-weight: 500
}

.kt-nav.kt-nav--thin .kt-nav__item .kt-nav__link .kt-nav__link-text {
	font-weight: 300
}

.kt-nav.kt-nav--lg-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
	font-size: 1.15rem
}

.kt-nav.kt-nav--xl-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
	font-size: 1.25rem
}

.kt-nav.kt-nav--v2 .kt-nav__item {
	border-radius: 2rem;
	overflow: hidden
}

.kt-nav.kt-nav--v2 .kt-nav__item>.kt-nav__link {
	-webkit-transition: none;
	transition: none
}

.kt-nav.kt-nav--v2 .kt-nav__item:hover:not (.kt-nav__item--disabled ):not
	 (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link {
	background-color: #f4f4f9;
	-webkit-transition: none;
	transition: none
}

.kt-nav.kt-nav--v2 .kt-nav__item:hover:not (.kt-nav__item--disabled ):not
	 (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-arrow,
	.kt-nav.kt-nav--v2 .kt-nav__item:hover:not (.kt-nav__item--disabled ):not
	 (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-icon,
	.kt-nav.kt-nav--v2 .kt-nav__item:hover:not (.kt-nav__item--disabled ):not
	 (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav.kt-nav--v2 .kt-nav__item:hover:not (.kt-nav__item--disabled ):not
	 (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav.kt-nav--v2 .kt-nav__item:hover:not (.kt-nav__item--disabled ):not
	 (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span
	{
	background-color: #f4f4f9
}

.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active>.kt-nav__link {
	background-color: #5d78ff;
	-webkit-transition: none;
	transition: none
}

.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-arrow,
	.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-icon,
	.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-text
	{
	color: #fff
}

.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span
	{
	background-color: #fff
}

.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover>.kt-nav__link
	{
	background-color: #5d78ff
}

.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover>.kt-nav__link .kt-nav__link-arrow,
	.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover>.kt-nav__link .kt-nav__link-icon,
	.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover>.kt-nav__link .kt-nav__link-text
	{
	color: #fff
}

.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot>span,
	.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover>.kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line>span
	{
	background-color: #fff
}

.kt-nav.kt-nav--v3 .kt-nav__item {
	margin: 0
}

.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-left: 2px solid transparent
}

.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #f7f8fa;
	border-left: 2px solid #5d78ff
}

.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text,
	.kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav.kt-nav--v3 .kt-nav__item:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #f7f8fa
}

.kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav.kt-nav--v4 .kt-nav__item {
	padding: .65rem 0
}

.kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link {
	background-color: transparent;
	margin-left: 3px;
	color: #9492a1;
	font-size: 1.2rem;
	padding: 0 1.1rem
}

.kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link .kt-nav__link-text {
	color: #9492a1;
	font-size: 1.2rem
}

.kt-nav.kt-nav--v4 .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #5d78ff;
	color: #48465b;
	margin-left: 0
}

.kt-nav.kt-nav--v4 .kt-nav__item.active .kt-nav__link .kt-nav__link-text
	{
	color: #48465b
}

.kt-nav.kt-nav--v4 .kt-nav__item:first-child {
	margin-top: -.65rem
}

.kt-nav.kt-nav--v4 .kt-nav__item:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #f7f8fa
}

.kt-nav.kt-nav--v4 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav.kt-nav--v4--brand .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #5d78ff
}

.kt-nav.kt-nav--v4--brand .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #5d78ff
}

.kt-nav.kt-nav--v4--light .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #fff
}

.kt-nav.kt-nav--v4--light .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #fff
}

.kt-nav.kt-nav--v4--dark .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #282a3c
}

.kt-nav.kt-nav--v4--dark .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #282a3c
}

.kt-nav.kt-nav--v4--primary .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #5867dd
}

.kt-nav.kt-nav--v4--primary .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #5867dd
}

.kt-nav.kt-nav--v4--success .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #0abb87
}

.kt-nav.kt-nav--v4--success .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #0abb87
}

.kt-nav.kt-nav--v4--info .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #5578eb
}

.kt-nav.kt-nav--v4--info .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #5578eb
}

.kt-nav.kt-nav--v4--warning .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #ffb822
}

.kt-nav.kt-nav--v4--warning .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #ffb822
}

.kt-nav.kt-nav--v4--danger .kt-nav__item.active .kt-nav__link {
	border-left: 3px solid #fd397a
}

.kt-nav.kt-nav--v4--danger .kt-nav__item:hover:not (.kt-nav__item--disabled
	 ):not (.kt-nav__item--sub ):not (.kt-nav__item--active )>.kt-nav__link .kt-nav__link-text
	{
	color: #fd397a
}

.kt-notification .kt-notification__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.1rem 1.5rem;
	border-bottom: 1px solid #f7f8fa;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.kt-notification .kt-notification__item:last-child {
	border-bottom: 1px solid transparent
}

.kt-notification .kt-notification__item .kt-notification__item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2.5rem;
	flex: 0 0 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-notification .kt-notification__item .kt-notification__item-icon i {
	font-size: 1.4rem;
	color: #5d78ff
}

.kt-notification .kt-notification__item .kt-notification__item-icon svg
	{
	height: 24px;
	width: 24px;
	margin-left: -4px
}

.kt-notification .kt-notification__item .kt-notification__item-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 1rem;
	font-weight: 400;
	color: #595d6e
}

.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-time
	{
	font-size: 1rem;
	font-weight: 300;
	color: #74788d
}

.kt-notification .kt-notification__item:hover {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	text-decoration: none;
	background-color: #f7f8fa
}

.kt-notification .kt-notification__item:hover .kt-notification__item-details .kt-notification__item-title
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-notification .kt-notification__item.kt-notification__item--read {
	opacity: .5
}

.kt-notification .kt-notification__item:after {
	border: 0;
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "";
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "";
	font-size: .8rem;
	line-height: 0;
	position: relative;
	color: #74788d
}

.kt-notification .kt-notification__custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #f7f8fa;
	padding: 1.6rem 1.5rem
}

.kt-notification.kt-notification--fit .kt-notification__item {
	padding: .55rem 0
}

.kt-notification.kt-notification--fit .kt-notification__item:hover {
	background-color: transparent
}

.kt-notification.kt-notification--fit .kt-notification__item:hover .kt-notification__item-title
	{
	color: #5d78ff
}

.kt-notification-item-padding-x {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.kt-notification-item-margin-x {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.kt-notification-v2 {
	margin: 0
}

.kt-notification-v2 .kt-notification-v2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f8fa;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 50%
}

.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon i
	{
	font-size: 1.5rem
}

.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper
	{
	padding-left: 1.5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-title
	{
	font-size: 1.1rem;
	font-weight: 500;
	color: #5d5b6f
}

.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc
	{
	font-size: 1rem;
	font-weight: 300;
	color: #b3b1c2
}

.kt-notification-v2 .kt-notification-v2__item:hover {
	background-color: #f7f8fa;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-notification-v2 .kt-notification-v2__item:hover .kt-notification-v2__item-icon
	{
	background-color: #ebedf2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-card-profile {
	padding: 5px 0;
	margin: 0
}

.kt-card-profile .kt-card-profile__pic {
	text-align: center;
	padding: 0 5px 0 0;
	text-align: center
}

.kt-card-profile .kt-card-profile__pic .kt-card-profile__pic-wrapper {
	padding: 8px;
	display: inline-block;
	margin: 2rem auto;
	border-radius: 100%;
	border: 2px solid #ebedf2
}

.kt-card-profile .kt-card-profile__pic img {
	text-align: center;
	max-width: 130px !important;
	margin: 0 auto !important;
	border-radius: 100%
}

.kt-card-profile .kt-card-profile__pic .kt-card-profile__no-photo {
	height: 130px;
	width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	border-radius: 100%
}

.kt-card-profile .kt-card-profile__pic .kt-card-profile__no-photo>span {
	line-height: 0;
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase
}

.kt-card-profile .kt-card-profile__title {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500
}

.kt-card-profile .kt-card-profile__details {
	text-align: center;
	padding: 0
}

.kt-card-profile .kt-card-profile__details .kt-card-profile__name {
	display: block;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 500;
	color: #595d6e
}

.kt-card-profile .kt-card-profile__details .kt-card-profile__email {
	display: inline-block;
	padding: 6px 0 0 0;
	font-size: 500;
	color: #595d6e
}

.kt-notes .kt-notes__items {
	margin: 0;
	padding: 0
}

.kt-notes .kt-notes__items .kt-notes__item {
	left: 8px;
	border-left: 2px solid #ebedf2;
	padding: 0 0 50px 45px;
	position: relative;
	margin: 0 5px 0 17px
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media {
	position: absolute;
	top: 0;
	left: -25.5px
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media img {
	max-width: 50px;
	max-height: 50px;
	border-radius: 50%
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 2px solid #ebedf2;
	border-radius: 50%
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon i
	{
	color: #74788d;
	font-size: 1.8rem
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__user
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 1.2rem;
	background-color: #fff;
	border: 2px solid #ebedf2;
	color: #74788d;
	border-radius: 50%
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__circle
	{
	width: 25px;
	height: 25px;
	display: block;
	border: 2px solid #ebedf2;
	margin-left: 12px;
	background-color: #fff;
	border-radius: 50%
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
	background-color: #f7f8fc;
	padding: .5rem 1rem 1rem 1.5rem;
	border-radius: 4px
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title
	{
	font-size: 1rem;
	color: #595d6e;
	font-weight: 700;
	padding-right: 1rem
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__desc
	{
	color: #74788d;
	font-weight: 400;
	padding-right: 1rem
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__dropdown .btn-icon
	{
	width: 26px;
	height: 26px
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__body
	{
	color: #74788d;
	font-weight: 400;
	padding-right: 3rem;
	padding-top: .5rem;
	display: block
}

.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 10px;
	right: 100%;
	margin-right: -3.5rem;
	border-right: solid 10px #f7f8fc;
	border-bottom: solid 17px transparent;
	border-left: solid 17px transparent;
	border-top: solid 17px transparent
}

.kt-notes .kt-notes__items .kt-notes__item:last-child {
	border-left: 0
}

.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content
	{
	background-color: #fff;
	padding: 0
}

.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content:after
	{
	display: none
}

.kt-notes .kt-notes__items .kt-notes__item:last-child .kt-notes__media .kt-notes__circle
	{
	margin-left: 14px
}

@media ( max-width :1024px) {
	.kt-notes .kt-notes__items .kt-notes__item {
		margin: 0 7px 0 17px
	}
	.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
		padding: .5rem 1rem .7rem 1rem
	}
	.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__desc
		{
		padding-top: .5rem;
		display: block
	}
	.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
		margin-right: -3.8rem
	}
}

.kt-timeline-v1 {
	position: relative;
	width: 100%
}

.kt-timeline-v1:after {
	content: '';
	position: absolute;
	width: 5px;
	top: 0;
	margin-top: .1rem;
	bottom: 3rem;
	left: 50%;
	margin-left: -2.5px;
	background-color: #e6eaf5
}

.kt-timeline-v1.kt-timeline-v1--center {
	margin: 0 auto
}

.kt-timeline-v1 .kt-timeline-v1__items {
	padding-bottom: 6rem;
	position: relative
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__marker {
	width: 20px;
	height: 5px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	background-color: #e6eaf5
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item {
	position: relative;
	margin-left: 0;
	width: 50%;
	min-height: 3rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-arrow
	{
	color: #f7f8fc
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle
	{
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	position: absolute
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle>div
	{
	border-radius: 50%;
	width: 6px;
	height: 6px
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time
	{
	position: absolute;
	display: inline-block;
	margin-top: -2.14rem;
	font-weight: 700
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time>span
	{
	padding-left: 5px
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content
	{
	position: relative;
	border-radius: 4px;
	padding: 2.14rem;
	background-color: #f7f8fc
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-title
	{
	font-size: 1.2rem;
	font-weight: 500
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-title+.kt-timeline-v1__item-body
	{
	margin-top: 1.25rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-actions
	{
	margin-top: 1.25rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-desc
	{
	color: #74788d
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left
	{
	left: 0;
	padding-right: 2.85rem;
	position: relative
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-circle
	{
	right: -10px;
	top: 20px
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-time
	{
	right: 3.8rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left:after
	{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 15px;
	left: 100%;
	margin-left: -3rem;
	border-left: solid 10px #f7f8fc;
	border-bottom: solid 17px transparent;
	border-right: solid 17px transparent;
	border-top: solid 17px transparent
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right
	{
	left: 50%;
	padding-left: 2.86rem;
	top: -3.5rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right .kt-timeline-v1__item-circle
	{
	top: 20px;
	left: -10px
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right .kt-timeline-v1__item-time
	{
	left: 3.57rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right:after
	{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 15px;
	right: 100%;
	margin-right: -3rem;
	border-right: solid 10px #f7f8fc;
	border-bottom: solid 17px transparent;
	border-left: solid 17px transparent;
	border-top: solid 17px transparent
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first
	{
	top: 3.5rem
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first+.kt-timeline-v1__item--right
	{
	top: -1rem
}

.kt-timeline-v1.kt-timeline-v1--justified:after {
	left: 0;
	bottom: 0
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items {
	position: static;
	margin-bottom: 40px;
	padding: 20px 0
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__marker
	{
	left: 0;
	top: 0
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item
	{
	width: 100%;
	top: 0 !important;
	left: 0 !important;
	margin-top: 50px !important;
	padding-left: 2.25rem;
	padding-right: 0;
	position: relative
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item:after
	{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 15px;
	left: 0;
	margin-left: 3px;
	border-right: solid 10px #f7f8fc;
	border-bottom: solid 17px transparent;
	border-left: solid 17px transparent;
	border-top: solid 17px transparent
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time
	{
	position: absolute;
	display: inline-block;
	margin-top: -2.14rem
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle
	{
	left: -10px;
	top: 20px
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time
	{
	right: 100%;
	left: 3.57rem
}

.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first
	{
	margin-top: 20px !important
}

@media ( max-width :1399px) {
	.kt-timeline-v1:after {
		left: 0;
		bottom: 0
	}
	.kt-timeline-v1 .kt-timeline-v1__items {
		position: static;
		margin-bottom: 40px;
		padding: 20px 0
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__marker {
		left: 0;
		top: 0
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item {
		width: 100%;
		left: 0 !important;
		top: 0 !important;
		margin-top: 50px !important;
		padding-left: 2.25rem !important;
		padding-right: 0 !important;
		position: relative
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item:after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		top: 15px !important;
		left: 0 !important;
		right: auto !important;
		margin-left: 3px !important;
		border-right: solid 10px #f7f8fc !important;
		border-bottom: solid 17px transparent !important;
		border-left: solid 17px transparent !important;
		border-top: solid 17px transparent !important
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time
		{
		position: absolute;
		display: inline-block;
		margin-top: -2.14rem
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle
		{
		left: -10px;
		top: 20px
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time
		{
		right: 100%;
		left: 3.57rem
	}
	.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first
		{
		margin-top: 20px !important
	}
}

.kt-timeline-v2 {
	position: relative
}

.kt-timeline-v2:before {
	content: '';
	position: absolute;
	left: 4.85rem;
	width: .214rem;
	top: 5px;
	bottom: 5px;
	height: calc(100% - 5px);
	background-color: #e7e9f5
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item {
	display: table;
	position: relative;
	margin-bottom: 1.75rem
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time
	{
	display: table-cell;
	font-size: 1.3rem;
	font-weight: 500;
	vertical-align: top;
	position: absolute;
	padding-top: .18rem;
	color: #74788d
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle
	{
	border-radius: 50%;
	border: .89rem solid #fff;
	z-index: 1;
	top: .2rem;
	left: 4.12rem;
	position: relative
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle>i
	{
	font-size: 1.78rem;
	top: -.93rem;
	left: -.57rem;
	position: absolute
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text
	{
	display: table-cell;
	vertical-align: top;
	font-size: 1rem;
	padding: .35rem 0 0 5rem;
	color: #74788d
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text.kt-timeline-v2__item-text--bold
	{
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: .21rem;
	color: #74788d
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text>span
	{
	font-weight: 700
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-list-pics
	{
	display: table-cell;
	vertical-align: top
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child
	{
	margin-bottom: 0
}

.kt-timeline-v3 .kt-timeline-v3__item {
	display: table;
	margin-bottom: 1rem;
	position: relative
}

.kt-timeline-v3 .kt-timeline-v3__item:before {
	position: absolute;
	display: block;
	width: .28rem;
	border-radius: .3rem;
	height: 70%;
	left: 5.1rem;
	top: .46rem;
	content: ""
}

.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
	display: table-cell;
	vertical-align: top;
	padding-top: .6rem;
	font-weight: 500;
	font-size: 1.3rem;
	position: absolute;
	text-align: right;
	width: 3.57rem;
	color: #74788d
}

.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 7rem
}

.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-text
	{
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-user-name .kt-timeline-v3__itek-link
	{
	font-size: .9rem;
	text-decoration: none
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--brand:before
	{
	background: #5d78ff
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--light:before
	{
	background: #fff
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--dark:before
	{
	background: #282a3c
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--primary:before
	{
	background: #5867dd
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--success:before
	{
	background: #0abb87
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--info:before
	{
	background: #5578eb
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--warning:before
	{
	background: #ffb822
}

.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--danger:before
	{
	background: #fd397a
}

@media ( max-width :768px) {
	.kt-timeline-v3 .kt-timeline-v3__item {
		margin-left: 0
	}
}

.kt-user-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem 1rem;
	background-color: #f9fafe
}

.kt-user-card .kt-user-card__avatar .kt-badge, .kt-user-card .kt-user-card__avatar img
	{
	width: 60px;
	height: 60px;
	border-radius: 4px
}

.kt-user-card .kt-user-card__avatar .kt-badge {
	font-size: 2.2rem
}

.kt-user-card .kt-user-card__name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #595d6e;
	font-size: 1.3rem;
	font-weight: 500;
	padding-left: 1rem
}

.kt-user-card .kt-user-card__badge {
	padding-left: .5rem
}

.kt-user-card.kt-user-card--skin-light .kt-user-card__name {
	color: #595d6e
}

.kt-user-card.kt-user-card--skin-dark .kt-user-card__name {
	color: #fff
}

.kt-user-card.kt-user-card--skin-dark .kt-user-card__avatar .kt-badge {
	background-color: rgba(255, 255, 255, .1)
}

@media ( max-width :1024px) {
	.kt-user-card {
		padding: 1rem 1rem
	}
	.kt-user-card .kt-user-card__avatar .kt-badge, .kt-user-card .kt-user-card__avatar img
		{
		width: 40px;
		height: 40px
	}
	.kt-user-card .kt-user-card__name {
		font-size: 1.1rem;
		padding-left: .5rem
	}
	.kt-user-card .kt-user-card__badge {
		padding-left: .5rem
	}
}

.kt-user-card-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0
}

.kt-user-card-v2 .kt-user-card-v2__pic {
	padding-right: .5rem
}

.kt-user-card-v2 .kt-user-card-v2__pic .kt-badge {
	width: 40px;
	height: 40px
}

.kt-user-card-v2 .kt-user-card-v2__pic img {
	border-radius: 50%;
	max-width: 40px;
	max-height: 40px
}

.kt-user-card-v2 .kt-user-card-v2__details {
	line-height: 0
}

.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #595d6e
}

.kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__name:hover
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__desc,
	.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__email {
	margin-top: 3px;
	display: inline-block;
	font-size: .9rem;
	line-height: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__email:hover
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-user-card-v2.kt-user-card-v2--uncircle .kt-user-card-v2__pic img {
	border-radius: 4px
}

@media ( max-width :1024px) {
	.kt-user-card-v2 .kt-user-card-v2__pic img {
		max-width: 30px
	}
}

.kt-user-card-v3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-user-card-v3 .kt-user-card-v3__avatar>img {
	height: 120px;
	width: 120px;
	border-radius: 7px
}

.kt-user-card-v3 .kt-user-card-v3__detalis {
	padding-left: 1.5rem
}

.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name {
	font-size: 1.2rem;
	font-weight: 500;
	color: #33323f;
	text-decoration: none;
	padding-bottom: .8rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name:hover
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #5d78ff
}

.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__desc {
	font-size: 1rem;
	font-weight: 400;
	color: #b2afc6;
	padding: .8rem 0
}

.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: .8rem
}

.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item>i
	{
	line-height: 0;
	font-size: 1.4rem
}

.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item .kt-user-card-v3__tag
	{
	font-size: .9rem;
	font-weight: 400;
	color: #9e9bb1;
	padding-left: .8rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item:hover .kt-user-card-v3__tag
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #5d78ff
}

.kt-media {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px
}

.kt-media img {
	width: 100%;
	max-width: 50px;
	height: 50px
}

.kt-media span {
	width: 50px;
	height: 50px;
	font-size: 1.3rem
}

.kt-media.kt-media--fixed {
	width: 50px;
	height: 50px
}

.kt-media.kt-media--fixed img {
	width: 50px;
	height: 50px;
	max-width: auto
}

.kt-media img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px
}

.kt-media span {
	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;
	font-weight: 600;
	color: #74788d;
	border-radius: 4px
}

.kt-media.kt-media--default {
	background-color: #ebedf2
}

.kt-media.kt-media--brand span {
	background: rgba(93, 120, 255, .1);
	color: #5d78ff
}

.kt-media.kt-media--light span {
	background: rgba(255, 255, 255, .1);
	color: #fff
}

.kt-media.kt-media--dark span {
	background: rgba(40, 42, 60, .1);
	color: #282a3c
}

.kt-media.kt-media--primary span {
	background: rgba(88, 103, 221, .1);
	color: #5867dd
}

.kt-media.kt-media--success span {
	background: rgba(10, 187, 135, .1);
	color: #0abb87
}

.kt-media.kt-media--info span {
	background: rgba(85, 120, 235, .1);
	color: #5578eb
}

.kt-media.kt-media--warning span {
	background: rgba(255, 184, 34, .1);
	color: #ffb822
}

.kt-media.kt-media--danger span {
	background: rgba(253, 57, 122, .1);
	color: #fd397a
}

.kt-media.kt-media--xs img {
	width: 100%;
	max-width: 24px;
	height: 24px
}

.kt-media.kt-media--xs span {
	width: 24px;
	height: 24px;
	font-size: .8rem
}

.kt-media.kt-media--xs.kt-media--fixed {
	width: 24px;
	height: 24px
}

.kt-media.kt-media--xs.kt-media--fixed img {
	width: 24px;
	height: 24px;
	max-width: auto
}

.kt-media.kt-media--sm img {
	width: 100%;
	max-width: 30px;
	height: 30px
}

.kt-media.kt-media--sm span {
	width: 30px;
	height: 30px;
	font-size: .9rem
}

.kt-media.kt-media--sm.kt-media--fixed {
	width: 30px;
	height: 30px
}

.kt-media.kt-media--sm.kt-media--fixed img {
	width: 30px;
	height: 30px;
	max-width: auto
}

.kt-media.kt-media--md img {
	width: 100%;
	max-width: 47px;
	height: 47px
}

.kt-media.kt-media--md span {
	width: 47px;
	height: 47px;
	font-size: 1rem
}

.kt-media.kt-media--md.kt-media--fixed {
	width: 47px;
	height: 47px
}

.kt-media.kt-media--md.kt-media--fixed img {
	width: 47px;
	height: 47px;
	max-width: auto
}

.kt-media.kt-media--lg img {
	width: 100%;
	max-width: 65px;
	height: 65px
}

.kt-media.kt-media--lg span {
	width: 65px;
	height: 65px;
	font-size: 1.3rem
}

.kt-media.kt-media--lg.kt-media--fixed {
	width: 65px;
	height: 65px
}

.kt-media.kt-media--lg.kt-media--fixed img {
	width: 65px;
	height: 65px;
	max-width: auto
}

.kt-media.kt-media--xl img {
	width: 100%;
	max-width: 80px;
	height: 80px
}

.kt-media.kt-media--xl span {
	width: 80px;
	height: 80px;
	font-size: 1.7rem
}

.kt-media.kt-media--xl.kt-media--fixed {
	width: 80px;
	height: 80px
}

.kt-media.kt-media--xl.kt-media--fixed img {
	width: 80px;
	height: 80px;
	max-width: auto
}

.kt-media.kt-media--circle {
	border-radius: 50%
}

.kt-media.kt-media--circle img {
	border-radius: 50%
}

.kt-media.kt-media--circle span {
	border-radius: 50%
}

.kt-media-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0
}

.kt-media-card .kt-media {
	margin-right: .75rem
}

.kt-media-card .kt-media-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.kt-media-card .kt-media-card__info .kt-media-card__title {
	color: #595d6e;
	font-weight: 500;
	font-size: 1.2rem;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-media-card .kt-media-card__info a.kt-media-card__title {
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-media-card .kt-media-card__info a.kt-media-card__title:hover {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-media-card .kt-media-card__info .kt-media-card__desc {
	color: #74788d;
	font-weight: 400;
	font-size: .9rem
}

.kt-media-card .kt-media-card__info a.kt-media-card__desc {
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-media-card .kt-media-card__info a.kt-media-card__desc:hover {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-media-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-media-group .kt-media {
	position: relative;
	z-index: 0;
	margin-left: -10px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-media-group .kt-media:first-child {
	margin-left: 0
}

.kt-media-group .kt-media:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

.kt-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0
}

.kt-pagination .kt-pagination__links, .kt-pagination .kt-pagination__links li a
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-pagination .kt-pagination__links {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.kt-pagination .kt-pagination__links li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: .5rem;
	border-radius: 4px
}

.kt-pagination .kt-pagination__links li a {
	font-weight: 500;
	color: #74788d;
	font-size: 1rem;
	padding: 0 .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 30px;
	min-height: 30px;
	margin: 0
}

.kt-pagination .kt-pagination__links .kt-pagination__link--active a {
	color: #fff
}

.kt-pagination .kt-pagination__toolbar {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.kt-pagination .kt-pagination__toolbar .form-control {
	padding: 0;
	margin-right: 10px;
	height: 30px;
	font-weight: 600;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	outline: 0;
	border: none
}

.kt-pagination .kt-pagination__toolbar .pagination__desc {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 500;
	color: #74788d
}

.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(93, 120, 255, .1)
}

.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--active
	{
	background: #5d78ff
}

.kt-pagination.kt-pagination--brand .kt-pagination__links li:hover {
	background: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a i {
	color: #fff !important
}

.kt-pagination.kt-pagination--brand .kt-pagination__toolbar .form-control
	{
	background: rgba(93, 120, 255, .1)
}

.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(255, 255, 255, .1)
}

.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--active
	{
	background: #fff
}

.kt-pagination.kt-pagination--light .kt-pagination__links li:hover {
	background: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--light .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--light .kt-pagination__links li:hover a i {
	color: #fff !important
}

.kt-pagination.kt-pagination--light .kt-pagination__toolbar .form-control
	{
	background: rgba(255, 255, 255, .1)
}

.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(40, 42, 60, .1)
}

.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--active
	{
	background: #282a3c
}

.kt-pagination.kt-pagination--dark .kt-pagination__links li:hover {
	background: #282a3c;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a i {
	color: #fff !important
}

.kt-pagination.kt-pagination--dark .kt-pagination__toolbar .form-control
	{
	background: rgba(40, 42, 60, .1)
}

.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(88, 103, 221, .1)
}

.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--active
	{
	background: #5867dd
}

.kt-pagination.kt-pagination--primary .kt-pagination__links li:hover {
	background: #5867dd;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a i
	{
	color: #fff !important
}

.kt-pagination.kt-pagination--primary .kt-pagination__toolbar .form-control
	{
	background: rgba(88, 103, 221, .1)
}

.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(10, 187, 135, .1)
}

.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--active
	{
	background: #0abb87
}

.kt-pagination.kt-pagination--success .kt-pagination__links li:hover {
	background: #0abb87;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--success .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--success .kt-pagination__links li:hover a i
	{
	color: #fff !important
}

.kt-pagination.kt-pagination--success .kt-pagination__toolbar .form-control
	{
	background: rgba(10, 187, 135, .1)
}

.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(85, 120, 235, .1)
}

.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--active
	{
	background: #5578eb
}

.kt-pagination.kt-pagination--info .kt-pagination__links li:hover {
	background: #5578eb;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--info .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--info .kt-pagination__links li:hover a i {
	color: #fff !important
}

.kt-pagination.kt-pagination--info .kt-pagination__toolbar .form-control
	{
	background: rgba(85, 120, 235, .1)
}

.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(255, 184, 34, .1)
}

.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--active
	{
	background: #ffb822
}

.kt-pagination.kt-pagination--warning .kt-pagination__links li:hover {
	background: #ffb822;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a i
	{
	color: #fff !important
}

.kt-pagination.kt-pagination--warning .kt-pagination__toolbar .form-control
	{
	background: rgba(255, 184, 34, .1)
}

.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--first,
	.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--last,
	.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--next,
	.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--prev
	{
	background: rgba(253, 57, 122, .1)
}

.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--active
	{
	background: #fd397a
}

.kt-pagination.kt-pagination--danger .kt-pagination__links li:hover {
	background: #fd397a;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a {
	color: #fff
}

.kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a i
	{
	color: #fff !important
}

.kt-pagination.kt-pagination--danger .kt-pagination__toolbar .form-control
	{
	background: rgba(253, 57, 122, .1)
}

.kt-pagination.kt-pagination--circle .kt-pagination__links li {
	min-width: 30px;
	min-height: 30px;
	border-radius: 50%
}

.kt-pagination.kt-pagination--lg .kt-pagination__links li a {
	font-size: 1.3rem;
	min-width: 35px;
	min-height: 35px
}

.kt-pagination.kt-pagination--lg .kt-pagination__toolbar .form-control {
	height: 35px;
	font-size: 1.2rem;
	padding: .2rem 0 .2rem .2rem
}

.kt-pagination.kt-pagination--sm .kt-pagination__links li a {
	font-size: 1rem;
	min-width: 25px;
	min-height: 25px
}

.kt-pagination.kt-pagination--sm .kt-pagination__toolbar .form-control {
	height: 25px;
	font-size: .9rem
}

@media ( max-width :768px) {
	.kt-pagination .kt-pagination__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.kt-pagination .kt-pagination__links li {
		margin: .3rem .5rem .3rem 0
	}
	.kt-pagination .kt-pagination__links li a {
		font-size: .9rem;
		min-width: 25px;
		min-height: 25px
	}
	.kt-pagination .kt-pagination__toolbar .form-control {
		height: 25px;
		font-size: .9rem;
		padding: .2rem 0 .2rem .2rem
	}
}

.kt-searchbar .input-group .input-group-text {
	border: none;
	background-color: #f2f3f7;
	padding: 0 .65rem 0 1rem
}

.kt-searchbar .input-group .input-group-text .kt-svg-icon {
	height: 20px;
	width: 20px
}

.kt-searchbar .input-group .input-group-text i {
	font-size: 1rem
}

.kt-searchbar .input-group .form-control {
	border: none;
	background-color: #f2f3f7;
	padding: 0
}

.kt-searchbar .kt-input-icon .form-control {
	border: none;
	background-color: #f2f3f7
}

.kt-searchbar .kt-input-icon .kt-input-icon__icon .kt-svg-icon {
	height: 20px;
	width: 20px
}

.kt-callout {
	padding: 1.5rem
}

.kt-callout .kt-callout__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-callout .kt-callout__body .kt-callout__content {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.kt-callout .kt-callout__body .kt-callout__content .kt-callout__title {
	font-size: 1.85rem;
	font-weight: 500;
	color: #48465b;
	margin-bottom: 1rem
}

.kt-callout .kt-callout__body .kt-callout__content .kt-callout__desc {
	font-size: 1.15rem;
	line-height: 2rem;
	color: #9392a0;
	padding-right: 2rem;
	font-weight: 400
}

.kt-callout .kt-callout__body .kt-callout__content .kt-callout__desc:last-child
	{
	margin-bottom: 0
}

.kt-callout .kt-callout__body .kt-callout__action {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.kt-callout .kt-callout__body .kt-callout__action .btn.btn-custom {
	padding: 1rem 1.3rem;
	font-size: .9rem
}

.kt-callout--diagonal-bg {
	overflow: hidden;
	position: relative;
	background-color: #fff
}

.kt-callout--diagonal-bg .kt-callout__body {
	position: relative;
	z-index: 2
}

.kt-callout--diagonal-bg:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f8fa;
	z-index: 1
}

.kt-callout--diagonal-bg:after {
	content: ' ';
	width: 200%;
	height: 1000px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 45%;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	background-color: #fff
}

.kt-callout--brand {
	background-color: rgba(93, 120, 255, .07)
}

.kt-callout--brand.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--brand.kt-callout--diagonal-bg:before {
	background-color: rgba(93, 120, 255, .15)
}

.kt-callout--light {
	background-color: rgba(255, 255, 255, .07)
}

.kt-callout--light.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--light.kt-callout--diagonal-bg:before {
	background-color: rgba(255, 255, 255, .15)
}

.kt-callout--dark {
	background-color: rgba(40, 42, 60, .07)
}

.kt-callout--dark.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--dark.kt-callout--diagonal-bg:before {
	background-color: rgba(40, 42, 60, .15)
}

.kt-callout--primary {
	background-color: rgba(88, 103, 221, .07)
}

.kt-callout--primary.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--primary.kt-callout--diagonal-bg:before {
	background-color: rgba(88, 103, 221, .15)
}

.kt-callout--success {
	background-color: rgba(10, 187, 135, .07)
}

.kt-callout--success.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--success.kt-callout--diagonal-bg:before {
	background-color: rgba(10, 187, 135, .15)
}

.kt-callout--info {
	background-color: rgba(85, 120, 235, .07)
}

.kt-callout--info.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--info.kt-callout--diagonal-bg:before {
	background-color: rgba(85, 120, 235, .15)
}

.kt-callout--warning {
	background-color: rgba(255, 184, 34, .07)
}

.kt-callout--warning.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--warning.kt-callout--diagonal-bg:before {
	background-color: rgba(255, 184, 34, .15)
}

.kt-callout--danger {
	background-color: rgba(253, 57, 122, .07)
}

.kt-callout--danger.kt-callout--diagonal-bg {
	background-color: #fff
}

.kt-callout--danger.kt-callout--diagonal-bg:before {
	background-color: rgba(253, 57, 122, .15)
}

.kt-iconbox {
	padding: 1.5rem
}

.kt-iconbox .kt-iconbox__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.kt-iconbox .kt-iconbox__body .kt-iconbox__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	padding-right: 20px
}

.kt-iconbox .kt-iconbox__body .kt-iconbox__icon svg {
	height: 50px;
	width: 50px
}

.kt-iconbox .kt-iconbox__body .kt-iconbox__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__title {
	font-size: 1.55rem;
	color: #48465b
}

.kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__title .kt-link
	{
	color: #48465b
}

.kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__content {
	font-size: 1.1rem;
	font-weight: 400;
	color: #9392a0
}

.kt-iconbox a.kt-iconbox__body {
	cursor: pointer
}

.kt-iconbox--wave {
	background-color: #f7f8fa;
	overflow: hidden;
	position: relative
}

.kt-iconbox--wave>div {
	z-index: 1
}

.kt-iconbox--wave:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.kt-iconbox--wave:after {
	content: ' ';
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0
}

.kt-iconbox--wave:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.kt-iconbox--animate {
	background-color: #f7f8fa;
	overflow: hidden;
	position: relative
}

.kt-iconbox--animate>div {
	z-index: 1
}

.kt-iconbox--animate:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.kt-iconbox--animate:after {
	content: ' ';
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0
}

.kt-iconbox--animate:after {
	-webkit-animation: wave 15s infinite linear;
	animation: wave 15s infinite linear
}

.kt-iconbox--animate-slower {
	background-color: #f7f8fa;
	overflow: hidden;
	position: relative
}

.kt-iconbox--animate-slower>div {
	z-index: 1
}

.kt-iconbox--animate-slower:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.kt-iconbox--animate-slower:after {
	content: ' ';
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0
}

.kt-iconbox--animate-slower:after {
	-webkit-animation: wave 30s infinite linear;
	animation: wave 30s infinite linear
}

.kt-iconbox--animate-slow {
	background-color: #f7f8fa;
	overflow: hidden;
	position: relative
}

.kt-iconbox--animate-slow>div {
	z-index: 1
}

.kt-iconbox--animate-slow:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.kt-iconbox--animate-slow:after {
	content: ' ';
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0
}

.kt-iconbox--animate-slow:after {
	-webkit-animation: wave 25s infinite linear;
	animation: wave 25s infinite linear
}

.kt-iconbox--animate-fast {
	background-color: #f7f8fa;
	overflow: hidden;
	position: relative
}

.kt-iconbox--animate-fast>div {
	z-index: 1
}

.kt-iconbox--animate-fast:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.kt-iconbox--animate-fast:after {
	content: ' ';
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0
}

.kt-iconbox--animate-fast:after {
	-webkit-animation: wave 10s infinite linear;
	animation: wave 10s infinite linear
}

.kt-iconbox--animate-faster {
	background-color: #f7f8fa;
	overflow: hidden;
	position: relative
}

.kt-iconbox--animate-faster>div {
	z-index: 1
}

.kt-iconbox--animate-faster:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.kt-iconbox--animate-faster:after {
	content: ' ';
	width: 1000px;
	height: 1025px;
	position: absolute;
	bottom: 65%;
	left: -250px;
	border-radius: 35%;
	background: #fff;
	z-index: 0
}

.kt-iconbox--animate-faster:after {
	-webkit-animation: wave 5s infinite linear;
	animation: wave 5s infinite linear
}

.kt-iconbox--brand .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #5d78ff !important
}

.kt-iconbox--brand.kt-iconbox--animate, .kt-iconbox--brand.kt-iconbox--animate-fast,
	.kt-iconbox--brand.kt-iconbox--animate-faster, .kt-iconbox--brand.kt-iconbox--animate-slow,
	.kt-iconbox--brand.kt-iconbox--animate-slower {
	background-color: rgba(93, 120, 255, .07) !important
}

.kt-iconbox--light .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #fff !important
}

.kt-iconbox--light.kt-iconbox--animate, .kt-iconbox--light.kt-iconbox--animate-fast,
	.kt-iconbox--light.kt-iconbox--animate-faster, .kt-iconbox--light.kt-iconbox--animate-slow,
	.kt-iconbox--light.kt-iconbox--animate-slower {
	background-color: rgba(255, 255, 255, .07) !important
}

.kt-iconbox--dark .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #282a3c !important
}

.kt-iconbox--dark.kt-iconbox--animate, .kt-iconbox--dark.kt-iconbox--animate-fast,
	.kt-iconbox--dark.kt-iconbox--animate-faster, .kt-iconbox--dark.kt-iconbox--animate-slow,
	.kt-iconbox--dark.kt-iconbox--animate-slower {
	background-color: rgba(40, 42, 60, .07) !important
}

.kt-iconbox--primary .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #5867dd !important
}

.kt-iconbox--primary.kt-iconbox--animate, .kt-iconbox--primary.kt-iconbox--animate-fast,
	.kt-iconbox--primary.kt-iconbox--animate-faster, .kt-iconbox--primary.kt-iconbox--animate-slow,
	.kt-iconbox--primary.kt-iconbox--animate-slower {
	background-color: rgba(88, 103, 221, .07) !important
}

.kt-iconbox--success .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #0abb87 !important
}

.kt-iconbox--success.kt-iconbox--animate, .kt-iconbox--success.kt-iconbox--animate-fast,
	.kt-iconbox--success.kt-iconbox--animate-faster, .kt-iconbox--success.kt-iconbox--animate-slow,
	.kt-iconbox--success.kt-iconbox--animate-slower {
	background-color: rgba(10, 187, 135, .07) !important
}

.kt-iconbox--info .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #5578eb !important
}

.kt-iconbox--info.kt-iconbox--animate, .kt-iconbox--info.kt-iconbox--animate-fast,
	.kt-iconbox--info.kt-iconbox--animate-faster, .kt-iconbox--info.kt-iconbox--animate-slow,
	.kt-iconbox--info.kt-iconbox--animate-slower {
	background-color: rgba(85, 120, 235, .07) !important
}

.kt-iconbox--warning .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #ffb822 !important
}

.kt-iconbox--warning.kt-iconbox--animate, .kt-iconbox--warning.kt-iconbox--animate-fast,
	.kt-iconbox--warning.kt-iconbox--animate-faster, .kt-iconbox--warning.kt-iconbox--animate-slow,
	.kt-iconbox--warning.kt-iconbox--animate-slower {
	background-color: rgba(255, 184, 34, .07) !important
}

.kt-iconbox--danger .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
	fill: #fd397a !important
}

.kt-iconbox--danger.kt-iconbox--animate, .kt-iconbox--danger.kt-iconbox--animate-fast,
	.kt-iconbox--danger.kt-iconbox--animate-faster, .kt-iconbox--danger.kt-iconbox--animate-slow,
	.kt-iconbox--danger.kt-iconbox--animate-slower {
	background-color: rgba(253, 57, 122, .07) !important
}

@
-webkit-keyframes wave {
	from {-webkit-transform: rotate(0);
	transform: rotate(0)
}

from {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
@
keyframes wave {
	from {-webkit-transform: rotate(0);
	transform: rotate(0)
}

from {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
.kt-infobox {
	padding: 1.5rem
}

.kt-infobox .kt-infobox__title {
	font-size: 2rem;
	color: #48465b
}

.kt-infobox .kt-infobox__subtitle {
	font-size: 1.3rem;
	font-weight: 400;
	color: #48465b;
	margin-bottom: 1.2rem
}

.kt-infobox .kt-infobox__header {
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-infobox .kt-infobox__header .kt-infobox__badge {
	margin: auto 0 auto auto;
	font-size: 1rem;
	font-weight: 500;
	padding: .5rem 1rem;
	border-radius: 5px;
	color: #5d78ff;
	background-color: rgba(93, 120, 255, .15)
}

.kt-infobox .kt-infobox__body .kt-infobox__section {
	margin-bottom: 2rem
}

.kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content
	{
	font-weight: 400;
	color: #9392a0;
	font-size: 1.15rem;
	line-height: 2rem
}

.kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content .table
	{
	font-size: 1rem
}

.kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content .table thead th
	{
	padding-top: .8rem;
	padding-bottom: .8rem
}

.kt-infobox .kt-infobox__body .kt-infobox__section:last-child {
	margin-bottom: 0
}

.kt-infobox .kt-infobox__body .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-text
	{
	font-size: 1.25rem
}

.kt-infobox .kt-infobox__body .accordion .card .card-header .card-title
	{
	font-size: 1.25rem;
	font-weight: 400
}

.kt-infobox .kt-infobox__body .accordion .card .card-body {
	font-size: 1.15rem;
	line-height: 2rem;
	font-weight: 400;
	color: #9392a0
}

.kt-infobox .kt-infobox__body .accordion .card:last-child {
	margin-bottom: 0
}

.kt-infobox--brand .kt-infobox__header .kt-infobox__badge {
	color: #5d78ff;
	background-color: rgba(93, 120, 255, .15)
}

.kt-infobox--light .kt-infobox__header .kt-infobox__badge {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.kt-infobox--dark .kt-infobox__header .kt-infobox__badge {
	color: #282a3c;
	background-color: rgba(40, 42, 60, .15)
}

.kt-infobox--primary .kt-infobox__header .kt-infobox__badge {
	color: #5867dd;
	background-color: rgba(88, 103, 221, .15)
}

.kt-infobox--success .kt-infobox__header .kt-infobox__badge {
	color: #0abb87;
	background-color: rgba(10, 187, 135, .15)
}

.kt-infobox--info .kt-infobox__header .kt-infobox__badge {
	color: #5578eb;
	background-color: rgba(85, 120, 235, .15)
}

.kt-infobox--warning .kt-infobox__header .kt-infobox__badge {
	color: #ffb822;
	background-color: rgba(255, 184, 34, .15)
}

.kt-infobox--danger .kt-infobox__header .kt-infobox__badge {
	color: #fd397a;
	background-color: rgba(253, 57, 122, .15)
}

.kt-ribbon {
	position: relative
}

.kt-ribbon .kt-ribbon__target {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	background-color: #5d78ff;
	color: #fff
}

.kt-ribbon .kt-ribbon__target>.kt-ribbon__inner {
	z-index: -1;
	position: absolute;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.kt-ribbon .kt-ribbon__target:after {
	border-color: #0021c3
}

.kt-ribbon--ver .kt-ribbon__target {
	padding: 5px 10px;
	width: 36px;
	height: 46px;
	text-align: center
}

.kt-ribbon--shadow .kt-ribbon__target {
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, .4)
}

.kt-ribbon.kt-ribbon--round.kt-ribbon--top .kt-ribbon__target {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.kt-ribbon.kt-ribbon--round.kt-ribbon--bottom .kt-ribbon__target {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.kt-ribbon.kt-ribbon--round.kt-ribbon--left .kt-ribbon__target {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.kt-ribbon.kt-ribbon--round.kt-ribbon--right .kt-ribbon__target {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.kt-ribbon--border-ver .kt-ribbon__target:after {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid;
	border-right: 1px solid;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	right: 5px
}

.kt-ribbon--border-hor .kt-ribbon__target:after {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	right: 0
}

.kt-ribbon--border-dash-ver .kt-ribbon__target:after {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-style: dashed;
	border-right-style: dashed;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	right: 5px
}

.kt-ribbon--border-dash-hor .kt-ribbon__target:after {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-top-style: dashed;
	border-bottom-style: dashed;
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	right: 0
}

.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target {
	left: -10px
}

.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:after,
	.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:before
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent !important;
	bottom: -10px
}

.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:before
	{
	border-width: 0 10px 10px 0;
	border-right-color: #222 !important;
	left: 0
}

.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target {
	right: -10px
}

.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:after,
	.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:before
	{
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent !important;
	bottom: -10px
}

.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:before
	{
	border-width: 0 0 10px 10px;
	border-left-color: #222 !important;
	right: 0
}

.kt-ribbon--flag .kt-ribbon__target>.kt-ribbon__inner:after {
	border-left: 18px solid;
	border-right: 18px solid;
	border-bottom: 1em solid transparent !important;
	bottom: -1em;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 0
}

.kt-ribbon--brand .kt-ribbon__target {
	background-color: #5d78ff;
	color: #fff
}

.kt-ribbon--brand .kt-ribbon__target:after {
	border-color: rgba(255, 255, 255, .5)
}

.kt-ribbon--brand .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #5d78ff;
	color: #fff
}

.kt-ribbon--brand .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #5d78ff;
	border-right-color: #5d78ff
}

.kt-ribbon--light .kt-ribbon__target {
	background-color: #fff;
	color: #282a3c
}

.kt-ribbon--light .kt-ribbon__target:after {
	border-color: rgba(40, 42, 60, .5)
}

.kt-ribbon--light .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #fff;
	color: #282a3c
}

.kt-ribbon--light .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #fff;
	border-right-color: #fff
}

.kt-ribbon--dark .kt-ribbon__target {
	background-color: #282a3c;
	color: #fff
}

.kt-ribbon--dark .kt-ribbon__target:after {
	border-color: rgba(255, 255, 255, .5)
}

.kt-ribbon--dark .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #282a3c;
	color: #fff
}

.kt-ribbon--dark .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #282a3c;
	border-right-color: #282a3c
}

.kt-ribbon--primary .kt-ribbon__target {
	background-color: #5867dd;
	color: #fff
}

.kt-ribbon--primary .kt-ribbon__target:after {
	border-color: rgba(255, 255, 255, .5)
}

.kt-ribbon--primary .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #5867dd;
	color: #fff
}

.kt-ribbon--primary .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #5867dd;
	border-right-color: #5867dd
}

.kt-ribbon--success .kt-ribbon__target {
	background-color: #0abb87;
	color: #fff
}

.kt-ribbon--success .kt-ribbon__target:after {
	border-color: rgba(255, 255, 255, .5)
}

.kt-ribbon--success .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #0abb87;
	color: #fff
}

.kt-ribbon--success .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #0abb87;
	border-right-color: #0abb87
}

.kt-ribbon--info .kt-ribbon__target {
	background-color: #5578eb;
	color: #fff
}

.kt-ribbon--info .kt-ribbon__target:after {
	border-color: rgba(255, 255, 255, .5)
}

.kt-ribbon--info .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #5578eb;
	color: #fff
}

.kt-ribbon--info .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #5578eb;
	border-right-color: #5578eb
}

.kt-ribbon--warning .kt-ribbon__target {
	background-color: #ffb822;
	color: #111
}

.kt-ribbon--warning .kt-ribbon__target:after {
	border-color: rgba(17, 17, 17, .5)
}

.kt-ribbon--warning .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #ffb822;
	color: #111
}

.kt-ribbon--warning .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #ffb822;
	border-right-color: #ffb822
}

.kt-ribbon--danger .kt-ribbon__target {
	background-color: #fd397a;
	color: #fff
}

.kt-ribbon--danger .kt-ribbon__target:after {
	border-color: rgba(255, 255, 255, .5)
}

.kt-ribbon--danger .kt-ribbon__target>.kt-ribbon__inner {
	background-color: #fd397a;
	color: #fff
}

.kt-ribbon--danger .kt-ribbon__target>.kt-ribbon__inner:after {
	border-color: transparent;
	border-left-color: #fd397a;
	border-right-color: #fd397a
}

.kt-chat .kt-portlet__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-chat .kt-chat__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-chat .kt-chat__head .kt-chat__label .kt-chat__title {
	font-size: 1.1rem;
	color: #48465b;
	font-weight: 600;
	margin: 0;
	padding: 0
}

.kt-chat .kt-chat__head .kt-chat__label .kt-chat__title:hover {
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-chat .kt-chat__head .kt-chat__label .kt-chat__status {
	color: #74788d;
	font-size: .9rem;
	font-weight: 500;
	display: block
}

.kt-chat .kt-chat__head .kt-chat__left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left
}

.kt-chat .kt-chat__head .kt-chat__right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right
}

.kt-chat .kt-chat__head .kt-chat__center {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.kt-chat .kt-chat__messages .kt-chat__message {
	margin-bottom: 1rem
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username
	{
	padding: 0 .4rem;
	font-size: 1.1rem;
	color: #48465b;
	font-weight: 500
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__datetime
	{
	color: #74788d;
	font-size: .9rem;
	font-weight: 400
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
	display: inline-block;
	padding: 1.2rem 1.7rem;
	padding: 1.1rem 3.5rem 1.1rem 1.6rem;
	margin-top: .8rem;
	color: #6c7293;
	font-weight: 500;
	font-size: 1.1rem;
	border-radius: 4px
}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text b {
	color: #595d6e;
	font-weight: 0
}

.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right {
	text-align: right
}

.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text
	{
	text-align: right;
	padding: 1.1rem 1.6rem 1.1rem 3.5rem
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid {
	width: 100%
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message {
	padding: 1.3rem 1.7rem;
	margin: 1.5rem 0;
	display: inline-block;
	border-radius: 4px
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message:first-child
	{
	margin-top: 0
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message .kt-chat__text
	{
	padding: 0;
	margin-top: .5rem;
	background: 0 0 !important
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--right
	{
	float: right
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--brand
	{
	background: rgba(93, 120, 255, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--light
	{
	background: rgba(255, 255, 255, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--dark
	{
	background: rgba(40, 42, 60, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--primary
	{
	background: rgba(88, 103, 221, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--success
	{
	background: rgba(10, 187, 135, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--info
	{
	background: rgba(85, 120, 235, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--warning
	{
	background: rgba(255, 184, 34, .1)
}

.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--danger
	{
	background: rgba(253, 57, 122, .1)
}

.kt-chat .kt-chat__input .kt-chat__editor textarea {
	width: 100%;
	border: 0 !important;
	outline: 0 !important;
	background-color: transparent !important;
	color: #a2a5b9
}

.kt-chat .kt-chat__input .kt-chat__editor textarea::-moz-placeholder {
	color: #a2a5b9;
	opacity: 1
}

.kt-chat .kt-chat__input .kt-chat__editor textarea:-ms-input-placeholder
	{
	color: #a2a5b9
}

.kt-chat .kt-chat__input .kt-chat__editor textarea::-webkit-input-placeholder
	{
	color: #a2a5b9
}

.kt-chat .kt-chat__input .kt-chat__toolbar {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i {
	margin-right: 1.1rem;
	color: #cdd1e9;
	font-size: 1.4rem
}

.kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i:hover {
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

@media ( max-width :1024px) {
	.kt-chat .kt-chat__messages .kt-chat__message {
		margin-bottom: .75rem
	}
	.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username
		{
		padding: 0 .25rem;
		font-size: 1rem
	}
	.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
		display: inline-block;
		padding: .75rem 1rem;
		margin-top: .5rem
	}
	.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text
		{
		padding: .75rem 1rem
	}
	.kt-chat .kt-chat__input .kt-chat__toolbar {
		margin-top: .75rem
	}
	.kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i {
		margin-right: .75rem;
		font-size: 1.3rem
	}
}

.kt-demo-panel-toggle {
	background-color: #fff;
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 200px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5rem 0;
	-webkit-box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.kt-demo-panel-toggle span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #5d78ff;
	letter-spacing: 3px
}

.kt-demo-panel {
	background-color: #fff;
	-webkit-box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	padding: 2.5rem
}

.kt-demo-panel .kt-demo-panel__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem
}

.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title {
	font-size: 1.4rem;
	font-weight: 500;
	color: #48465b;
	margin: 0;
	padding: 0
}

.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title small {
	color: #74788d;
	font-size: 1.1rem
}

.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background-color: #f7f8fa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close i {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: .8rem;
	color: #74788d
}

.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #5d78ff
}

.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover i {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}

.kt-demo-panel .kt-demo-panel__body {
	position: relative
}

.kt-demo-panel .kt-demo-panel__body .ps__rail-y {
	opacity: 1
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item {
	display: block;
	margin-bottom: 2rem;
	outline: 0
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:last-child {
	margin-bottom: 0
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover {
	text-decoration: none
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-title
	{
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e;
	text-align: center;
	margin-bottom: .5rem
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview
	{
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 4px solid #ebedf2;
	border-radius: 4px
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img
	{
	width: 100%
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .15);
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn
	{
	margin-right: 5px
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child
	{
	margin-right: 0
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light
	{
	background-color: #fff;
	color: #74788d
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover
	{
	background-color: #fff;
	color: #595d6e
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 4px solid #5d78ff
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview
	{
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__purchase {
	margin-bottom: 2rem;
	display: block
}

@media ( min-width :1025px) {
	.kt-demo-panel .kt-demo-panel__body {
		padding-right: 1.5rem;
		margin-right: -1.5rem
	}
}

.kt-demo-panel-close {
	display: none
}

.kt-demo-panel {
	z-index: 1001;
	position: fixed;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 350px !important;
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: -370px
}

.kt-demo-panel.kt-demo-panel--on {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: 0
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-demo-panel {
		-webkit-transition: none !important;
		transition: none !important
	}
}

.kt-demo-panel--right .kt-demo-panel {
	right: -370px;
	left: auto
}

.kt-demo-panel--right .kt-demo-panel.kt-demo-panel--on {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	right: 0;
	left: auto
}

.kt-demo-panel-close {
	width: 25px;
	height: 25px;
	top: 1px;
	z-index: 1002;
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	position: fixed;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
	outline: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: -25px
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-demo-panel-close {
		-webkit-transition: none !important;
		transition: none !important
	}
}

.kt-demo-panel-close>i {
	line-height: 0;
	font-size: 1.4rem
}

.kt-demo-panel-close:hover {
	text-decoration: none
}

.kt-demo-panel--right .kt-demo-panel-close {
	left: auto;
	right: -25px
}

.kt-demo-panel--on .kt-demo-panel-close {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: 324px
}

.kt-demo-panel--on.kt-demo-panel--right .kt-demo-panel-close {
	left: auto;
	right: 324px
}

.kt-demo-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1000;
	background: rgba(0, 0, 0, .1);
	-webkit-animation: kt-animate-fade-in .3s linear 1;
	animation: kt-animate-fade-in .3s linear 1
}

.kt-demo-panel-overlay {
	background: rgba(0, 0, 0, .05)
}

@media ( max-width :400px) {
	.kt-demo-panel {
		width: 90% !important
	}
}

@media ( max-width :1024px) {
	.kt-demo-panel-toggle {
		width: 30px;
		padding: 1rem 0
	}
	.kt-demo-panel-toggle span {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 2px
	}
	.kt-demo-panel {
		padding: 1rem
	}
	.kt-demo-panel-toggle {
		top: 20%
	}
}

.kt-offcanvas-panel {
	background-color: #fff;
	-webkit-box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	padding: 2.5rem
}

.kt-offcanvas-panel .kt-offcanvas-panel__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem
}

.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title
	{
	font-size: 1.4rem;
	font-weight: 500;
	color: #48465b;
	margin: 0;
	padding: 0
}

.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title small
	{
	color: #74788d;
	font-size: 1rem
}

.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background-color: #f7f8fa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close i
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: .8rem;
	color: #74788d
}

.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close:hover
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #5d78ff
}

.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close:hover i
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}

.kt-offcanvas-panel .kt-offcanvas-panel__body {
	position: relative
}

.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section
	{
	padding: 0;
	font-size: 1.3rem;
	font-weight: 500;
	color: #595d6e;
	margin: 2rem 0 1.5rem 0
}

.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section.kt-offcanvas-panel__section--first
	{
	margin-top: 0
}

.kt-offcanvas-panel-close {
	display: none
}

.kt-offcanvas-panel {
	z-index: 1001;
	position: fixed;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 425px !important;
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: -445px
}

.kt-offcanvas-panel.kt-offcanvas-panel--on {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: 0
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-offcanvas-panel {
		-webkit-transition: none !important;
		transition: none !important
	}
}

.kt-offcanvas-panel--right .kt-offcanvas-panel {
	right: -445px;
	left: auto
}

.kt-offcanvas-panel--right .kt-offcanvas-panel.kt-offcanvas-panel--on {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	right: 0;
	left: auto
}

.kt-offcanvas-panel-close {
	width: 25px;
	height: 25px;
	top: 1px;
	z-index: 1002;
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	position: fixed;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
	outline: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: -25px
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-offcanvas-panel-close {
		-webkit-transition: none !important;
		transition: none !important
	}
}

.kt-offcanvas-panel-close>i {
	line-height: 0;
	font-size: 1.4rem
}

.kt-offcanvas-panel-close:hover {
	text-decoration: none
}

.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
	left: auto;
	right: -25px
}

.kt-offcanvas-panel--on .kt-offcanvas-panel-close {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: 399px
}

.kt-offcanvas-panel--on.kt-offcanvas-panel--right .kt-offcanvas-panel-close
	{
	left: auto;
	right: 399px
}

.kt-offcanvas-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1000;
	background: rgba(0, 0, 0, .1);
	-webkit-animation: kt-animate-fade-in .3s linear 1;
	animation: kt-animate-fade-in .3s linear 1
}

.kt-offcanvas-panel-overlay {
	background: rgba(0, 0, 0, .1)
}

@media ( max-width :475px) {
	.kt-offcanvas-panel {
		width: 90% !important
	}
}

@media ( min-width :1025px) {
	.kt-offcanvas-panel .kt-offcanvas-panel__body {
		padding-right: 1.5rem;
		margin-right: -1.5rem
	}
}

@media ( max-width :1024px) {
	.kt-offcanvas-panel {
		padding: 1rem
	}
}

.kt-quick-panel {
	background-color: #fff;
	-webkit-box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
	padding: 0
}

.kt-quick-panel .kt-quick-panel__close {
	position: absolute;
	z-index: 1;
	right: 1.5rem;
	top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background-color: #f7f8fa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.kt-quick-panel .kt-quick-panel__close i {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: .8rem;
	color: #74788d
}

.kt-quick-panel .kt-quick-panel__close:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #5d78ff
}

.kt-quick-panel .kt-quick-panel__close:hover i {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}

.kt-quick-panel .kt-quick-panel__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 1.5rem 0 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-quick-panel .kt-quick-panel__nav .nav {
	width: 100%;
	padding: 0 1.5rem;
	margin: 0
}

.kt-quick-panel .kt-quick-panel__nav .nav .nav-item {
	margin-right: 1.5rem
}

.kt-quick-panel .kt-quick-panel__nav .nav .nav-item .nav-link {
	font-size: 1rem;
	color: #74788d
}

.kt-quick-panel .kt-quick-panel__nav .nav .nav-item:last-child {
	margin-right: 0
}

.kt-quick-panel .kt-quick-panel__content {
	padding: 1.5rem 0
}

.kt-quick-panel .kt-quick-panel__content .ps>.ps__rail-y {
	right: 5px !important
}

.kt-quick-panel .kt-quick-panel__content-padding-x {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.kt-quick-panel-close {
	display: none
}

.kt-quick-panel {
	z-index: 1001;
	position: fixed;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 425px !important;
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: -445px
}

.kt-quick-panel.kt-quick-panel--on {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: 0
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-quick-panel {
		-webkit-transition: none !important;
		transition: none !important
	}
}

.kt-quick-panel--right .kt-quick-panel {
	right: -445px;
	left: auto
}

.kt-quick-panel--right .kt-quick-panel.kt-quick-panel--on {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	right: 0;
	left: auto
}

.kt-quick-panel-close {
	width: 25px;
	height: 25px;
	top: 1px;
	z-index: 1002;
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	position: fixed;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
	outline: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: -25px
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	.kt-quick-panel-close {
		-webkit-transition: none !important;
		transition: none !important
	}
}

.kt-quick-panel-close>i {
	line-height: 0;
	font-size: 1.4rem
}

.kt-quick-panel-close:hover {
	text-decoration: none
}

.kt-quick-panel--right .kt-quick-panel-close {
	left: auto;
	right: -25px
}

.kt-quick-panel--on .kt-quick-panel-close {
	-webkit-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
	left: 399px
}

.kt-quick-panel--on.kt-quick-panel--right .kt-quick-panel-close {
	left: auto;
	right: 399px
}

.kt-quick-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1000;
	background: rgba(0, 0, 0, .1);
	-webkit-animation: kt-animate-fade-in .3s linear 1;
	animation: kt-animate-fade-in .3s linear 1
}

.kt-quick-panel {
	background: #fff;
	-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
	box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75)
}

.kt-quick-panel-overlay {
	background: rgba(0, 0, 0, .1)
}

.kt-quick-panel-close {
	background-color: #e8e8f2
}

.kt-quick-panel-close>i {
	color: #968ad4
}

.kt-quick-panel-close:hover {
	background-color: #5d78ff
}

.kt-quick-panel-close:hover>i {
	color: #fff
}

@media ( max-width :475px) {
	.kt-quick-panel {
		width: 90% !important
	}
}

@media ( max-width :1024px) {
	.kt-quick-panel .kt-quick-panel__close {
		right: .5rem;
		top: .5rem;
		width: 24px;
		height: 24px
	}
	.kt-quick-panel .kt-quick-panel__close i {
		font-size: .8rem
	}
	.kt-quick-panel .kt-quick-panel__nav {
		padding: 1rem 0
	}
	.kt-quick-panel .kt-quick-panel__nav .nav .nav-item {
		margin-right: 1rem
	}
	.kt-quick-panel .kt-quick-panel__nav .nav .nav-item:last-child {
		margin-right: 0
	}
	.kt-quick-panel .kt-quick-panel__nav .nav .nav-link {
		padding-top: .5rem;
		padding-bottom: .5rem;
		font-size: .9rem;
		font-weight: 400;
		text-transform: uppercase
	}
	.kt-quick-panel .kt-quick-panel__nav .kt-quick-panel__close i {
		font-size: 1.1rem
	}
	.kt-quick-panel .kt-quick-panel__content {
		padding: 1rem .5rem 1rem 1rem
	}
	.kt-quick-panel .kt-quick-panel__content .tab-pane {
		padding-right: .5rem
	}
}

.kt-quick-search .kt-quick-search__form {
	padding: 0
}

.kt-quick-search .kt-quick-search__form .input-group {
	background-color: transparent
}

.kt-quick-search .kt-quick-search__form .input-group-append,
	.kt-quick-search .kt-quick-search__form .input-group-prepend {
	background-color: transparent
}

.kt-quick-search .kt-quick-search__form .input-group-append .input-group-text,
	.kt-quick-search .kt-quick-search__form .input-group-prepend .input-group-text
	{
	background-color: transparent;
	border: 0
}

.kt-quick-search .kt-quick-search__form .form-control {
	border: 0;
	background: 0 0;
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0;
	border-radius: 0
}

.kt-quick-search .kt-quick-search__form i {
	font-size: 1.3rem
}

.kt-quick-search .kt-quick-search__form .kt-quick-search__close {
	cursor: pointer;
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-quick-search .kt-quick-search__form .kt-quick-search__close:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #5d78ff
}

.kt-quick-search .kt-quick-search__wrapper {
	display: none
}

.kt-quick-search .kt-quick-search__wrapper.ps {
	padding-right: 10px !important;
	margin-right: -10px !important
}

.kt-quick-search .kt-quick-search__result {
	padding: 0;
	margin: 0
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
	font-weight: 500;
	font-size: 1rem
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__category {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #5d78ff;
	margin: .5rem 0 1rem 0
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__section {
	margin-bottom: 2rem
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item:last-child
	{
	margin-bottom: 0
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f0f0f4;
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon>i
	{
	font-size: 1.4rem
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img>img
	{
	max-width: 50px;
	max-height: 50px;
	border-radius: 50%
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file
	{
	width: 40px
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file>img
	{
	max-width: 40px;
	border-radius: 0
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper
	{
	padding-left: 1.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title
	{
	font-size: 1rem;
	font-weight: 500;
	color: #48465b;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title:hover
	{
	color: #5d78ff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc
	{
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__category
	{
	font-size: 1rem;
	margin: .25rem 0 .75rem 0
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__section
	{
	margin-bottom: 2.25rem
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item
	{
	margin-bottom: 1.5rem
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item:last-child
	{
	margin-bottom: 0
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon
	{
	width: 32px;
	height: 32px
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon>i
	{
	font-size: 1.4rem
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img
	{
	width: 32px;
	height: 32px
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img>img
	{
	max-width: 32px;
	max-height: 32px
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file
	{
	width: 27px
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file>img
	{
	max-width: 27px
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper
	{
	padding-left: .75rem
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title
	{
	font-size: 1rem;
	font-weight: 500
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc
	{
	font-size: .9rem;
	line-height: 1.1
}

.kt-quick-search.kt-quick-search--has-result .kt-quick-search__wrapper {
	display: block
}

.kt-quick-search.kt-quick-search--dropdown {
	padding: 1rem 1.5rem
}

.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group:before
	{
	right: 0
}

.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-prepend .input-group-text
	{
	padding-left: 0
}

.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-append .input-group-text
	{
	padding-right: 0
}

.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__wrapper {
	margin: 1.5rem 0 .5rem 0
}

.kt-quick-search.kt-quick-search--dropdown.kt-quick-search--has-result .kt-quick-search__form
	{
	border-bottom: 1px solid #ebedf2;
	padding-bottom: .75rem
}

.kt-quick-search.kt-quick-search--inline .dropdown-menu {
	padding: 1.5rem
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form {
	margin-bottom: 1.5rem
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .form-control
	{
	font-size: 1rem;
	font-weight: 500
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group
	{
	border-bottom: 1px solid #ebedf2
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group:before
	{
	right: 0
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-prepend .input-group-text
	{
	padding-left: 0
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-append .input-group-text
	{
	padding-right: 0
}

.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__wrapper {
	display: block
}

.kt-scroll {
	position: relative;
	overflow: hidden
}

.kt-sticky-toolbar {
	width: 46px;
	position: fixed;
	top: 30%;
	right: 0;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	z-index: 50;
	background: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
	box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px 0 0 3px
}

.kt-sticky-toolbar .kt-sticky-toolbar__item {
	margin: 0;
	padding: 5px;
	text-align: center
}

.kt-sticky-toolbar .kt-sticky-toolbar__item>a {
	background: #f4f4f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.kt-sticky-toolbar .kt-sticky-toolbar__item>a>i {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 1.3rem
}

.kt-sticky-toolbar .kt-sticky-toolbar__item>a:hover {
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.kt-sticky-toolbar .kt-sticky-toolbar__item>a:hover>i {
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand>a>i
	{
	color: #5d78ff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover>a
	{
	background: #5d78ff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover>a>i
	{
	color: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light>a>i
	{
	color: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light:hover>a
	{
	background: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light:hover>a>i
	{
	color: #282a3c
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark>a>i
	{
	color: #282a3c
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark:hover>a
	{
	background: #282a3c
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark:hover>a>i
	{
	color: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary>a>i
	{
	color: #5867dd
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary:hover>a
	{
	background: #5867dd
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary:hover>a>i
	{
	color: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success>a>i
	{
	color: #0abb87
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success:hover>a
	{
	background: #0abb87
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success:hover>a>i
	{
	color: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info>a>i
	{
	color: #5578eb
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info:hover>a
	{
	background: #5578eb
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info:hover>a>i
	{
	color: #fff
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning>a>i
	{
	color: #ffb822
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover>a
	{
	background: #ffb822
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover>a>i
	{
	color: #111
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger>a>i
	{
	color: #fd397a
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger:hover>a
	{
	background: #fd397a
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger:hover>a>i
	{
	color: #fff
}

@media ( min-width :1025px) {
	.kt-app .kt-app__aside {
		width: 350px
	}
}

@media ( max-width :400px) {
	.kt-app .kt-app__aside {
		width: 300px
	}
}

@media ( min-width :1025px) {
	.kt-app .kt-app__aside.kt-app__aside--sm {
		width: 250px
	}
}

@media ( max-width :300px) {
	.kt-app .kt-app__aside.kt-app__aside--sm {
		width: 200px
	}
}

@media ( min-width :1025px) {
	.kt-app .kt-app__aside.kt-app__aside--lg {
		width: 450px
	}
}

@media ( max-width :500px) {
	.kt-app .kt-app__aside.kt-app__aside--lg {
		width: 400px
	}
}

@media ( min-width :1025px) {
	.kt-app .kt-app__aside.kt-app__aside--xl {
		width: 600px
	}
}

@media ( max-width :650px) {
	.kt-app .kt-app__aside.kt-app__aside--xl {
		width: 550px
	}
}

.kt-app .kt-app__content {
	margin-left: 20px
}

.kt-app .kt-app__detail {
	margin-left: 20px
}

@media ( min-width :1025px) {
	.kt-app .kt-app__detail {
		width: 550px
	}
}

@media ( max-width :600px) {
	.kt-app .kt-app__detail {
		width: 500px
	}
}

@media ( min-width :1025px) {
	.kt-app .kt-app__detail.kt-app__detail--sm {
		width: 400px
	}
}

@media ( max-width :450px) {
	.kt-app .kt-app__detail.kt-app__detail--sm {
		width: 350px
	}
}

@media ( min-width :1025px) {
	.kt-app .kt-app__detail.kt-app__detail--lg {
		width: 700px
	}
}

@media ( max-width :750px) {
	.kt-app .kt-app__detail.kt-app__detail--lg {
		width: 650px
	}
}

@media ( min-width :1025px) {
	.kt-app .kt-app__detail.kt-app__detail--xl {
		width: 850px
	}
}

@media ( max-width :900px) {
	.kt-app .kt-app__detail.kt-app__detail--xl {
		width: 800px
	}
}

@media ( max-width :1024px) {
	.kt-app .kt-app__aside {
		padding: 35px 15px 15px 15px;
		background-color: #fff
	}
	.kt-app .kt-app__aside .kt-portlet {
		-webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, .1);
		box-shadow: 0 0 30px 0 rgba(82, 63, 105, .1)
	}
	.kt-app .kt-app__aside.kt-app__aside--fit {
		padding: 20px 0 0 0
	}
	.kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.kt-app .kt-app__content {
		margin-left: 0
	}
	.kt-app .kt-app__detail {
		margin-left: 0
	}
}

.kt-app__aside-close {
	display: none
}

@media ( max-width :1024px) {
	.kt-app__aside {
		z-index: 1001;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		width: 300px !important;
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: -320px
	}
	.kt-app__aside.kt-app__aside--on {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: 0
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-app__aside {
		-webkit-transition: none !important;
		transition: none !important
	}
}

@media ( max-width :1024px) {
	.kt-app__aside--right .kt-app__aside {
		right: -320px;
		left: auto
	}
	.kt-app__aside--right .kt-app__aside.kt-app__aside--on {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		right: 0;
		left: auto
	}
	.kt-app__aside-close {
		width: 25px;
		height: 25px;
		top: 1px;
		z-index: 1002;
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		position: fixed;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 3px;
		cursor: pointer;
		outline: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		left: -25px
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-app__aside-close {
		-webkit-transition: none !important;
		transition: none !important
	}
}

@media ( max-width :1024px) {
	.kt-app__aside-close>i {
		line-height: 0;
		font-size: 1.4rem
	}
	.kt-app__aside-close:hover {
		text-decoration: none
	}
	.kt-app__aside--right .kt-app__aside-close {
		left: auto;
		right: -25px
	}
	.kt-app__aside--on .kt-app__aside-close {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: 274px
	}
	.kt-app__aside--on.kt-app__aside--right .kt-app__aside-close {
		left: auto;
		right: 274px
	}
	.kt-app__aside-overlay {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: 1000;
		background: rgba(0, 0, 0, .1);
		-webkit-animation: kt-animate-fade-in .3s linear 1;
		animation: kt-animate-fade-in .3s linear 1
	}
	.kt-app__aside-overlay {
		background: rgba(0, 0, 0, .05)
	}
	.kt-app__aside-close {
		background-color: #f7f8fa
	}
	.kt-app__aside-close>i {
		color: #74788d
	}
	.kt-app__aside-close:hover {
		background-color: transparent
	}
	.kt-app__aside-close:hover>i {
		color: #5d78ff
	}
}

@media ( max-width :350px) {
	.kt-app__aside {
		width: 90% !important
	}
}

.kt-subheader {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 10px 0
}

.kt-subheader .kt-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-subheader .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 32px !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: .25rem;
	margin-bottom: .25rem
}

.kt-subheader .btn i {
	font-size: 1rem !important
}

.kt-subheader .btn.btn-icon {
	width: 32px !important
}

.kt-subheader
 
.btn
:not
 
(
.dropdown-toggle-split
 
){
margin-left
:
 
.5rem


}
.kt-subheader .kt-subheader__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .25rem 0
}

.kt-subheader
 
.kt-subheader__main
 
.btn
:not
 
(
.dropdown-toggle-split
 
){
margin-left
:
 
0;
margin-right
:
 
.5rem


}
.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
	display: none
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
	margin: 0;
	padding: 0 1rem 0 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #434349;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-subheader .kt-subheader__main .kt-subheader__title small {
	padding-left: .25rem;
	font-size: .9rem;
	color: #74788d
}

.kt-subheader .kt-subheader__main .kt-subheader__desc {
	padding: 0 .5rem 0 0;
	font-size: 1rem;
	font-weight: 500;
	color: #959cb6
}

.kt-subheader .kt-subheader__main .kt-subheader__separator {
	display: block;
	width: 12px;
	height: 4px;
	border-radius: 2px;
	background: #e7e8ef;
	margin: 0 1rem 0 0
}

.kt-subheader .kt-subheader__main .kt-subheader__separator.kt-subheader__separator--v
	{
	width: 1px;
	height: 22px
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home
	{
	padding: 0 .65rem 0 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home>i
	{
	font-size: 1rem;
	color: #c5cbe7
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover>i
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #5d78ff
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home.kt-subheader__breadcrumbs-home--active>i
	{
	color: #5d78ff
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link
	{
	padding: 0 .35rem 0 0;
	font-size: 1rem;
	font-weight: 500;
	color: #959cb6;
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover
	{
	color: #5d78ff
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link.kt-subheader__breadcrumbs-link--active
	{
	color: #5d78ff
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover
	{
	-webkit-transition: all .3s;
	transition: all .3s
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: content;
	-ms-flex-pack: content;
	justify-content: content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .35rem 0 0
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after
	{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: " ";
	background: #e7e8ef
}

.kt-subheader .kt-subheader__main .kt-subheader__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-subheader .kt-subheader__toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.kt-subheader
 
.kt-subheader__toolbar
 
.btn
:not
 
(
.dropdown-toggle-split
 
){
margin-left
:
 
.25rem


}
.kt-subheader .kt-subheader__btn-primary {
	background: #f2f3f7;
	color: #959cb6;
	font-weight: 500
}

.kt-subheader .kt-subheader__btn-primary i {
	color: #959cb6
}

.kt-subheader .kt-subheader__btn-primary.active, .kt-subheader .kt-subheader__btn-primary:active,
	.kt-subheader .kt-subheader__btn-primary:focus, .kt-subheader .kt-subheader__btn-primary:hover
	{
	color: #fff;
	background: #5d78ff
}

.kt-subheader .kt-subheader__btn-primary.active i, .kt-subheader .kt-subheader__btn-primary:active i,
	.kt-subheader .kt-subheader__btn-primary:focus i, .kt-subheader .kt-subheader__btn-primary:hover i
	{
	color: #fff
}

.kt-subheader .kt-subheader__btn-primary.active g [fill], .kt-subheader .kt-subheader__btn-primary:active g [fill],
	.kt-subheader .kt-subheader__btn-primary:focus g [fill], .kt-subheader .kt-subheader__btn-primary:hover g [fill]
	{
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #fff
}

.kt-subheader .kt-subheader__btn-primary.active:hover g [fill],
	.kt-subheader .kt-subheader__btn-primary:active:hover g [fill],
	.kt-subheader .kt-subheader__btn-primary:focus:hover g [fill],
	.kt-subheader .kt-subheader__btn-primary:hover:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-subheader .kt-subheader__btn-secondary {
	color: #959cb6;
	font-weight: 500
}

.kt-subheader .kt-subheader__btn-secondary i {
	color: #aab1df
}

.kt-subheader .kt-subheader__btn-secondary g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #aab1df
}

.kt-subheader .kt-subheader__btn-secondary:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-subheader .kt-subheader__btn-secondary.active, .kt-subheader .kt-subheader__btn-secondary:active,
	.kt-subheader .kt-subheader__btn-secondary:focus, .kt-subheader .kt-subheader__btn-secondary:hover
	{
	background: #f2f3f7;
	color: #5d78ff
}

.kt-subheader .kt-subheader__btn-secondary.active g [fill],
	.kt-subheader .kt-subheader__btn-secondary:active g [fill],
	.kt-subheader .kt-subheader__btn-secondary:focus g [fill],
	.kt-subheader .kt-subheader__btn-secondary:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #5d78ff
}

.kt-subheader .kt-subheader__btn-secondary.active:hover g [fill],
	.kt-subheader .kt-subheader__btn-secondary:active:hover g [fill],
	.kt-subheader .kt-subheader__btn-secondary:focus:hover g [fill],
	.kt-subheader .kt-subheader__btn-secondary:hover:hover g [fill] {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-subheader .kt-subheader__btn-daterange {
	background: #f2f3f7
}

.kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-title
	{
	display: inline-block;
	color: #959cb6;
	font-weight: 500
}

.kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-date
	{
	display: inline-block;
	color: #5d78ff;
	margin-right: .75rem;
	font-weight: 500
}

.kt-subheader .kt-subheader__btn-daterange i {
	color: #5d78ff
}

.kt-subheader .kt-subheader__btn-daterange.active, .kt-subheader .kt-subheader__btn-daterange:active,
	.kt-subheader .kt-subheader__btn-daterange:focus, .kt-subheader .kt-subheader__btn-daterange:hover
	{
	background: #f2f3f7
}

.kt-subheader .kt-subheader__btn-daterange.active i, .kt-subheader .kt-subheader__btn-daterange:active i,
	.kt-subheader .kt-subheader__btn-daterange:focus i, .kt-subheader .kt-subheader__btn-daterange:hover i
	{
	color: #5d78ff
}

.kt-subheader .kt-subheader__search {
	width: 175px;
	display: inline-block
}

.kt-subheader .kt-subheader__search .form-control {
	font-size: .9rem;
	height: 33px;
	background: #f2f3f7;
	border-color: #f2f3f7 !important
}

.kt-subheader .kt-subheader__search .kt-input-icon__icon i {
	font-size: 1.2rem;
	color: #74788d
}

.kt-subheader--solid .kt-subheader {
	margin: 0 0 25px 0;
	min-height: 54px
}

.kt-subheader--transparent .kt-subheader {
	background-color: transparent
}

.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__separator
	{
	background: #dbdce7
}

.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home>i
	{
	color: #b7bee1
}

.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link
	{
	color: #959cb6
}

.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after
	{
	background: #dbdce7
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary {
	background: #e1e3ec;
	color: #959cb6
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary i {
	color: #959cb6
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary g [fill]
	{
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #959cb6
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover g [fill]
	{
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover
	{
	background: #5d78ff;
	color: #fff
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active i,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active i,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus i,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover i
	{
	color: #fff
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active g [fill],
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active g [fill],
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus g [fill],
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover g [fill]
	{
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: #fff
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active:hover g [fill],
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active:hover g [fill],
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus:hover g [fill],
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover:hover g [fill]
	{
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary {
	color: #8c94b0
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary i
	{
	color: #9fa7db
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary.active,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:active,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:focus,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:hover
	{
	background: #eaecf2
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange {
	background: #e1e3ec
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange.active,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:active,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:focus,
	.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:hover
	{
	background: #d7dbe6
}

.kt-subheader--transparent .kt-subheader .kt-subheader__search .form-control
	{
	background: #eaecf2;
	border-color: #eaecf2 !important
}

@media ( max-width :1024px) {
	.kt-subheader {
		margin: 2px 0
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		background: 0 0;
		outline: 0 !important;
		width: 20px;
		height: 22px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
		display: block;
		position: absolute;
		top: 10px;
		height: 2px;
		min-height: 2px;
		width: 100%;
		border-radius: 2px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after,
		.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before
		{
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		min-height: 2px;
		content: "";
		border-radius: 2px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before
		{
		top: -6px
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after
		{
		bottom: -6px
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:before
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: auto;
		right: 0;
		width: 50%
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:after
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: auto;
		right: 0;
		width: 75%
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:after,
		.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:before
		{
		width: 100%;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:before
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: 0;
		right: auto;
		width: 50%
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:after
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: 0;
		right: auto;
		width: 75%
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:before
		{
		left: 0;
		right: auto;
		width: 50%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:after
		{
		left: 0;
		right: auto;
		width: 75%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:after,
		.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:before
		{
		width: 100%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:before
		{
		left: auto;
		right: 0;
		width: 50%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:after
		{
		left: auto;
		right: 0;
		width: 75%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
		background: #74788d
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after,
		.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before
		{
		background: #74788d
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span
		{
		background: #5d78ff
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::after,
		.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::before
		{
		background: #5d78ff
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span
		{
		background: #5d78ff
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::after,
		.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::before
		{
		background: #5d78ff
	}
	.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
		display: inline-block;
		margin-right: 1rem
	}
	.kt-subheader .kt-subheader__main .kt-subheader__title {
		padding: .5rem 1.25rem .5rem 0
	}
	.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
		padding: .5rem 0
	}
	.kt-subheader .kt-subheader__toolbar {
		padding: .5rem 0
	}
	.kt-subheader--transparent .kt-subheader {
		background-color: transparent
	}
}

@media ( max-width :768px) {
	.kt-subheader .kt-subheader__toolbar {
		padding-top: .5rem
	}
}

.kt-badge {
	padding: 0;
	margin: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: .8rem
}

.kt-badge.kt-badge--bold {
	font-weight: 500
}

.kt-badge.kt-badge--bolder {
	font-weight: 600
}

.kt-badge.kt-badge--boldest {
	font-weight: 700
}

.kt-badge.kt-badge--md {
	height: 24px;
	width: 24px;
	font-size: .9rem
}

.kt-badge.kt-badge--lg {
	height: 35px;
	width: 35px;
	font-size: 1rem
}

.kt-badge.kt-badge--xl {
	height: 50px;
	width: 50px;
	font-size: 1.1rem;
	font-weight: 500
}

.kt-badge.kt-badge__pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.kt-badge.kt-badge__pics .kt-badge__pic {
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	overflow: hidden;
	margin-left: -.7rem;
	border: 1px solid #fff;
	background-color: #f0f3ff;
	color: #a1a8c3;
	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;
	font-weight: 500;
	position: relative
}

.kt-badge.kt-badge__pics .kt-badge__pic img {
	width: 100%
}

.kt-badge.kt-badge__pics .kt-badge__pic.kt-badge__pic--last {
	font-size: 1rem;
	font-weight: 500
}

.kt-badge.kt-badge--brand {
	color: #fff;
	background: #5d78ff
}

.kt-badge.kt-badge--outline.kt-badge--brand {
	background: 0 0;
	color: #5d78ff;
	border: 1px solid #5d78ff
}

.kt-badge.kt-badge--outline.kt-badge--brand.kt-badge--outline-2x {
	border: 2px solid #5d78ff
}

.kt-badge.kt-badge--light {
	color: #282a3c;
	background: #fff
}

.kt-badge.kt-badge--outline.kt-badge--light {
	background: 0 0;
	color: #fff;
	border: 1px solid #fff
}

.kt-badge.kt-badge--outline.kt-badge--light.kt-badge--outline-2x {
	border: 2px solid #fff
}

.kt-badge.kt-badge--dark {
	color: #fff;
	background: #282a3c
}

.kt-badge.kt-badge--outline.kt-badge--dark {
	background: 0 0;
	color: #282a3c;
	border: 1px solid #282a3c
}

.kt-badge.kt-badge--outline.kt-badge--dark.kt-badge--outline-2x {
	border: 2px solid #282a3c
}

.kt-badge.kt-badge--primary {
	color: #fff;
	background: #5867dd
}

.kt-badge.kt-badge--outline.kt-badge--primary {
	background: 0 0;
	color: #5867dd;
	border: 1px solid #5867dd
}

.kt-badge.kt-badge--outline.kt-badge--primary.kt-badge--outline-2x {
	border: 2px solid #5867dd
}

.kt-badge.kt-badge--success {
	color: #fff;
	background: #0abb87
}

.kt-badge.kt-badge--outline.kt-badge--success {
	background: 0 0;
	color: #0abb87;
	border: 1px solid #0abb87
}

.kt-badge.kt-badge--outline.kt-badge--success.kt-badge--outline-2x {
	border: 2px solid #0abb87
}

.kt-badge.kt-badge--info {
	color: #fff;
	background: #5578eb
}

.kt-badge.kt-badge--outline.kt-badge--info {
	background: 0 0;
	color: #5578eb;
	border: 1px solid #5578eb
}

.kt-badge.kt-badge--outline.kt-badge--info.kt-badge--outline-2x {
	border: 2px solid #5578eb
}

.kt-badge.kt-badge--warning {
	color: #111;
	background: #ffb822
}

.kt-badge.kt-badge--outline.kt-badge--warning {
	background: 0 0;
	color: #ffb822;
	border: 1px solid #ffb822
}

.kt-badge.kt-badge--outline.kt-badge--warning.kt-badge--outline-2x {
	border: 2px solid #ffb822
}

.kt-badge.kt-badge--danger {
	color: #fff;
	background: #fd397a
}

.kt-badge.kt-badge--outline.kt-badge--danger {
	background: 0 0;
	color: #fd397a;
	border: 1px solid #fd397a
}

.kt-badge.kt-badge--outline.kt-badge--danger.kt-badge--outline-2x {
	border: 2px solid #fd397a
}

.kt-badge.kt-badge--unified-brand {
	color: #5d78ff;
	background: rgba(93, 120, 255, .1)
}

.kt-badge.kt-badge--unified-light {
	color: #fff;
	background: rgba(255, 255, 255, .1)
}

.kt-badge.kt-badge--unified-dark {
	color: #282a3c;
	background: rgba(40, 42, 60, .1)
}

.kt-badge.kt-badge--unified-primary {
	color: #5867dd;
	background: rgba(88, 103, 221, .1)
}

.kt-badge.kt-badge--unified-success {
	color: #0abb87;
	background: rgba(10, 187, 135, .1)
}

.kt-badge.kt-badge--unified-info {
	color: #5578eb;
	background: rgba(85, 120, 235, .1)
}

.kt-badge.kt-badge--unified-warning {
	color: #ffb822;
	background: rgba(255, 184, 34, .1)
}

.kt-badge.kt-badge--unified-danger {
	color: #fd397a;
	background: rgba(253, 57, 122, .1)
}

.kt-badge.kt-badge--inline {
	height: auto;
	width: auto;
	padding: .15rem .75rem;
	border-radius: 2px
}

.kt-badge.kt-badge--inline.kt-badge--md {
	padding: .8rem .6rem
}

.kt-badge.kt-badge--inline.kt-badge--lg {
	padding: .9rem .7rem
}

.kt-badge.kt-badge--inline.kt-badge--xl {
	padding: 1rem .8rem
}

.kt-badge.kt-badge--pill {
	border-radius: 2rem
}

.kt-badge.kt-badge--rounded {
	border-radius: 4px
}

.kt-badge.kt-badge--dot {
	display: inline-block;
	line-height: 6px;
	min-height: 6px;
	min-width: 6px;
	height: 6px;
	width: 6px;
	font-size: 0;
	vertical-align: middle;
	text-align: center
}

.kt-badge.kt-badge--dot.kt-badge--sm {
	line-height: 4px;
	min-height: 4px;
	min-width: 4px;
	height: 4px;
	width: 4px
}

.kt-badge.kt-badge--dot.kt-badge--lg {
	line-height: 8px;
	min-height: 8px;
	min-width: 8px;
	height: 8px;
	width: 8px
}

.kt-badge.kt-badge--dot.kt-badge--xl {
	line-height: 10px;
	min-height: 10px;
	min-width: 10px;
	height: 10px;
	width: 10px
}

.kt-badge.kt-badge--square {
	border-radius: 0
}

.kt-badge.kt-badge--elevate {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.kt-demo-icon {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 4px
}

.kt-demo-icon .kt-demo-icon__preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px
}

.kt-demo-icon .kt-demo-icon__preview i {
	line-height: 0;
	vertical-align: middle;
	font-size: 2.5rem !important
}

.kt-demo-icon .kt-demo-icon__class {
	color: #74788d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	font-size: 1rem;
	font-weight: 400
}

.kt-demo-icon:hover {
	background-color: #f7f8fa
}

.kt-demo-icon.kt-demo-icon--overlay {
	position: relative
}

.kt-demo-icon.kt-demo-icon--overlay svg {
	height: 40px;
	width: 40px
}

.kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .05);
	-webkit-transition: all .3 ease;
	transition: all .3 ease;
	opacity: 0
}

.kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay .btn {
	margin-right: 10px
}

.kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay .btn:last-child
	{
	margin-right: 0
}

.kt-demo-icon.kt-demo-icon--overlay:hover {
	background-color: transparent
}

.kt-demo-icon.kt-demo-icon--overlay:hover .kt-demo-icon__overlay {
	-webkit-transition: all .3 ease;
	transition: all .3 ease;
	opacity: 1
}

.kt-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-divider>span:first-child {
	width: 100%;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #ebecf1;
	display: inline-block
}

.kt-divider>span:last-child {
	width: 100%;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #ebecf1;
	display: inline-block
}

.kt-divider
>
span
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
){
padding
:
 
0
2
rem


}
.kt-heading {
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0;
	margin: 1.75rem 0;
	color: #48465b
}

.kt-heading.kt-heading--center {
	text-align: center
}

.kt-heading.kt-heading--right {
	text-align: right
}

.kt-heading.kt-heading--space-sm {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.kt-heading.kt-heading--space-md {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.kt-heading.kt-heading--space-lg {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

.kt-heading.kt-heading--space-xl {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.kt-heading.kt-heading--sm {
	font-size: 1.2rem
}

.kt-heading.kt-heading--md {
	font-size: 1.4rem
}

.kt-heading.kt-heading--lg {
	font-size: 1.6rem
}

.kt-heading.kt-heading--xl {
	font-size: 2rem
}

.kt-heading.kt-heading--xxl {
	font-size: 3rem
}

.kt-heading.kt-heading--medium {
	font-weight: 600
}

.kt-heading.kt-heading--bold {
	font-weight: 700
}

.kt-heading.kt-heading--bolder {
	font-weight: 900
}

.kt-heading.kt-heading--thin {
	font-weight: 300
}

.kt-heading.kt-heading--no-top-margin {
	margin-top: 0
}

.kt-heading.kt-heading--no-bottok-margin {
	margin-bottom: 0
}

.kt-link {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #5d78ff
}

.kt-link:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	top: 1rem;
	left: 0;
	width: 0%;
	-webkit-transition: width .3s ease;
	transition: width .3s ease
}

.kt-link:hover {
	text-decoration: none !important
}

.kt-link:hover:after {
	width: 100%
}

.kt-link:hover {
	color: #3e5fff
}

.kt-link:hover:after {
	border-bottom: 1px solid #3e5fff;
	opacity: .3
}

.kt-link.kt-link--brand {
	color: #5d78ff
}

.kt-link.kt-link--brand:hover {
	color: #2a4eff
}

.kt-link.kt-link--brand:hover:after {
	border-bottom: 1px solid #2a4eff;
	opacity: .3
}

.kt-link.kt-link--light {
	color: #fff
}

.kt-link.kt-link--light:hover {
	color: #e6e6e6
}

.kt-link.kt-link--light:hover:after {
	border-bottom: 1px solid #e6e6e6;
	opacity: .3
}

.kt-link.kt-link--dark {
	color: #282a3c
}

.kt-link.kt-link--dark:hover {
	color: #14151d
}

.kt-link.kt-link--dark:hover:after {
	border-bottom: 1px solid #14151d;
	opacity: .3
}

.kt-link.kt-link--primary {
	color: #5867dd
}

.kt-link.kt-link--primary:hover {
	color: #2e40d4
}

.kt-link.kt-link--primary:hover:after {
	border-bottom: 1px solid #2e40d4;
	opacity: .3
}

.kt-link.kt-link--success {
	color: #0abb87
}

.kt-link.kt-link--success:hover {
	color: #078b64
}

.kt-link.kt-link--success:hover:after {
	border-bottom: 1px solid #078b64;
	opacity: .3
}

.kt-link.kt-link--info {
	color: #5578eb
}

.kt-link.kt-link--info:hover {
	color: #2754e6
}

.kt-link.kt-link--info:hover:after {
	border-bottom: 1px solid #2754e6;
	opacity: .3
}

.kt-link.kt-link--warning {
	color: #ffb822
}

.kt-link.kt-link--warning:hover {
	color: #eea200
}

.kt-link.kt-link--warning:hover:after {
	border-bottom: 1px solid #eea200;
	opacity: .3
}

.kt-link.kt-link--danger {
	color: #fd397a
}

.kt-link.kt-link--danger:hover {
	color: #fc0758
}

.kt-link.kt-link--danger:hover:after {
	border-bottom: 1px solid #fc0758;
	opacity: .3
}

.kt-section {
	padding: 0;
	margin: 0 0 2rem 0
}

.kt-section.kt-section--space-sm {
	margin-bottom: 1rem
}

.kt-section.kt-section--space-md {
	margin-bottom: 2rem
}

.kt-section.kt-section--space-lg {
	margin-bottom: 2.5rem
}

.kt-section.kt-section--space-xl {
	margin-bottom: 3rem
}

.kt-section .kt-section__heading, .kt-section .kt-section__title {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0;
	margin: 0 0 1.75rem 0;
	color: #48465b
}

.kt-section .kt-section__heading.kt-section__title-sm, .kt-section .kt-section__title.kt-section__title-sm
	{
	font-size: 1.1rem
}

.kt-section .kt-section__heading.kt-section__title-md, .kt-section .kt-section__title.kt-section__title-md
	{
	font-size: 1.4rem
}

.kt-section .kt-section__heading.kt-section__title-lg, .kt-section .kt-section__title.kt-section__title-lg
	{
	font-size: 1.5rem
}

.kt-section .kt-section__desc {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	padding: 0;
	margin: 0 0 1rem 0;
	color: #595d6e
}

.kt-section .kt-section__info {
	display: block;
	font-size: 1rem;
	padding: 0;
	margin: 0 0 1rem 0;
	color: #595d6e
}

.kt-section .kt-section__content {
	display: block;
	padding: 0;
	margin: 0
}

.kt-section .kt-section__content.kt-section__content--border {
	padding: 1.5rem;
	border: 3px solid #ebedf2;
	border-radius: 4px
}

.kt-section .kt-section__content.kt-section__content--solid {
	padding: 1.5rem;
	border-left: 4px solid #e2e5ec;
	background-color: #f7f8fa;
	border-radius-top-left: 4px;
	border-radius-top-right: 4px
}

.kt-section .kt-section__content.kt-section__content--x-fit {
	padding-left: 0;
	padding-right: 0
}

.kt-section .kt-section__content.kt-section__content--fit {
	padding: 0
}

.kt-section.kt-section--last {
	margin-bottom: 0
}

.kt-section.kt-section--first {
	margin-top: 0
}

.kt-separator {
	height: 0;
	margin: 20px 0;
	border-bottom: 1px solid #ebedf2
}

.kt-separator.kt-separator--border-dashed, .kt-separator.kt-separator--dashed
	{
	border-bottom: 1px dashed #ebedf2
}

.kt-separator.kt-separator--border-2x {
	border-bottom-width: 2px
}

.kt-separator.kt-separator--space {
	border-bottom: 0
}

.kt-separator.kt-separator--sm, .kt-separator.kt-separator--space-sm {
	margin: .5rem 0
}

.kt-separator.kt-separator--md, .kt-separator.kt-separator--space-md {
	margin: 2rem 0
}

.kt-separator.kt-separator--lg, .kt-separator.kt-separator--space-lg {
	margin: 2.5rem 0
}

.kt-separator.kt-separator--space-xl, .kt-separator.kt-separator--xl {
	margin: 3rem 0
}

.kt-separator.kt-separator--fit {
	margin-left: -25px;
	margin-right: -25px
}

.kt-separator.kt-separator--brand {
	border-bottom: 1px solid #5d78ff
}

.kt-separator.kt-separator--brand.kt-separator--dashed {
	border-bottom: 1px dashed #5d78ff
}

.kt-separator.kt-separator--light {
	border-bottom: 1px solid #fff
}

.kt-separator.kt-separator--light.kt-separator--dashed {
	border-bottom: 1px dashed #fff
}

.kt-separator.kt-separator--dark {
	border-bottom: 1px solid #282a3c
}

.kt-separator.kt-separator--dark.kt-separator--dashed {
	border-bottom: 1px dashed #282a3c
}

.kt-separator.kt-separator--primary {
	border-bottom: 1px solid #5867dd
}

.kt-separator.kt-separator--primary.kt-separator--dashed {
	border-bottom: 1px dashed #5867dd
}

.kt-separator.kt-separator--success {
	border-bottom: 1px solid #0abb87
}

.kt-separator.kt-separator--success.kt-separator--dashed {
	border-bottom: 1px dashed #0abb87
}

.kt-separator.kt-separator--info {
	border-bottom: 1px solid #5578eb
}

.kt-separator.kt-separator--info.kt-separator--dashed {
	border-bottom: 1px dashed #5578eb
}

.kt-separator.kt-separator--warning {
	border-bottom: 1px solid #ffb822
}

.kt-separator.kt-separator--warning.kt-separator--dashed {
	border-bottom: 1px dashed #ffb822
}

.kt-separator.kt-separator--danger {
	border-bottom: 1px solid #fd397a
}

.kt-separator.kt-separator--danger.kt-separator--dashed {
	border-bottom: 1px dashed #fd397a
}

.kt-svg-icon {
	height: 23px;
	width: 23px
}

.kt-svg-icon g [fill] {
	fill: #5d78ff
}

.kt-svg-icon.kt-svg-icon--brand g [fill] {
	fill: #5d78ff !important
}

.kt-svg-icon.kt-svg-icon--light g [fill] {
	fill: #fff !important
}

.kt-svg-icon.kt-svg-icon--dark g [fill] {
	fill: #282a3c !important
}

.kt-svg-icon.kt-svg-icon--primary g [fill] {
	fill: #5867dd !important
}

.kt-svg-icon.kt-svg-icon--success g [fill] {
	fill: #0abb87 !important
}

.kt-svg-icon.kt-svg-icon--info g [fill] {
	fill: #5578eb !important
}

.kt-svg-icon.kt-svg-icon--warning g [fill] {
	fill: #ffb822 !important
}

.kt-svg-icon.kt-svg-icon--danger g [fill] {
	fill: #fd397a !important
}

.kt-svg-icon.kt-svg-icon--sm {
	height: 20px;
	width: 20px
}

.kt-svg-icon.kt-svg-icon--md {
	height: 30px;
	width: 30px
}

.kt-svg-icon.kt-svg-icon--lg {
	height: 40px;
	width: 40px
}

.kt-svg-icon.kt-svg-icon--xl {
	height: 50px;
	width: 50px
}

.kt-widget1 {
	padding: 25px
}

.kt-widget1.kt-widget1--fit {
	padding: 0
}

.kt-widget1.kt-widget1--paddingless {
	padding: 0
}

.kt-widget1 .kt-widget1__item {
	padding: 1.1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: .07rem dashed #ebedf2
}

.kt-widget1 .kt-widget1__item:last-child {
	padding-bottom: 0
}

.kt-widget1 .kt-widget1__item:first-child {
	padding-top: 0
}

.kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__desc {
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget1 .kt-widget1__item .kt-widget1__number {
	font-size: 1.4rem;
	font-weight: 600;
	color: #74788d
}

.kt-widget1 .kt-widget1__item:last-child {
	border-bottom: 0
}

@media ( max-width :1024px) {
	.kt-widget1 {
		padding: 15px
	}
}

.kt-widget2 .kt-widget2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.4rem;
	position: relative
}

.kt-widget2 .kt-widget2__item:before {
	position: absolute;
	display: block;
	width: .3rem;
	border-radius: 4px;
	width: 4px;
	border-radius: 4px;
	height: 100%;
	left: .8rem;
	content: ""
}

.kt-widget2 .kt-widget2__item .kt-widget2__checkbox {
	padding: 1rem 0 0 2.2rem
}

.kt-widget2 .kt-widget2__item .kt-widget2__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: .23rem 0 0 .3rem
}

.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title {
	font-weight: 500;
	margin: 0;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username {
	text-decoration: none;
	font-size: .9rem;
	color: #74788d;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username:hover
	{
	text-decoration: none;
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget2 .kt-widget2__item .kt-widget2__actions {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	padding: 0 .5rem 0 .8rem
}

.kt-widget2 .kt-widget2__item .kt-widget2__actions a {
	text-decoration: none
}

.kt-widget2 .kt-widget2__item .kt-widget2__actions i {
	font-size: 2.1rem
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--brand:before {
	background: #5d78ff
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--light:before {
	background: #fff
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--dark:before {
	background: #282a3c
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--primary:before {
	background: #5867dd
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--success:before {
	background: #0abb87
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--info:before {
	background: #5578eb
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--warning:before {
	background: #ffb822
}

.kt-widget2 .kt-widget2__item.kt-widget2__item--danger:before {
	background: #fd397a
}

.kt-widget3 .kt-widget3__item {
	margin-bottom: 1rem;
	border-bottom: .07rem dashed #ebedf2
}

.kt-widget3 .kt-widget3__item .kt-widget3__header {
	margin-top: 1.5rem;
	padding-bottom: .8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__user-img .kt-widget3__img
	{
	width: 3.2rem;
	border-radius: 50%
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info {
	padding-left: 1rem
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__username
	{
	font-weight: 500;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__time
	{
	font-size: .9rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__status {
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right
}

.kt-widget3 .kt-widget3__item .kt-widget3__body .kt-widget3__text {
	color: #74788d
}

.kt-widget3 .kt-widget3__item:last-child {
	border-bottom: 0
}

.kt-widget3 .kt-widget3__item:first-child .kt-widget3__header {
	margin-top: 0
}

.kt-widget4 .kt-widget4__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #ebedf2
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic {
	padding-right: 1rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic img {
	width: 2.5rem;
	border-radius: 4px
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--sm img {
	width: 2.5rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--lg img {
	width: 3.5rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--xl img {
	width: 4rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--circle img
	{
	border-radius: 50%
}

.kt-widget4 .kt-widget4__item .kt-widget4__img {
	margin-right: .5rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 1.25rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username {
	font-weight: 500;
	font-size: 1rem;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__title {
	font-weight: 500;
	font-size: 1.1rem;
	color: #595d6e
}

.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__text {
	font-size: 1rem;
	margin: 0;
	color: #74788d
}

.kt-widget4 .kt-widget4__item .kt-widget4__title {
	color: #595d6e;
	font-size: 1rem;
	font-weight: 500;
	padding-right: 1.25rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget4 .kt-widget4__item .kt-widget4__title.kt-widget4__title--light
	{
	font-weight: 400
}

.kt-widget4 .kt-widget4__item .kt-widget4__title:hover {
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget4 .kt-widget4__item .kt-widget4__number {
	width: 7rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	font-weight: 500;
	font-size: 1.1rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__icon {
	padding-right: 1.25rem
}

.kt-widget4 .kt-widget4__item .kt-widget4__icon>i {
	font-size: 1.6rem;
	text-align: right;
	color: #74788d
}

.kt-widget4 .kt-widget4__item .kt-widget4__icon.kt-widget4__icon--2x>i {
	font-size: 2.2rem
}

.kt-widget4 .kt-widget4__item:first-child {
	padding-top: 0
}

.kt-widget4 .kt-widget4__item:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.kt-widget4.kt-widget4--progress .kt-widget4__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%
}

.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress
	{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 1.5rem
}

.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .7rem
}

.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats>span
	{
	line-height: 1.1
}

.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats>span:first-child
	{
	font-size: 1.1rem;
	font-weight: 600;
	color: #595d6e
}

.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats>span:last-child
	{
	font-size: .9rem;
	color: #74788d;
	font-weight: 400
}

.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .progress
	{
	width: 100%
}

.kt-widget4 .kt-widget4__chart {
	position: relative
}

.kt-widget4.kt-widget4--sticky {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.kt-widget4.kt-widget4--sticky .kt-widget4__items {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-widget4.kt-widget4--sticky .kt-widget4__items.kt-widget4__items--bottom
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.kt-widget4.kt-widget4--sticky .kt-widget4__chart canvas {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.kt-widget5 .kt-widget5__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: .07rem dashed #ebedf2
}

.kt-widget5 .kt-widget5__item .kt-widget5__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic {
	padding-right: 1.25rem
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic img
	{
	max-width: 8.5rem;
	border-radius: 4px
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__title:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__desc {
	margin: 0;
	padding: .4rem 0;
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__info span:nth-child(even)
	{
	font-weight: 500;
	margin-right: .71rem
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats .kt-widget5__number
	{
	font-size: 1.3rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats:first-child
	{
	padding-right: 3rem
}

.kt-widget5 .kt-widget5__item .kt-widget5__content:last-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 1rem
}

.kt-widget5 .kt-widget5__item:last-child {
	border-bottom: 0
}

@media ( max-width :1024px) {
	.kt-widget5 {
		padding: 1rem
	}
	.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic {
		padding-right: .5rem
	}
	.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic img
		{
		max-width: 4rem
	}
	.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats .kt-widget5__number
		{
		font-size: 1.2rem;
		font-weight: 500
	}
	.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats:first-child
		{
		padding-right: 1rem
	}
}

.kt-widget6 .kt-widget6__head .kt-widget6__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.07rem
}

.kt-widget6 .kt-widget6__head .kt-widget6__item>span {
	font-size: 1rem;
	color: #74788d;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left
}

.kt-widget6 .kt-widget6__head .kt-widget6__item>span:last-child {
	text-align: right
}

.kt-widget6 .kt-widget6__body .kt-widget6__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.07rem 0;
	border-bottom: 1px dashed #ebedf2
}

.kt-widget6 .kt-widget6__body .kt-widget6__item>span {
	color: #595d6e;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	font-size: 1rem
}

.kt-widget6 .kt-widget6__body .kt-widget6__item>span:last-child {
	text-align: right
}

.kt-widget6 .kt-widget6__body .kt-widget6__item:last-child {
	border-bottom: 0
}

.kt-widget6 .kt-widget6__foot .kt-widget6__action {
	text-align: right;
	margin-top: 1rem
}

.kt-widget7 .kt-widget7__desc {
	text-align: center;
	margin-top: 7rem;
	font-size: 1.3rem;
	color: #595d6e
}

.kt-widget7 .kt-widget7__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem
}

.kt-widget7 .kt-widget7__content .kt-widget7__userpic img {
	width: 3.6rem;
	border-radius: 50%
}

.kt-widget7 .kt-widget7__content .kt-widget7__info {
	padding-left: 1rem
}

.kt-widget7 .kt-widget7__content .kt-widget7__info .kt-widget7__username
	{
	color: #595d6e;
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 0
}

.kt-widget7 .kt-widget7__content .kt-widget7__info .kt-widget7__time {
	color: #74788d;
	font-size: .9rem
}

.kt-widget7 .kt-widget7__button {
	text-align: center;
	margin-top: 2rem
}

.kt-widget7.kt-widget7--skin-light .kt-widget7__desc {
	color: #fff
}

.kt-widget7.kt-widget7--skin-light .kt-widget7__info .kt-widget7__username
	{
	color: #fff
}

.kt-widget7.kt-widget7--skin-light .kt-widget7__info .kt-widget7__time {
	color: #fff;
	opacity: .8
}

.kt-widget9 {
	padding: 2.2rem
}

.kt-widget9 .kt-widget9__header {
	padding: 1.1rem 0;
	margin-bottom: .5rem
}

.kt-widget9 .kt-widget9__header .kt-widget9__title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
	color: #595d6e
}

.kt-widget9 .kt-widget9__header .kt-widget9__desc {
	display: inline-block;
	margin-top: .2rem;
	color: #74788d
}

.kt-widget9 .kt-widget9__header .kt-widget9__text {
	color: #74788d
}

.kt-widget9 .kt-widget9__chart {
	position: relative;
	margin-top: .5rem
}

.kt-widget9 .kt-widget9__chart .kt-widget9__stat {
	font-size: 2.4rem;
	font-weight: 700;
	color: #74788d
}

.kt-widget10 .kt-widget10__chart {
	margin-top: 1rem;
	margin-bottom: 3.5rem;
	position: relative
}

.kt-widget10 .kt-widget10__chart canvas {
	border-radius: 8px
}

.kt-widget10 .kt-widget10__items .kt-widget10__item .kt-widget10__stats
	{
	font-size: 1.1rem;
	font-weight: 700;
	color: #74788d
}

.kt-widget10 .kt-widget10__items .kt-widget10__item .kt-widget10__text {
	font-size: .9rem;
	float: right;
	margin-top: .3rem;
	color: #74788d
}

.kt-widget10 .kt-widget10__items .kt-widget10__item .progress {
	margin-bottom: 1.6rem
}

.kt-widget10 .kt-widget10__desc {
	margin-top: 1.6rem;
	font-size: 1rem
}

.kt-widget11 .table-responsive {
	overflow-y: hidden
}

.kt-widget11 .table thead>tr>td {
	padding: 0;
	vertical-align: top;
	border-top: 0;
	font-weight: 500;
	color: #74788d
}

.kt-widget11 .table tbody>tr {
	border-bottom: 1px dashed #ebedf2
}

.kt-widget11 .table tbody>tr>td {
	border: 0;
	padding-left: 0;
	padding-right: .5rem;
	padding-top: 20px;
	vertical-align: top;
	color: #595d6e
}

.kt-widget11 .table tbody>tr>td>label {
	right: 0;
	top: .5rem;
	vertical-align: top
}

.kt-widget11 .table tbody>tr>td .kt-widget11__chart {
	position: relative;
	margin-top: -.6rem
}

.kt-widget11 .table tbody>tr>td:last-child {
	padding-right: 0
}

.kt-widget11 .table tbody>tr .kt-widget11__title {
	font-size: 1.1rem;
	font-weight: 500;
	display: block;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget11 .table tbody>tr .kt-widget11__title:hover {
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget11 .table tbody>tr .kt-widget11__title>span {
	color: #74788d
}

.kt-widget11 .table tbody>tr .kt-widget11__sub {
	display: block;
	font-size: 1rem
}

.kt-widget11 .table tbody>tr:last-child {
	border: 0
}

.kt-widget12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.kt-widget12 .kt-widget12__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget12 .kt-widget12__content .kt-widget12__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info
	{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__desc
	{
	font-size: 1rem;
	color: #74788d;
	padding-bottom: .5rem;
	font-weight: 500;
	display: block
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__value
	{
	font-size: 1.4rem;
	font-weight: 600;
	color: #595d6e;
	display: block
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	padding-top: 1rem
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress .progress
	{
	width: 100%;
	height: .6rem
}

.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress .kt-widget12__stat
	{
	font-size: 1.3rem;
	font-weight: 700;
	color: #74788d;
	padding-left: 1rem
}

.kt-widget12 .kt-widget12__chart {
	position: relative
}

.kt-widget12 .kt-widget12__chart canvas {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.kt-widget13 {
	padding: 2rem 0
}

.kt-widget13 .kt-widget13__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem
}

.kt-widget13 .kt-widget13__item .kt-widget13__desc {
	color: #74788d;
	text-align: right;
	padding-right: 1rem;
	font-weight: 400
}

.kt-widget13 .kt-widget13__item .kt-widget13__text {
	color: #74788d;
	padding-left: 1rem;
	font-weight: 400
}

.kt-widget13 .kt-widget13__item .kt-widget13__text.kt-widget13__text--bold
	{
	color: #595d6e;
	font-size: 1.2rem;
	font-weight: 500
}

.kt-widget13 .kt-widget13__item>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget13 .kt-widget13__item:lasst-child {
	margin-bottom: 0
}

.kt-widget13 .kt-widget13__action {
	margin-top: 30px;
	padding-top: 30px
}

.kt-widget13 .kt-widget13__action .kt-widget__detalis {
	margin-right: 10px;
	border-top: .07rem dashed #ebedf2
}

.kt-widget13 .kt-widget13__action .kt-widget13__action {
	border-top: .07rem dashed #ebedf2
}

.kt-widget14 {
	padding: 25px
}

.kt-widget14.kt-widget14--no-padding {
	padding: 0
}

.kt-widget14 .kt-widget14__header {
	padding: .5rem 0 1.1rem 0;
	margin-bottom: .5rem
}

.kt-widget14 .kt-widget14__header .kt-widget14__title {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0;
	color: #595d6e
}

.kt-widget14 .kt-widget14__header .kt-widget14__desc {
	display: inline-block;
	margin-top: .2rem;
	color: #74788d
}

.kt-widget14 .kt-widget14__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget14 .kt-widget14__legends {
	padding-left: 2rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-widget14 .kt-widget14__legends .kt-widget14__legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__bullet
	{
	width: 1.5rem;
	height: .45rem;
	border-radius: 1.1rem
}

.kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__stats
	{
	color: #74788d;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 1rem
}

.kt-widget14
 
.kt-widget14__legends
 
.kt-widget14__legend
:not
 
(
:first-child

	
)
:not
 
(
:last-child
 
){
padding
:
 
.5rem
 
0
}
.kt-widget14 .kt-widget14__chart {
	position: relative
}

.kt-widget14 .kt-widget14__chart .kt-widget14__stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-size: 2.2rem;
	font-weight: 500;
	color: #a2a5b9;
	opacity: .7
}

.kt-widget14 .kt-widget14__chart canvas {
	position: relative;
	z-index: 1
}

@media ( max-width :1024px) {
	.kt-widget14 {
		padding: 15px
	}
	.kt-widget14 .kt-widget14__legends {
		padding-left: .5rem
	}
}

.kt-widget15 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.kt-widget15 .kt-widget15__items {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-widget15 .kt-widget15__items.kt-widget15__items--bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.kt-widget15 .kt-widget15__items .kt-widget15__item .kt-widget15__stats
	{
	font-size: 1.1rem;
	font-weight: 500;
	color: #74788d
}

.kt-widget15 .kt-widget15__items .kt-widget15__item .kt-widget15__text {
	font-size: 1rem;
	float: right;
	margin-top: .3rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget15 .kt-widget15__items .kt-widget15__item .progress {
	margin-bottom: 1.6rem;
	height: .45rem
}

.kt-widget15 .kt-widget15__items .kt-widget15__desc {
	margin-top: .5rem;
	font-size: .9rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget16 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-widget16 .kt-widget16__items {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 1rem;
	width: 50%
}

.kt-widget16 .kt-widget16__items .kt-widget16__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .7rem 0;
	border-bottom: 1px dashed #ebedf2
}

.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__sceduled
	{
	font-weight: 500;
	color: #74788d;
	font-size: 1rem
}

.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__amount
	{
	font-size: 1rem;
	font-weight: 500;
	color: #74788d;
	text-align: right
}

.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__date {
	font-size: 1rem;
	font-weight: 300;
	color: #74788d
}

.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__price
	{
	font-size: 1rem;
	font-weight: 500;
	text-align: right
}

.kt-widget16 .kt-widget16__items .kt-widget16__item:last-child {
	border-bottom: 0
}

.kt-widget16 .kt-widget16__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 1rem;
	width: 50%
}

.kt-widget16 .kt-widget16__stats .kt-widget16__legends {
	font-weight: 1;
	padding-left: 2rem
}

.kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend .kt-widget16__bullet
	{
	width: 1.5rem;
	height: .45rem;
	display: inline-block;
	border-radius: 1.1rem;
	margin: 0 1rem .1rem 0
}

.kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend .kt-widget16__stat
	{
	display: inline-block;
	color: #74788d;
	font-weight: 500
}

.kt-widget16
 
.kt-widget16__stats
 
.kt-widget16__legends
 
.kt-widget16__legend
:not

	
(
:first-child
 
)
:not
 
(
:last-child
 
){
padding
:
 
.5rem
 
0
}
.kt-widget16 .kt-widget16__stats .kt-widget16__legends:last-child {
	margin-bottom: 0
}

.kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart
	{
	margin-top: .5rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart .kt-widget16__stat
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-size: 2.2rem;
	font-weight: 500;
	color: #a2a5b9
}

.kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart canvas
	{
	position: relative;
	z-index: 1
}

@media ( max-width :768px) {
	.kt-widget16 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-widget16 .kt-widget16__items {
		width: 100%
	}
	.kt-widget16 .kt-widget16__stats {
		width: 100%
	}
	.kt-widget16 .kt-widget16__stats .kt-widget16__legends {
		padding-left: 1rem
	}
}

.kt-widget17 .kt-widget17__visual {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-widget17 .kt-widget17__visual .kt-widget17__chart {
	position: relative;
	padding-top: 8rem
}

.kt-widget17 .kt-widget17__stats {
	display: column;
	margin: -4.3rem auto 0 auto;
	position: relative;
	width: 90%
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item
	{
	padding: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	background-color: #fff;
	margin: .3rem;
	-webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .06);
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .06);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon
	{
	display: block
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon>i
	{
	font-size: 2.6rem
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon svg
	{
	margin-left: -4px;
	width: 38px;
	height: 38px
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__subtitle
	{
	display: block;
	margin-top: .75rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__desc
	{
	display: block;
	font-size: 1rem;
	color: #74788d
}

.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item:hover
	{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 1px 21px 1px rgba(69, 65, 78, .12);
	box-shadow: 0 1px 21px 1px rgba(69, 65, 78, .12)
}

@media ( max-width :768px) {
	.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item
		{
		padding-left: .5rem
	}
}

.kt-widget19 .kt-widget19__pic {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover
}

.kt-widget19 .kt-widget19__pic>img {
	width: 100%
}

.kt-widget19 .kt-widget19__pic .kt-widget19__shadow {
	position: absolute;
	top: 70%;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0,
		0, 0, 0)), color-stop(40%, rgba(0, 0, 0, .1)),
		color-stop(90%, rgba(0, 0, 0, .5))) no-repeat scroll 0 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%,
		rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .5) 90%) no-repeat scroll 0 0
}

.kt-widget19 .kt-widget19__pic .kt-widget19__title {
	position: absolute;
	bottom: 0;
	display: block;
	z-index: 1;
	padding-left: 25px;
	padding-bottom: 12.5px;
	color: #595d6e
}

.kt-widget19 .kt-widget19__pic .kt-widget19__labels {
	position: absolute;
	top: 25px;
	left: 25px
}

@media ( max-width :1024px) {
	.kt-widget19 .kt-widget19__pic .kt-widget19__labels {
		top: 15px;
		left: 15px
	}
}

.kt-widget19 .kt-widget19__wrapper {
	margin-bottom: 1rem
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 1.75rem 0
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__userpic>img
	{
	width: 3.2rem;
	border-radius: 100%
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info
	{
	padding-left: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username
	{
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__time
	{
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats
	{
	font-size: 1rem;
	font-weight: 500
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__number
	{
	font-size: 1.4rem;
	font-weight: 700
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__comment
	{
	font-size: .9rem;
	color: #74788d;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__comment:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats span
	{
	text-align: center;
	display: block
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__text {
	text-align: justify;
	color: #74788d;
	font-size: 1.1rem;
	font-weight: 400
}

.kt-widget19 .kt-widget19__action {
	margin-top: 1.5rem
}

.kt-widget20 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.kt-widget20 .kt-widget20__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.15rem;
	padding-bottom: 1.25rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget20 .kt-widget20__content .kt-widget20__desc {
	color: #74788d;
	font-size: 1rem;
	font-weight: 400;
	margin-top: .25rem
}

.kt-widget20 .kt-widget20__content .kt-widget20__number {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 600;
	font-size: 1.8rem
}

.kt-widget20 .kt-widget20__chart {
	position: relative
}

.kt-widget20 .kt-widget20__chart canvas {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.kt-widget21 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.kt-widget21 .kt-widget21__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.15rem;
	padding-bottom: 1.25rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex
}

.kt-widget21 .kt-widget21__content .kt-widget21__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 2rem;
	margin-top: 1.5rem
}

.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__icon
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__icon i
	{
	font-size: 1.4rem
}

.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info
	{
	padding-left: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info .kt-widget21__title
	{
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info .kt-widget21__sub
	{
	display: block;
	font-size: 1rem;
	color: #74788d
}

.kt-widget21 .kt-widget21__chart {
	position: relative
}

.kt-widget21 .kt-widget21__chart canvas {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

@media ( max-width :768px) {
	.kt-widget21 .kt-widget21__content .kt-widget21__item {
		padding-left: 0;
		margin-top: .5rem
	}
	.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info
		{
		padding-left: .5rem
	}
}

.kt-widget24 {
	padding: 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget24 .kt-widget24__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__title
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__title:hover
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #5d78ff
}

.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__desc
	{
	color: #74788d;
	font-weight: 400
}

.kt-widget24 .kt-widget24__details .kt-widget24__stats {
	font-size: 1.75rem;
	font-weight: 500;
	padding-left: .5rem
}

.kt-widget24 .progress {
	height: .5rem;
	margin: 2rem 0 .5rem 0
}

.kt-widget24 .kt-widget24__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400
}

.kt-widget24 .kt-widget24__action .kt-widget24__change {
	color: #74788d
}

.kt-widget24 .kt-widget24__action .kt-widget24__number {
	color: #74788d
}

.kt-widget24.kt-widget24--solid {
	border: 1px solid #ebedf2;
	padding: 1rem;
	border-radius: 4px
}

@media ( max-width :1024px) {
	.kt-widget24 {
		padding: 15px
	}
}

.kt-widget25 {
	margin: 2rem 0
}

.kt-widget25 .kt-widget25__stats {
	font-size: 4.5rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget25 .kt-widget25__subtitle {
	color: #74788d;
	font-size: 1.1rem;
	padding-left: 1rem
}

.kt-widget25 .kt-widget25__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem
}

.kt-widget25 .kt-widget25__items .kt-widget25__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__progress-sub
	{
	display: inline-block;
	margin-top: 6px;
	font-size: 1.1rem;
	font-weight: 500
}

.kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__number
	{
	font-size: 2rem;
	font-weight: 600
}

.kt-widget25 .kt-widget25__items .kt-widget25__item .progress {
	height: .5rem
}

.kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__desc {
	font-size: 1.1rem;
	font-weight: 500;
	color: #74788d;
	padding-top: .7rem;
	display: block
}

.kt-widget25
 
.kt-widget25__items
 
.kt-widget25__item
:not
 
(
:first-child
 
)
:not

	
(
:last-child
 
){
margin
:
 
0
2
rem


}
.kt-widget26 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.kt-widget26 .kt-widget26__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget26 .kt-widget26__content .kt-widget26__number {
	font-weight: 600;
	font-size: 1.8rem
}

.kt-widget26 .kt-widget26__content .kt-widget26__desc {
	color: #74788d;
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: .55rem
}

.kt-widget26 .kt-widget26__chart {
	position: relative
}

.kt-widget26 .kt-widget26__chart canvas {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.kt-widget27 {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-widget27 .kt-widget27__visual {
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-widget27 .kt-widget27__visual>img {
	width: 100%;
	height: 286px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-widget27 .kt-widget27__visual .kt-widget27__title {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	z-index: 1;
	color: #fff
}

.kt-widget27 .kt-widget27__visual .kt-widget27__title>span {
	font-size: 4.5rem
}

.kt-widget27 .kt-widget27__visual .kt-widget27__title>span>span {
	font-size: 2.5rem;
	padding-right: .4rem
}

.kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn {
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	display: block;
	padding: 1rem 2.5rem
}

.kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:active,
	.kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:focus,
	.kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:hover {
	background-color: #fff
}

.kt-widget27 .kt-widget27__container {
	margin: 3rem 0;
	width: 100%;
	padding: 1rem .5rem 0 .5rem;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-widget27 .kt-widget27__container .nav {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: .7rem
}

.kt-widget27 .kt-widget27__container .nav .nav-item {
	display: table-cell
}

.kt-widget27 .kt-widget27__container .nav .nav-item>a {
	text-align: center;
	font-weight: 600;
	padding: .8rem 0 .8rem 0;
	color: #74788d;
	border: 1px solid #f7f8fa
}

.kt-widget27 .kt-widget27__container .nav .nav-item>a.active {
	background-color: #5d78ff;
	border-color: #5d78ff !important;
	color: #fff
}

.kt-widget27 .kt-widget27__container .tab-content {
	padding: 0 1rem
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header {
	padding: 1.1rem 0;
	margin-bottom: .5rem
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header .kt-widget27__title
	{
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header .kt-widget27__desc
	{
	display: inline-block;
	margin-top: .2rem
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend
	{
	margin-bottom: .9rem
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend:last-child
	{
	margin-bottom: 0
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend .kt-widget27__stats
	{
	color: #74788d;
	display: inline-block;
	font-weight: 500
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend .kt-widget27__bullet
	{
	width: 1.5rem;
	height: .45rem;
	display: inline-block;
	border-radius: 1.1rem;
	margin: 0 1rem .1rem 0
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart .kt-widget27__stat
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-size: 2.2rem;
	font-weight: 500;
	color: #74788d
}

.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart canvas
	{
	position: relative;
	z-index: 1
}

.kt-widget28 .kt-widget28__visual {
	position: relative;
	min-height: 286px;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.kt-widget28 .kt-widget28__wrapper {
	width: 100%
}

.kt-widget28 .kt-widget28__wrapper .nav {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 1.2rem;
	margin-top: -8rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 1rem
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item {
	display: table-cell
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a {
	text-align: center;
	padding: 1rem 0 1rem 0;
	border: 1px solid rgba(255, 255, 255, 0)
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a>span {
	display: block;
	color: rgba(255, 255, 255, .7);
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a>span>i {
	font-size: 2.2rem;
	margin-right: 0;
	padding-bottom: 1rem;
	padding-top: .4rem
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a>span:last-child {
	font-weight: 400;
	font-size: 1rem
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a.active {
	border: 1px solid #fff;
	background-color: transparent
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a.active>span {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a.active>span>i {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:active, .kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:focus,
	.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:hover {
	background-color: transparent
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:active>span,
	.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:focus>span,
	.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:hover>span {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:active>span>i,
	.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:focus>span>i,
	.kt-widget28 .kt-widget28__wrapper .nav .nav-item>a:hover>span>i {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget28 .kt-widget28__wrapper .tab-content {
	margin-top: 2rem
}

.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item
	{
	margin-top: 1.2rem;
	border-bottom: 1px solid #ebedf2
}

.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item>span
	{
	display: block
}

.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item>span:first-child
	{
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item>span:last-child
	{
	color: #595d6e;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 1rem
}

.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item:first-child
	{
	margin-top: 0
}

.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item:last-child
	{
	border-bottom: none
}

.kt-widget29 {
	margin-top: 1rem
}

.kt-widget29 .kt-widget29__content {
	margin-bottom: 1.25rem;
	padding: 2rem;
	background-color: #fff
}

.kt-widget29 .kt-widget29__content .kt-widget29__title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget29 .kt-widget29__content .kt-widget29__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info
	{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left
}

.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info .kt-widget29__subtitle
	{
	display: block;
	color: #74788d;
	font-weight: 400;
	font-size: 1rem;
	padding: .25rem 0
}

.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info .kt-widget29__stats
	{
	display: block;
	font-size: 1.2rem;
	font-weight: 500
}

.kt-widget29 .kt-widget29__content:last-child {
	margin-bottom: 0
}

.kt-widget29 .kt-widget29__actions {
	margin-top: 1.5rem;
	padding: 0
}

@media ( max-width :768px) {
	.kt-widget29 .kt-widget29__content {
		padding: 2.2rem 1rem
	}
	.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info>span
		{
		padding-right: 1rem
	}
	.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info>span:last-child
		{
		padding-right: 0
	}
}

.kt-widget30 {
	margin: 1.5rem 0
}

.kt-widget30 .kt-widget30__head {
	padding: 0;
	max-width: 100%;
	margin: 0 auto 2rem auto
}

.kt-widget30 .kt-widget30__head .owl-carousel .carousel {
	cursor: pointer;
	text-align: center;
	padding: 1rem 0;
	margin: 1rem 1rem;
	-webkit-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, .04);
	box-shadow: 0 2px 14px 2px rgba(0, 0, 0, .04);
	border-radius: 4px
}

.kt-widget30 .kt-widget30__head .owl-carousel .carousel>span {
	display: block
}

.kt-widget30 .kt-widget30__head .owl-carousel .carousel>span:first-child
	{
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget30 .kt-widget30__head .owl-carousel .carousel>span:last-child
	{
	font-size: .9rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget30 .kt-widget30__head .owl-carousel .center>div {
	cursor: auto;
	background-color: #5d78ff;
	-webkit-box-shadow: 0 2px 14px 2px rgba(93, 120, 255, .2);
	box-shadow: 0 2px 14px 2px rgba(93, 120, 255, .2)
}

.kt-widget30 .kt-widget30__head .owl-carousel .center>div>span:first-child
	{
	color: #fff
}

.kt-widget30 .kt-widget30__head .owl-carousel .center>div>span:last-child
	{
	color: rgba(255, 255, 255, .7)
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items {
	padding: 0 2.2rem;
	border-bottom: 1px dashed #ebedf2
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__pic>img
	{
	width: 3rem;
	height: 3rem;
	border-radius: 100%
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info
	{
	width: 100%;
	text-align: left;
	padding: 0 1rem;
	font-weight: 500;
	color: #74788d
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info>a
	{
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info>a:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info>span
	{
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: #74788d
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item:last-child
	{
	border-bottom: none
}

.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items:last-child
	{
	border-bottom: none
}

@media ( max-width :1024px) {
	.kt-widget30 {
		margin: 1rem 0
	}
}

.kt-widget31 .kt-widget31__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem
}

.kt-widget31 .kt-widget31__item .kt-widget31__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__pic>img
	{
	width: 4rem;
	border-radius: 50%
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info
	{
	padding: 0 1.2rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__username
	{
	font-weight: 500;
	font-size: 1.1rem;
	color: #595d6e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__text
	{
	font-size: 1rem;
	margin: 0;
	font-weight: 400;
	color: #74788d
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress
	{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 3rem
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .7rem
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats>span
	{
	line-height: 1.1
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats>span:first-child
	{
	font-size: 1.1rem;
	font-weight: 500;
	color: #595d6e
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats>span:last-child
	{
	font-size: 1rem;
	color: #74788d;
	font-weight: 400
}

.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .progress
	{
	width: 100%
}

.kt-widget31 .kt-widget31__item .kt-widget31__content:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%
}

.kt-widget31 .kt-widget31__item:last-child {
	margin-bottom: 0
}

@media ( max-width :768px) {
	.kt-widget31 .kt-widget31__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.kt-widget31 .kt-widget31__item .kt-widget31__content {
		width: 100%
	}
	.kt-widget31 .kt-widget31__item .kt-widget31__content:last-child {
		width: 100%;
		margin: 1rem 0
	}
}

.kt-widget__files .kt-widget__media {
	text-align: center
}

.kt-widget__files .kt-widget__media img {
	width: 5rem
}

.kt-widget__files .kt-widget__media g [fill] {
	fill: rgba(40, 42, 60, .2)
}

.kt-widget__files .kt-widget__media .kt-widget__icon {
	height: 5rem;
	display: block;
	text-align: center
}

.kt-widget__files .kt-widget__media .kt-widget__icon svg {
	width: 4rem;
	height: 4rem
}

.kt-widget__files .kt-widget__desc {
	text-align: center;
	display: block;
	font-weight: 500;
	color: #595d6e;
	font-size: 1.2rem;
	padding-top: 5rem
}

.kt-widget__files .kt-widget__desc:hover {
	color: #5d78ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-widget__files .kt-widget__desc.kt-widget__desc--m {
	padding-top: 1rem;
	margin-bottom: 4rem
}

.kt-widget33 .kt-widget33__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 3rem
}

.kt-widget33 .kt-widget33__head .kt-widget33__title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #595d6e
}

.kt-widget33 .kt-widget33__head .kt-widget33__title:hover {
	color: #5d78ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-widget33 .kt-widget33__body .kt-widget33__title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #595d6e
}

.kt-widget33 .kt-widget33__body .kt-widget33__title:hover {
	color: #5d78ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-widget33 .kt-widget33__body .kt-widget33__desc {
	display: block;
	font-weight: 500;
	color: #74788d
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 0;
	border-bottom: 1px solid #ebedf2
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__pic
	{
	width: 8rem;
	margin-right: 2rem;
	border-radius: 4px
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content
	{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -.4rem
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__subtitle
	{
	font-weight: 500;
	color: #74788d;
	margin-bottom: .5rem;
	display: block
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action .kt-widget33__check
	{
	border-radius: 4px
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action .btn
	{
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action .btn i
	{
	padding: 0;
	font-size: .8rem
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action span
	{
	font-size: 1.2rem;
	font-weight: 600;
	color: #595d6e;
	padding-left: 1rem
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__price
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.1rem;
	font-weight: 600;
	color: #595d6e;
	margin-top: -2.7rem
}

.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item:last-child
	{
	border-bottom: none
}

.kt-widget33 .kt-widget33__foot .kt-widget33__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem
}

.kt-widget33 .kt-widget33__foot .kt-widget33__section .kt-widget33__desc
	{
	font-weight: 600;
	font-size: 1.2rem;
	color: #48465b
}

.kt-widget33 .kt-widget33__foot .kt-widget33__section .kt-widget33__subtotal
	{
	font-weight: 600;
	color: #48465b;
	font-size: 1.2rem
}

.kt-widget33 .kt-widget33__foot .kt-widget33__button {
	text-align: center
}

.kt-widget33 .kt-widget33__foot .kt-widget33__button .btn {
	width: 100%;
	padding: 1rem 0
}

.kt-widget.kt-widget--user-profile-1 {
	padding-bottom: 1.7rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img
	{
	width: 90px;
	max-width: 100%;
	border-radius: 8px
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content
	{
	padding-left: 1.6rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username
	{
	font-size: 1.3rem;
	color: #48465b;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username i
	{
	font-size: 1.1rem;
	padding-left: .4rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__subtitle
	{
	font-size: 1;
	display: block;
	padding: .25rem 0 0 0;
	font-weight: 500;
	color: #74788d
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action
	{
	margin-top: 1rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action .btn
	{
	margin-right: .4rem;
	font-weight: 600;
	padding: .3rem 1rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content
	{
	padding: 1.9rem 0 2.1rem 0
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: .5rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info .kt-widget__label
	{
	color: #48465b;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info .kt-widget__data
	{
	color: #74788d;
	font-weight: 400
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info a.kt-widget__data:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info:last-child
	{
	padding-bottom: 0
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .9rem 1.05rem .9rem .6rem;
	margin: .4rem 0
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	background: #f2f3f7;
	border-radius: 4px
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__desc
	{
	color: #5d78ff
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill]
	{
	fill: #5d78ff
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__icon svg
	{
	width: 2rem;
	height: 1.5rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill]
	{
	fill: #74788d
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__desc
	{
	color: #74788d;
	font-weight: 500;
	padding-left: .3rem
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	background: #f2f3f7;
	cursor: pointer;
	border-radius: 4px
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover .kt-widget__desc
	{
	color: #5d78ff
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover .kt-widget__icon .kt-svg-icon g [fill]
	{
	fill: #5d78ff
}

.kt-portlet__body.kt-portlet__body--fit-y .kt-widget {
	margin-top: -10px
}

@media ( max-width :1024px) {
	.kt-widget.kt-widget--user-profile-1 {
		padding-bottom: 1.2rem
	}
	.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img
		{
		max-width: 60px
	}
	.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username
		{
		font-size: 1.1rem;
		color: #48465b;
		font-weight: 500
	}
	.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action
		{
		margin-top: .5rem
	}
	.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action .btn
		{
		margin-right: .4rem;
		font-weight: 500;
		padding: .25rem 1.25rem
	}
	.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content
		{
		padding-bottom: 2rem
	}
}

.kt-widget.kt-widget--user-profile-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -45px
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img
	{
	max-width: 90px;
	border-radius: 50%
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	height: 90px;
	font-size: 1.5rem;
	border-radius: 50%
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--brand
	{
	background: rgba(93, 120, 255, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--light
	{
	background: rgba(255, 255, 255, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dark
	{
	background: rgba(40, 42, 60, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--primary
	{
	background: rgba(88, 103, 221, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--success
	{
	background: rgba(10, 187, 135, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--info
	{
	background: rgba(85, 120, 235, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--warning
	{
	background: rgba(255, 184, 34, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--danger
	{
	background: rgba(253, 57, 122, .1)
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info {
	padding-left: 1rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username
	{
	font-size: 1.4rem;
	color: #48465b;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__titel
	{
	font-size: 1.4rem;
	color: #48465b;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__titel:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__desc
	{
	display: block;
	font-weight: 500;
	font-size: 1.1rem;
	padding-top: .4rem;
	color: #74788d
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__section
	{
	padding: 1rem 0 1rem 0;
	color: #595d6e;
	font-weight: 400
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__section a
	{
	padding-right: .3rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-bottom: 1.7rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__icon i
	{
	font-size: 2.7rem;
	color: #a2a5b9;
	font-weight: 400
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details
	{
	padding-left: 1rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details .kt-widget__title
	{
	display: block;
	color: #595d6e;
	font-weight: 500;
	font-size: .95rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details .kt-widget__value
	{
	display: block;
	color: #48465b;
	font-weight: 600;
	font-size: 1.2rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item {
	padding: .7rem 0
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: .5rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__label
	{
	color: #48465b;
	font-weight: 600
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__data
	{
	color: #74788d;
	font-weight: 400
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact a.kt-widget__data:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact:last-child
	{
	padding-bottom: 0
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__footer {
	margin-top: 2rem
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__footer .btn {
	font-size: 1rem;
	font-weight: 600;
	padding: 1.1rem 0;
	width: 100%
}

@media ( max-width :768px) {
	.kt-widget.kt-widget--user-profile-2 .kt-widget__head {
		margin-top: -30px
	}
	.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img
		{
		max-width: 60px
	}
	.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic
		{
		max-width: 60px;
		max-height: 60px;
		font-size: 1.2rem
	}
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media {
	margin-top: .2rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img
	{
	width: 110px;
	border-radius: 8px
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
	margin-top: .2rem;
	width: 100%;
	max-width: 110px;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 8px
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--brand
	{
	background: rgba(93, 120, 255, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--light
	{
	background: rgba(255, 255, 255, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--dark
	{
	background: rgba(40, 42, 60, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--primary
	{
	background: rgba(88, 103, 221, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--success
	{
	background: rgba(10, 187, 135, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--info
	{
	background: rgba(85, 120, 235, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--warning
	{
	background: rgba(255, 184, 34, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--danger
	{
	background: rgba(253, 57, 122, .1)
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content
	{
	width: 100%;
	padding-left: 1.7rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__user
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username
	{
	font-size: 1.3rem;
	color: #48465b;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: .5rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username i
	{
	font-size: 1.2rem;
	color: #57c974;
	padding-left: .5rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__title
	{
	font-size: 1.3rem;
	color: #48465b;
	font-weight: 600;
	margin: .8rem 0 .7rem 0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__title:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__action .btn
	{
	font-weight: 600;
	margin-left: .5rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead
	{
	padding: .6rem 0 .8rem 0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a
	{
	padding-right: 2rem;
	color: #74788d;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a i
	{
	padding-right: .5rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__desc
	{
	color: #595d6e;
	font-weight: 400;
	padding-right: 2rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: .5rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin: .1rem 0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress .kt-widget__text
	{
	padding-right: 1rem;
	color: #595d6e;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress .kt-widget__stats
	{
	padding-left: 1rem;
	color: #48465b;
	font-weight: 600;
	font-size: 1.1rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats
	{
	margin-bottom: .7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item
	{
	padding-top: 1rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__date
	{
	color: #595d6e;
	font-weight: 500;
	padding-bottom: 1rem;
	display: block
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__subtitel
	{
	color: #595d6e;
	font-weight: 500;
	display: block
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__progress
	{
	width: 100%;
	margin: 1.4rem 0 .5rem 0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__progress .kt-widget__stat
	{
	padding-left: .7rem;
	color: #48465b;
	font-weight: 600
}

.kt-widget
.kt-widget--user-profile-3
 
.kt-widget__top
 
.kt-widget__content
 
.kt-widget__info
 
.kt-widget__stats
 
.kt-widget__item
:not

	
(
:first-child
 
)
:not
 
(
:last-child
 
){
margin
:
 
0
2
.2rem


}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item:last-child
	{
	padding-left: 1rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-top: 1px solid #ebedf2;
	margin-top: 2rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 2rem 1.5rem 0 0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i
	{
	font-size: 2.7rem;
	color: #a2a5b9;
	font-weight: 400
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details
	{
	padding-left: 1rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__title
	{
	display: block;
	color: #595d6e;
	font-weight: 600;
	font-size: .95rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value
	{
	display: block;
	color: #48465b;
	font-weight: 600;
	font-size: 1.2rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value span
	{
	color: #595d6e;
	font-weight: 400
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details a.kt-widget__value
	{
	font-size: .95rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details a.kt-widget__value:hover
	{
	color: #5d78ff
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-section__content
	{
	padding-left: .7rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__form {
	margin-top: 1.5rem
}

@media ( max-width :768px) {
	.kt-widget.kt-widget--user-profile-3 {
		padding-top: .5rem
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media {
		margin-top: .5rem
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img
		{
		max-width: 60px
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
		width: 60px;
		height: 60px;
		margin-top: .5rem;
		font-size: 1.3rem
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content
		{
		padding-left: 1rem;
		margin-top: 0
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username
		{
		padding-bottom: .6rem
	}
	.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead
		{
		padding: 1.2rem 0
	}
	.kt-widget
	.kt-widget--user-profile-3
	 
	.kt-widget__top
	 
	.kt-widget__content
	 
	.kt-widget__subhead
	 
	a
	:not
	
		
	(
	:first-child
	 
	)
	:not
	 
	(
	:last-child
	 
	){
	padding
	:
	 
	.5rem
	 
	1
	rem
	 
	.5rem
	 
	0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__desc
	{
	padding-bottom: 1rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress
	{
	width: 100%
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
	padding-top: 1rem
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item
	{
	padding: 1rem 1rem 0 0
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i
	{
	font-size: 2.5rem
}

}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head {
	margin-top: 1rem
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img
	{
	max-width: 90px;
	max-height: 90px;
	border-radius: 50%
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	height: 90px;
	font-size: 1.5rem;
	border-radius: 50%
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--brand
	{
	background: rgba(93, 120, 255, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--light
	{
	background: rgba(255, 255, 255, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dark
	{
	background: rgba(40, 42, 60, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--primary
	{
	background: rgba(88, 103, 221, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--success
	{
	background: rgba(10, 187, 135, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--info
	{
	background: rgba(85, 120, 235, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--warning
	{
	background: rgba(255, 184, 34, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--danger
	{
	background: rgba(253, 57, 122, .1)
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username
	{
	text-align: center;
	display: block;
	padding: .8rem 0 .6rem 0;
	font-size: 1.3rem;
	color: #48465b;
	font-weight: 500
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__button
	{
	text-align: center
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__button .btn
	{
	font-weight: 600;
	padding: .3rem .8rem
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action
	{
	text-align: center;
	margin-top: 2.3rem
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action>.btn-label-warning:hover
	{
	color: #fff
}

.kt-widget
.kt-widget--user-profile-4
 
.kt-widget__head
 
.kt-widget__content
 
.kt-widget__section
 
.kt-widget__action
 
.btn
:not

	
(
:first-child
 
)
:not
 
(
:last-child
 
){
margin
:
 
0
1
rem


}
.kt-widget.kt-widget--user-profile-4 .kt-widget__body {
	margin-top: 2.5rem
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item {
	display: block;
	text-align: center;
	color: #595d6e;
	font-weight: 500;
	font-size: 1.1rem;
	padding: .9rem 0;
	margin: .4rem 0
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	background: #edf0fc;
	cursor: pointer;
	border-radius: 4px
}

.kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item.kt-widget__item--active
	{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	background: #edf0fc;
	color: #5d78ff;
	border-radius: 4px
}

@media ( max-width :768px) {
	.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img
		{
		max-width: 80px;
		max-height: 80px
	}
	.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic
		{
		max-width: 80px;
		max-height: 80px;
		font-size: 1.2rem
	}
}

.kt-widget.kt-widget--users .kt-widget__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.3rem 0 2.3rem 0
}

.kt-widget.kt-widget--users .kt-widget__item .kt-media img {
	width: 100%;
	max-width: 43px;
	height: 43px
}

.kt-widget.kt-widget--users .kt-widget__item:last-child {
	margin-bottom: 0
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info {
	padding-top: .1rem;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	margin-left: 1rem
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-widget__username
	{
	font-size: 1.1rem;
	color: #48465b;
	font-weight: 500
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-widget__username:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-badge
	{
	margin-left: .5rem
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__desc
	{
	display: block;
	color: #74788d;
	font-weight: 500
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__action {
	text-align: right;
	padding-top: .2rem;
	-webkit-box-flex: 1.1;
	-ms-flex: 1.1;
	flex: 1.1
}

.kt-widget.kt-widget--users .kt-widget__item .kt-widget__action .kt-widget__date
	{
	display: block;
	color: #74788d;
	font-weight: 500
}

@media ( max-width :1024px) {
	.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info {
		-webkit-box-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5
	}
	.kt-widget.kt-widget--users .kt-widget__item .kt-widget__action {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

.kt-widget.kt-widget--project-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% + 20px)
}

.kt-widget.kt-widget--project-1 .kt-widget__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media .kt-media .kt-widget__icon
	{
	max-width: 62px;
	height: 62px;
	margin-top: -.5rem;
	margin-left: -.5rem
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media .kt-media img
	{
	width: 65px
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media.kt-widget__media--m
	{
	margin-top: 1.5px
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info
	{
	padding: .25rem 0 0 1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__title
	{
	font-size: 1.3rem;
	color: #48465b;
	font-weight: 600
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__title:hover
	{
	color: #5d78ff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__desc
	{
	padding-top: .4rem;
	color: #595d6e;
	font-weight: 500;
	display: block
}

.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.kt-widget.kt-widget--project-1 .kt-widget__body {
	padding: 25px;
	height: 100%;
	padding-top: 0 !important
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item
	{
	padding-top: 1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__date
	{
	color: #595d6e;
	font-weight: 500;
	padding-bottom: 1rem;
	display: block
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__subtitel
	{
	color: #595d6e;
	font-weight: 500;
	display: block
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__progress
	{
	width: 100%;
	margin: 1.4rem 0 .5rem 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__progress .kt-widget__stat
	{
	padding-left: .7rem;
	color: #48465b;
	font-weight: 600
}

.kt-widget
.kt-widget--project-1
 
.kt-widget__body
 
.kt-widget__stats
 
.kt-widget__item
:not

	
(
:first-child
 
)
:not
 
(
:last-child
 
){
margin
:
 
0
2
.2rem


}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:last-child
	{
	padding-left: 1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2.7rem 0 1.2rem 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__subtitel
	{
	color: #595d6e;
	font-weight: 500
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__progress
	{
	width: 100%;
	margin: 0 1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__progress .kt-widget__stat
	{
	padding-left: .7rem;
	color: #48465b;
	font-weight: 600
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__text {
	color: #595d6e;
	font-weight: 500;
	margin-top: 2.7rem;
	display: block
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content {
	padding: 1rem 0 1.3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details
	{
	margin-right: 3.7rem;
	padding-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__subtitle
	{
	color: #595d6e;
	font-weight: 600;
	padding-bottom: 1.1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__value
	{
	color: #48465b;
	font-weight: 600;
	font-size: 1.2rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__value span
	{
	color: #74788d
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-badge
	{
	margin: .3rem 0 0 7px
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child
	{
	margin-right: 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child .kt-widget__subtitle
	{
	margin-top: 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-media-group
	{
	margin-top: -.5rem
}

.kt-widget.kt-widget--project-1 .kt-widget__footer {
	border-top: 1px solid #ebedf2;
	width: 100%
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog i
	{
	font-size: 1.3rem;
	color: #d2d8e8
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog .kt-widget__value
	{
	font-weight: 700;
	padding-left: .6rem
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog:last-child
	{
	padding-left: 1.7rem
}

@media ( max-width :1024px) {
	.kt-widget.kt-widget--project-1 .kt-widget__head {
		padding-bottom: 1rem;
		padding: 15px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media img
		{
		width: 100%;
		max-width: 50px;
		height: 50px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media span
		{
		width: 50px;
		height: 50px;
		font-size: 1.2rem
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--fixed
		{
		width: 50px;
		height: 50px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--fixed img
		{
		width: 50px;
		height: 50px;
		max-width: auto
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media img
		{
		width: 50px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md img
		{
		width: 100%;
		max-width: 45px;
		height: 45px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md span
		{
		width: 45px;
		height: 45px;
		font-size: 1rem
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md.kt-media--fixed
		{
		width: 45px;
		height: 45px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md.kt-media--fixed img
		{
		width: 45px;
		height: 45px;
		max-width: auto
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md img
		{
		width: 47px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media .kt-widget__icon
		{
		margin-top: -.7rem;
		width: 62px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media.kt-widget__media--m
		{
		margin-top: 1px
	}
	.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__info {
		padding: .2rem 0 0 1rem
	}
	.kt-widget.kt-widget--project-1 .kt-widget__body {
		padding: 15px
	}
	.kt-widget
	.kt-widget--project-1
	 
	.kt-widget__body
	 
	.kt-widget__stats
	 
	.kt-widget__item
	:not
	
		
	(
	:first-child
	 
	)
	:not
	 
	(
	:last-child
	 
	){
	margin
	:
	 
	0
	1
	.5rem
	
	
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:last-child
	{
	padding-left: 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__text {
	margin-top: 1.5rem;
	margin-bottom: 1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content {
	padding: .5rem 0 1rem 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details
	{
	margin-right: 1.2rem
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child
	{
	margin-right: 0
}

.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child .kt-widget__subtitle
	{
	margin-top: 0
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper {
	padding: 15px
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section
	{
	padding-right: 1rem
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog .kt-widget__value
	{
	padding-left: .4rem
}

.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog:last-child
	{
	padding-left: 1.2rem
}

}
body {
	background: #f2f3f8
}

.kt-subheader.kt-subheader--clear {
	margin-bottom: 0 !important
}

@media ( min-width :1025px) {
	.kt-wrapper {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header--fixed .kt-wrapper {
		padding-top: 65px
	}
	.kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper
		{
		padding-top: 119px
	}
	.kt-aside--fixed .kt-wrapper {
		padding-left: 265px
	}
	.kt-aside--fixed.kt-aside--minimize .kt-wrapper {
		padding-left: 70px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header--fixed.kt-subheader--fixed .kt-subheader {
		position: fixed;
		height: 54px;
		top: 65px;
		left: 0;
		right: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 94;
		background-color: #fff;
		-webkit-box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .08);
		box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .08);
		margin: 0
	}
	.kt-header--fixed.kt-header--minimize.kt-subheader--fixed .kt-subheader
		{
		top: 55px;
		-webkit-transition: top .3s ease;
		transition: top .3s ease
	}
	.kt-aside--enabled.kt-subheader--fixed .kt-subheader {
		left: 265px
	}
	.kt-subheader--fixed.kt-aside--minimize .kt-subheader,
		.kt-subheader--fixed.kt-aside--minimize-hover .kt-subheader {
		left: 70px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-container {
		padding: 0 25px
	}
	.kt-subheader--enabled:not (.kt-subheader--fixed ) .kt-content {
		padding-top: 0
	}
}

@media ( min-width :1025px) and (max-width:1430px) {
	body
	:not
	 
	(
	.kt-aside--enabled
	 
	)
	.kt-container
	:not
	 
	(
	.kt-container--fluid
	 
	){
	width
	:
	 
	100%
}

}
@media ( min-width :1025px) and (max-width:1695px) {
	.kt-aside--enabled
	:not
	 
	(
	.kt-aside--minimize
	 
	)
	.kt-container
	:not
	 
	(
	.kt-container--fluid
	
		
	){
	width
	:
	 
	100%
}

}
@media ( min-width :1025px) and (max-width:1500px) {
	.kt-aside--enabled
	.kt-aside--minimize
	 
	.kt-container
	:not
	 
	(
	.kt-container--fluid
	
		
	){
	width
	:
	 
	100%
}

}
@media ( max-width :1024px) {
	.kt-header-mobile--fixed .kt-wrapper {
		padding-top: 50px
	}
	.kt-container {
		padding: 0 15px
	}
	.kt-subheader--enabled .kt-content {
		padding-top: 0
	}
	.kt-subheader--enabled.kt-subheader--solid .kt-subheader {
		margin-bottom: 15px
	}
}

@media ( min-width :1025px) {
	.kt-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 65px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		position: relative;
		z-index: 2
	}
	.kt-header.kt-header--fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 97
	}
	.kt-aside--enabled .kt-header.kt-header--fixed {
		left: 265px
	}
	.kt-header--fixed.kt-header--minimize .kt-header {
		height: 55px;
		-webkit-transition: height .3s ease;
		transition: height .3s ease
	}
	.kt-header--fixed.kt-aside--minimize .kt-header {
		left: 70px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
}

@media ( min-width :1025px) {
	.kt-header-mobile {
		display: none
	}
}

@media ( max-width :1024px) {
	.kt-header-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 15px;
		height: 50px;
		min-height: 50px;
		position: relative;
		z-index: 1
	}
	.kt-header-mobile--fixed .kt-header-mobile {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 97
	}
	.kt-header-mobile .kt-header-mobile__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.kt-header-mobile .kt-header-mobile__toolbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler
		{
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		background: 0 0;
		outline: 0 !important;
		width: 24px;
		height: 24px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span
		{
		display: block;
		position: absolute;
		top: 11px;
		height: 2px;
		min-height: 2px;
		width: 100%;
		border-radius: 2px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before
		{
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		min-height: 2px;
		content: "";
		border-radius: 2px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before
		{
		top: -8px
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after
		{
		bottom: -8px
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left span:before
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: auto;
		right: 0;
		width: 50%
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left span:after
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: auto;
		right: 0;
		width: 75%
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left:hover span:after,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left:hover span:before
		{
		width: 100%;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left.kt-header-mobile__toggler--active span:before
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: 0;
		right: auto;
		width: 50%
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left.kt-header-mobile__toggler--active span:after
		{
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		left: 0;
		right: auto;
		width: 75%
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right span:before
		{
		left: 0;
		right: auto;
		width: 50%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right span:after
		{
		left: 0;
		right: auto;
		width: 75%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right:hover span:after,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right:hover span:before
		{
		width: 100%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right.kt-header-mobile__toggler--active span:before
		{
		left: auto;
		right: 0;
		width: 50%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right.kt-header-mobile__toggler--active span:after
		{
		left: auto;
		right: 0;
		width: 75%;
		-webkit-transition: width .4s ease;
		transition: width .4s ease
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span
		{
		background: rgba(255, 255, 255, .2)
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before
		{
		background: rgba(255, 255, 255, .2)
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span
		{
		background: #5d78ff
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::after,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::before
		{
		background: #5d78ff
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span
		{
		background: #5d78ff
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::after,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::before
		{
		background: #5d78ff
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler
		{
		margin: 0 0 0 1.5rem
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler
		{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		background: 0 0;
		outline: 0 !important;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 .5rem 0 1rem
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i
		{
		-webkit-transition: all .3s;
		transition: all .3s;
		color: rgba(255, 255, 255, .2);
		font-size: 1.5rem;
		line-height: 0
	}
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i,
		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i
		{
		-webkit-transition: all .3s;
		transition: all .3s;
		color: #5d78ff
	}
}

@media ( min-width :1025px) {
	.kt-header-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100%;
		margin: 0 0 0 25px
	}
	.kt-header-menu .kt-menu__nav {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-decoration: none;
		position: relative;
		vertical-align: middle;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		outline: 0 !important;
		text-decoration: none;
		cursor: pointer
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__link-text
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__link-badge
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 0;
		white-space: nowrap
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__link-icon
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__hor-arrow
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__ver-arrow
		{
		display: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link:active,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link:focus,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link:hover {
		text-decoration: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link>.kt-menu__link-text
		{
		width: auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--icon-only>.kt-menu__link
		{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--icon-only>.kt-menu__link>.kt-menu__link-icon
		{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-style: preserve-3d;
		display: none;
		z-index: 98;
		position: absolute;
		top: 100%;
		border-radius: 4px;
		padding: 20px 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__scroll
		{
		position: relative;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav
		{
		list-style: none !important;
		padding: 0;
		margin: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu {
		width: 275px;
		margin: 0 auto;
		left: auto;
		right: auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--full
		{
		margin: 0 auto;
		width: auto;
		left: 20px;
		right: 20px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed
		{
		left: auto;
		right: auto;
		width: auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--right
		{
		right: 0;
		left: auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--right.kt-menu__submenu--pull
		{
		margin-right: -40px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--left
		{
		right: auto;
		left: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--left.kt-menu__submenu--pull
		{
		margin-left: -40px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--center
		{
		margin: 0 auto;
		left: 0;
		right: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu
		{
		position: relative;
		padding: 0;
		margin: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu>.kt-menu__submenu
		{
		top: 0;
		display: none;
		margin-top: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu>.kt-menu__submenu.kt-menu__submenu--left
		{
		right: 100%;
		left: auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu>.kt-menu__submenu.kt-menu__submenu--right
		{
		left: 100%;
		right: auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__content
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__content>.kt-menu__item
		{
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__content>.kt-menu__item:last-child
		{
		border-right: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__heading
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		margin: 0;
		text-decoration: none;
		position: relative
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-text
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-badge
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-icon
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 18px;
		padding: 0 10px 0 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__hor-arrow
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 0 10px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__ver-arrow
		{
		display: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0;
		padding: 10px 20px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-decoration: none;
		position: relative
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link:active,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link:focus,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link:hover,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link:active,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link:focus,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link:hover
		{
		outline: 0;
		text-decoration: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link .kt-menu__link-text,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-text
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link .kt-menu__link-badge,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-badge
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap;
		padding: 0 0 0 5px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link .kt-menu__link-icon,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-icon
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33px;
		flex: 0 0 33px;
		padding: 0;
		font-size: 1.4rem
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link .kt-menu__link-bullet,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-bullet
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link .kt-menu__hor-arrow,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__hor-arrow
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 0 10px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner>.kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__ver-arrow
		{
		display: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__inner {
		padding: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__submenu
		{
		margin-left: 1px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__submenu.kt-menu__submenu--left
		{
		margin-right: 1px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs>.kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu>.kt-menu__submenu
		{
		top: 100%
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs>.kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu>.kt-menu__submenu.kt-menu__submenu--left
		{
		right: 100%;
		left: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs>.kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--submenu>.kt-menu__submenu.kt-menu__submenu--right
		{
		left: 100%;
		right: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 .25rem;
		padding: 0 .25rem
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--rel {
		position: relative
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
		padding: .25rem .5rem
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link:hover {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		font-size: 1.4rem;
		width: 30px;
		padding: 0;
		line-height: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
		{
		height: 23px;
		width: 23px;
		margin-left: -2px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		width: 20px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
		{
		vertical-align: middle;
		display: inline-block
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
		{
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
		{
		width: 5px;
		height: 1px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__hor-arrow
		{
		font-size: .8rem;
		width: 20px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__item-here
		{
		display: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu {
		padding: 0;
		border-radius: 4px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item
		{
		padding: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
		padding: 11px 30px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link:hover
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		font-size: 1.4rem;
		width: 33px;
		padding: 0;
		line-height: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
		{
		height: 23px;
		width: 23px;
		margin-left: -2px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		width: 20px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
		{
		vertical-align: middle;
		display: inline-block
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
		{
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
		{
		width: 9px;
		height: 1px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__hor-arrow
		{
		font-size: .8rem;
		width: 20px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0 0 0 10px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__item-here
		{
		display: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content
		{
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content>.kt-menu__item
		{
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content>.kt-menu__item:last-child
		{
		border-right: 0 !important
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__heading
		{
		padding: 30px 30px 10px 30px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__heading>.kt-menu__link-text
		{
		font-weight: 500;
		font-size: 1.07rem;
		text-transform: initial
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__heading>.kt-menu__link-icon
		{
		font-size: 1.35rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		padding: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__heading .kt-menu__link-badge
		{
		padding: 0 0 0 5px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner
		{
		padding: 0 0 20px 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item
		{
		padding: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
		padding: 11px 30px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link:hover
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		font-size: 1.4rem;
		width: 33px;
		padding: 0;
		line-height: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
		{
		height: 23px;
		width: 23px;
		margin-left: -2px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		width: 20px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
		{
		vertical-align: middle;
		display: inline-block
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
		{
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
		{
		width: 9px;
		height: 1px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__hor-arrow
		{
		font-size: .8rem;
		width: 20px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0 0 0 10px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu>.kt-menu__subnav .kt-menu__content .kt-menu__inner>.kt-menu__item>.kt-menu__link .kt-menu__item-here
		{
		display: none
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic
		{
		padding: 20px 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline>.kt-menu__subnav>.kt-menu__item
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 0
	}
	.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--resize {
		display: none
	}
	.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu,
		.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu
		{
		display: block;
		-webkit-animation: kt-header-menu-submenu-fade-in .3s ease 1,
			kt-header-menu-submenu-move-down .3s ease-out 1;
		animation: kt-header-menu-submenu-fade-in .3s ease 1,
			kt-header-menu-submenu-move-down .3s ease-out 1
	}
}

@media screen and (min-width:1025px) and (-ms-high-contrast:active) , (
		min-width :1025px) and (-ms-high-contrast:none) {
	.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu,
		.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu
		{
		-webkit-animation: none;
		animation: none
	}
}

@media ( min-width :1025px) {
	.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu,
		.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu
		{
		display: block;
		-webkit-animation: kt-header-menu-submenu-fade-in .3s ease 1,
			kt-header-menu-submenu-move-up .3s ease-out 1;
		animation: kt-header-menu-submenu-fade-in .3s ease 1,
			kt-header-menu-submenu-move-up .3s ease-out 1
	}
}

@media screen and (min-width:1025px) and (-ms-high-contrast:active) , (
		min-width :1025px) and (-ms-high-contrast:none) {
	.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu,
		.kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu>.kt-menu__subnav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu
		{
		-webkit-animation: none;
		animation: none
	}
}

@media ( min-width :1025px) {
	[direction=rtl] .kt-header-menu .kt-menu__subnav .kt-menu__hor-arrow:before
		{
		content: "" !important
	}
}

@media ( min-width :1025px) and (max-width:1399px) {
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto.kt-menu__submenu--mimimal-desktop-wide,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xxl,
		.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--full
		{
		margin: 0 auto;
		width: auto;
		left: 20px;
		right: 20px
	}
}

@media ( min-width :0) {
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xs
		{
		width: -60px
	}
}

@media ( min-width :576px) {
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-sm
		{
		width: 516px
	}
}

@media ( min-width :768px) {
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-md
		{
		width: 708px
	}
}

@media ( min-width :1024px) {
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-lg
		{
		width: 964px
	}
}

@media ( min-width :1399px) {
	.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl
		{
		width: 1339px
	}
}

@
-webkit-keyframes kt-header-menu-submenu-fade-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes kt-header-menu-submenu-fade-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-webkit-keyframes kt-header-menu-submenu-fade-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes kt-header-menu-submenu-fade-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-webkit-keyframes kt-header-menu-submenu-move-up {
	from {margin-top: -10px
}

to {
	margin-top: 0
}

}
@
keyframes kt-header-menu-submenu-move-up {
	from {margin-top: -10px
}

to {
	margin-top: 0
}

}
@
-webkit-keyframes kt-header-menu-submenu-move-down {
	from {margin-top: 10px
}

to {
	margin-top: 0
}

}
@
keyframes kt-header-menu-submenu-move-down {
	from {margin-top: 10px
}

to {
	margin-top: 0
}

}
@media ( max-width :1024px) {
	.kt-header-menu-mobile .kt-menu__nav {
		margin: 0;
		list-style: none;
		padding: 10px 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__scroll {
		position: relative;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__subnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0;
		margin: 0;
		list-style: none !important
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__inner,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu {
		display: none;
		float: none;
		margin: 0;
		padding: 0;
		width: auto !important
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content
		{
		padding: 0;
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content>.kt-menu__item,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content>.kt-menu__item
		{
		padding: 0;
		margin: 0;
		list-style: none
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner>li>.kt-menu__link,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner>li>.kt-menu__link
		{
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		float: none;
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0;
		padding: 0;
		text-decoration: none;
		position: relative;
		outline: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading:hover,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link:hover
		{
		text-decoration: none;
		cursor: pointer
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-text,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		line-height: 0
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		-webkit-transform: translate3d(0, 0, 0)
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__hor-arrow,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__hor-arrow
		{
		display: none
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__heading>.kt-menu__ver-arrow:before,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__link>.kt-menu__ver-arrow:before
		{
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg)
	}
	[direction=rtl] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__heading>.kt-menu__ver-arrow:before,
		[direction=rtl] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__link>.kt-menu__ver-arrow:before
		{
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg)
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__inner,
		.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__submenu
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent
		{
		display: none
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 27px
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__section.kt-menu__section--first
		{
		margin-top: 0 !important
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-text
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-icon
		{
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__separator {
		height: 0;
		overflow: hidden
	}
	.kt-header-menu-mobile .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles
		{
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item {
		position: relative;
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link {
		cursor: pointer;
		min-height: 44px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-text,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1.02rem;
		text-transform: initial
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		font-size: 1.4rem
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
		{
		margin-left: -2px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		vertical-align: middle;
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15px;
		flex: 0 0 15px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet>span,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
		{
		vertical-align: middle;
		display: inline-block
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
		{
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
		{
		width: 5px;
		height: 1px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px;
		text-align: right
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		font-size: .7rem
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		display: inline-block;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	[direction=rtl] .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		[direction=rtl] .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		content: "" !important
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__item-here,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__item-here
		{
		display: none
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow:before
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav
		{
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item
		{
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link
		{
		cursor: pointer;
		min-height: 40px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-text,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		font-size: 1.35rem
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
		{
		margin-left: -2px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		vertical-align: middle;
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet>span,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
		{
		vertical-align: middle;
		display: inline-block
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
		{
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
		{
		width: 5px;
		height: 1px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		font-size: .7rem
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		display: inline-block;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	[direction=rtl] .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		[direction=rtl] .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		content: "" !important
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__item-here,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__item-here
		{
		display: none
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow:before
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__section
		{
		margin: 20px 0 0 0;
		height: 40px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text
		{
		font-size: .8rem;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: .3px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__separator
		{
		margin: 15px 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles
		{
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__section {
		margin: 20px 0 0 0;
		height: 40px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__section .kt-menu__section-text
		{
		font-size: .83rem;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: .3px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__separator {
		margin: 15px 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__separator .kt-menu__separator--marginles
		{
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link {
		padding: 9px 30px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading
		{
		padding: 0 30px;
		padding-left: 45px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner
		{
		padding: 0;
		margin: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link
		{
		padding: 0 30px;
		padding-left: 60px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		padding: 0 30px;
		padding-left: 45px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
		{
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav
		{
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		padding: 0 30px;
		padding-left: 60px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
		{
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		padding: 0 30px;
		padding-left: 75px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
		{
		padding-left: 45px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
		{
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
		{
		padding-left: 60px
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
		{
		padding: 0
	}
	.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
		{
		padding-left: 75px
	}
}

.kt-header-menu-wrapper-close {
	display: none
}

@media ( max-width :1024px) {
	.kt-header-menu-wrapper {
		z-index: 1001;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		width: 275px !important;
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: -295px
	}
	.kt-header-menu-wrapper.kt-header-menu-wrapper--on {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: 0
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-header-menu-wrapper {
		-webkit-transition: none !important;
		transition: none !important
	}
}

@media ( max-width :1024px) {
	.kt-header-menu-wrapper--right .kt-header-menu-wrapper {
		right: -295px;
		left: auto
	}
	.kt-header-menu-wrapper--right .kt-header-menu-wrapper.kt-header-menu-wrapper--on
		{
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		right: 0;
		left: auto
	}
	.kt-header-menu-wrapper-close {
		width: 25px;
		height: 25px;
		top: 1px;
		z-index: 1002;
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		position: fixed;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 3px;
		cursor: pointer;
		outline: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		left: -25px
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-header-menu-wrapper-close {
		-webkit-transition: none !important;
		transition: none !important
	}
}

@media ( max-width :1024px) {
	.kt-header-menu-wrapper-close>i {
		line-height: 0;
		font-size: 1.4rem
	}
	.kt-header-menu-wrapper-close:hover {
		text-decoration: none
	}
	.kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
		left: auto;
		right: -25px
	}
	.kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: 249px
	}
	.kt-header-menu-wrapper--on.kt-header-menu-wrapper--right .kt-header-menu-wrapper-close
		{
		left: auto;
		right: 249px
	}
	.kt-header-menu-wrapper-overlay {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: 1000;
		background: rgba(0, 0, 0, .1);
		-webkit-animation: kt-animate-fade-in .3s linear 1;
		animation: kt-animate-fade-in .3s linear 1
	}
	.kt-header-menu-wrapper {
		background: #fff;
		-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
		box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75)
	}
	.kt-header-menu-wrapper-overlay {
		background: rgba(0, 0, 0, .1)
	}
	.kt-header-menu-wrapper-close {
		background-color: #e8e8f2
	}
	.kt-header-menu-wrapper-close>i {
		color: #968ad4
	}
	.kt-header-menu-wrapper-close:hover {
		background-color: #5d78ff
	}
	.kt-header-menu-wrapper-close:hover>i {
		color: #fff
	}
}

@media ( max-width :325px) {
	.kt-header-menu-wrapper {
		width: 90% !important
	}
}

@media ( min-width :1025px) {
	body:not (.kt-aside--enabled ) .kt-header-menu-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	body:not (.kt-aside--enabled ) .kt-header-menu-wrapper .kt-header-logo {
		padding: 0 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 25px
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item:first-child {
		padding-left: 0
	}
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.kt-header-menu.kt-header-menu--layout-default .kt-menu__nav>.kt-menu__item>.kt-menu__link
		{
		padding: .65rem 1.1rem
	}
	.kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav>.kt-menu__item
		{
		margin: 0 1rem;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav>.kt-menu__item>.kt-menu__link
		{
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-color: transparent !important;
		padding: 0 !important;
		border-bottom: 1px solid transparent;
		margin-bottom: -1px;
		border-radius: 0 !important
	}
	.kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav>.kt-menu__item:first-child
		{
		margin-left: 0 !important
	}
	.kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link,
		.kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__link
		{
		background-color: transparent !important;
		border-bottom: 1px solid #5d78ff !important
	}
}

@media ( max-width :1024px) {
	.kt-header-menu-wrapper .kt-header-logo {
		display: none
	}
}

.kt-header__topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	padding-right: 15px
}

.kt-header__topbar .kt-header__topbar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify
	{
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 14px
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 44px;
	width: 44px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.4rem;
	color: #fff
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg {
	height: 24px;
	width: 24px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user
	{
	padding: 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 44px;
	cursor: pointer;
	border-radius: 4px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0 .55rem 0 0;
	font-weight: 500;
	font-size: .9rem;
	color: #636177
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0 .55rem 0 0;
	font-weight: 500;
	font-size: 1rem;
	color: #fff
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img
	{
	-ms-flex-item-align: center;
	align-self: center;
	max-height: 34px;
	border-radius: 4px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username
	{
	height: 34px;
	width: 34px;
	border-radius: 4px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .kt-header__topbar-icon img
	{
	border-radius: 4px;
	width: 17px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon
	{
	padding-right: 10px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon img
	{
	border-radius: 4px;
	width: 18px
}

.kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon,
	.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: rgba(33, 32, 41, .7)
}

.kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i,
	.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i
	{
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}

.kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user,
	.kt-header__topbar .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user
	{
	-webkit-transition: all .3s;
	transition: all .3s
}

@media ( max-width :1024px) {
	.kt-header__topbar {
		padding: 0 15px;
		background-color: #2b2a35;
		-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .1);
		box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .1);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		margin-top: -50px;
		height: 50px;
		position: absolute;
		left: 0;
		right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.kt-header-mobile--fixed .kt-header__topbar {
		position: fixed;
		z-index: 96
	}
	.kt-header__topbar--mobile-on .kt-header__topbar {
		margin-top: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header__topbar .kt-header__topbar-item {
		margin: 0 2px;
		padding: 0
	}
	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify
		{
		top: 6px
	}
	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
		height: 34px;
		width: 34px
	}
	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
		font-size: 1.3rem
	}
	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user
		{
		margin-left: 2px;
		margin-right: 0;
		padding: 0
	}
	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user
		{
		padding: 0 2px;
		height: 34px
	}
	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome
		{
		padding: 0 .35rem 0 0;
		font-size: .9rem
	}
	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username
		{
		padding: 0 .55rem 0 0;
		font-size: .9rem
	}
	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img
		{
		max-height: 30px
	}
	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username
		{
		height: 30px;
		width: 30px
	}
}

.kt-aside__brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 25px;
	height: 65px
}

.kt-aside__brand .kt-aside__brand-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-begin;
	-ms-flex-pack: flex-begin;
	justify-content: flex-begin
}

.kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo img {
	display: none
}

.kt-aside__brand .kt-aside__brand-tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler {
	display: inline-block;
	padding: 0;
	border: 0;
	background: 0 0;
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler>span
	{
	display: inline-block
}

.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler>span:nth-child(2)
	{
	display: none
}

.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler svg
	{
	height: 26px;
	width: 26px;
	margin-right: -2px
}

@media ( min-width :1025px) {
	.kt-aside__brand {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-header--fixed.kt-aside--static .kt-aside__brand {
		position: fixed;
		top: 0;
		left: 0;
		width: 265px;
		z-index: 97
	}
	.kt-header--fixed.kt-aside--minimize .kt-aside__brand {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools
		{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler>span:nth-child(1)
		{
		display: none
	}
	.kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler>span:nth-child(2)
		{
		display: inline-block
	}
	.kt-header--fixed.kt-aside--static.kt-aside--minimize .kt-aside__brand {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		width: 70px
	}
}

@media ( max-width :1024px) {
	.kt-aside__brand {
		display: none
	}
}

.kt-aside {
	width: 265px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-aside .kt-aside-menu {
	margin: 15px 0
}

.kt-aside .kt-aside-menu .ps__rail-y {
	right: 3px
}

.kt-aside .kt-aside__footer .kt-aside__footer-nav {
	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;
	padding: 7px 30px
}

.kt-aside .kt-aside__footer .kt-aside__footer-item {
	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
}

.kt-aside .kt-aside__footer .btn {
	height: 45px;
	width: 45px;
	background-color: #f0f0f6;
	border-radius: 50%
}

.kt-aside .kt-aside__footer .btn i {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.4rem;
	color: #5d78ff
}

.kt-aside .kt-aside__footer .btn:hover {
	background-color: #5d78ff
}

.kt-aside .kt-aside__footer .btn:hover i {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}

.kt-aside--minimize .kt-aside .kt-aside__footer .btn,
	.kt-aside--minimize .kt-aside .kt-aside__footer .dropdown.dropdown-inline
	{
	display: none
}

.kt-aside--minimize .kt-aside .kt-aside__footer .btn:last-child,
	.kt-aside--minimize .kt-aside .kt-aside__footer .dropdown.dropdown-inline:last-child
	{
	display: inline-block;
	opacity: 0
}

@media ( min-width :1025px) {
	.kt-aside--fixed .kt-aside {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 98
	}
	.kt-aside--static .kt-aside {
		position: relative;
		z-index: 1
	}
	.kt-aside--minimize .kt-aside {
		width: 70px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-aside--minimizing .kt-aside {
		overflow: hidden
	}
	.kt-aside--minimizing .kt-aside .kt-aside-menu .kt-menu__nav {
		width: 265px;
		overflow: hidden
	}
	.kt-aside .ps>.ps__rail-y {
		width: 4px
	}
	.kt-aside .ps>.ps__rail-y:focus, .kt-aside .ps>.ps__rail-y:hover {
		width: 4px
	}
	.kt-aside .ps>.ps__rail-y>.ps__thumb-y {
		width: 4px;
		border-radius: 4px
	}
	.kt-aside .ps>.ps__rail-y>.ps__thumb-y:focus, .kt-aside .ps>.ps__rail-y>.ps__thumb-y:hover
		{
		width: 4px
	}
	.kt-aside--fixed.kt-aside--minimize-hover .kt-aside {
		width: 265px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-aside--fixed.kt-aside--minimize-hover .kt-header {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		left: 70px
	}
	.kt-aside--fixed.kt-aside--minimize-hover .kt-wrapper {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		padding-left: 70px
	}
}

.kt-aside-menu .kt-menu__nav {
	margin: 0;
	list-style: none;
	padding: 15px 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__scroll {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.kt-aside-menu .kt-menu__nav .kt-menu__subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	margin: 0;
	list-style: none !important
}

.kt-aside-menu .kt-menu__nav .kt-menu__inner, .kt-aside-menu .kt-menu__nav .kt-menu__submenu
	{
	display: none;
	float: none;
	margin: 0;
	padding: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content,
	.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content {
	padding: 0;
	margin: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content>.kt-menu__item,
	.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content>.kt-menu__item
	{
	padding: 0;
	margin: 0;
	list-style: none
}

.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner,
	.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner>li>.kt-menu__link,
	.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content>.kt-menu__item.kt-menu--no-heading>.kt-menu__inner>li>.kt-menu__link
	{
	margin: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: none;
	padding: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	outline: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading:hover,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link:hover {
	text-decoration: none;
	cursor: pointer
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-text,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-text
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-badge
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-icon
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__link-bullet
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	line-height: 0
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
	{
	-webkit-transform: translate3d(0, 0, 0)
}

.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__heading .kt-menu__hor-arrow,
	.kt-aside-menu .kt-menu__nav .kt-menu__item>.kt-menu__link .kt-menu__hor-arrow
	{
	display: none
}

.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__heading>.kt-menu__ver-arrow:before,
	.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__link>.kt-menu__ver-arrow:before
	{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

[direction=rtl] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__heading>.kt-menu__ver-arrow:before,
	[direction=rtl] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__link>.kt-menu__ver-arrow:before
	{
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg)
}

.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__inner,
	.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open>.kt-menu__submenu
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent
	{
	display: none
}

.kt-aside-menu .kt-menu__nav .kt-menu__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 25px
}

.kt-aside-menu .kt-menu__nav .kt-menu__section.kt-menu__section--first {
	margin-top: 0 !important
}

.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.kt-aside-menu .kt-menu__nav .kt-menu__separator {
	height: 0;
	overflow: hidden
}

.kt-aside-menu .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles
	{
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item {
	position: relative;
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link {
	cursor: pointer;
	min-height: 44px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-text,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text
	{
	font-weight: 400;
	font-size: 1rem;
	text-transform: initial
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
	{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	font-size: 1.3rem
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
	{
	height: 23px;
	width: 23px;
	margin-left: -2px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
	{
	vertical-align: middle;
	text-align: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet>span,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
	{
	vertical-align: middle;
	display: inline-block
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
	{
	width: 4px;
	height: 4px;
	border-radius: 100%
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
	{
	width: 5px;
	height: 1px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
	{
	padding: 0 0 0 5px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
	{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	font-size: .7rem
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
	{
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

[direction=rtl] .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
	[direction=rtl] .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
	{
	content: "" !important
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__item-here,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__item-here
	{
	display: none
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow:before,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow:before
	{
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav
	{
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item
	{
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link
	{
	cursor: pointer;
	min-height: 40px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-text,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-text
	{
	font-weight: 400;
	font-size: 1rem;
	text-transform: initial
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-icon
	{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	font-size: 1.3rem
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
	{
	height: 24px;
	width: 24px;
	margin-left: -2px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet
	{
	vertical-align: middle;
	text-align: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet>span,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
	{
	vertical-align: middle;
	display: inline-block
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
	{
	width: 4px;
	height: 4px;
	border-radius: 100%
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
	{
	width: 5px;
	height: 1px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-badge
	{
	padding: 0 0 0 5px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
	{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	font-size: .7rem
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
	{
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

[direction=rtl] .kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
	[direction=rtl] .kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
	{
	content: "" !important
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__item-here,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__item-here
	{
	display: none
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow:before,
	.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow:before
	{
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__section
	{
	margin: 20px 0 0 0;
	height: 40px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text
	{
	font-size: .8rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .3px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__separator
	{
	margin: 15px 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles
	{
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__section {
	margin: 20px 0 0 0;
	height: 40px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__section .kt-menu__section-text {
	font-size: .9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .3px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__separator {
	margin: 15px 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__separator .kt-menu__separator--marginles
	{
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link {
	padding: 9px 25px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading
	{
	padding: 0 25px;
	padding-left: 40px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner
	{
	padding: 0;
	margin: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link
	{
	padding: 0 25px;
	padding-left: 55px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
	{
	padding: 0 25px;
	padding-left: 40px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
	{
	padding: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav
	{
	padding: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
	{
	padding: 0 25px;
	padding-left: 55px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
	{
	padding: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
	{
	padding: 0 25px;
	padding-left: 70px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
	{
	padding-left: 40px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
	{
	padding: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
	{
	padding-left: 55px
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu
	{
	padding: 0
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
	{
	padding-left: 70px
}

@media ( min-width :1025px) {
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 )>.kt-menu__link>.kt-menu__ver-arrow:before, .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] )>.kt-menu__link>.kt-menu__ver-arrow:before
		{
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-style: preserve-3d
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 )>.kt-menu__submenu, .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] )>.kt-menu__submenu {
		display: none !important;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-style: preserve-3d
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover, .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover {
		position: relative
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu, .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu
		{
		top: -10px;
		position: absolute;
		z-index: 98;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 245px;
		margin-left: 245px;
		border-radius: 4px;
		-webkit-animation: kt-aside-menu-submenu-fade-in .3s ease 1,
			kt-aside-menu-submenu-move-up .3s ease-out 1;
		animation: kt-aside-menu-submenu-fade-in .3s ease 1,
			kt-aside-menu-submenu-move-up .3s ease-out 1
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up
		{
		bottom: 0;
		top: auto
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up
		{
		top: auto;
		bottom: -10px;
		-webkit-animation: kt-aside-menu-submenu-fade-in .3s ease 1,
			kt-aside-menu-submenu-move-down .3s ease-out 1;
		animation: kt-aside-menu-submenu-fade-in .3s ease 1,
			kt-aside-menu-submenu-move-down .3s ease-out 1
	}
}

@media screen and (min-width:1025px) and (-ms-high-contrast:active) , (
		min-width :1025px) and (-ms-high-contrast:none) {
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up
		{
		-webkit-animation: none;
		animation: none
	}
}

@media ( min-width :1025px) {
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav
		{
		padding: 20px 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item
		{
		margin: 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link
		{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 7px 30px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-title,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-title
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu_link-text,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu_link-text
		{
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-style: preserve-3d
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-icon,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-icon
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-bullet,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-bullet
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-badge,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__link-badge
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__link .kt-menu__ver-arrow
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav
		{
		padding: 20px 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		padding: 7px 30px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav
		{
		padding: 20px 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		padding: 7px 30px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__section,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav>.kt-menu__section
		{
		padding: 0 25px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link
		{
		cursor: pointer;
		min-height: 40px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-text,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-text,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-text,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1rem;
		text-transform: initial
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		font-size: 1.35rem
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon svg,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon svg
		{
		margin-left: -2px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		vertical-align: middle;
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15px;
		flex: 0 0 15px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet>span,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet>span,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet>span
		{
		vertical-align: middle;
		display: inline-block
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot>span,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot>span
		{
		width: 4px;
		height: 4px;
		border-radius: 100%
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line>span,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line>span
		{
		width: 5px;
		height: 1px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__link-badge,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px;
		text-align: right
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		font-size: .7rem
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		display: inline-block;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	[direction=rtl] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		[direction=rtl] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before,
		[direction=rtl] .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__ver-arrow:before,
		[direction=rtl] .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow:before
		{
		content: "" !important
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__item-here,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__item-here,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__heading .kt-menu__item-here,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item>.kt-menu__link .kt-menu__item-here
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow:before,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--open>.kt-menu__heading .kt-menu__ver-arrow:before,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--open>.kt-menu__link .kt-menu__ver-arrow:before
		{
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section
		{
		margin: 20px 0 0 0;
		height: 40px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section .kt-menu__section-text,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__section .kt-menu__section-text
		{
		font-size: .8rem;
		font-weight: 300;
		text-transform: uppercase
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__separator,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__separator
		{
		margin: 15px 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__separator .kt-menu__separator--marginles,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__separator .kt-menu__separator--marginles
		{
		margin: 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu, .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav>.kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu
		{
		margin-left: 265px;
		top: -5px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item:not ([data-ktmenu-submenu-mode=accordion]
		 ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up,
		.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav>.kt-menu__item:not
		 ([data-ktmenu-submenu-mode=accordion] ).kt-menu__item--hover>.kt-menu__submenu.kt-menu__submenu--up
		{
		bottom: -10px
	}
}

@
-webkit-keyframes kt-aside-menu-submenu-fade-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes kt-aside-menu-submenu-fade-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-webkit-keyframes kt-aside-menu-submenu-fade-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes kt-aside-menu-submenu-fade-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-webkit-keyframes kt-aside-menu-submenu-move-up {
	from {margin-top: 10px
}

to {
	margin-top: 0
}

}
@
keyframes kt-aside-menu-submenu-move-up {
	from {margin-top: 10px
}

to {
	margin-top: 0
}

}
@
-webkit-keyframes kt-aside-menu-submenu-move-down {
	from {margin-bottom: 10px
}

to {
	margin-bottom: 0
}

}
@
keyframes kt-aside-menu-submenu-move-down {
	from {margin-bottom: 10px
}

to {
	margin-bottom: 0
}

}
@media ( min-width :1025px) {
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav {
		padding: 15px 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon
		{
		width: 100%
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0;
		position: relative;
		right: 7px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-badge .kt-badge
		{
		text-indent: -9999px;
		position: relative;
		padding: 0;
		min-width: 6px;
		width: 6px;
		min-height: 6px;
		height: 6px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__submenu
		{
		display: none !important
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--here>.kt-menu__arrow
		{
		display: inline-block
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover
		{
		position: relative;
		z-index: 96;
		width: 316px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover.kt-menu__item--open
		{
		background: 0 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__link
		{
		width: 70px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__link .kt-menu__link-title
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu
		{
		top: 0;
		bottom: auto;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-left: 71px !important
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--parent
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--parent>.kt-menu__link
		{
		height: 40px;
		padding: 0 30px 10px 30px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--parent>.kt-menu__link .kt-menu__link-text
		{
		font-weight: 400;
		font-size: 1.05rem;
		text-transform: initial;
		cursor: text !important
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--parent>.kt-menu__link .kt-menu__link-badge
		{
		padding: 0 0 0 5px
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__submenu .kt-menu__subnav>.kt-menu__item.kt-menu__item--parent+.kt-menu__item
		{
		margin-top: 0
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover>.kt-menu__arrow
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__section {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__section .kt-menu__section-text
		{
		display: none
	}
	.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__section .kt-menu__section-icon
		{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		-webkit-animation: kt-animate-fade-in .7s;
		animation: kt-animate-fade-in .7s
	}
}

.kt-aside-close {
	display: none
}

@media ( max-width :1024px) {
	.kt-aside {
		z-index: 1001;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		width: 275px !important;
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: -295px
	}
	.kt-aside.kt-aside--on {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: 0
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-aside {
		-webkit-transition: none !important;
		transition: none !important
	}
}

@media ( max-width :1024px) {
	.kt-aside--right .kt-aside {
		right: -295px;
		left: auto
	}
	.kt-aside--right .kt-aside.kt-aside--on {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		right: 0;
		left: auto
	}
	.kt-aside-close {
		width: 25px;
		height: 25px;
		top: 1px;
		z-index: 1002;
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		position: fixed;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 3px;
		cursor: pointer;
		outline: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		left: -25px
	}
}

@media screen and (max-width:1024px) and (-ms-high-contrast:active) , (
		max-width :1024px) and (-ms-high-contrast:none) {
	.kt-aside-close {
		-webkit-transition: none !important;
		transition: none !important
	}
}

@media ( max-width :1024px) {
	.kt-aside-close>i {
		line-height: 0;
		font-size: 1.4rem
	}
	.kt-aside-close:hover {
		text-decoration: none
	}
	.kt-aside--right .kt-aside-close {
		left: auto;
		right: -25px
	}
	.kt-aside--on .kt-aside-close {
		-webkit-transition: left .3s ease, right .3s ease;
		transition: left .3s ease, right .3s ease;
		left: 249px
	}
	.kt-aside--on.kt-aside--right .kt-aside-close {
		left: auto;
		right: 249px
	}
	.kt-aside-overlay {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: 1000;
		background: rgba(0, 0, 0, .1);
		-webkit-animation: kt-animate-fade-in .3s linear 1;
		animation: kt-animate-fade-in .3s linear 1
	}
	.kt-aside {
		background: #fff;
		-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
		box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75)
	}
	.kt-aside-overlay {
		background: rgba(0, 0, 0, .1)
	}
	.kt-aside-close {
		background-color: #e8e8f2
	}
	.kt-aside-close>i {
		color: #968ad4
	}
	.kt-aside-close:hover {
		background-color: #5d78ff
	}
	.kt-aside-close:hover>i {
		color: #fff
	}
}

@media ( max-width :325px) {
	.kt-aside {
		width: 90% !important
	}
}

@media ( min-width :1025px) {
	.kt-content {
		padding: 25px 0
	}
	.kt-content.kt-content--fit-top {
		padding-top: 0
	}
	.kt-content.kt-content--fit-bottom {
		padding-bottom: 0
	}
	.kt-footer--fixed .kt-content {
		padding-bottom: 60px
	}
}

@media ( max-width :1024px) {
	.kt-content {
		padding: 15px 0
	}
	.kt-content.kt-content--fit-top {
		padding-top: 0
	}
	.kt-content.kt-content--fit-bottom {
		padding-bottom: 0
	}
	.kt-subheader--enabled.kt-subheader--transparent .kt-content {
		padding-top: 0
	}
}

.kt-footer {
	padding: 20px 0;
	background: #fff
}

.kt-footer .kt-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.kt-footer .kt-footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 1.25rem 0 0;
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #74788d
}

.kt-footer .kt-footer__copyright .kt-link {
	color: #74788d
}

.kt-footer .kt-footer__copyright .kt-link:hover {
	color: #5d78ff
}

.kt-footer .kt-footer__copyright .kt-link:hover:after {
	border-bottom: 1px solid #5d78ff;
	opacity: .3
}

.kt-footer .kt-footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 0 0 .75rem;
	margin: 0
}

.kt-footer .kt-footer__menu .kt-footer__menu-link {
	margin: 0 0 0 1.25rem;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
	color: #595d6e
}

.kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
	color: #5d78ff
}

.kt-footer .kt-footer__menu .kt-footer__menu-link:hover:after {
	border-bottom: 1px solid #5d78ff;
	opacity: .3
}

@media ( min-width :1025px) {
	.kt-footer--fixed .kt-footer {
		position: fixed;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		height: 60px;
		bottom: 0;
		right: 0;
		left: 265px;
		-webkit-box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13);
		box-shadow: 0 0 28px 0 rgba(82, 63, 105, .13)
	}
	.kt-aside--minimize-hover.kt-footer--fixed .kt-footer,
		.kt-aside--minimize.kt-footer--fixed .kt-footer {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		left: 70px
	}
}

@media ( max-width :1024px) {
	.kt-footer {
		padding: 15px 0
	}
}

@media ( max-width :768px) {
	.kt-footer .kt-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.kt-footer .kt-footer__copyright {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.kt-footer .kt-footer__menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0;
		margin: 0 0 .5rem 0
	}
	.kt-footer .kt-footer__menu .kt-footer__menu-link:first-child {
		padding-left: 0;
		margin-left: 0
	}
}

.my-custom-style {
	padding: 1rem .5rem;
	color: #5d78ff
}

.my-custom-style .my-custom-element {
	margin-left: 1rem
}

@media ( max-width :1024px) {
	.my-custom-style {
		padding: .5rem .25rem
	}
	.my-custom-style .my-custom-element {
		margin-left: .5rem
	}
}

.my-custom-style {
	padding: 1rem .5rem;
	color: #5d78ff
}

.my-custom-style .my-custom-element {
	margin-left: 1rem
}

@media ( max-width :1024px) {
	.my-custom-style {
		padding: .5rem .25rem
	}
	.my-custom-style .my-custom-element {
		margin-left: .5rem
	}
}
