
.popup-template .modal {
	opacity: 0;
	transition: all .25s ease;
}

.popup-template .modal.is-open {
	opacity: 1;
	transition: all .25s ease;
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: 2.5rem;
}

.h2, h2 {
	font-size: 2rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.5rem;
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > td, .table-primary > th {
	background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
	background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
	background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
	background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
	background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
	background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
	background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
	background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
	color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
	display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
	color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
	border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
	border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
	color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
	color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .custom-select, .form-inline .input-group {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.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: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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;
	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 {
	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;
	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 {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
	z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
	margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
	padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.custom-select[multiple].nitro-lazy, .custom-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width:575.98px) {
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img, .card-img-bottom, .card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group > .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none;
	}
}

a.badge:focus, a.badge:hover {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush .list-group-item {
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
	border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
	margin: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-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: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	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: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		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: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		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: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-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 {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-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 {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-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 {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-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 {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-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 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-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 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-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 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-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 {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-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 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-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 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-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 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-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 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-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 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-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 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-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 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-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 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-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 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

.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 {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	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:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-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:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-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:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-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: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a !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: #6c757d !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;
		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: 992px !important;
	}
	
	.container {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "拏";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "勒";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "串";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "龜";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "樂";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "諾";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "丹";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "寧";
}

.fa-handshake-slash:before {
	content: "怒";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "率";
}

.fa-head-side-cough-slash:before {
	content: "異";
}

.fa-head-side-mask:before {
	content: "北";
}

.fa-head-side-virus:before {
	content: "磻";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "便";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "邏";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "凌";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "復";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "不";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "駱";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "稜";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "泌";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "爛";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "數";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "索";
}

.fa-pump-soap:before {
	content: "參";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "塞";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "綾";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "葉";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "說";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "殺";
}

.fa-store-slash:before {
	content: "辰";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "沈";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "論";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "雷";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "若";
}

.fa-virus-slash:before {
	content: "掠";
}

.fa-viruses:before {
	content: "略";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn, .slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_menu, .slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: .438em .625em;
	line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: .188em;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: .875em;
	display: block;
	content: "";
	position: absolute;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}

.slicknav_menu:after, .slicknav_menu:before {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both;
}

.slicknav_nav li, .slicknav_nav ul {
	display: block;
}

.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 .4em;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_menu {
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px;
}

.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}

.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: .875em;
}

.slicknav_nav ul {
	margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}

.slicknav_nav a {
	text-decoration: none;
	color: #fff;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	
	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	from, to {
		transform: none;
	}
	
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
	transform: scale(1.1);
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
	transform: scale(.9);
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1);
	}
	
	75% {
		transform: scale(.9);
	}
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1);
	}
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(.9);
	}
}

.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1);
	}
}

.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2);
	}
}

.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
	transition-duration: .5s;
}

.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.elementor-animation-bounce-out {
	transition-duration: .5s;
}

.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
	transform: rotate(4deg);
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg);
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
	transform: translateY(-8px);
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
	transform: translateY(8px);
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}
	
	50% {
		transform: translateY(-4px);
	}
	
	100% {
		transform: translateY(-8px);
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px);
	}
	
	50% {
		transform: translateY(4px);
	}
	
	100% {
		transform: translateY(8px);
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px);
	}
}

.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
	transform: skew(-10deg);
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
	transform: skew(-10deg);
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
	transform: skew(10deg);
}

@keyframes elementor-animation-wobble-vertical {
	100% {
		transform: translateY(0);
	}
}

.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
	100% {
		transform: translateX(0);
	}
}

.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-bottom-right {
	100% {
		transform: translate(0, 0);
	}
}

.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-top-right {
	100% {
		transform: translate(0, 0);
	}
}

.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-top {
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%;
}

.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-bottom {
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0;
}

.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-skew {
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		transform: translateX(-3px) rotate(-2deg);
	}
}

.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		transform: translateX(-1px) rotate(0);
	}
}

.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 100%, 20%, 53%, 80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 100%, 20%, 53%, 80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

@keyframes pulse {
	0%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
}

@keyframes rubberBand {
	0%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

@keyframes tada {
	0%, 100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0%, 100% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

@keyframes wobble {
	0%, 100% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {}

@keyframes jello {}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%, 100%, 20%, 40%, 60%, 80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 100%, 20%, 40%, 60%, 80% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 100%, 60%, 75%, 90% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.flipInY, .flipOutX {
	-webkit-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.zoomInStable {
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-webkit-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-moz-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-o-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-ms-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

/*! UIkit 3.1.9 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
a:active, a:hover {
	outline: 0;
}

.uk-link {
	color: #1e87f0;
	text-decoration: none;
	cursor: pointer;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover {
	color: #0f6ecd;
	text-decoration: underline;
}

abbr[title] {
	text-decoration: underline dotted;
	-webkit-text-decoration-style: dotted;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

canvas, img, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

@supports (display:block) {
	svg {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}

svg:not(:root) {
	overflow: hidden;
}

img:not([src]) {
	min-width: 1px;
	visibility: hidden;
}

iframe {
	border: 0;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge {
	margin: 0 0 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	color: #333;
	text-transform: none;
}

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge {
	margin-top: 40px;
}

.uk-h1 {
	font-size: 2.23125rem;
	line-height: 1.2;
}

.uk-h2 {
	font-size: 1.7rem;
	line-height: 1.3;
}

.uk-h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}

.uk-h5 {
	font-size: 16px;
	line-height: 1.4;
}

.uk-h6 {
	font-size: .875rem;
	line-height: 1.4;
}

@media (min-width:960px) {
	.uk-h1 {
		font-size: 2.625rem;
	}
	
	.uk-h2 {
		font-size: 2rem;
	}
}

.uk-hr {
	overflow: visible;
	text-align: inherit;
	margin: 0 0 20px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

* + .uk-hr {
	margin-top: 20px;
}

.uk-breakpoint-s::before {
	content: "640px";
}

.uk-breakpoint-m::before {
	content: "960px";
}

.uk-breakpoint-l::before {
	content: "1200px";
}

.uk-breakpoint-xl::before {
	content: "1600px";
}

:root {
	--uk-breakpoint-s: 640px;
	--uk-breakpoint-m: 960px;
	--uk-breakpoint-l: 1200px;
	--uk-breakpoint-xl: 1600px;
}

.uk-link-muted a, a.uk-link-muted {
	color: #999;
}

.uk-link-muted a:hover, .uk-link-toggle:focus .uk-link-muted, .uk-link-toggle:hover .uk-link-muted, a.uk-link-muted:hover {
	color: #666;
}

.uk-link-text a, a.uk-link-text {
	color: inherit;
}

.uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
	color: #999;
}

.uk-link-heading a, a.uk-link-heading {
	color: inherit;
}

.uk-link-heading a:hover, .uk-link-toggle:focus .uk-link-heading, .uk-link-toggle:hover .uk-link-heading, a.uk-link-heading:hover {
	color: #1e87f0;
	text-decoration: none;
}

.uk-link-reset a, a.uk-link-reset {
	color: inherit !important;
	text-decoration: none !important;
}

.uk-link-toggle {
	color: inherit !important;
	text-decoration: none !important;
}

.uk-link-toggle:focus {
	outline: 0;
}

.uk-heading-small {
	font-size: 2.6rem;
	line-height: 1.2;
}

.uk-heading-medium {
	font-size: 2.8875rem;
	line-height: 1.1;
}

.uk-heading-large {
	font-size: 3.4rem;
	line-height: 1.1;
}

.uk-heading-xlarge {
	font-size: 4rem;
	line-height: 1;
}

.uk-heading-2xlarge {
	font-size: 6rem;
	line-height: 1;
}

@media (min-width:960px) {
	.uk-heading-small {
		font-size: 3.25rem;
	}
	
	.uk-heading-medium {
		font-size: 3.5rem;
	}
	
	.uk-heading-large {
		font-size: 4rem;
	}
	
	.uk-heading-xlarge {
		font-size: 6rem;
	}
	
	.uk-heading-2xlarge {
		font-size: 8rem;
	}
}

@media (min-width:1200px) {
	.uk-heading-medium {
		font-size: 4rem;
	}
	
	.uk-heading-large {
		font-size: 6rem;
	}
	
	.uk-heading-xlarge {
		font-size: 8rem;
	}
	
	.uk-heading-2xlarge {
		font-size: 11rem;
	}
}

.uk-heading-divider {
	padding-bottom: calc(5px + .1em);
	border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.uk-heading-bullet {
	position: relative;
}

.uk-heading-bullet::before {
	content: "";
	display: inline-block;
	position: relative;
	top: calc(-.1 * 1em);
	vertical-align: middle;
	height: calc(4px + .7em);
	margin-right: calc(5px + .2em);
	border-left: calc(5px + .1em) solid #e5e5e5;
}

.uk-heading-line {
	overflow: hidden;
}

.uk-heading-line > * {
	display: inline-block;
	position: relative;
}

.uk-heading-line > ::after, .uk-heading-line > ::before {
	content: "";
	position: absolute;
	top: calc(50% - ( ( .2px + .05em ) / 2 ));
	width: 2000px;
	border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
	right: 100%;
	margin-right: calc(5px + .3em);
}

.uk-heading-line > ::after {
	left: 100%;
	margin-left: calc(5px + .3em);
}

[class*=uk-divider] {
	border: none;
	margin-bottom: 20px;
}

* + [class*=uk-divider] {
	margin-top: 20px;
}

.uk-divider-icon {
	position: relative;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-divider-icon.nitro-lazy {
	background-image: none !important;
}

.uk-divider-icon::after, .uk-divider-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - ( 50px / 2 ));
	border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
	right: calc(50% + ( 50px / 2 ));
	width: 100%;
}

.uk-divider-icon::after {
	left: calc(50% + ( 50px / 2 ));
	width: 100%;
}

.uk-divider-small {
	line-height: 0;
}

.uk-divider-small::after {
	content: "";
	display: inline-block;
	width: 100px;
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
	vertical-align: top;
}

.uk-divider-vertical {
	width: 1px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #e5e5e5;
}

.uk-list {
	padding: 0;
	list-style: none;
}

.uk-list > li::after, .uk-list > li::before {
	content: "";
	display: table;
}

.uk-list > li::after {
	clear: both;
}

.uk-list > li > :last-child {
	margin-bottom: 0;
}

.uk-list ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}

.uk-list > li:nth-child(n+2), .uk-list > li > ul {
	margin-top: 10px;
}

.uk-list-divider > li:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.uk-list-striped > li {
	padding: 10px 10px;
}

.uk-list-striped > li:nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped > li:nth-of-type(odd) {
	background: #f8f8f8;
}

.uk-list-striped > li:nth-child(n+2) {
	margin-top: 0;
}

.uk-list-bullet > li {
	position: relative;
	padding-left: calc(1.5em + 10px);
}

.uk-list-bullet > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

.uk-list-large > li:nth-child(n+2), .uk-list-large > li > ul {
	margin-top: 20px;
}

.uk-list-large.uk-list-divider > li:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}

.uk-list-large.uk-list-striped > li {
	padding: 20px 10px;
}

.uk-list-large.uk-list-striped > li:nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-list-large.uk-list-striped > li:nth-child(n+2) {
	margin-top: 0;
}

.uk-description-list > dt {
	color: #333;
	font-size: .875rem;
	font-weight: 400;
	text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n+2) {
	margin-top: 20px;
}

.uk-description-list-divider > dt:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.uk-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

* + .uk-table {
	margin-top: 20px;
}

.uk-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: .875rem;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}

.uk-table td {
	padding: 16px 12px;
	vertical-align: top;
}

.uk-table td > :last-child {
	margin-bottom: 0;
}

.uk-table tfoot {
	font-size: .875rem;
}

.uk-table caption {
	font-size: .875rem;
	text-align: left;
	color: #999;
}

.uk-table-middle, .uk-table-middle td {
	vertical-align: middle !important;
}

.uk-table-divider > :first-child > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > tr:not(:first-child) {
	border-top: 1px solid #e5e5e5;
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped > tr:nth-of-type(odd) {
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
	background: #ffd;
}

.uk-table tbody tr.uk-active, .uk-table > tr.uk-active {
	background: #ffd;
}

.uk-table-small td, .uk-table-small th {
	padding: 10px 12px;
}

.uk-table-large td, .uk-table-large th {
	padding: 22px 12px;
}

.uk-table-justify td:first-child, .uk-table-justify th:first-child {
	padding-left: 0;
}

.uk-table-justify td:last-child, .uk-table-justify th:last-child {
	padding-right: 0;
}

.uk-table-shrink {
	width: 1px;
}

.uk-table-expand {
	min-width: 150px;
}

.uk-table-link {
	padding: 0 !important;
}

.uk-table-link > a {
	display: block;
	padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
	padding: 10px 12px;
}

@media (max-width:959px) {
	.uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive td, .uk-table-responsive th, .uk-table-responsive tr {
		display: block;
	}
	
	.uk-table-responsive thead {
		display: none;
	}
	
	.uk-table-responsive td, .uk-table-responsive th {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}
	
	.uk-table-responsive .uk-table-link:not(:first-child) > a, .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
		padding-top: 5px !important;
	}
	
	.uk-table-responsive .uk-table-link:not(:last-child) > a, .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
		padding-bottom: 5px !important;
	}
	
	.uk-table-justify.uk-table-responsive td, .uk-table-justify.uk-table-responsive th {
		padding-left: 0;
		padding-right: 0;
	}
}

.uk-table tbody tr {
	transition: background-color .1s linear;
}

.uk-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0;
}

button.uk-icon:not(:disabled) {
	cursor: pointer;
}

.uk-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}

.uk-icon > * {
	transform: translate(0, 0);
}

.uk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.uk-icon-link {
	color: #999;
}

.uk-icon-link:focus, .uk-icon-link:hover {
	color: #666;
	outline: 0;
}

.uk-active > .uk-icon-link, .uk-icon-link:active {
	color: #595959;
}

.uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color, background-color;
}

.uk-icon-button:focus, .uk-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
	outline: 0;
}

.uk-active > .uk-icon-button, .uk-icon-button:active {
	background-color: #dfdfdf;
	color: #666;
}

.uk-range {
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	-webkit-appearance: none;
	background: 0 0;
	padding: 0;
}

.uk-range:focus {
	outline: 0;
}

.uk-range::-moz-focus-outer {
	border: none;
}

.uk-range::-ms-track {
	height: 15px;
	background: 0 0;
	border-color: transparent;
	color: transparent;
}

.uk-range:not(:disabled)::-webkit-slider-thumb {
	cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
	cursor: pointer;
}

.uk-range:not(:disabled)::-ms-thumb {
	cursor: pointer;
}

.uk-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -7px;
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #ccc;
}

.uk-range::-moz-range-thumb {
	border: none;
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #ccc;
}

.uk-range::-ms-thumb {
	margin-top: 0;
}

.uk-range::-ms-thumb {
	border: none;
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #ccc;
}

.uk-range::-ms-tooltip {
	display: none;
}

.uk-range::-webkit-slider-runnable-track {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-range:active::-webkit-slider-runnable-track, .uk-range:focus::-webkit-slider-runnable-track {
	background: #d2d2d2;
}

.uk-range::-moz-range-track {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
	background: #d2d2d2;
}

.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
	background: #d2d2d2;
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
}

.uk-input {
	overflow: visible;
}

.uk-select {
	text-transform: none;
}

.uk-select optgroup {
	font: inherit;
	font-weight: 700;
}

.uk-textarea {
	overflow: auto;
}

.uk-input[type=search]::-webkit-search-cancel-button, .uk-input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.uk-input[type=number]::-webkit-inner-spin-button, .uk-input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
	opacity: 1;
}

.uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
	cursor: pointer;
}

.uk-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.uk-input, .uk-textarea {
	-webkit-appearance: none;
}

.uk-input, .uk-select, .uk-textarea {
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: .2s ease-in-out;
	transition-property: color, background-color, border;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}

.uk-input:not(input), .uk-select:not(select) {
	line-height: 38px;
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	outline: 0;
	background-color: #fff;
	color: #666;
	border-color: #1e87f0;
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e5e5e5;
}

.uk-input::-ms-input-placeholder {
	color: #999 !important;
}

.uk-input::placeholder {
	color: #999;
}

.uk-textarea::-ms-input-placeholder {
	color: #999 !important;
}

.uk-textarea::placeholder {
	color: #999;
}

.uk-form-small {
	font-size: .875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
	line-height: 28px;
}

.uk-form-large {
	font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
	line-height: 53px;
}

.uk-form-danger, .uk-form-danger:focus {
	color: #f0506e;
	border-color: #f0506e;
}

.uk-form-success, .uk-form-success:focus {
	color: #32d296;
	border-color: #32d296;
}

.uk-form-blank {
	background: 0 0;
	border-color: transparent;
}

.uk-form-blank:focus {
	border-color: #e5e5e5;
	border-style: dashed;
}

input.uk-form-width-xsmall {
	width: 50px;
}

select.uk-form-width-xsmall {
	width: 75px;
}

.uk-form-width-small {
	width: 130px;
}

.uk-form-width-medium {
	width: 200px;
}

.uk-form-width-large {
	width: 500px;
}

.uk-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.uk-select:not([multiple]):not([size]).nitro-lazy {
	background-image: none !important;
}

.uk-select:not([multiple]):not([size])::-ms-expand {
	display: none;
}

.uk-select:not([multiple]):not([size]) option {
	color: #444;
}

.uk-select:not([multiple]):not([size]):disabled {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-select:not([multiple]):not([size]):disabled.nitro-lazy {
	background-image: none !important;
}

.uk-input[list] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.uk-input[list]:focus, .uk-input[list]:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-input[list]:focus.nitro-lazy, .uk-input[list]:hover.nitro-lazy {
	background-image: none !important;
}

.uk-input[list]::-webkit-calendar-picker-indicator {
	display: none;
}

.uk-checkbox, .uk-radio {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ccc;
	transition: .2s ease-in-out;
	transition-property: background-color, border;
}

.uk-radio {
	border-radius: 50%;
}

.uk-checkbox:focus, .uk-radio:focus {
	outline: 0;
	border-color: #1e87f0;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
	background-color: #1e87f0;
	border-color: transparent;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
	background-color: #0e6dcd;
}

.uk-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-radio:checked.nitro-lazy {
	background-image: none !important;
}

.uk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:checked.nitro-lazy {
	background-image: none !important;
}

.uk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:indeterminate.nitro-lazy {
	background-image: none !important;
}

.uk-checkbox:disabled, .uk-radio:disabled {
	background-color: #f8f8f8;
	border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-radio:disabled:checked.nitro-lazy {
	background-image: none !important;
}

.uk-checkbox:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:checked.nitro-lazy {
	background-image: none !important;
}

.uk-checkbox:disabled:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:indeterminate.nitro-lazy {
	background-image: none !important;
}

.uk-legend {
	width: 100%;
	color: inherit;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-form-custom {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
}

.uk-form-custom input[type=file], .uk-form-custom select {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-appearance: none;
	opacity: 0;
	cursor: pointer;
}

.uk-form-custom input[type=file] {
	font-size: 500px;
	overflow: hidden;
}

.uk-form-label {
	color: #333;
	font-size: .875rem;
}

.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
}

@media (max-width:959px) {
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 5px;
	}
}

@media (min-width:960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}
	
	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}
	
	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 7px;
	}
}

.uk-form-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

.uk-form-icon:hover {
	color: #666;
}

.uk-form-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
	padding-left: 40px !important;
}

.uk-form-icon-flip {
	right: 0;
	left: auto;
}

.uk-form-icon-flip ~ .uk-input {
	padding-right: 40px !important;
}

.uk-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: .875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
	cursor: pointer;
}

.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-button:hover {
	text-decoration: none;
}

.uk-button:focus {
	outline: 0;
}

.uk-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #e5e5e5;
}

.uk-button-default:focus, .uk-button-default:hover {
	background-color: transparent;
	color: #333;
	border-color: #b2b2b2;
}

.uk-button-default.uk-active, .uk-button-default:active {
	background-color: transparent;
	color: #333;
	border-color: #999;
}

.uk-button-primary {
	background-color: #1e87f0;
	color: #fff;
	border: 1px solid transparent;
}

.uk-button-primary:focus, .uk-button-primary:hover {
	background-color: #0f7ae5;
	color: #fff;
}

.uk-button-primary.uk-active, .uk-button-primary:active {
	background-color: #0e6dcd;
	color: #fff;
}

.uk-button-secondary {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
}

.uk-button-secondary:focus, .uk-button-secondary:hover {
	background-color: #151515;
	color: #fff;
}

.uk-button-secondary.uk-active, .uk-button-secondary:active {
	background-color: #080808;
	color: #fff;
}

.uk-button-danger {
	background-color: #f0506e;
	color: #fff;
	border: 1px solid transparent;
}

.uk-button-danger:focus, .uk-button-danger:hover {
	background-color: #ee395b;
	color: #fff;
}

.uk-button-danger.uk-active, .uk-button-danger:active {
	background-color: #ec2147;
	color: #fff;
}

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
	background-color: transparent;
	color: #999;
	border-color: #e5e5e5;
}

.uk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: .875rem;
}

.uk-button-large {
	padding: 0 40px;
	line-height: 53px;
	font-size: .875rem;
}

.uk-button-text {
	padding: 0;
	line-height: 1.5;
	background: 0 0;
	color: #333;
	position: relative;
}

.uk-button-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid #333;
	transition: right .3s ease-out;
}

.uk-button-text:focus, .uk-button-text:hover {
	color: #333;
}

.uk-button-text:focus::before, .uk-button-text:hover::before {
	right: 0;
}

.uk-button-text:disabled {
	color: #999;
}

.uk-button-text:disabled::before {
	display: none;
}

.uk-button-link {
	padding: 0;
	line-height: 1.5;
	background: 0 0;
	color: #1e87f0;
}

.uk-button-link:focus, .uk-button-link:hover {
	color: #0f6ecd;
	text-decoration: underline;
}

.uk-button-link:disabled {
	color: #999;
	text-decoration: none;
}

.uk-button-group {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}

.uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button {
	margin-left: -1px;
}

.uk-button-group .uk-button.uk-active, .uk-button-group .uk-button:active, .uk-button-group .uk-button:focus, .uk-button-group .uk-button:hover {
	position: relative;
	z-index: 1;
}

.uk-section {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width:960px) {
	.uk-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.uk-section::after, .uk-section::before {
	content: "";
	display: table;
}

.uk-section::after {
	clear: both;
}

.uk-section > :last-child {
	margin-bottom: 0;
}

.uk-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.uk-section-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width:960px) {
	.uk-section-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.uk-section-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width:960px) {
	.uk-section-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.uk-section-default {
	background: #fff;
}

.uk-section-muted {
	background: #f8f8f8;
}

.uk-section-primary {
	background: #1e87f0;
}

.uk-section-secondary {
	background: #222;
}

.uk-container {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:640px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:960px) {
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-container::after, .uk-container::before {
	content: "";
	display: table;
}

.uk-container::after {
	clear: both;
}

.uk-container > :last-child {
	margin-bottom: 0;
}

.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0;
}

.uk-container-xsmall {
	max-width: 750px;
}

.uk-container-small {
	max-width: 900px;
}

.uk-container-large {
	max-width: 1600px;
}

.uk-container-expand {
	max-width: none;
}

.uk-container-expand-left {
	margin-left: 0;
}

.uk-container-expand-right {
	margin-right: 0;
}

@media (min-width:640px) {
	.uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + ( 750px / 2 ) - 30px);
	}
	
	.uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
		max-width: calc(50% + ( 900px / 2 ) - 30px);
	}
}

@media (min-width:960px) {
	.uk-container-expand-left, .uk-container-expand-right {
		max-width: calc(50% + ( 1200px / 2 ) - 40px);
	}
	
	.uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + ( 750px / 2 ) - 40px);
	}
	
	.uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
		max-width: calc(50% + ( 900px / 2 ) - 40px);
	}
	
	.uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
		max-width: calc(50% + ( 1600px / 2 ) - 40px);
	}
}

.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
	width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
	margin-left: -15px;
}

.uk-container-item-padding-remove-right {
	margin-right: -15px;
}

@media (min-width:640px) {
	.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
		width: calc(100% + 30px);
	}
	
	.uk-container-item-padding-remove-left {
		margin-left: -30px;
	}
	
	.uk-container-item-padding-remove-right {
		margin-right: -30px;
	}
}

@media (min-width:960px) {
	.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
		width: calc(100% + 40px);
	}
	
	.uk-container-item-padding-remove-left {
		margin-left: -40px;
	}
	
	.uk-container-item-padding-remove-right {
		margin-right: -40px;
	}
}

.uk-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-grid > * {
	margin: 0;
}

.uk-grid > * > :last-child {
	margin-bottom: 0;
}

.uk-grid {
	margin-left: -30px;
}

.uk-grid > * {
	padding-left: 30px;
}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
	margin-top: 30px;
}

@media (min-width:1200px) {
	.uk-grid {
		margin-left: -40px;
	}
	
	.uk-grid > * {
		padding-left: 40px;
	}
	
	* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
		margin-top: 40px;
	}
}

.uk-grid-small {
	margin-left: -15px;
}

.uk-grid-small > * {
	padding-left: 15px;
}

* + .uk-grid-margin-small, .uk-grid + .uk-grid-small, .uk-grid-small > .uk-grid-margin {
	margin-top: 15px;
}

.uk-grid-medium {
	margin-left: -30px;
}

.uk-grid-medium > * {
	padding-left: 30px;
}

* + .uk-grid-margin-medium, .uk-grid + .uk-grid-medium, .uk-grid-medium > .uk-grid-margin {
	margin-top: 30px;
}

.uk-grid-large {
	margin-left: -40px;
}

.uk-grid-large > * {
	padding-left: 40px;
}

* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid-large > .uk-grid-margin {
	margin-top: 40px;
}

@media (min-width:1200px) {
	.uk-grid-large {
		margin-left: -70px;
	}
	
	.uk-grid-large > * {
		padding-left: 70px;
	}
	
	* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid-large > .uk-grid-margin {
		margin-top: 70px;
	}
}

.uk-grid-collapse {
	margin-left: 0;
}

.uk-grid-collapse > * {
	padding-left: 0;
}

.uk-grid + .uk-grid-collapse, .uk-grid-collapse > .uk-grid-margin {
	margin-top: 0;
}

.uk-grid-divider > * {
	position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5;
}

.uk-grid-divider {
	margin-left: -60px;
}

.uk-grid-divider > * {
	padding-left: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	left: 30px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}

@media (min-width:1200px) {
	.uk-grid-divider {
		margin-left: -80px;
	}
	
	.uk-grid-divider > * {
		padding-left: 80px;
	}
	
	.uk-grid-divider > :not(.uk-first-column)::before {
		left: 40px;
	}
	
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
		margin-top: 80px;
	}
	
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
		top: -40px;
		left: 80px;
	}
}

.uk-grid-divider.uk-grid-small {
	margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > * {
	padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
	left: 15px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
	margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
	top: -15px;
	left: 30px;
}

.uk-grid-divider.uk-grid-medium {
	margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium > * {
	padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
	left: 30px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}

.uk-grid-divider.uk-grid-large {
	margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > * {
	padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 40px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
	margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
	top: -40px;
	left: 80px;
}

@media (min-width:1200px) {
	.uk-grid-divider.uk-grid-large {
		margin-left: -140px;
	}
	
	.uk-grid-divider.uk-grid-large > * {
		padding-left: 140px;
	}
	
	.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
		left: 70px;
	}
	
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
		margin-top: 140px;
	}
	
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
		top: -70px;
		left: 140px;
	}
}

.uk-grid-item-match, .uk-grid-match > * {
	display: flex;
	flex-wrap: wrap;
}

.uk-grid-item-match > :not([class*=uk-width]), .uk-grid-match > * > :not([class*=uk-width]) {
	box-sizing: border-box;
	width: 100%;
	flex: auto;
}

.uk-tile {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width:640px) {
	.uk-tile {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:960px) {
	.uk-tile {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.uk-tile::after, .uk-tile::before {
	content: "";
	display: table;
}

.uk-tile::after {
	clear: both;
}

.uk-tile > :last-child {
	margin-bottom: 0;
}

.uk-tile-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.uk-tile-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-tile-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width:960px) {
	.uk-tile-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.uk-tile-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width:960px) {
	.uk-tile-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.uk-tile-default {
	background: #fff;
}

.uk-tile-muted {
	background: #f8f8f8;
}

.uk-tile-primary {
	background: #1e87f0;
}

.uk-tile-secondary {
	background: #222;
}

.uk-card {
	position: relative;
	box-sizing: border-box;
	transition: box-shadow .1s ease-in-out;
}

.uk-card-body {
	padding: 30px 30px;
}

.uk-card-header {
	padding: 15px 30px;
}

.uk-card-footer {
	padding: 15px 30px;
}

@media (min-width:1200px) {
	.uk-card-body {
		padding: 40px 40px;
	}
	
	.uk-card-header {
		padding: 20px 40px;
	}
	
	.uk-card-footer {
		padding: 20px 40px;
	}
}

.uk-card-body::after, .uk-card-body::before, .uk-card-footer::after, .uk-card-footer::before, .uk-card-header::after, .uk-card-header::before {
	content: "";
	display: table;
}

.uk-card-body::after, .uk-card-footer::after, .uk-card-header::after {
	clear: both;
}

.uk-card-body > :last-child, .uk-card-footer > :last-child, .uk-card-header > :last-child {
	margin-bottom: 0;
}

.uk-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-card-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

.uk-card-badge:first-child + * {
	margin-top: 0;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-card-default {
	background: #fff;
	color: #666;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-card-default .uk-card-title {
	color: #333;
}

.uk-card-default.uk-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-card-default .uk-card-header {
	border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
	border-top: 1px solid #e5e5e5;
}

.uk-card-primary {
	background: #1e87f0;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-card-primary .uk-card-title {
	color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
	background-color: #1e87f0;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-card-secondary {
	background: #222;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-card-secondary .uk-card-title {
	color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
	background-color: #222;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
	padding: 20px 20px;
}

.uk-card-small .uk-card-header {
	padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
	padding: 13px 20px;
}

@media (min-width:1200px) {
	.uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
		padding: 70px 70px;
	}
	
	.uk-card-large .uk-card-header {
		padding: 35px 70px;
	}
	
	.uk-card-large .uk-card-footer {
		padding: 35px 70px;
	}
}

.uk-card-body > .uk-nav-default {
	margin-left: -30px;
	margin-right: -30px;
}

.uk-card-body > .uk-nav-default:only-child {
	margin-top: -15px;
	margin-bottom: -15px;
}

.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default > li > a {
	padding-left: 30px;
	padding-right: 30px;
}

.uk-card-body .uk-nav-default .uk-nav-sub {
	padding-left: 45px;
}

@media (min-width:1200px) {
	.uk-card-body > .uk-nav-default {
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.uk-card-body > .uk-nav-default:only-child {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	
	.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default > li > a {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.uk-card-body .uk-nav-default .uk-nav-sub {
		padding-left: 55px;
	}
}

.uk-card-small > .uk-nav-default {
	margin-left: -20px;
	margin-right: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
	margin-top: -5px;
	margin-bottom: -5px;
}

.uk-card-small .uk-nav-default .uk-nav-divider, .uk-card-small .uk-nav-default .uk-nav-header, .uk-card-small .uk-nav-default > li > a {
	padding-left: 20px;
	padding-right: 20px;
}

.uk-card-small .uk-nav-default .uk-nav-sub {
	padding-left: 35px;
}

@media (min-width:1200px) {
	.uk-card-large > .uk-nav-default {
		margin: 0;
	}
	
	.uk-card-large > .uk-nav-default:only-child {
		margin: 0;
	}
	
	.uk-card-large .uk-nav-default .uk-nav-divider, .uk-card-large .uk-nav-default .uk-nav-header, .uk-card-large .uk-nav-default > li > a {
		padding-left: 0;
		padding-right: 0;
	}
	
	.uk-card-large .uk-nav-default .uk-nav-sub {
		padding-left: 15px;
	}
}

.uk-close {
	color: #999;
	transition: .1s ease-in-out;
	transition-property: color, opacity;
}

.uk-close:focus, .uk-close:hover {
	color: #666;
	outline: 0;
}

.uk-spinner > * {
	animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(270deg);
	}
}

.uk-spinner > * > * {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: uk-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}

@keyframes uk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}
	
	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg);
	}
	
	100% {
		stroke-dashoffset: 88px;
		transform: rotate(450deg);
	}
}

.uk-totop {
	padding: 5px;
	color: #999;
	transition: color .1s ease-in-out;
}

.uk-totop:focus, .uk-totop:hover {
	color: #666;
	outline: 0;
}

.uk-totop:active {
	color: #333;
}

.uk-marker {
	padding: 5px;
	background: #222;
	color: #fff;
	border-radius: 500px;
}

.uk-marker:focus, .uk-marker:hover {
	color: #fff;
	outline: 0;
}

.uk-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 29px 15px 15px;
	background: #f8f8f8;
	color: #666;
}

* + .uk-alert {
	margin-top: 20px;
}

.uk-alert > :last-child {
	margin-bottom: 0;
}

.uk-alert-close {
	position: absolute;
	top: 20px;
	right: 15px;
	color: inherit;
	opacity: .4;
}

.uk-alert-close:first-child + * {
	margin-top: 0;
}

.uk-alert-close:focus, .uk-alert-close:hover {
	color: inherit;
	opacity: .8;
}

.uk-alert-primary {
	background: #d8eafc;
	color: #1e87f0;
}

.uk-alert-success {
	background: #edfbf6;
	color: #32d296;
}

.uk-alert-warning {
	background: #fff6ee;
	color: #faa05a;
}

.uk-alert-danger {
	background: #fef4f6;
	color: #f0506e;
}

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
	color: inherit;
}

.uk-alert a:not([class]) {
	color: inherit;
	text-decoration: underline;
}

.uk-alert a:not([class]):hover {
	color: inherit;
	text-decoration: underline;
}

.uk-badge {
	box-sizing: border-box;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #1e87f0;
	color: #fff;
	font-size: .875rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.uk-badge:focus, .uk-badge:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

.uk-label {
	display: inline-block;
	padding: 0 10px;
	background: #1e87f0;
	line-height: 1.5;
	font-size: .875rem;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
}

.uk-label-success {
	background-color: #32d296;
	color: #fff;
}

.uk-label-warning {
	background-color: #faa05a;
	color: #fff;
}

.uk-label-danger {
	background-color: #f0506e;
	color: #fff;
}

.uk-overlay {
	padding: 30px 30px;
}

.uk-overlay > :last-child {
	margin-bottom: 0;
}

.uk-overlay-default {
	background: rgba(255, 255, 255, .8);
}

.uk-overlay-primary {
	background: rgba(34, 34, 34, .8);
}

.uk-article::after, .uk-article::before {
	content: "";
	display: table;
}

.uk-article::after {
	clear: both;
}

.uk-article > :last-child {
	margin-bottom: 0;
}

.uk-article + .uk-article {
	margin-top: 70px;
}

.uk-article-title {
	font-size: 2.23125rem;
	line-height: 1.2;
}

@media (min-width:960px) {
	.uk-article-title {
		font-size: 2.625rem;
	}
}

.uk-article-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

.uk-article-meta a {
	color: #999;
}

.uk-article-meta a:hover {
	color: #666;
	text-decoration: none;
}

.uk-comment-body {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.uk-comment-header {
	margin-bottom: 20px;
}

.uk-comment-body::after, .uk-comment-body::before, .uk-comment-header::after, .uk-comment-header::before {
	content: "";
	display: table;
}

.uk-comment-body::after, .uk-comment-header::after {
	clear: both;
}

.uk-comment-body > :last-child, .uk-comment-header > :last-child {
	margin-bottom: 0;
}

.uk-comment-title {
	font-size: 1.25rem;
	line-height: 1.4;
}

.uk-comment-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

.uk-comment-list {
	padding: 0;
	list-style: none;
}

.uk-comment-list > :nth-child(n+2) {
	margin-top: 70px;
}

.uk-comment-list .uk-comment ~ ul {
	margin: 70px 0 0 0;
	padding-left: 30px;
	list-style: none;
}

@media (min-width:960px) {
	.uk-comment-list .uk-comment ~ ul {
		padding-left: 100px;
	}
}

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
	margin-top: 70px;
}

.uk-comment-primary {
	padding: 30px;
	background-color: #f8f8f8;
}

.uk-search {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin: 0;
}

.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.uk-search-input::-moz-placeholder {
	opacity: 1;
}

.uk-search-input {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	overflow: visible;
	-webkit-appearance: none;
	vertical-align: middle;
	width: 100%;
	border: none;
	color: #666;
}

.uk-search-input:focus {
	outline: 0;
}

.uk-search-input:-ms-input-placeholder {
	color: #999 !important;
}

.uk-search-input::placeholder {
	color: #999;
}

.uk-search-icon:focus {
	outline: 0;
}

.uk-search .uk-search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

.uk-search .uk-search-icon:hover {
	color: #999;
}

.uk-search .uk-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.uk-search .uk-search-icon-flip {
	right: 0;
	left: auto;
}

.uk-search-default {
	width: 180px;
}

.uk-search-default .uk-search-input {
	height: 40px;
	padding-left: 6px;
	padding-right: 6px;
	background: 0 0;
	border: 1px solid #e5e5e5;
}

.uk-search-default .uk-search-input:focus {
	background-color: transparent;
}

.uk-search-default .uk-search-icon {
	width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}

.uk-search-navbar {
	width: 400px;
}

.uk-search-navbar .uk-search-input {
	height: 40px;
	background: 0 0;
	font-size: 1.5rem;
}

.uk-search-navbar .uk-search-icon {
	width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}

.uk-search-large {
	width: 500px;
}

.uk-search-large .uk-search-input {
	height: 80px;
	background: 0 0;
	font-size: 2.625rem;
}

.uk-search-large .uk-search-icon {
	width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 80px;
}

.uk-search-toggle {
	color: #999;
}

.uk-search-toggle:focus, .uk-search-toggle:hover {
	color: #666;
}

.uk-nav, .uk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-nav li > a {
	display: block;
	text-decoration: none;
}

.uk-nav li > a:focus {
	outline: 0;
}

.uk-nav > li > a {
	padding: 5px 0;
}

ul.uk-nav-sub {
	padding: 5px 0 5px 15px;
}

.uk-nav-sub ul {
	padding-left: 15px;
}

.uk-nav-sub a {
	padding: 2px 0;
}

.uk-nav-parent-icon > .uk-parent > a::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: .875rem;
}

.uk-nav-header:not(:first-child) {
	margin-top: 20px;
}

.uk-nav-divider {
	margin: 5px 0;
}

.uk-nav-default {
	font-size: .875rem;
}

.uk-nav-default > li > a {
	color: #999;
}

.uk-nav-default > li > a:focus, .uk-nav-default > li > a:hover {
	color: #666;
}

.uk-nav-default > li.uk-active > a {
	color: #333;
}

.uk-nav-default .uk-nav-header {
	color: #333;
}

.uk-nav-default .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-nav-default .uk-nav-sub a {
	color: #999;
}

.uk-nav-default .uk-nav-sub a:focus, .uk-nav-default .uk-nav-sub a:hover {
	color: #666;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #333;
}

.uk-nav-primary > li > a {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #999;
}

.uk-nav-primary > li > a:focus, .uk-nav-primary > li > a:hover {
	color: #666;
}

.uk-nav-primary > li.uk-active > a {
	color: #333;
}

.uk-nav-primary .uk-nav-header {
	color: #333;
}

.uk-nav-primary .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-nav-primary .uk-nav-sub a {
	color: #999;
}

.uk-nav-primary .uk-nav-sub a:focus, .uk-nav-primary .uk-nav-sub a:hover {
	color: #666;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #333;
}

.uk-nav-center {
	text-align: center;
}

.uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul {
	padding-left: 0;
}

.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
	position: absolute;
}

.uk-navbar {
	display: flex;
	position: relative;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #f8f8f8;
}

.uk-navbar-container > ::after, .uk-navbar-container > ::before {
	display: none !important;
}

.uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > *, .uk-navbar-left, .uk-navbar-right {
	display: flex;
	align-items: center;
}

.uk-navbar-right {
	margin-left: auto;
}

.uk-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.uk-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	box-sizing: border-box;
	z-index: 990;
}

.uk-navbar-center-left, .uk-navbar-center-right {
	position: absolute;
	top: 0;
}

.uk-navbar-center-left {
	right: 100%;
}

.uk-navbar-center-right {
	left: 100%;
}

[class*=uk-navbar-center-] {
	width: max-content;
	box-sizing: border-box;
}

.uk-navbar-nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-navbar-center:only-child, .uk-navbar-left, .uk-navbar-right {
	flex-wrap: wrap;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-height: 80px;
	padding: 0 15px;
	font-size: .875rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-decoration: none;
}

.uk-navbar-nav > li > a {
	color: #999;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
	color: #666;
	outline: 0;
}

.uk-navbar-nav > li > a:active {
	color: #333;
}

.uk-navbar-nav > li.uk-active > a {
	color: #333;
}

.uk-navbar-item {
	color: #666;
}

.uk-navbar-toggle {
	color: #999;
}

.uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
	color: #666;
	outline: 0;
	text-decoration: none;
}

.uk-navbar-subtitle {
	font-size: .875rem;
}

.uk-navbar-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}

.uk-navbar-dropdown.uk-open {
	display: block;
}

[class*=uk-navbar-dropdown-top] {
	margin-top: -15px;
}

[class*=uk-navbar-dropdown-bottom] {
	margin-top: 15px;
}

[class*=uk-navbar-dropdown-left] {
	margin-left: -15px;
}

[class*=uk-navbar-dropdown-right] {
	margin-left: 15px;
}

.uk-navbar-dropdown-grid {
	margin-left: -50px;
}

.uk-navbar-dropdown-grid > * {
	padding-left: 50px;
}

.uk-navbar-dropdown-grid > .uk-grid-margin {
	margin-top: 50px;
}

.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
	width: 100% !important;
}

.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
	width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
	width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
	width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
	width: 1000px;
}

.uk-navbar-dropdown-dropbar {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.uk-navbar-dropdown-nav {
	font-size: .875rem;
}

.uk-navbar-dropdown-nav > li > a {
	color: #999;
}

.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
	color: #666;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
	color: #333;
}

.uk-navbar-dropdown-nav .uk-nav-header {
	color: #333;
}

.uk-navbar-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-navbar-dropdown-nav .uk-nav-sub a {
	color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:focus, .uk-navbar-dropdown-nav .uk-nav-sub a:hover {
	color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #333;
}

.uk-navbar-dropbar {
	background: #fff;
}

.uk-navbar-dropbar-slide {
	position: absolute;
	z-index: 980;
	left: 0;
	right: 0;
	box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}

.uk-navbar-container > .uk-container .uk-navbar-left {
	margin-left: -15px;
	margin-right: -15px;
}

.uk-navbar-container > .uk-container .uk-navbar-right {
	margin-right: -15px;
}

.uk-navbar-dropdown-grid > * {
	position: relative;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	border-left: 1px solid #e5e5e5;
}

.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50px;
	right: 0;
	border-top: 1px solid #e5e5e5;
}

.uk-subnav {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.uk-subnav > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-subnav > * > :first-child {
	display: block;
	color: #999;
	font-size: .875rem;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color;
}

.uk-subnav > * > a:focus, .uk-subnav > * > a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}

.uk-subnav > .uk-active > a {
	color: #333;
}

.uk-subnav-divider > * {
	display: flex;
	align-items: center;
}

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	content: "";
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid #e5e5e5;
}

.uk-subnav-pill > * > :first-child {
	padding: 5px 10px;
	background: 0 0;
	color: #999;
}

.uk-subnav-pill > * > a:focus, .uk-subnav-pill > * > a:hover {
	background-color: #f8f8f8;
	color: #666;
}

.uk-subnav-pill > * > a:active {
	background-color: #f8f8f8;
	color: #666;
}

.uk-subnav-pill > .uk-active > a {
	background-color: #1e87f0;
	color: #fff;
}

.uk-subnav > .uk-disabled > a {
	color: #999;
}

.uk-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.uk-breadcrumb > * {
	flex: none;
}

.uk-breadcrumb > * > * {
	display: inline-block;
	font-size: .875rem;
	color: #999;
}

.uk-breadcrumb > * > :focus, .uk-breadcrumb > * > :hover {
	color: #666;
	text-decoration: none;
}

.uk-breadcrumb > :last-child > * {
	color: #666;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	content: "/";
	display: inline-block;
	margin: 0 20px;
	color: #999;
}

.uk-pagination {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.uk-pagination > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-pagination > * > * {
	display: block;
	color: #999;
	transition: color .1s ease-in-out;
}

.uk-pagination > * > :focus, .uk-pagination > * > :hover {
	color: #666;
	text-decoration: none;
}

.uk-pagination > .uk-active > * {
	color: #666;
}

.uk-pagination > .uk-disabled > * {
	color: #999;
}

.uk-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	position: relative;
}

.uk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}

.uk-tab > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-tab > * > a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: .875rem;
	text-transform: uppercase;
	transition: color .1s ease-in-out;
}

.uk-tab > * > a:focus, .uk-tab > * > a:hover {
	color: #666;
	text-decoration: none;
}

.uk-tab > .uk-active > a {
	color: #333;
	border-color: #1e87f0;
}

.uk-tab > .uk-disabled > a {
	color: #999;
}

.uk-tab-bottom::before {
	top: 0;
	bottom: auto;
}

.uk-tab-bottom > * > a {
	border-top: 1px solid transparent;
	border-bottom: none;
}

.uk-tab-left, .uk-tab-right {
	flex-direction: column;
	margin-left: 0;
}

.uk-tab-left > *, .uk-tab-right > * {
	padding-left: 0;
}

.uk-tab-left::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-tab-right::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-tab-left > * > a {
	text-align: left;
	border-right: 1px solid transparent;
	border-bottom: none;
}

.uk-tab-right > * > a {
	text-align: left;
	border-left: 1px solid transparent;
	border-bottom: none;
}

.uk-tab .uk-dropdown {
	margin-left: 30px;
}

.uk-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, .5);
	transition: color .1s ease-in-out;
}

.uk-slidenav:focus, .uk-slidenav:hover {
	color: rgba(102, 102, 102, .9);
	outline: 0;
}

.uk-slidenav:active {
	color: rgba(102, 102, 102, .5);
}

.uk-slidenav-large {
	padding: 10px 10px;
}

.uk-slidenav-container {
	display: flex;
}

.uk-dotnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -12px;
}

.uk-dotnav > * {
	flex: none;
	padding-left: 12px;
}

.uk-dotnav > * > * {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid rgba(102, 102, 102, .4);
	transition: .2s ease-in-out;
	transition-property: background-color, border-color;
}

.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
	background-color: rgba(102, 102, 102, .6);
	outline: 0;
	border-color: transparent;
}

.uk-dotnav > * > :active {
	background-color: rgba(102, 102, 102, .2);
	border-color: transparent;
}

.uk-dotnav > .uk-active > * {
	background-color: rgba(102, 102, 102, .6);
	border-color: transparent;
}

.uk-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px;
}

.uk-dotnav-vertical > * {
	padding-left: 0;
	padding-top: 12px;
}

.uk-thumbnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
}

.uk-thumbnav > * {
	padding-left: 15px;
}

.uk-thumbnav > * > * {
	display: inline-block;
	position: relative;
}

.uk-thumbnav > * > ::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .4);
	transition: background-color .1s ease-in-out;
}

.uk-thumbnav > * > :focus, .uk-thumbnav > * > :hover {
	outline: 0;
}

.uk-thumbnav > * > :focus::after, .uk-thumbnav > * > :hover::after {
	background-color: transparent;
}

.uk-thumbnav > .uk-active > ::after {
	background-color: transparent;
}

.uk-thumbnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -15px;
}

.uk-thumbnav-vertical > * {
	padding-left: 0;
	padding-top: 15px;
}

.uk-accordion {
	padding: 0;
	list-style: none;
}

.uk-accordion > :nth-child(n+2) {
	margin-top: 20px;
}

.uk-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}

.uk-accordion-title::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-accordion-title:focus, .uk-accordion-title:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}

.uk-accordion-content {
	margin-top: 20px;
}

.uk-accordion-content::after, .uk-accordion-content::before {
	content: "";
	display: table;
}

.uk-accordion-content::after {
	clear: both;
}

.uk-accordion-content > :last-child {
	margin-bottom: 0;
}

.uk-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 300px;
}

.uk-drop.uk-open {
	display: block;
}

[class*=uk-drop-top] {
	margin-top: -20px;
}

[class*=uk-drop-bottom] {
	margin-top: 20px;
}

[class*=uk-drop-left] {
	margin-left: -20px;
}

[class*=uk-drop-right] {
	margin-left: 20px;
}

.uk-drop-stack .uk-drop-grid > * {
	width: 100% !important;
}

.uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	min-width: 200px;
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}

.uk-dropdown.uk-open {
	display: block;
}

.uk-dropdown-nav {
	white-space: nowrap;
	font-size: .875rem;
}

.uk-dropdown-nav > li > a {
	color: #999;
}

.uk-dropdown-nav > li.uk-active > a, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li > a:hover {
	color: #666;
}

.uk-dropdown-nav .uk-nav-header {
	color: #333;
}

.uk-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-dropdown-nav .uk-nav-sub a {
	color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:focus, .uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #666;
}

[class*=uk-dropdown-top] {
	margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
	margin-top: 10px;
}

[class*=uk-dropdown-left] {
	margin-left: -10px;
}

[class*=uk-dropdown-right] {
	margin-left: 10px;
}

.uk-dropdown-stack .uk-dropdown-grid > * {
	width: 100% !important;
}

.uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px 15px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .15s linear;
}

@media (min-width:640px) {
	.uk-modal {
		padding: 50px 30px;
	}
}

@media (min-width:960px) {
	.uk-modal {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-modal.uk-open {
	opacity: 1;
}

.uk-modal-page {
	overflow: hidden;
}

.uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: calc(100% - .01px) !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity, transform;
}

.uk-open > .uk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}

.uk-modal-container .uk-modal-dialog {
	width: 1200px;
}

.uk-modal-full {
	padding: 0;
	background: 0 0;
}

.uk-modal-full .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}

.uk-modal-body {
	padding: 30px 30px;
}

.uk-modal-header {
	padding: 15px 30px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
	padding: 15px 30px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

.uk-modal-body::after, .uk-modal-body::before, .uk-modal-footer::after, .uk-modal-footer::before, .uk-modal-header::after, .uk-modal-header::before {
	content: "";
	display: table;
}

.uk-modal-body::after, .uk-modal-footer::after, .uk-modal-header::after {
	clear: both;
}

.uk-modal-body > :last-child, .uk-modal-footer > :last-child, .uk-modal-header > :last-child {
	margin-bottom: 0;
}

.uk-modal-title {
	font-size: 2rem;
	line-height: 1.3;
}

[class*=uk-modal-close-] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}

[class*=uk-modal-close-]:first-child + * {
	margin-top: 0;
}

.uk-modal-close-outside {
	top: 0;
	right: -5px;
	transform: translate(0, -100%);
	color: #fff;
}

.uk-modal-close-outside:hover {
	color: #fff;
}

@media (min-width:960px) {
	.uk-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}

.uk-modal-close-full {
	top: 0;
	right: 0;
	padding: 20px;
	background: #fff;
}

.uk-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity .15s linear;
}

.uk-lightbox.uk-open {
	display: block;
	opacity: 1;
}

.uk-lightbox-page {
	overflow: hidden;
}

.uk-lightbox-items > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, .7);
	will-change: transform, opacity;
}

.uk-lightbox-items > * > * {
	max-width: 100vw;
	max-height: 100vh;
}

.uk-lightbox-items > :focus {
	outline: 0;
}

.uk-lightbox-items > * > :not(iframe) {
	width: auto;
	height: auto;
}

.uk-lightbox-items > .uk-active {
	display: flex;
}

.uk-lightbox-toolbar {
	padding: 10px 10px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
}

.uk-lightbox-toolbar > * {
	color: rgba(255, 255, 255, .7);
}

.uk-lightbox-toolbar-icon {
	padding: 5px;
	color: rgba(255, 255, 255, .7);
}

.uk-lightbox-toolbar-icon:hover {
	color: #fff;
}

.uk-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.uk-lightbox-button:hover {
	color: #fff;
}

.uk-lightbox-iframe {
	width: 80%;
	height: 80%;
}

.uk-slideshow {
	-webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none;
}

.uk-slideshow-items > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity;
	touch-action: pan-y;
}

.uk-slideshow-items > :focus {
	outline: 0;
}

.uk-slideshow-items > :not(.uk-active) {
	display: none;
}

.uk-slider {
	-webkit-tap-highlight-color: transparent;
}

.uk-slider-container {
	overflow: hidden;
}

.uk-slider-items {
	will-change: transform;
	position: relative;
}

.uk-slider-items:not(.uk-grid) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
	flex-wrap: nowrap;
}

.uk-slider-items > * {
	flex: none;
	position: relative;
	touch-action: pan-y;
}

.uk-slider-items > :focus {
	outline: 0;
}

.uk-sticky-fixed {
	z-index: 980;
	box-sizing: border-box;
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.uk-sticky[class*=uk-animation-] {
	animation-duration: .2s;
}

.uk-sticky.uk-animation-reverse {
	animation-duration: .2s;
}

.uk-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.uk-offcanvas-flip .uk-offcanvas {
	right: 0;
	left: auto;
}

.uk-offcanvas-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px 20px;
	background: #222;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

@media (min-width:960px) {
	.uk-offcanvas-bar {
		left: -350px;
		width: 350px;
		padding: 40px 40px;
	}
}

.uk-offcanvas-flip .uk-offcanvas-bar {
	left: auto;
	right: -270px;
}

@media (min-width:960px) {
	.uk-offcanvas-flip .uk-offcanvas-bar {
		right: -350px;
	}
}

.uk-open > .uk-offcanvas-bar {
	left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
	left: auto;
	right: 0;
}

.uk-offcanvas-bar-animation {
	transition: left .3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
	transition-property: right;
}

.uk-offcanvas-reveal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: width .3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
	left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
	left: auto;
	right: 0;
}

.uk-open > .uk-offcanvas-reveal {
	width: 270px;
}

@media (min-width:960px) {
	.uk-open > .uk-offcanvas-reveal {
		width: 350px;
	}
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
	right: 0;
	left: auto;
}

.uk-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 5px;
}

.uk-offcanvas-overlay {
	width: 100vw;
	touch-action: none;
}

.uk-offcanvas-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	transition: opacity .15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
	opacity: 1;
}

.uk-offcanvas-container, .uk-offcanvas-page {
	overflow-x: hidden;
}

.uk-offcanvas-container {
	position: relative;
	left: 0;
	transition: left .3s ease-out;
	box-sizing: border-box;
	width: 100%;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
	left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
	left: -270px;
}

@media (min-width:960px) {
	:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
		left: 350px;
	}
	
	.uk-offcanvas-flip.uk-offcanvas-container-animation {
		left: -350px;
	}
}

.uk-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-switcher > :not(.uk-active) {
	display: none;
}

.uk-switcher > * > :last-child {
	margin-bottom: 0;
}

.uk-leader {
	overflow: hidden;
}

.uk-leader-fill::after {
	display: inline-block;
	margin-left: 15px;
	width: 0;
	content: attr(data-fill);
	white-space: nowrap;
}

.uk-leader-fill.uk-leader-hide::after {
	display: none;
}

.uk-leader-fill-content::before {
	content: ".";
}

:root {}

.uk-iconnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

.uk-iconnav > * {
	padding-left: 10px;
}

.uk-iconnav > * > a {
	display: block;
	color: #999;
}

.uk-iconnav > * > a:focus, .uk-iconnav > * > a:hover {
	color: #666;
	outline: 0;
}

.uk-iconnav > .uk-active > a {
	color: #666;
}

.uk-iconnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -10px;
}

.uk-iconnav-vertical > * {
	padding-left: 0;
	padding-top: 10px;
}

.uk-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px;
}

.uk-notification-bottom-right, .uk-notification-top-right {
	left: auto;
	right: 10px;
}

.uk-notification-bottom-center, .uk-notification-top-center {
	left: 50%;
	margin-left: -175px;
}

.uk-notification-bottom-center, .uk-notification-bottom-left, .uk-notification-bottom-right {
	top: auto;
	bottom: 10px;
}

@media (max-width:639px) {
	.uk-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
}

.uk-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer;
}

* + .uk-notification-message {
	margin-top: 10px;
}

.uk-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
	display: block;
}

.uk-notification-message-primary {
	color: #1e87f0;
}

.uk-notification-message-success {
	color: #32d296;
}

.uk-notification-message-warning {
	color: #faa05a;
}

.uk-notification-message-danger {
	color: #f0506e;
}

.uk-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
}

.uk-tooltip.uk-active {
	display: block;
}

[class*=uk-tooltip-top] {
	margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
	margin-top: 10px;
}

[class*=uk-tooltip-left] {
	margin-left: -10px;
}

[class*=uk-tooltip-right] {
	margin-left: 10px;
}

.uk-placeholder {
	margin-bottom: 20px;
	padding: 30px 30px;
	background: 0 0;
	border: 1px dashed #e5e5e5;
}

* + .uk-placeholder {
	margin-top: 20px;
}

.uk-placeholder > :last-child {
	margin-bottom: 0;
}

.uk-progress {
	vertical-align: baseline;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	border: 0;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	height: 15px;
	border-radius: 500px;
	overflow: hidden;
}

* + .uk-progress {
	margin-top: 20px;
}

.uk-progress:indeterminate {
	color: transparent;
}

.uk-progress::-webkit-progress-bar {
	background-color: #f8f8f8;
	border-radius: 500px;
	overflow: hidden;
}

.uk-progress:indeterminate::-moz-progress-bar {
	width: 0;
}

.uk-progress::-webkit-progress-value {
	background-color: #1e87f0;
	transition: width .6s ease;
}

.uk-progress::-moz-progress-bar {
	background-color: #1e87f0;
}

.uk-progress::-ms-fill {
	background-color: #1e87f0;
	transition: width .6s ease;
	border: 0;
}

.uk-sortable {
	position: relative;
}

.uk-sortable svg {
	pointer-events: none;
}

.uk-sortable > :last-child {
	margin-bottom: 0;
}

.uk-sortable-drag {
	position: absolute !important;
	z-index: 1050 !important;
	pointer-events: none;
}

.uk-sortable-placeholder {
	opacity: 0;
	pointer-events: none;
}

.uk-sortable-empty {
	min-height: 50px;
}

.uk-sortable-handle:hover {
	cursor: move;
}

.uk-countdown-number, .uk-countdown-separator {
	line-height: 70px;
}

.uk-countdown-number {
	font-size: 2rem;
}

@media (min-width:640px) {
	.uk-countdown-number {
		font-size: 4rem;
	}
}

@media (min-width:960px) {
	.uk-countdown-number {
		font-size: 6rem;
	}
}

.uk-countdown-separator {
	font-size: 1rem;
}

@media (min-width:640px) {
	.uk-countdown-separator {
		font-size: 2rem;
	}
}

@media (min-width:960px) {
	.uk-countdown-separator {
		font-size: 3rem;
	}
}

[class*=uk-animation-] {
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

.uk-animation-fade {
	animation-name: uk-fade;
	animation-duration: .8s;
	animation-timing-function: linear;
}

.uk-animation-scale-up {
	animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
	animation-name: uk-fade-scale-18;
}

.uk-animation-slide-top {
	animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
	animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
	animation-name: uk-fade-left;
}

.uk-animation-slide-right {
	animation-name: uk-fade-right;
}

.uk-animation-slide-top-small {
	animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
	animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
	animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
	animation-name: uk-fade-right-small;
}

.uk-animation-slide-top-medium {
	animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
	animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
	animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
	animation-name: uk-fade-right-medium;
}

.uk-animation-kenburns {
	animation-name: uk-scale-kenburns;
	animation-duration: 15s;
}

.uk-animation-shake {
	animation-name: uk-shake;
}

.uk-animation-stroke {
	animation-name: uk-stroke;
	stroke-dasharray: var(--uk-animation-stroke);
	animation-duration: 2s;
}

.uk-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}

.uk-animation-fast {
	animation-duration: .1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
	animation-name: none;
}

.uk-animation-toggle {
	-webkit-tap-highlight-color: transparent;
}

.uk-animation-toggle:focus {
	outline: 0;
}

@keyframes uk-fade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes uk-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes uk-fade-top-small {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes uk-fade-bottom-small {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes uk-fade-left-small {
	0% {
		opacity: 0;
		transform: translateX(-10px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes uk-fade-right-small {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes uk-fade-top-medium {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes uk-fade-bottom-medium {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes uk-fade-left-medium {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes uk-fade-right-medium {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(.2);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes uk-scale-kenburns {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.2);
	}
}

@keyframes uk-shake {
	0%, 100% {
		transform: translateX(0);
	}
	
	10% {
		transform: translateX(-9px);
	}
	
	20% {
		transform: translateX(8px);
	}
	
	30% {
		transform: translateX(-7px);
	}
	
	40% {
		transform: translateX(6px);
	}
	
	50% {
		transform: translateX(-5px);
	}
	
	60% {
		transform: translateX(4px);
	}
	
	70% {
		transform: translateX(-3px);
	}
	
	80% {
		transform: translateX(2px);
	}
	
	90% {
		transform: translateX(-1px);
	}
}

@keyframes uk-stroke {
	0% {
		stroke-dashoffset: var(--uk-animation-stroke);
	}
	
	100% {
		stroke-dashoffset: 0;
	}
}

[class*=uk-child-width] > * {
	box-sizing: border-box;
	width: 100%;
}

.uk-child-width-1-2 > * {
	width: 50%;
}

.uk-child-width-1-3 > * {
	width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
	width: 25%;
}

.uk-child-width-1-5 > * {
	width: 20%;
}

.uk-child-width-1-6 > * {
	width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
	width: auto;
}

.uk-child-width-expand > :not([class*=uk-width]) {
	flex: 1;
	min-width: 1px;
}

@media (min-width:640px) {
	.uk-child-width-1-1\@s > * {
		width: 100%;
	}
	
	.uk-child-width-1-2\@s > * {
		width: 50%;
	}
	
	.uk-child-width-1-3\@s > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-child-width-1-4\@s > * {
		width: 25%;
	}
	
	.uk-child-width-1-5\@s > * {
		width: 20%;
	}
	
	.uk-child-width-1-6\@s > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-child-width-auto\@s > * {
		width: auto;
	}
	
	.uk-child-width-expand\@s > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:960px) {
	.uk-child-width-1-1\@m > * {
		width: 100%;
	}
	
	.uk-child-width-1-2\@m > * {
		width: 50%;
	}
	
	.uk-child-width-1-3\@m > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-child-width-1-4\@m > * {
		width: 25%;
	}
	
	.uk-child-width-1-5\@m > * {
		width: 20%;
	}
	
	.uk-child-width-1-6\@m > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-child-width-auto\@m > * {
		width: auto;
	}
	
	.uk-child-width-expand\@m > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1200px) {
	.uk-child-width-1-1\@l > * {
		width: 100%;
	}
	
	.uk-child-width-1-2\@l > * {
		width: 50%;
	}
	
	.uk-child-width-1-3\@l > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-child-width-1-4\@l > * {
		width: 25%;
	}
	
	.uk-child-width-1-5\@l > * {
		width: 20%;
	}
	
	.uk-child-width-1-6\@l > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-child-width-auto\@l > * {
		width: auto;
	}
	
	.uk-child-width-expand\@l > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1600px) {
	.uk-child-width-1-1\@xl > * {
		width: 100%;
	}
	
	.uk-child-width-1-2\@xl > * {
		width: 50%;
	}
	
	.uk-child-width-1-3\@xl > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-child-width-1-4\@xl > * {
		width: 25%;
	}
	
	.uk-child-width-1-5\@xl > * {
		width: 20%;
	}
	
	.uk-child-width-1-6\@xl > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-child-width-auto\@xl > * {
		width: auto;
	}
	
	.uk-child-width-expand\@xl > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

[class*=uk-width] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.uk-width-1-2 {
	width: 50%;
}

.uk-width-1-3 {
	width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
	width: calc(100% * 2 / 3.001);
}

.uk-width-1-4 {
	width: 25%;
}

.uk-width-3-4 {
	width: 75%;
}

.uk-width-1-5 {
	width: 20%;
}

.uk-width-2-5 {
	width: 40%;
}

.uk-width-3-5 {
	width: 60%;
}

.uk-width-4-5 {
	width: 80%;
}

.uk-width-1-6 {
	width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
	width: calc(100% * 5 / 6.001);
}

.uk-width-small {
	width: 150px;
}

.uk-width-medium {
	width: 300px;
}

.uk-width-large {
	width: 450px;
}

.uk-width-xlarge {
	width: 600px;
}

.uk-width-xxlarge {
	width: 750px;
}

.uk-width-auto {
	width: auto;
}

.uk-width-expand {
	flex: 1;
	min-width: 1px;
}

@media (min-width:640px) {
	.uk-width-1-1\@s {
		width: 100%;
	}
	
	.uk-width-1-2\@s {
		width: 50%;
	}
	
	.uk-width-1-3\@s {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-width-2-3\@s {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-width-1-4\@s {
		width: 25%;
	}
	
	.uk-width-3-4\@s {
		width: 75%;
	}
	
	.uk-width-1-5\@s {
		width: 20%;
	}
	
	.uk-width-2-5\@s {
		width: 40%;
	}
	
	.uk-width-3-5\@s {
		width: 60%;
	}
	
	.uk-width-4-5\@s {
		width: 80%;
	}
	
	.uk-width-1-6\@s {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-width-5-6\@s {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-width-small\@s {
		width: 150px;
	}
	
	.uk-width-medium\@s {
		width: 300px;
	}
	
	.uk-width-large\@s {
		width: 450px;
	}
	
	.uk-width-xlarge\@s {
		width: 600px;
	}
	
	.uk-width-xxlarge\@s {
		width: 750px;
	}
	
	.uk-width-auto\@s {
		width: auto;
	}
	
	.uk-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:960px) {
	.uk-width-1-1\@m {
		width: 100%;
	}
	
	.uk-width-1-2\@m {
		width: 50%;
	}
	
	.uk-width-1-3\@m {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-width-2-3\@m {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-width-1-4\@m {
		width: 25%;
	}
	
	.uk-width-3-4\@m {
		width: 75%;
	}
	
	.uk-width-1-5\@m {
		width: 20%;
	}
	
	.uk-width-2-5\@m {
		width: 40%;
	}
	
	.uk-width-3-5\@m {
		width: 60%;
	}
	
	.uk-width-4-5\@m {
		width: 80%;
	}
	
	.uk-width-1-6\@m {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-width-5-6\@m {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-width-small\@m {
		width: 150px;
	}
	
	.uk-width-medium\@m {
		width: 300px;
	}
	
	.uk-width-large\@m {
		width: 450px;
	}
	
	.uk-width-xlarge\@m {
		width: 600px;
	}
	
	.uk-width-xxlarge\@m {
		width: 750px;
	}
	
	.uk-width-auto\@m {
		width: auto;
	}
	
	.uk-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1200px) {
	.uk-width-1-1\@l {
		width: 100%;
	}
	
	.uk-width-1-2\@l {
		width: 50%;
	}
	
	.uk-width-1-3\@l {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-width-2-3\@l {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-width-1-4\@l {
		width: 25%;
	}
	
	.uk-width-3-4\@l {
		width: 75%;
	}
	
	.uk-width-1-5\@l {
		width: 20%;
	}
	
	.uk-width-2-5\@l {
		width: 40%;
	}
	
	.uk-width-3-5\@l {
		width: 60%;
	}
	
	.uk-width-4-5\@l {
		width: 80%;
	}
	
	.uk-width-1-6\@l {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-width-5-6\@l {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-width-small\@l {
		width: 150px;
	}
	
	.uk-width-medium\@l {
		width: 300px;
	}
	
	.uk-width-large\@l {
		width: 450px;
	}
	
	.uk-width-xlarge\@l {
		width: 600px;
	}
	
	.uk-width-xxlarge\@l {
		width: 750px;
	}
	
	.uk-width-auto\@l {
		width: auto;
	}
	
	.uk-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1600px) {
	.uk-width-1-1\@xl {
		width: 100%;
	}
	
	.uk-width-1-2\@xl {
		width: 50%;
	}
	
	.uk-width-1-3\@xl {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-width-2-3\@xl {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-width-1-4\@xl {
		width: 25%;
	}
	
	.uk-width-3-4\@xl {
		width: 75%;
	}
	
	.uk-width-1-5\@xl {
		width: 20%;
	}
	
	.uk-width-2-5\@xl {
		width: 40%;
	}
	
	.uk-width-3-5\@xl {
		width: 60%;
	}
	
	.uk-width-4-5\@xl {
		width: 80%;
	}
	
	.uk-width-1-6\@xl {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-width-5-6\@xl {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-width-small\@xl {
		width: 150px;
	}
	
	.uk-width-medium\@xl {
		width: 300px;
	}
	
	.uk-width-large\@xl {
		width: 450px;
	}
	
	.uk-width-xlarge\@xl {
		width: 600px;
	}
	
	.uk-width-xxlarge\@xl {
		width: 750px;
	}
	
	.uk-width-auto\@xl {
		width: auto;
	}
	
	.uk-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}
}

[class*=uk-height] {
	box-sizing: border-box;
}

.uk-height-1-1 {
	height: 100%;
}

.uk-height-viewport {
	min-height: 100vh;
}

.uk-height-small {
	height: 150px;
}

.uk-height-medium {
	height: 300px;
}

.uk-height-large {
	height: 450px;
}

.uk-height-max-small {
	max-height: 150px;
}

.uk-height-max-medium {
	max-height: 300px;
}

.uk-height-max-large {
	max-height: 450px;
}

.uk-text-lead {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
}

.uk-text-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

.uk-text-meta a {
	color: #999;
}

.uk-text-meta a:hover {
	color: #666;
	text-decoration: none;
}

.uk-text-small {
	font-size: .875rem;
	line-height: 1.5;
}

.uk-text-large {
	font-size: 1.5rem;
	line-height: 1.5;
}

.uk-text-light {
	font-weight: 300;
}

.uk-text-normal {
	font-weight: 400;
}

.uk-text-bold {
	font-weight: bolder;
}

.uk-text-lighter {
	font-weight: lighter;
}

.uk-text-bolder {
	font-weight: bolder;
}

.uk-text-italic {
	font-style: italic;
}

.uk-text-capitalize {
	text-transform: capitalize !important;
}

.uk-text-uppercase {
	text-transform: uppercase !important;
}

.uk-text-lowercase {
	text-transform: lowercase !important;
}

.uk-text-muted {
	color: #999 !important;
}

.uk-text-emphasis {
	color: #333 !important;
}

.uk-text-primary {
	color: #1e87f0 !important;
}

.uk-text-secondary {
	color: #222 !important;
}

.uk-text-success {
	color: #32d296 !important;
}

.uk-text-warning {
	color: #faa05a !important;
}

.uk-text-danger {
	color: #f0506e !important;
}

.uk-text-background {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	color: #1e87f0 !important;
}

@supports (-webkit-background-clip:text) {
	.uk-text-background {
		background-color: #1e87f0;
	}
}

.uk-text-left {
	text-align: left !important;
}

.uk-text-right {
	text-align: right !important;
}

.uk-text-center {
	text-align: center !important;
}

.uk-text-justify {
	text-align: justify !important;
}

@media (min-width:640px) {
	.uk-text-left\@s {
		text-align: left !important;
	}
	
	.uk-text-right\@s {
		text-align: right !important;
	}
	
	.uk-text-center\@s {
		text-align: center !important;
	}
}

@media (min-width:960px) {
	.uk-text-left\@m {
		text-align: left !important;
	}
	
	.uk-text-right\@m {
		text-align: right !important;
	}
	
	.uk-text-center\@m {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.uk-text-left\@l {
		text-align: left !important;
	}
	
	.uk-text-right\@l {
		text-align: right !important;
	}
	
	.uk-text-center\@l {
		text-align: center !important;
	}
}

@media (min-width:1600px) {
	.uk-text-left\@xl {
		text-align: left !important;
	}
	
	.uk-text-right\@xl {
		text-align: right !important;
	}
	
	.uk-text-center\@xl {
		text-align: center !important;
	}
}

.uk-text-top {
	vertical-align: top !important;
}

.uk-text-middle {
	vertical-align: middle !important;
}

.uk-text-bottom {
	vertical-align: bottom !important;
}

.uk-text-baseline {
	vertical-align: baseline !important;
}

.uk-text-nowrap {
	white-space: nowrap;
}

.uk-text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

td.uk-text-truncate, th.uk-text-truncate {
	max-width: 0;
}

.uk-text-break {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

td.uk-text-break, th.uk-text-break {
	word-break: break-all;
}

[class*=uk-column-] {
	column-gap: 30px;
}

@media (min-width:1200px) {
	[class*=uk-column-] {
		column-gap: 40px;
	}
}

[class*=uk-column-] img {
	transform: translate3d(0, 0, 0);
}

.uk-column-divider {
	column-rule: 1px solid #e5e5e5;
	column-gap: 60px;
}

@media (min-width:1200px) {
	.uk-column-divider {
		column-gap: 80px;
	}
}

.uk-column-1-2 {
	column-count: 2;
}

.uk-column-1-3 {
	column-count: 3;
}

.uk-column-1-4 {
	column-count: 4;
}

.uk-column-1-5 {
	column-count: 5;
}

.uk-column-1-6 {
	column-count: 6;
}

@media (min-width:640px) {
	.uk-column-1-2\@s {
		column-count: 2;
	}
	
	.uk-column-1-3\@s {
		column-count: 3;
	}
	
	.uk-column-1-4\@s {
		column-count: 4;
	}
	
	.uk-column-1-5\@s {
		column-count: 5;
	}
	
	.uk-column-1-6\@s {
		column-count: 6;
	}
}

@media (min-width:960px) {
	.uk-column-1-2\@m {
		column-count: 2;
	}
	
	.uk-column-1-3\@m {
		column-count: 3;
	}
	
	.uk-column-1-4\@m {
		column-count: 4;
	}
	
	.uk-column-1-5\@m {
		column-count: 5;
	}
	
	.uk-column-1-6\@m {
		column-count: 6;
	}
}

@media (min-width:1200px) {
	.uk-column-1-2\@l {
		column-count: 2;
	}
	
	.uk-column-1-3\@l {
		column-count: 3;
	}
	
	.uk-column-1-4\@l {
		column-count: 4;
	}
	
	.uk-column-1-5\@l {
		column-count: 5;
	}
	
	.uk-column-1-6\@l {
		column-count: 6;
	}
}

@media (min-width:1600px) {
	.uk-column-1-2\@xl {
		column-count: 2;
	}
	
	.uk-column-1-3\@xl {
		column-count: 3;
	}
	
	.uk-column-1-4\@xl {
		column-count: 4;
	}
	
	.uk-column-1-5\@xl {
		column-count: 5;
	}
	
	.uk-column-1-6\@xl {
		column-count: 6;
	}
}

.uk-column-span {
	column-span: all;
}

.uk-cover {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

iframe.uk-cover {
	pointer-events: none;
}

.uk-cover-container {
	overflow: hidden;
	position: relative;
}

.uk-background-default {
	background-color: #fff;
}

.uk-background-muted {
	background-color: #f8f8f8;
}

.uk-background-primary {
	background-color: #1e87f0;
}

.uk-background-secondary {
	background-color: #222;
}

.uk-background-contain, .uk-background-cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.uk-background-cover {
	background-size: cover;
}

.uk-background-contain {
	background-size: contain;
}

.uk-background-top-left {
	background-position: 0 0;
}

.uk-background-top-center {
	background-position: 50% 0;
}

.uk-background-top-right {
	background-position: 100% 0;
}

.uk-background-center-left {
	background-position: 0 50%;
}

.uk-background-center-center {
	background-position: 50% 50%;
}

.uk-background-center-right {
	background-position: 100% 50%;
}

.uk-background-bottom-left {
	background-position: 0 100%;
}

.uk-background-bottom-center {
	background-position: 50% 100%;
}

.uk-background-bottom-right {
	background-position: 100% 100%;
}

.uk-background-norepeat {
	background-repeat: no-repeat;
}

.uk-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden;
}

@media (pointer:coarse) {
	.uk-background-fixed {
		background-attachment: scroll;
	}
}

@media (max-width:639px) {
	.uk-background-image\@s {
		background-image: none !important;
	}
	
	.uk-background-image\@s.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:959px) {
	.uk-background-image\@m {
		background-image: none !important;
	}
	
	.uk-background-image\@m.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:1199px) {
	.uk-background-image\@l {
		background-image: none !important;
	}
	
	.uk-background-image\@l.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:1599px) {
	.uk-background-image\@xl {
		background-image: none !important;
	}
	
	.uk-background-image\@xl.nitro-lazy {
		background-image: none !important;
	}
}

.uk-background-blend-multiply {
	background-blend-mode: multiply;
}

.uk-background-blend-screen {
	background-blend-mode: screen;
}

.uk-background-blend-overlay {
	background-blend-mode: overlay;
}

.uk-background-blend-darken {
	background-blend-mode: darken;
}

.uk-background-blend-lighten {
	background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
	background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
	background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
	background-blend-mode: soft-light;
}

.uk-background-blend-difference {
	background-blend-mode: difference;
}

.uk-background-blend-exclusion {
	background-blend-mode: exclusion;
}

.uk-background-blend-hue {
	background-blend-mode: hue;
}

.uk-background-blend-saturation {
	background-blend-mode: saturation;
}

.uk-background-blend-color {
	background-blend-mode: color;
}

.uk-background-blend-luminosity {
	background-blend-mode: luminosity;
}

[class*=uk-align] {
	display: block;
	margin-bottom: 30px;
}

* + [class*=uk-align] {
	margin-top: 30px;
}

.uk-align-center {
	margin-left: auto;
	margin-right: auto;
}

.uk-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left;
}

.uk-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right;
}

@media (min-width:640px) {
	.uk-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	
	.uk-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width:960px) {
	.uk-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	
	.uk-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width:1200px) {
	.uk-align-left\@l {
		margin-top: 0;
		float: left;
	}
	
	.uk-align-right\@l {
		margin-top: 0;
		float: right;
	}
	
	.uk-align-left, .uk-align-left\@l, .uk-align-left\@m, .uk-align-left\@s {
		margin-right: 40px;
	}
	
	.uk-align-right, .uk-align-right\@l, .uk-align-right\@m, .uk-align-right\@s {
		margin-left: 40px;
	}
}

@media (min-width:1600px) {
	.uk-align-left\@xl {
		margin-top: 0;
		margin-right: 40px;
		float: left;
	}
	
	.uk-align-right\@xl {
		margin-top: 0;
		margin-left: 40px;
		float: right;
	}
}

.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}

.uk-svg {
	transform: translate(0, 0);
}

.uk-panel {
	position: relative;
	box-sizing: border-box;
}

.uk-panel::after, .uk-panel::before {
	content: "";
	display: table;
}

.uk-panel::after {
	clear: both;
}

.uk-panel > :last-child {
	margin-bottom: 0;
}

.uk-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	resize: both;
}

.uk-clearfix::before {
	content: "";
	display: table-cell;
}

.uk-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.uk-float-left {
	float: left;
}

.uk-float-right {
	float: right;
}

[class*=uk-float-] {
	max-width: 100%;
}

.uk-overflow-hidden {
	overflow: hidden;
}

.uk-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
	margin-bottom: 0;
}

.uk-resize {
	resize: both;
}

.uk-resize-vertical {
	resize: vertical;
}

.uk-display-block {
	display: block !important;
}

.uk-display-inline {
	display: inline !important;
}

.uk-display-inline-block {
	display: inline-block !important;
}

[class*=uk-inline] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.uk-inline-clip {
	overflow: hidden;
}

.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
	max-width: none;
}

.uk-responsive-height, .uk-responsive-width {
	box-sizing: border-box;
}

.uk-responsive-width {
	max-width: 100% !important;
	height: auto;
}

.uk-responsive-height {
	max-height: 100%;
	width: auto;
	max-width: none;
}

.uk-border-circle {
	border-radius: 50%;
}

.uk-border-pill {
	border-radius: 500px;
}

.uk-border-rounded {
	border-radius: 5px;
}

.uk-inline-clip[class*=uk-border-] {
	-webkit-transform: translateZ(0);
}

.uk-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.uk-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

[class*=uk-box-shadow-hover] {
	transition: box-shadow .1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.uk-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

@supports (filter:blur(0)) {
	.uk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		max-width: 100%;
		vertical-align: middle;
	}
	
	.uk-box-shadow-bottom::before {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
	}
	
	.uk-box-shadow-bottom > * {
		position: relative;
	}
}

.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: -2px;
}

@-moz-document url-prefix() {
	.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
		margin-top: 1.1%;
	}
}

@supports (-ms-ime-align:auto) {
	.uk-dropcap > p:first-of-type::first-letter {
		font-size: 1em;
	}
}

.uk-logo {
	font-size: 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #666;
	text-decoration: none;
}

.uk-logo:focus, .uk-logo:hover {
	color: #666;
	outline: 0;
	text-decoration: none;
}

.uk-logo-inverse {
	display: none;
}

.uk-disabled {
	pointer-events: none;
}

.uk-drag, .uk-drag * {
	cursor: move;
}

.uk-drag iframe {
	pointer-events: none;
}

.uk-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, .3);
}

.uk-blend-multiply {
	mix-blend-mode: multiply;
}

.uk-blend-screen {
	mix-blend-mode: screen;
}

.uk-blend-overlay {
	mix-blend-mode: overlay;
}

.uk-blend-darken {
	mix-blend-mode: darken;
}

.uk-blend-lighten {
	mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
	mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
	mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
	mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
	mix-blend-mode: soft-light;
}

.uk-blend-difference {
	mix-blend-mode: difference;
}

.uk-blend-exclusion {
	mix-blend-mode: exclusion;
}

.uk-blend-hue {
	mix-blend-mode: hue;
}

.uk-blend-saturation {
	mix-blend-mode: saturation;
}

.uk-blend-color {
	mix-blend-mode: color;
}

.uk-blend-luminosity {
	mix-blend-mode: luminosity;
}

.uk-transform-center {
	transform: translate(-50%, -50%);
}

.uk-transform-origin-top-left {
	transform-origin: 0 0;
}

.uk-transform-origin-top-center {
	transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
	transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
	transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
	transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
	transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}

.uk-flex {
	display: flex;
}

.uk-flex-inline {
	display: inline-flex;
}

.uk-flex-inline::after, .uk-flex-inline::before, .uk-flex::after, .uk-flex::before {
	display: none;
}

.uk-flex-left {
	justify-content: flex-start;
}

.uk-flex-center {
	justify-content: center;
}

.uk-flex-right {
	justify-content: flex-end;
}

.uk-flex-between {
	justify-content: space-between;
}

.uk-flex-around {
	justify-content: space-around;
}

@media (min-width:640px) {
	.uk-flex-left\@s {
		justify-content: flex-start;
	}
	
	.uk-flex-center\@s {
		justify-content: center;
	}
	
	.uk-flex-right\@s {
		justify-content: flex-end;
	}
	
	.uk-flex-between\@s {
		justify-content: space-between;
	}
	
	.uk-flex-around\@s {
		justify-content: space-around;
	}
}

@media (min-width:960px) {
	.uk-flex-left\@m {
		justify-content: flex-start;
	}
	
	.uk-flex-center\@m {
		justify-content: center;
	}
	
	.uk-flex-right\@m {
		justify-content: flex-end;
	}
	
	.uk-flex-between\@m {
		justify-content: space-between;
	}
	
	.uk-flex-around\@m {
		justify-content: space-around;
	}
}

@media (min-width:1200px) {
	.uk-flex-left\@l {
		justify-content: flex-start;
	}
	
	.uk-flex-center\@l {
		justify-content: center;
	}
	
	.uk-flex-right\@l {
		justify-content: flex-end;
	}
	
	.uk-flex-between\@l {
		justify-content: space-between;
	}
	
	.uk-flex-around\@l {
		justify-content: space-around;
	}
}

@media (min-width:1600px) {
	.uk-flex-left\@xl {
		justify-content: flex-start;
	}
	
	.uk-flex-center\@xl {
		justify-content: center;
	}
	
	.uk-flex-right\@xl {
		justify-content: flex-end;
	}
	
	.uk-flex-between\@xl {
		justify-content: space-between;
	}
	
	.uk-flex-around\@xl {
		justify-content: space-around;
	}
}

.uk-flex-stretch {
	align-items: stretch;
}

.uk-flex-top {
	align-items: flex-start;
}

.uk-flex-middle {
	align-items: center;
}

.uk-flex-bottom {
	align-items: flex-end;
}

.uk-flex-row {
	flex-direction: row;
}

.uk-flex-row-reverse {
	flex-direction: row-reverse;
}

.uk-flex-column {
	flex-direction: column;
}

.uk-flex-column-reverse {
	flex-direction: column-reverse;
}

.uk-flex-nowrap {
	flex-wrap: nowrap;
}

.uk-flex-wrap {
	flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.uk-flex-wrap-stretch {
	align-content: stretch;
}

.uk-flex-wrap-top {
	align-content: flex-start;
}

.uk-flex-wrap-middle {
	align-content: center;
}

.uk-flex-wrap-bottom {
	align-content: flex-end;
}

.uk-flex-wrap-between {
	align-content: space-between;
}

.uk-flex-wrap-around {
	align-content: space-around;
}

.uk-flex-first {
	order: -1;
}

.uk-flex-last {
	order: 99;
}

@media (min-width:640px) {
	.uk-flex-first\@s {
		order: -1;
	}
	
	.uk-flex-last\@s {
		order: 99;
	}
}

@media (min-width:960px) {
	.uk-flex-first\@m {
		order: -1;
	}
	
	.uk-flex-last\@m {
		order: 99;
	}
}

@media (min-width:1200px) {
	.uk-flex-first\@l {
		order: -1;
	}
	
	.uk-flex-last\@l {
		order: 99;
	}
}

@media (min-width:1600px) {
	.uk-flex-first\@xl {
		order: -1;
	}
	
	.uk-flex-last\@xl {
		order: 99;
	}
}

.uk-flex-none {
	flex: none;
}

.uk-flex-auto {
	flex: auto;
}

.uk-flex-1 {
	flex: 1;
}

.uk-margin {
	margin-bottom: 20px;
}

* + .uk-margin {
	margin-top: 20px !important;
}

.uk-margin-top {
	margin-top: 20px !important;
}

.uk-margin-bottom {
	margin-bottom: 20px !important;
}

.uk-margin-left {
	margin-left: 20px !important;
}

.uk-margin-right {
	margin-right: 20px !important;
}

.uk-margin-small {
	margin-bottom: 10px;
}

* + .uk-margin-small {
	margin-top: 10px !important;
}

.uk-margin-small-top {
	margin-top: 10px !important;
}

.uk-margin-small-bottom {
	margin-bottom: 10px !important;
}

.uk-margin-small-left {
	margin-left: 10px !important;
}

.uk-margin-small-right {
	margin-right: 10px !important;
}

.uk-margin-medium {
	margin-bottom: 40px;
}

* + .uk-margin-medium {
	margin-top: 40px !important;
}

.uk-margin-medium-top {
	margin-top: 40px !important;
}

.uk-margin-medium-bottom {
	margin-bottom: 40px !important;
}

.uk-margin-medium-left {
	margin-left: 40px !important;
}

.uk-margin-medium-right {
	margin-right: 40px !important;
}

.uk-margin-large {
	margin-bottom: 40px;
}

* + .uk-margin-large {
	margin-top: 40px !important;
}

.uk-margin-large-top {
	margin-top: 40px !important;
}

.uk-margin-large-bottom {
	margin-bottom: 40px !important;
}

.uk-margin-large-left {
	margin-left: 40px !important;
}

.uk-margin-large-right {
	margin-right: 40px !important;
}

@media (min-width:1200px) {
	.uk-margin-large {
		margin-bottom: 70px;
	}
	
	* + .uk-margin-large {
		margin-top: 70px !important;
	}
	
	.uk-margin-large-top {
		margin-top: 70px !important;
	}
	
	.uk-margin-large-bottom {
		margin-bottom: 70px !important;
	}
	
	.uk-margin-large-left {
		margin-left: 70px !important;
	}
	
	.uk-margin-large-right {
		margin-right: 70px !important;
	}
}

.uk-margin-xlarge {
	margin-bottom: 70px;
}

* + .uk-margin-xlarge {
	margin-top: 70px !important;
}

.uk-margin-xlarge-top {
	margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
	margin-left: 70px !important;
}

.uk-margin-xlarge-right {
	margin-right: 70px !important;
}

@media (min-width:1200px) {
	.uk-margin-xlarge {
		margin-bottom: 140px;
	}
	
	* + .uk-margin-xlarge {
		margin-top: 140px !important;
	}
	
	.uk-margin-xlarge-top {
		margin-top: 140px !important;
	}
	
	.uk-margin-xlarge-bottom {
		margin-bottom: 140px !important;
	}
	
	.uk-margin-xlarge-left {
		margin-left: 140px !important;
	}
	
	.uk-margin-xlarge-right {
		margin-right: 140px !important;
	}
}

.uk-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.uk-margin-auto-top {
	margin-top: auto !important;
}

.uk-margin-auto-bottom {
	margin-bottom: auto !important;
}

.uk-margin-auto-left {
	margin-left: auto !important;
}

.uk-margin-auto-right {
	margin-right: auto !important;
}

.uk-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media (min-width:640px) {
	.uk-margin-auto\@s {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-margin-auto-left\@s {
		margin-left: auto !important;
	}
	
	.uk-margin-auto-right\@s {
		margin-right: auto !important;
	}
}

@media (min-width:960px) {
	.uk-margin-auto\@m {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-margin-auto-left\@m {
		margin-left: auto !important;
	}
	
	.uk-margin-auto-right\@m {
		margin-right: auto !important;
	}
}

@media (min-width:1200px) {
	.uk-margin-auto\@l {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-margin-auto-left\@l {
		margin-left: auto !important;
	}
	
	.uk-margin-auto-right\@l {
		margin-right: auto !important;
	}
}

@media (min-width:1600px) {
	.uk-margin-auto\@xl {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-margin-auto-left\@xl {
		margin-left: auto !important;
	}
	
	.uk-margin-auto-right\@xl {
		margin-right: auto !important;
	}
}

.uk-margin-remove {
	margin: 0 !important;
}

.uk-margin-remove-top {
	margin-top: 0 !important;
}

.uk-margin-remove-bottom {
	margin-bottom: 0 !important;
}

.uk-margin-remove-left {
	margin-left: 0 !important;
}

.uk-margin-remove-right {
	margin-right: 0 !important;
}

.uk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *, .uk-margin-remove-first-child > :first-child {
	margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
	margin-bottom: 0 !important;
}

@media (min-width:640px) {
	.uk-margin-remove-left\@s {
		margin-left: 0 !important;
	}
	
	.uk-margin-remove-right\@s {
		margin-right: 0 !important;
	}
}

@media (min-width:960px) {
	.uk-margin-remove-left\@m {
		margin-left: 0 !important;
	}
	
	.uk-margin-remove-right\@m {
		margin-right: 0 !important;
	}
}

@media (min-width:1200px) {
	.uk-margin-remove-left\@l {
		margin-left: 0 !important;
	}
	
	.uk-margin-remove-right\@l {
		margin-right: 0 !important;
	}
}

@media (min-width:1600px) {
	.uk-margin-remove-left\@xl {
		margin-left: 0 !important;
	}
	
	.uk-margin-remove-right\@xl {
		margin-right: 0 !important;
	}
}

.uk-padding {
	padding: 30px;
}

@media (min-width:1200px) {
	.uk-padding {
		padding: 40px;
	}
}

.uk-padding-small {
	padding: 15px;
}

.uk-padding-large {
	padding: 30px;
}

@media (min-width:1200px) {
	.uk-padding-large {
		padding: 70px;
	}
}

.uk-padding-remove {
	padding: 0 !important;
}

.uk-padding-remove-top {
	padding-top: 0 !important;
}

.uk-padding-remove-bottom {
	padding-bottom: 0 !important;
}

.uk-padding-remove-left {
	padding-left: 0 !important;
}

.uk-padding-remove-right {
	padding-right: 0 !important;
}

.uk-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
	position: absolute !important;
}

.uk-position-top {
	top: 0;
	left: 0;
	right: 0;
}

.uk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}

.uk-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}

.uk-position-top-left {
	top: 0;
	left: 0;
}

.uk-position-top-right {
	top: 0;
	right: 0;
}

.uk-position-bottom-left {
	bottom: 0;
	left: 0;
}

.uk-position-bottom-right {
	bottom: 0;
	right: 0;
}

.uk-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
	top: 50%;
	transform: translateY(-50%);
}

.uk-position-center-left {
	left: 0;
}

.uk-position-center-right {
	right: 0;
}

.uk-position-center-left-out {
	right: 100%;
	width: max-content;
}

.uk-position-center-right-out {
	left: 100%;
	width: max-content;
}

.uk-position-bottom-center, .uk-position-top-center {
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.uk-position-top-center {
	top: 0;
}

.uk-position-bottom-center {
	bottom: 0;
}

.uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-position-relative {
	position: relative !important;
}

.uk-position-absolute {
	position: absolute !important;
}

.uk-position-fixed {
	position: fixed !important;
}

.uk-position-z-index {
	z-index: 1;
}

.uk-position-small {
	max-width: calc(100% - ( 15px * 2 ));
	margin: 15px;
}

.uk-position-small.uk-position-center {
	transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
	transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-bottom-center, .uk-position-small.uk-position-top-center {
	transform: translateX(-50%) translateX(-15px);
}

.uk-position-medium {
	max-width: calc(100% - ( 30px * 2 ));
	margin: 30px;
}

.uk-position-medium.uk-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-medium[class*=uk-position-center-left], .uk-position-medium[class*=uk-position-center-right] {
	transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-bottom-center, .uk-position-medium.uk-position-top-center {
	transform: translateX(-50%) translateX(-30px);
}

.uk-position-large {
	max-width: calc(100% - ( 30px * 2 ));
	margin: 30px;
}

.uk-position-large.uk-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-large[class*=uk-position-center-left], .uk-position-large[class*=uk-position-center-right] {
	transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
	transform: translateX(-50%) translateX(-30px);
}

@media (min-width:1200px) {
	.uk-position-large {
		max-width: calc(100% - ( 50px * 2 ));
		margin: 50px;
	}
	
	.uk-position-large.uk-position-center {
		transform: translate(-50%, -50%) translate(-50px, -50px);
	}
	
	.uk-position-large[class*=uk-position-center-left], .uk-position-large[class*=uk-position-center-right] {
		transform: translateY(-50%) translateY(-50px);
	}
	
	.uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
		transform: translateX(-50%) translateX(-50px);
	}
}

.uk-transition-toggle {
	-webkit-tap-highlight-color: transparent;
}

.uk-transition-toggle:focus {
	outline: 0;
}

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
	transition: .3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0;
}

.uk-transition-active.uk-active .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle:hover .uk-transition-fade {
	opacity: 1;
}

.uk-transition-scale-up {
	transform: scale(1, 1);
}

.uk-transition-scale-down {
	transform: scale(1.1, 1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle:hover .uk-transition-scale-up {
	opacity: 1;
	transform: scale(1.1, 1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle:hover .uk-transition-scale-down {
	opacity: 1;
	transform: scale(1, 1);
}

.uk-transition-slide-top {
	transform: translateY(-100%);
}

.uk-transition-slide-bottom {
	transform: translateY(100%);
}

.uk-transition-slide-left {
	transform: translateX(-100%);
}

.uk-transition-slide-right {
	transform: translateX(100%);
}

.uk-transition-slide-top-small {
	transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
	transform: translateY(10px);
}

.uk-transition-slide-left-small {
	transform: translateX(-10px);
}

.uk-transition-slide-right-small {
	transform: translateX(10px);
}

.uk-transition-slide-top-medium {
	transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
	transform: translateY(50px);
}

.uk-transition-slide-left-medium {
	transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
	transform: translateX(50px);
}

.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle:hover [class*=uk-transition-slide] {
	opacity: 1;
	transform: translate(0, 0);
}

.uk-transition-opaque {
	opacity: 1;
}

.uk-transition-slow {
	transition-duration: .7s;
}

.uk-hidden, [hidden] {
	display: none !important;
}

@media (min-width:640px) {
	.uk-hidden\@s {
		display: none !important;
	}
}

@media (min-width:960px) {
	.uk-hidden\@m {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.uk-hidden\@l {
		display: none !important;
	}
}

@media (min-width:1600px) {
	.uk-hidden\@xl {
		display: none !important;
	}
}

@media (max-width:639px) {
	.uk-visible\@s {
		display: none !important;
	}
}

@media (max-width:959px) {
	.uk-visible\@m {
		display: none !important;
	}
}

@media (max-width:1199px) {
	.uk-visible\@l {
		display: none !important;
	}
}

@media (max-width:1599px) {
	.uk-visible\@xl {
		display: none !important;
	}
}

.uk-invisible {
	visibility: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
	opacity: 0 !important;
}

.uk-visible-toggle {
	-webkit-tap-highlight-color: transparent;
}

.uk-visible-toggle:focus {
	outline: 0;
}

@media (pointer:coarse) {
	.uk-hidden-touch {
		display: none !important;
	}
}

.uk-hidden-notouch {
	display: none !important;
}

@media (pointer:coarse) {
	.uk-hidden-notouch {
		display: block !important;
	}
}

.uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-link, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*=uk-card-media]) .uk-link, .uk-card-primary > :not([class*=uk-card-media]) a, .uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link, .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-light .uk-link, .uk-light a, .uk-offcanvas-bar .uk-link, .uk-offcanvas-bar a, .uk-overlay-primary .uk-link, .uk-overlay-primary a, .uk-section-primary:not(.uk-preserve-color) .uk-link, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) .uk-link, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) .uk-link, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link, .uk-tile-secondary:not(.uk-preserve-color) a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-link:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover, .uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-card-secondary.uk-card-body .uk-link:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-light .uk-link:hover, .uk-light a:hover, .uk-offcanvas-bar .uk-link:hover, .uk-offcanvas-bar a:hover, .uk-overlay-primary .uk-link:hover, .uk-overlay-primary a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover {
	color: #fff;
}

.uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > kbd, .uk-card-primary.uk-card-body :not(pre) > samp, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > kbd, .uk-card-secondary.uk-card-body :not(pre) > samp, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp, .uk-light :not(pre) > code, .uk-light :not(pre) > kbd, .uk-light :not(pre) > samp, .uk-offcanvas-bar :not(pre) > code, .uk-offcanvas-bar :not(pre) > kbd, .uk-offcanvas-bar :not(pre) > samp, .uk-overlay-primary :not(pre) > code, .uk-overlay-primary :not(pre) > kbd, .uk-overlay-primary :not(pre) > samp, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-section-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp {
	color: rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .1);
}

.uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*=uk-card-media]) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-light em, .uk-offcanvas-bar em, .uk-overlay-primary em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-h1, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary.uk-card-body .uk-heading-2xlarge, .uk-card-primary.uk-card-body .uk-heading-large, .uk-card-primary.uk-card-body .uk-heading-medium, .uk-card-primary.uk-card-body .uk-heading-small, .uk-card-primary.uk-card-body .uk-heading-xlarge, .uk-card-primary.uk-card-body h1, .uk-card-primary.uk-card-body h2, .uk-card-primary.uk-card-body h3, .uk-card-primary.uk-card-body h4, .uk-card-primary.uk-card-body h5, .uk-card-primary.uk-card-body h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-h1, .uk-card-primary > :not([class*=uk-card-media]) .uk-h2, .uk-card-primary > :not([class*=uk-card-media]) .uk-h3, .uk-card-primary > :not([class*=uk-card-media]) .uk-h4, .uk-card-primary > :not([class*=uk-card-media]) .uk-h5, .uk-card-primary > :not([class*=uk-card-media]) .uk-h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge, .uk-card-primary > :not([class*=uk-card-media]) h1, .uk-card-primary > :not([class*=uk-card-media]) h2, .uk-card-primary > :not([class*=uk-card-media]) h3, .uk-card-primary > :not([class*=uk-card-media]) h4, .uk-card-primary > :not([class*=uk-card-media]) h5, .uk-card-primary > :not([class*=uk-card-media]) h6, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary.uk-card-body .uk-heading-2xlarge, .uk-card-secondary.uk-card-body .uk-heading-large, .uk-card-secondary.uk-card-body .uk-heading-medium, .uk-card-secondary.uk-card-body .uk-heading-small, .uk-card-secondary.uk-card-body .uk-heading-xlarge, .uk-card-secondary.uk-card-body h1, .uk-card-secondary.uk-card-body h2, .uk-card-secondary.uk-card-body h3, .uk-card-secondary.uk-card-body h4, .uk-card-secondary.uk-card-body h5, .uk-card-secondary.uk-card-body h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge, .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-card-secondary > :not([class*=uk-card-media]) h2, .uk-card-secondary > :not([class*=uk-card-media]) h3, .uk-card-secondary > :not([class*=uk-card-media]) h4, .uk-card-secondary > :not([class*=uk-card-media]) h5, .uk-card-secondary > :not([class*=uk-card-media]) h6, .uk-light .uk-h1, .uk-light .uk-h2, .uk-light .uk-h3, .uk-light .uk-h4, .uk-light .uk-h5, .uk-light .uk-h6, .uk-light .uk-heading-2xlarge, .uk-light .uk-heading-large, .uk-light .uk-heading-medium, .uk-light .uk-heading-small, .uk-light .uk-heading-xlarge, .uk-light h1, .uk-light h2, .uk-light h3, .uk-light h4, .uk-light h5, .uk-light h6, .uk-offcanvas-bar .uk-h1, .uk-offcanvas-bar .uk-h2, .uk-offcanvas-bar .uk-h3, .uk-offcanvas-bar .uk-h4, .uk-offcanvas-bar .uk-h5, .uk-offcanvas-bar .uk-h6, .uk-offcanvas-bar .uk-heading-2xlarge, .uk-offcanvas-bar .uk-heading-large, .uk-offcanvas-bar .uk-heading-medium, .uk-offcanvas-bar .uk-heading-small, .uk-offcanvas-bar .uk-heading-xlarge, .uk-offcanvas-bar h1, .uk-offcanvas-bar h2, .uk-offcanvas-bar h3, .uk-offcanvas-bar h4, .uk-offcanvas-bar h5, .uk-offcanvas-bar h6, .uk-overlay-primary .uk-h1, .uk-overlay-primary .uk-h2, .uk-overlay-primary .uk-h3, .uk-overlay-primary .uk-h4, .uk-overlay-primary .uk-h5, .uk-overlay-primary .uk-h6, .uk-overlay-primary .uk-heading-2xlarge, .uk-overlay-primary .uk-heading-large, .uk-overlay-primary .uk-heading-medium, .uk-overlay-primary .uk-heading-small, .uk-overlay-primary .uk-heading-xlarge, .uk-overlay-primary h1, .uk-overlay-primary h2, .uk-overlay-primary h3, .uk-overlay-primary h4, .uk-overlay-primary h5, .uk-overlay-primary h6, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-section-primary:not(.uk-preserve-color) .uk-heading-large, .uk-section-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-primary:not(.uk-preserve-color) .uk-heading-small, .uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-primary:not(.uk-preserve-color) h2, .uk-section-primary:not(.uk-preserve-color) h3, .uk-section-primary:not(.uk-preserve-color) h4, .uk-section-primary:not(.uk-preserve-color) h5, .uk-section-primary:not(.uk-preserve-color) h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-large, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-small, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h2, .uk-section-secondary:not(.uk-preserve-color) h3, .uk-section-secondary:not(.uk-preserve-color) h4, .uk-section-secondary:not(.uk-preserve-color) h5, .uk-section-secondary:not(.uk-preserve-color) h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-large, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-small, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h2, .uk-tile-primary:not(.uk-preserve-color) h3, .uk-tile-primary:not(.uk-preserve-color) h4, .uk-tile-primary:not(.uk-preserve-color) h5, .uk-tile-primary:not(.uk-preserve-color) h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h2, .uk-tile-secondary:not(.uk-preserve-color) h3, .uk-tile-secondary:not(.uk-preserve-color) h4, .uk-tile-secondary:not(.uk-preserve-color) h5, .uk-tile-secondary:not(.uk-preserve-color) h6 {
	color: #fff;
}

.uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*=uk-card-media]) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*=uk-card-media]) blockquote, .uk-light blockquote, .uk-offcanvas-bar blockquote, .uk-overlay-primary blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote {
	color: #fff;
}

.uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*=uk-card-media]) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer, .uk-light blockquote footer, .uk-offcanvas-bar blockquote footer, .uk-overlay-primary blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*=uk-card-media]) .uk-hr, .uk-card-primary > :not([class*=uk-card-media]) hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-light .uk-hr, .uk-light hr, .uk-offcanvas-bar .uk-hr, .uk-offcanvas-bar hr, .uk-overlay-primary .uk-hr, .uk-overlay-primary hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) hr {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-link-muted, .uk-card-primary.uk-card-body .uk-link-muted a, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a, .uk-card-secondary.uk-card-body .uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-muted a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a, .uk-light .uk-link-muted, .uk-light .uk-link-muted a, .uk-offcanvas-bar .uk-link-muted, .uk-offcanvas-bar .uk-link-muted a, .uk-overlay-primary .uk-link-muted, .uk-overlay-primary .uk-link-muted a, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-link-muted a:hover, .uk-card-primary.uk-card-body .uk-link-muted:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted:hover, .uk-card-secondary.uk-card-body .uk-link-muted a:hover, .uk-card-secondary.uk-card-body .uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted:hover, .uk-light .uk-link-muted a:hover, .uk-light .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted a:hover, .uk-offcanvas-bar .uk-link-muted:hover, .uk-overlay-primary .uk-link-muted a:hover, .uk-overlay-primary .uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-link-text a:hover, .uk-card-primary.uk-card-body .uk-link-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-text:hover, .uk-card-secondary.uk-card-body .uk-link-text a:hover, .uk-card-secondary.uk-card-body .uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text:hover, .uk-light .uk-link-text a:hover, .uk-light .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text a:hover, .uk-offcanvas-bar .uk-link-text:hover, .uk-overlay-primary .uk-link-text a:hover, .uk-overlay-primary .uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text:hover {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-link-heading a:hover, .uk-card-primary.uk-card-body .uk-link-heading:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading:hover, .uk-card-secondary.uk-card-body .uk-link-heading a:hover, .uk-card-secondary.uk-card-body .uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading:hover, .uk-light .uk-link-heading a:hover, .uk-light .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading a:hover, .uk-offcanvas-bar .uk-link-heading:hover, .uk-overlay-primary .uk-link-heading a:hover, .uk-overlay-primary .uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading:hover {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-heading-line > ::after, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::after, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-light .uk-heading-line > ::after, .uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::after, .uk-offcanvas-bar .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::after, .uk-overlay-primary .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-divider-icon.nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon.nitro-lazy, .uk-card-secondary.uk-card-body .uk-divider-icon.nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon.nitro-lazy, .uk-light .uk-divider-icon.nitro-lazy, .uk-offcanvas-bar .uk-divider-icon.nitro-lazy, .uk-overlay-primary .uk-divider-icon.nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon.nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon.nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon.nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon.nitro-lazy {
	background-image: none !important;
}

.uk-card-primary.uk-card-body .uk-divider-icon::after, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::after, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-light .uk-divider-icon::after, .uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::after, .uk-offcanvas-bar .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::after, .uk-overlay-primary .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > li:nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > li:nth-child(n+2), .uk-light .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2), .uk-overlay-primary .uk-list-divider > li:nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2) {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd), .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd) {
	border-top-color: rgba(255, 255, 255, .2);
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd), .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .1);
}

.uk-card-primary.uk-card-body .uk-list-bullet > li::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > li::before, .uk-card-secondary.uk-card-body .uk-list-bullet > li::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > li::before, .uk-light .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > li::before, .uk-overlay-primary .uk-list-bullet > li::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-table th, .uk-card-primary > :not([class*=uk-card-media]) .uk-table th, .uk-card-secondary.uk-card-body .uk-table th, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table th, .uk-light .uk-table th, .uk-offcanvas-bar .uk-table th, .uk-overlay-primary .uk-table th, .uk-section-primary:not(.uk-preserve-color) .uk-table th, .uk-section-secondary:not(.uk-preserve-color) .uk-table th, .uk-tile-primary:not(.uk-preserve-color) .uk-table th, .uk-tile-secondary:not(.uk-preserve-color) .uk-table th {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-table caption, .uk-card-primary > :not([class*=uk-card-media]) .uk-table caption, .uk-card-secondary.uk-card-body .uk-table caption, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table caption, .uk-light .uk-table caption, .uk-offcanvas-bar .uk-table caption, .uk-overlay-primary .uk-table caption, .uk-section-primary:not(.uk-preserve-color) .uk-table caption, .uk-section-secondary:not(.uk-preserve-color) .uk-table caption, .uk-tile-primary:not(.uk-preserve-color) .uk-table caption, .uk-tile-secondary:not(.uk-preserve-color) .uk-table caption {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active, .uk-card-primary.uk-card-body .uk-table > tr.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-table > tr.uk-active, .uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active, .uk-card-secondary.uk-card-body .uk-table > tr.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table > tr.uk-active, .uk-light .uk-table tbody tr.uk-active, .uk-light .uk-table > tr.uk-active, .uk-offcanvas-bar .uk-table tbody tr.uk-active, .uk-offcanvas-bar .uk-table > tr.uk-active, .uk-overlay-primary .uk-table tbody tr.uk-active, .uk-overlay-primary .uk-table > tr.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active {
	background: rgba(255, 255, 255, .08);
}

.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr, .uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child), .uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr, .uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child), .uk-light .uk-table-divider > :first-child > tr:not(:first-child), .uk-light .uk-table-divider > :not(:first-child) > tr, .uk-light .uk-table-divider > tr:not(:first-child), .uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child), .uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr, .uk-offcanvas-bar .uk-table-divider > tr:not(:first-child), .uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child), .uk-overlay-primary .uk-table-divider > :not(:first-child) > tr, .uk-overlay-primary .uk-table-divider > tr:not(:first-child), .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child) {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd), .uk-light .uk-table-striped tbody tr:nth-of-type(odd), .uk-light .uk-table-striped > tr:nth-of-type(odd), .uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd), .uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd), .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd), .uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, .1);
	border-top-color: rgba(255, 255, 255, .2);
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover, .uk-card-primary.uk-card-body .uk-table-hover > tr:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover, .uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover, .uk-card-secondary.uk-card-body .uk-table-hover > tr:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover, .uk-light .uk-table-hover tbody tr:hover, .uk-light .uk-table-hover > tr:hover, .uk-offcanvas-bar .uk-table-hover tbody tr:hover, .uk-offcanvas-bar .uk-table-hover > tr:hover, .uk-overlay-primary .uk-table-hover tbody tr:hover, .uk-overlay-primary .uk-table-hover > tr:hover, .uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover {
	background: rgba(255, 255, 255, .08);
}

.uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-icon-link:focus, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:focus, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-light .uk-icon-link:focus, .uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:focus, .uk-offcanvas-bar .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:focus, .uk-overlay-primary .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-active > .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-active > .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-light .uk-active > .uk-icon-link, .uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-active > .uk-icon-link, .uk-offcanvas-bar .uk-icon-link:active, .uk-overlay-primary .uk-active > .uk-icon-link, .uk-overlay-primary .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-icon-button:focus, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:focus, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-light .uk-icon-button:focus, .uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:focus, .uk-offcanvas-bar .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:focus, .uk-overlay-primary .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover {
	background-color: rgba(242, 242, 242, .1);
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active {
	background-color: rgba(230, 230, 230, .1);
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-input, .uk-card-primary.uk-card-body .uk-select, .uk-card-primary.uk-card-body .uk-textarea, .uk-card-primary > :not([class*=uk-card-media]) .uk-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-select, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary.uk-card-body .uk-select, .uk-card-secondary.uk-card-body .uk-textarea, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea, .uk-light .uk-input, .uk-light .uk-select, .uk-light .uk-textarea, .uk-offcanvas-bar .uk-input, .uk-offcanvas-bar .uk-select, .uk-offcanvas-bar .uk-textarea, .uk-overlay-primary .uk-input, .uk-overlay-primary .uk-select, .uk-overlay-primary .uk-textarea, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-select, .uk-section-primary:not(.uk-preserve-color) .uk-textarea, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-select, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-select, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-select, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .7);
	background-clip: padding-box;
	border-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary.uk-card-body .uk-select:focus, .uk-card-primary.uk-card-body .uk-textarea:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary.uk-card-body .uk-select:focus, .uk-card-secondary.uk-card-body .uk-textarea:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus, .uk-light .uk-input:focus, .uk-light .uk-select:focus, .uk-light .uk-textarea:focus, .uk-offcanvas-bar .uk-input:focus, .uk-offcanvas-bar .uk-select:focus, .uk-offcanvas-bar .uk-textarea:focus, .uk-overlay-primary .uk-input:focus, .uk-overlay-primary .uk-select:focus, .uk-overlay-primary .uk-textarea:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-select:focus, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-select:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-select:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .7);
	border-color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5) !important;
}

.uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5) !important;
}

.uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-light .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-offcanvas-bar .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-overlay-primary .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]).nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]).nitro-lazy {
	background-image: none !important;
}

.uk-card-primary.uk-card-body .uk-input[list]:focus, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:focus, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-light .uk-input[list]:focus, .uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:focus, .uk-offcanvas-bar .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:focus, .uk-overlay-primary .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-input[list]:focus.nitro-lazy, .uk-card-primary.uk-card-body .uk-input[list]:hover.nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus.nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover.nitro-lazy, .uk-card-secondary.uk-card-body .uk-input[list]:focus.nitro-lazy, .uk-card-secondary.uk-card-body .uk-input[list]:hover.nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus.nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover.nitro-lazy, .uk-light .uk-input[list]:focus.nitro-lazy, .uk-light .uk-input[list]:hover.nitro-lazy, .uk-offcanvas-bar .uk-input[list]:focus.nitro-lazy, .uk-offcanvas-bar .uk-input[list]:hover.nitro-lazy, .uk-overlay-primary .uk-input[list]:focus.nitro-lazy, .uk-overlay-primary .uk-input[list]:hover.nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus.nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover.nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus.nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover.nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus.nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover.nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus.nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover.nitro-lazy {
	background-image: none !important;
}

.uk-card-primary.uk-card-body .uk-checkbox, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio, .uk-card-secondary.uk-card-body .uk-checkbox, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio, .uk-light .uk-checkbox, .uk-light .uk-radio, .uk-offcanvas-bar .uk-checkbox, .uk-offcanvas-bar .uk-radio, .uk-overlay-primary .uk-checkbox, .uk-overlay-primary .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio {
	background-color: rgba(242, 242, 242, .1);
	border-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-checkbox:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-checkbox:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-light .uk-checkbox:focus, .uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-checkbox:focus, .uk-offcanvas-bar .uk-radio:focus, .uk-overlay-primary .uk-checkbox:focus, .uk-overlay-primary .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus {
	border-color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-radio:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-overlay-primary .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
	background-color: #fff;
	border-color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-checkbox:checked:focus, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-checkbox:checked:focus, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus, .uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-checkbox:checked:focus, .uk-offcanvas-bar .uk-checkbox:indeterminate:focus, .uk-offcanvas-bar .uk-radio:checked:focus, .uk-overlay-primary .uk-checkbox:checked:focus, .uk-overlay-primary .uk-checkbox:indeterminate:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus {
	background-color: #e6e6e6;
}

.uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-radio:checked.nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked.nitro-lazy, .uk-card-secondary.uk-card-body .uk-radio:checked.nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked.nitro-lazy, .uk-light .uk-radio:checked.nitro-lazy, .uk-offcanvas-bar .uk-radio:checked.nitro-lazy, .uk-overlay-primary .uk-radio:checked.nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked.nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked.nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked.nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked.nitro-lazy {
	background-image: none !important;
}

.uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-light .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-card-primary.uk-card-body .uk-checkbox:checked.nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked.nitro-lazy, .uk-card-secondary.uk-card-body .uk-checkbox:checked.nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked.nitro-lazy, .uk-light .uk-checkbox:checked.nitro-lazy, .uk-offcanvas-bar .uk-checkbox:checked.nitro-lazy, .uk-overlay-primary .uk-checkbox:checked.nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked.nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked.nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked.nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked.nitro-lazy {
	background-image: none !important;
}

.uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-light .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-checkbox:indeterminate.nitro-lazy, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate.nitro-lazy, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate.nitro-lazy, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate.nitro-lazy, .uk-light .uk-checkbox:indeterminate.nitro-lazy, .uk-offcanvas-bar .uk-checkbox:indeterminate.nitro-lazy, .uk-overlay-primary .uk-checkbox:indeterminate.nitro-lazy, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate.nitro-lazy, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate.nitro-lazy, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate.nitro-lazy, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate.nitro-lazy {
	background-image: none !important;
}

.uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label, .uk-light .uk-form-label, .uk-offcanvas-bar .uk-form-label, .uk-overlay-primary .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon, .uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-button-default:focus, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:focus, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-light .uk-button-default:focus, .uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:focus, .uk-offcanvas-bar .uk-button-default:hover, .uk-overlay-primary .uk-button-default:focus, .uk-overlay-primary .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-default.uk-active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default.uk-active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-light .uk-button-default.uk-active, .uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default.uk-active, .uk-offcanvas-bar .uk-button-default:active, .uk-overlay-primary .uk-button-default.uk-active, .uk-overlay-primary .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
	background-color: #fff;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-button-primary:focus, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:focus, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:focus, .uk-offcanvas-bar .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:focus, .uk-overlay-primary .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary.uk-active, .uk-offcanvas-bar .uk-button-primary:active, .uk-overlay-primary .uk-button-primary.uk-active, .uk-overlay-primary .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary {
	background-color: #fff;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary:focus, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:focus, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-light .uk-button-secondary:focus, .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:focus, .uk-offcanvas-bar .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:focus, .uk-overlay-primary .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary.uk-active, .uk-offcanvas-bar .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary.uk-active, .uk-overlay-primary .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before, .uk-overlay-primary .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before {
	border-bottom-color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-text:focus, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:focus, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-light .uk-button-text:focus, .uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:focus, .uk-offcanvas-bar .uk-button-text:hover, .uk-overlay-primary .uk-button-text:focus, .uk-overlay-primary .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-button-link:focus, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:focus, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-light .uk-button-link:focus, .uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:focus, .uk-offcanvas-bar .uk-button-link:hover, .uk-overlay-primary .uk-button-link:focus, .uk-overlay-primary .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-primary .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-close:focus, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:focus, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-light .uk-close:focus, .uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:focus, .uk-offcanvas-bar .uk-close:hover, .uk-overlay-primary .uk-close:focus, .uk-overlay-primary .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:focus, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop, .uk-light .uk-totop, .uk-offcanvas-bar .uk-totop, .uk-overlay-primary .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-totop:focus, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:focus, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-light .uk-totop:focus, .uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:focus, .uk-offcanvas-bar .uk-totop:hover, .uk-overlay-primary .uk-totop:focus, .uk-overlay-primary .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:focus, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active, .uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-marker, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker, .uk-card-secondary.uk-card-body .uk-marker, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker, .uk-light .uk-marker, .uk-offcanvas-bar .uk-marker, .uk-overlay-primary .uk-marker, .uk-section-primary:not(.uk-preserve-color) .uk-marker, .uk-section-secondary:not(.uk-preserve-color) .uk-marker, .uk-tile-primary:not(.uk-preserve-color) .uk-marker, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker {
	background: #f8f8f8;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-marker:focus, .uk-card-primary.uk-card-body .uk-marker:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-card-secondary.uk-card-body .uk-marker:focus, .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-light .uk-marker:focus, .uk-light .uk-marker:hover, .uk-offcanvas-bar .uk-marker:focus, .uk-offcanvas-bar .uk-marker:hover, .uk-overlay-primary .uk-marker:focus, .uk-overlay-primary .uk-marker:hover, .uk-section-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover {
	color: #666;
}

.uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-light .uk-badge, .uk-offcanvas-bar .uk-badge, .uk-overlay-primary .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge {
	background-color: #fff;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-badge:focus, .uk-card-primary.uk-card-body .uk-badge:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:focus, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-light .uk-badge:focus, .uk-light .uk-badge:hover, .uk-offcanvas-bar .uk-badge:focus, .uk-offcanvas-bar .uk-badge:hover, .uk-overlay-primary .uk-badge:focus, .uk-overlay-primary .uk-badge:hover, .uk-section-primary:not(.uk-preserve-color) .uk-badge:focus, .uk-section-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover {
	color: #666;
}

.uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-light .uk-label, .uk-offcanvas-bar .uk-label, .uk-overlay-primary .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label {
	background-color: #fff;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta, .uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input, .uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5) !important;
}

.uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus {
	background-color: transparent;
}

.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input {
	background-color: transparent;
}

.uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input {
	background-color: transparent;
}

.uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-search-toggle:focus, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:focus, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-light .uk-search-toggle:focus, .uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:focus, .uk-offcanvas-bar .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:focus, .uk-overlay-primary .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:focus, .uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:focus, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-light .uk-nav-default .uk-nav-sub a:focus, .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-light .uk-nav-primary > li > a:focus, .uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:focus, .uk-offcanvas-bar .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:focus, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-light .uk-nav-primary .uk-nav-sub a:focus, .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus, .uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a.uk-open, .uk-light .uk-navbar-nav > li > a:focus, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open, .uk-offcanvas-bar .uk-navbar-nav > li > a:focus, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li > a.uk-open, .uk-overlay-primary .uk-navbar-nav > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open, .uk-card-primary.uk-card-body .uk-navbar-toggle:focus, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-toggle:focus, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-light .uk-navbar-toggle.uk-open, .uk-light .uk-navbar-toggle:focus, .uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle.uk-open, .uk-offcanvas-bar .uk-navbar-toggle:focus, .uk-offcanvas-bar .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle.uk-open, .uk-overlay-primary .uk-navbar-toggle:focus, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-light .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-subnav > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-light .uk-subnav > * > a:focus, .uk-light .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:focus, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:focus, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-light .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > * > a:focus, .uk-light .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:focus, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:focus, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-light .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a {
	background-color: #fff;
	color: #666;
}

.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-light .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > * {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > * > :focus, .uk-light .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :focus, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :focus, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > * {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-light .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > * {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-pagination > * > :focus, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :focus, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-light .uk-pagination > * > :focus, .uk-light .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :focus, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :focus, .uk-overlay-primary .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-light .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > * {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-light .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > * {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before, .uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before, .uk-overlay-primary .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before {
	border-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-light .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-tab > * > a:focus, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:focus, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-light .uk-tab > * > a:focus, .uk-light .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:focus, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:focus, .uk-overlay-primary .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a {
	color: #fff;
	border-color: #fff;
}

.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-slidenav:focus, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:focus, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:focus, .uk-offcanvas-bar .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:focus, .uk-overlay-primary .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
	color: rgba(255, 255, 255, .95);
}

.uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .9);
}

.uk-card-primary.uk-card-body .uk-dotnav > * > :focus, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :focus, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-light .uk-dotnav > * > :focus, .uk-light .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :focus, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :focus, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover {
	background-color: rgba(255, 255, 255, .9);
	border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-light .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active {
	background-color: rgba(255, 255, 255, .5);
	border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > * {
	background-color: rgba(255, 255, 255, .9);
	border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-light .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title, .uk-overlay-primary .uk-accordion-title, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title {
	color: #fff;
}

.uk-card-primary.uk-card-body .uk-accordion-title:focus, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:focus, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-light .uk-accordion-title:focus, .uk-light .uk-accordion-title:hover, .uk-offcanvas-bar .uk-accordion-title:focus, .uk-offcanvas-bar .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:focus, .uk-overlay-primary .uk-accordion-title:hover, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-light .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > * > a:focus, .uk-light .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:focus, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:focus, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta {
	color: rgba(255, 255, 255, .5);
}

.uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255, 255, 255, .5) !important;
}

.uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis {
	color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary {
	color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary {
	color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider {
	column-rule-color: rgba(255, 255, 255, .2);
}

.uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-light .uk-logo, .uk-offcanvas-bar .uk-logo, .uk-overlay-primary .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-logo:focus, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:focus, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-light .uk-logo:focus, .uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:focus, .uk-offcanvas-bar .uk-logo:hover, .uk-overlay-primary .uk-logo:focus, .uk-overlay-primary .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:focus, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
	display: none;
}

.uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse {
	display: inline;
}

.uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

@media print {
	*, ::after, ::before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

/*=============================================================
# Shop Page Css
==============================================================*/

/* Shop Top bar Css */
.td-woo-shop-topbar {
	background-color: #f5f5f6;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 5px;
}

#td-shop-view-mode {
	margin-top: 14px;
}

#td-shop-view-mode li {
	transition: .3s;
	-webkit-transition: .3s;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	color: #282828;
}

.woocommerce-ordering select.orderby {
	color: #282828;
}

.td-shop-list {
	margin-left: 10px;
}

.td-woo-result-count-wrapper {
	text-align: center;
	margin-top: 11px;
}

.woocommerce-result-count {
	margin-bottom: 0 !important;
	color: #282828;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 0;
}

form.woocommerce-ordering {
	position: relative;
}

form.woocommerce-ordering:before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-top: 5px solid #555;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	right: 15px;
	top: 50%;
	margin-top: -2px;
	pointer-events: none;
}

.woocommerce-ordering select.orderby {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 15px;
}

.woocommerce-ordering select.orderby:before {
	position: absolute;
	content: "";
}

/* Shop Top bar Css End */

/* Product Css */
.td-product-thumb-image {
	position: relative;
	padding: 10px;
}

.td-product-thumb-image img {
	border-radius: 5px 5px 0 0;
	width: auto;
}

.td-product-thumb-buttons-wrapper, .td-product-thumb-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.td-product-thumb-overlay {
	content: "";
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px 5px 0 0;
}

li.product:hover .td-product-thumb-overlay {
	opacity: .8;
	visibility: visible;
}

.td-product-thumb-buttons {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -25px;
}

.td-product-thumb-buttons ul {
	margin-bottom: 0 !important;
}

.td-product-thumb-buttons li {
	display: inline-block;
	background: #fff;
	height: 50px;
	width: 50px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

li.product:hover .td-product-thumb-buttons li {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.td-product-thumb-buttons-wrapper ul li:nth-child(1) {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.td-product-thumb-buttons-wrapper ul li:nth-child(2) {
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.td-product-thumb-buttons li:last-child {
	margin-right: 0;
}

.td-product-thumb-buttons .td-quick-view i {
	font-size: 23px;
}

#yith-quick-view-modal #yith-quick-view-content {
	padding: 50px 30px;
}

#yith-quick-view-content div.summary {
	padding: 0 0px 0 30px;
	margin-top: -10px;
}

#yith-quick-view-close {
	opacity: 1;
}

.td-product-thumb-buttons .tinvwl_add_to_wishlist_button:before {
	font-size: 30px !important;
	margin-right: 0 !important;
}

.td-product-thumb-buttons .tinvwl_add_to_wishlist_button {
	margin-top: 0 !important;
}

.woocommerce span.onsale {
	left: 15px;
	top: 15px;
	height: 60px;
	width: 60px;
	line-height: 55px;
}

.woocommerce ul.products li.product .td-product-thumb-image .onsale {
	right: 15px;
	top: 15px;
}

.td-product-info-wrapper {
	padding: 28px 30px 35px 30px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	-webkit-transition: .3s;
	transition: .3s;
}

li.product {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
}

li.product:hover .td-product-info-wrapper {
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);
}

.td-product-info-wrapper h3 {
	font-size: 23px !important;
	line-height: 33px;
	padding: 0 0 8px 0 !important;
	font-weight: 600;
}

.woocommerce .star-rating {
	width: 6.1em;
}

.td-product-info-wrapper .star-rating {
	display: inline-block !important;
}

.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
	letter-spacing: 3px;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins {
	color: #282828;
	font-weight: 500;
	font-size: 17px;
}

.td-product-info-wrapper .star-rating {
	margin-top: 10px !important;
}

.woocommerce ul.products li.product .price del {
	opacity: .5;
	margin-right: 5px;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.td-product-grid-view .td-product-excerpt, .td-product-info-wrapper .tinv-wishlist, span.tinvwl_add_to_wishlist-text {
	display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, div#review_form_wrapper .form-submit button[type="submit"] {
	color: #fff;
	border-radius: 50px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, div#review_form_wrapper .form-submit button[type="submit"]:hover, .woocommerce .woocommerce-cart-form__contents button.button:disabled:hover, .woocommerce .woocommerce-cart-form__contents button.button:disabled[disabled]:hover {
	background-color: #282828;
	color: #fff;
	border-color: #282828;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: 600;
	font-size: 16px;
	padding: 12px 25px 10px 25px;
	font-family: "Gilroy", sans-serif;
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	font-size: .9em;
	font-weight: 600;
	bottom: 5px;
	right: 30px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.woocommerce.td-product-list-view .td-shop-page ul.products li.product, .woocommerce-page.td-product-list-view .td-shop-page ul.products li.product {
	width: 100%;
}

.woocommerce.td-product-list-view .td-shop-page .td-product-thumb-image {
	float: left;
	margin-right: 20px;
	max-width: 300px;
}

.td-product-list-view .td-shop-page .td-product-info-wrapper {
	text-align: left;
	min-height: 300px;
}

.td-product-list-view .td-shop-page .td-product-info-wrapper .star-rating {
	position: absolute;
	right: 30px;
	top: 40px;
}

.woocommerce.td-product-list-view .td-shop-page a.added_to_cart {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	bottom: auto;
	right: auto;
	left: auto;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	border: 2px solid;
	color: #fff;
	line-height: 1;
	padding: .618em 20px;
	border-radius: 50px;
	margin-left: 10px;
}

.woocommerce.td-product-list-view .td-shop-page a.added_to_cart:hover {
	background-color: #282828;
	border-color: #282828;
}

.woocommerce.td-product-list-view .td-shop-page .td-product-excerpt {
	margin-bottom: 10px;
}

.woocommerce.td-product-list-view .td-shop-page .td-product-thumb-image img {
	border-radius: 5px 0 0 5px;
}

.woocommerce.td-product-list-view .td-shop-page .td-product-thumb-overlay {
	border-radius: 5px 0 0 5px;
}

a.button.yith-wcqv-button, li.product .tinv-wraper.tinvwl-loop-button-wrapper {
	display: none;
}

/* Product Css End */

/* Shop Pagination Css */
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border: 2px solid #f9d0bc;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
	color: #282828;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 50px;
}

/* Shop Pagination Css End */

/*=============================================================
# Shop Page Css End
==============================================================*/

/*=============================================================
# Single Product Css
==============================================================*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	border-radius: 10px;
	overflow: hidden;
}

.woocommerce-product-gallery__image a {
	display: block;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 600;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	border: 2px solid;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
	background-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	background-color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 3px;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	padding-left: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
	padding-right: 0;
}

.product_title.entry-title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
}

.woocommerce-review-link {
	margin-left: 10px;
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel p.woocommerce-noreviews:last-of-type {
	margin-bottom: 30px;
}

.single-product.woocommerce .summary.entry-summary .price {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	color: #282828;
}

.single-product.woocommerce .summary.entry-summary .price ins {
	text-decoration: none;
	margin-left: 15px;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 15px 0 0;
}

.woocommerce div.product form.cart div.quantity input[type="number"] {
	margin-bottom: 0;
	width: 100px;
	border-radius: 50px;
	height: 38px;
	border: 1px solid #ddd;
	padding: 5px 15px;
	font-weight: 600;
}

.summary.entry-summary .tinvwl_add_to_wishlist_button {
	display: none;
}

.woocommerce div.product form.cart {
	margin-top: 2em;
}

.product_meta span.sku_wrapper, .product_meta span.posted_in {
	font-weight: 600;
	color: #282828;
}

.product_meta span.posted_in {
	text-transform: capitalize;
}

.product_meta span.posted_in a, span.sku_wrapper .sku, .product_meta span.tagged_as a {
	text-transform: capitalize;
}

.product_meta span.sku_wrapper {
	margin-right: 15px;
}

.product_meta span.tagged_as {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #29324b;
	margin-top: 5px;
}

.woocommerce div.product form.cart .variations {
	margin-top: 0;
	margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations td.label {
	text-align: left;
	color: #282828;
}

.woocommerce div.product form.cart .variations select {
	background-color: transparent;
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
	background-color: #ea3a5f;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: 18px;
	color: #ea3a5f;
	margin-top: 10px;
	display: inline-block !important;
}

.single_variation_wrap .woocommerce-variation-price {
	margin: 25px 0;
}

table.woocommerce-grouped-product-list.group_table {
	margin-top: 0;
	padding-bottom: 20px;
	display: block;
}

.woocommerce-grouped-product-list .woocommerce-Price-amount.amount {
	font-size: 16px;
	font-weight: 700 !important;
	color: #29324b;
}

.woocommerce-grouped-product-list del {
	opacity: .5;
}

.woocommerce-grouped-product-list ins {
	margin-left: 10px;
	text-decoration: none;
}

/* Tab */
.woocommerce-tabs.wc-tabs-wrapper {
	border: 1px solid #ddd;
	padding: 0px 30px 30px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
	margin-left: -30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-bottom: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	background-color: #f5f5f6;
	padding: 5px 30px;
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	border-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-right: 1px solid #ddd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child.active {
	border-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 600;
	color: #282828;
}

.woocommerce div.product div.summary {
	margin-bottom: 70px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}

.woocommerce-Tabs-panel h2 {
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-of-type {
	margin-bottom: 5px;
}

.woocommerce table.shop_attributes {
	margin-bottom: 5px;
	border-left: 1px solid #ddd;
}

/* Tab Css End */

/* review Form */
.woocommerce-Reviews .comment-form {
	margin-top: 25px;
	border-top: 1px solid #ddd;
	padding-top: 25px;
}

.woocommerce-Reviews #review_form label, .woocommerce-Reviews .comment-reply-title {
	color: #282828;
}

.woocommerce-Reviews .comment-reply-title {
	font-weight: 600;
	font-size: 20px;
}

.woocommerce #review_form #respond p {
	margin: 0;
}

.woocommerce #review_form #respond {
	background: #f5f5f6;
	padding: 30px;
}

.woocommerce #review_form #respond p.comment-form-author {
	margin-top: 20px;
}

.comment-form-rating {
	margin-top: 20px;
	margin-bottom: 15px;
}

.logged-in .comment-form-rating {
	margin-top: 0;
}

.comment-form-rating label, .comment-form-rating .stars {
	display: inline-block;
	line-height: 1;
}

.comment-form-rating label {
	margin-right: 10px;
}

strong.woocommerce-review__author {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

time.woocommerce-review__published-date {
	font-size: 15px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	height: 60px;
	width: 60px;
	left: -20px;
	top: 0px;
}

h2.woocommerce-Reviews-title {
	margin-bottom: 20px !important;
}

.woocommerce-Reviews .commentlist li:last-of-type {
	margin-bottom: 50px !important;
}

/* Review Css End */

/* Related / upsell Product Css */
section.related.products, section.upsells.products {
	margin-top: 80px;
}

section.related.products h2:first-of-type, section.upsells.products h2:first-of-type {
	font-size: 32px;
	line-height: 1;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.woocommerce .related.products ul.products li.first, .woocommerce-page .related.products ul.products li.first, .woocommerce .upsells.products ul.products li.first, .woocommerce-page .upsells.products ul.products li.first {
	clear: none;
}

.woocommerce .related.products li.product .slick-slide, .woocommerce .upsells.products li.product .slick-slide {
	width: auto !important;
	margin: 0 !important;
}

.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product {
	margin: 15px;
}

section.related.products ul.products.slick-slider, section.upsells.products ul.products.slick-slider {
	margin-left: -15px;
	margin-right: -15px;
}

.related.products .slick-arrow, .upsells.products .slick-arrow {
	height: 45px;
	width: 45px;
	font-size: 27px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	position: absolute;
	right: 15px;
	top: -60px;
	cursor: pointer;
	border-radius: 5px;
}

.related.products .slick-arrow.slick-prev, .upsells.products .slick-arrow.slick-prev {
	right: 65px;
}

.related.products .slick-list > .slick-track, .upsells.products .slick-list > .slick-track {
	margin-left: 0;
}

/* Related / Upsell Product Css End */

/* Cross Sell Product Css */
.cross-sells {
	margin-top: 60px;
}

.cross-sells h2:first-of-type {
	font-size: 32px;
	line-height: 1;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.cross-sells .td-product-thumb-buttons li {
	padding-left: 0;
	width: 50px !important;
}

.cross-sells .td-product-thumb-buttons li:before {
	content: "";
}

/* Cross Sell Product Css End */

/*=============================================================
# Single Product Css End
==============================================================*/

/*=============================================================
# WooCommerce Widgets Css
==============================================================*/
.td-shop-sidebar .sidebar-widget-area .widget {
	padding: 30px 20px;
}

.td-shop-sidebar .sidebar-widget-area .widget-title {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	min-height: 80px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li, .woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce.widget_products ul.product_list_widget li .woocommerce-Price-amount, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span, .widget_product_categories ul.product-categories li, .woocommerce.widget_top_rated_products ul.product_list_widget li .woocommerce-Price-amount, .woocommerce .widget_price_filter .price_label, .single-product.woocommerce .summary.entry-summary .price, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .widget.widget_archive li a, .widget.widget_categories li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_pages li a, .widget .post-count-number, .widget.widget_themedraft_nav_menu ul li a, .tinvwl-table-manage-list, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents, form.woocommerce-checkout .form-row label, table.shop_table.woocommerce-checkout-review-order-table, .woocommerce-MyAccount-navigation ul li a {
	font-family: "Gilroy", sans-serif;
}

table.shop_table.woocommerce-checkout-review-order-table strong {
	font-weight: 600;
}

.sidebar-widget-area li.woocommerce-mini-cart-item.mini_cart_item .quantity {
	margin-left: 75px;
	display: block;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	line-height: 20px;
	color: #fff !important;
	opacity: 0;
	visibility: hidden;
}

.woocommerce .widget_shopping_cart .cart_list li:hover a.remove, .woocommerce.widget_shopping_cart .cart_list li:hover a.remove {
	visibility: visible;
	opacity: 1;
}

.woocommerce a.remove {
	background-color: transparent;
	color: #fe590f !important;
	border: 2px solid;
	height: 20px;
	width: 20px;
	line-height: 15px;
	font-size: 18px;
}

.woocommerce a.remove:hover {
	color: #fff !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: 60px;
	height: auto;
	box-shadow: none;
	border-radius: 5px;
	margin-right: 15px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	padding: 15px 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 600;
	color: #282828;
	font-size: 16px;
	line-height: 26px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: 2px solid #ddd;
	padding: 10px 0 0;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
	font-size: 16px;
	font-weight: 600;
	color: #282828;
}

.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
	display: block;
	float: right;
	color: #282828;
	font-weight: 600;
	font-size: 15px;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 8px 18px;
}

p.woocommerce-mini-cart__buttons.buttons {
	margin-bottom: 0;
}

.woocommerce.widget_products ul.product_list_widget li, .woocommerce.widget_top_rated_products ul.product_list_widget li {
	padding: 7px 0 7px 75px;
	min-height: 90px;
}

.woocommerce.widget_products ul.product_list_widget li .star-rating, .woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating {
	margin: 5px 0;
	font-size: .858em;
}

.woocommerce.widget_products ul.product_list_widget li del, .woocommerce.widget_top_rated_products ul.product_list_widget li del {
	opacity: .5;
	margin-right: 10px;
}

.woocommerce.widget_products ul.product_list_widget li ins, .woocommerce.widget_top_rated_products ul.product_list_widget li ins {
	text-decoration: none;
}

.woocommerce.widget_products ul.product_list_widget li img, .woocommerce.widget_top_rated_products ul.product_list_widget li img {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding-bottom: 10px;
}

.product-categories span.count, .woocommerce-widget-layered-nav span.count {
	position: absolute;
	right: 0;
}

.widget_rating_filter li.wc-layered-nav-rating {
	margin-bottom: 10px;
}

.woocommerce .widget_price_filter .price_label {
	color: #282828;
	font-weight: 600;
	font-size: 16px;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud {
	margin-top: 45px;
}

.widget_product_tag_cloud a {
	font-size: 16px !important;
	border: 2px solid;
	padding: 0 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

.widget_product_tag_cloud a:hover {
	background-color: #282828;
}

.widget_product_search form.woocommerce-product-search {
	position: relative;
}

.widget_product_search form.woocommerce-product-search .search-field {
	margin-bottom: 0;
	border-radius: 50px;
}

.widget_product_search button[type=submit] {
	height: 46px;
	width: 46px;
	border-radius: 50%;
	line-height: 1;
	padding: 0;
	position: absolute;
	color: rgba(0, 0, 0, 0);
	top: 50%;
	margin-top: -23px;
	right: 7px;
}

.widget_product_search button[type=submit]:after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	right: 0;
	color: #fff;
	font-size: 20px;
	top: 0;
	left: 0;
	height: 46px;
	width: 46px;
	line-height: 46px;
}

.widget.woocommerce.widget_recent_reviews li img {
	margin-top: 8px;
}

.widget.woocommerce.widget_recent_reviews li .star-rating {
	font-size: .8em;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	margin-right: 8px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen:before {
	content: "";
	padding-left: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen {
	padding-left: 0;
}

.woocommerce .widget_layered_nav_filters ul li {
	float: none;
}

.widget.woocommerce.woocommerce-widget-layered-nav ul li, .woocommerce.widget_layered_nav_filters ul li {
	border: none;
	padding: 5px 0;
	font-weight: 500;
	font-size: 17px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 15px;
	float: left;
	padding: 6px 15px;
	margin-top: 5px;
}

.widget_product_categories ul.product-categories li {
	font-weight: 500;
	border: none;
	padding: 5px 0;
	font-size: 17px;
}

.widget.widget_product_categories ul ul li:first-of-type {
	margin-top: 0;
}

.widget.woocommerce.widget_rating_filter li {
	border: none;
	font-weight: 600;
}

.widget_shopping_cart h3.widget-title, .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .widget-title, .widget.woocommerce.widget_product_categories .widget-title {
	margin-bottom: 28px;
}

/*=============================================================
# WooCommerce Widgets Css End
==============================================================*/

/*=============================================================
# WooCommerce Cart Css
==============================================================*/
.woocommerce-cart-form__contents thead {
	background: #f2f2f4;
}

.woocommerce-cart-form__contents thead th {
	padding: 25px 10px !important;
	text-transform: uppercase;
	border-top: 0;
}

.woocommerce table.shop_table {
	border-right: 0;
}

.woocommerce-cart-form__cart-item.cart_item td.product-remove a {
	display: inline-block;
	line-height: 1;
}

.woocommerce-cart table.cart img {
	width: 70px;
}

.woocommerce-cart table.cart td.product-name {
	text-align: left;
	padding-left: 25px;
	font-size: 18px;
}

.woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart td.product-subtotal {
	font-weight: 600;
	color: #282828;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__contents .quantity .qty {
	width: 100px;
	border-radius: 50px;
	padding: 9px 15px;
	font-weight: 600;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 200px;
	border-radius: 50px;
	padding: 7px 15px;
	margin-right: 15px;
}

.woocommerce #content table.cart td.actions .input-text:focus, .woocommerce table.cart td.actions .input-text:focus, .woocommerce-page #content table.cart td.actions .input-text:focus, .woocommerce-page table.cart td.actions .input-text:focus {
	border-color: #fe590f;
}

.woocommerce .woocommerce-cart-form__contents button.button:disabled, .woocommerce .woocommerce-cart-form__contents button.button:disabled[disabled] {
	color: #fff;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	color: #282828;
}

.woocommerce-cart-form__contents tr .actions {
	padding: 20px !important;
	background-color: #f2f2f4;
}

.cart_totals table {
	border-right: 1px solid #ddd !important;
}

.cart_totals .cart-subtotal, .cart_totals .order-total {
	background: #f2f2f4;
	font-weight: 700;
}

.cart_totals .cart-subtotal th, .cart_totals .woocommerce-shipping-totals.shipping th, .cart_totals .order-total th, .woocommerce-checkout-review-order-table th.product-name, .woocommerce-checkout-review-order-table tfoot th {
	text-align: left;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table th.product-total {
	text-align: right;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table tbody .product-name {
	text-align: left;
	color: #282828;
	font-weight: 600;
}

.cart_totals .cart-subtotal td, .cart_totals .woocommerce-shipping-methods, .cart_totals .woocommerce-shipping-destination, .cart_totals .woocommerce-shipping-calculator, .cart_totals .order-total td, .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.woocommerce-checkout-review-order-table tbody .product-total {
	text-align: right;
	font-weight: 600;
}

.cart_totals .select2-container .select2-selection--single {
	height: 50px;
	box-shadow: none;
	outline: none;
	border-color: #ddd;
}

.cart_totals .select2-container .select2-selection--single, .cart_totals .shipping-calculator-form input {
	border-radius: 5px;
}

.cart_totals .select2-container--open.select2-container .select2-selection--single {
	border-radius: 5px;
}

p#calc_shipping_state_field span {
	width: 100%;
}

.cart_totals .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 35px 10px 10px;
	text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: auto;
	right: 10px;
}

.cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
	right: 10px;
}

.woocommerce-shipping-methods li:before {
	content: "" !important;
}

.woocommerce-shipping-methods li {
	padding-left: 0 !important;
}

.cart_totals th, .cart_totals td {
	padding: 20px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	margin-top: 50px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.cart_totals a.checkout-button.button.alt {
	margin-bottom: 0;
}

/*=============================================================
# WooCommerce Cart Css End
==============================================================*/

/*=============================================================
# WooCommerce Checkout Css
==============================================================*/
.checkout_coupon input[type=text] {
	border-radius: 50px;
	height: 40px;
	padding: 5px 20px;
}

form.woocommerce-checkout .col2-set .col-1, form.woocommerce-checkout .col2-set .col-2 {
	max-width: 48%;
}

form.woocommerce-checkout .form-row, form.woocommerce-checkout .form-row label, form.woocommerce-checkout .form-row .woocommerce-input-wrapper {
	width: 100%;
}

form.woocommerce-checkout .form-row label {
	display: block;
	color: #282828;
	font-weight: 600;
	font-size: 18px;
}

form.woocommerce-checkout .form-row input {
	border-radius: 5px;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single {
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 50px;
	padding: 10px 30px 10px 10px;
	outline: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 20px;
	top: 13px;
}

.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-error {
	padding: 17px 25px 25px 50px;
}

.woocommerce-checkout .woocommerce-error li:before {
	content: "";
}

.woocommerce-checkout textarea#order_comments {
	border-radius: 5px;
	height: 120px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
	border-collapse: collapse;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead {
	background-color: #f2f2f4;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
	padding: 23px 30px 15px 30px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount.amount, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount.amount {
	color: #282828;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
	border-top: 3px solid #282828;
}

#order_review_heading {
	margin-top: 50px;
	font-size: 40px;
	margin-bottom: 30px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	width: 100%;
}

.woocommerce-form-login label {
	color: #282828;
	font-weight: 600;
}

p.woocommerce-LostPassword.lost_password {
	margin-top: 15px;
}

p.woocommerce-LostPassword.lost_password a, .woocommerce-MyAccount-content a {
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	background-color: #f2f2f4;
	display: block;
	font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	color: #fff;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-content .woocommerce-Address {
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce-MyAccount-content label {
	color: #282828;
	font-weight: 700;
	width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper, .woocommerce-MyAccount-content input {
	width: 100%;
	border-radius: 5px;
}

.woocommerce-MyAccount-content .form-row {
	margin-bottom: 25px !important;
}

.woocommerce-MyAccount-content .select2-selection--single {
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 59px !important;
	padding: 15px 30px 10px 10px;
	outline: none;
}

.woocommerce-MyAccount-content .select2-selection__arrow {
	right: 20px !important;
	top: 17px !important;
}

.woocommerce-MyAccount-content p:last-of-type {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content .addresses {
	margin-top: 40px;
}

.woocommerce form .password-input, .woocommerce-page form .password-input input {
	width: 100%;
}

.woocommerce-form-login input {
	border-radius: 5px;
}

/*=============================================================
# WooCommerce Checkout Css End
==============================================================*/

/*=============================================================
# WooCommerce Wishlisst Css
==============================================================*/
.tinvwl-table-manage-list thead {
	background-color: #f2f2f4;
	text-transform: uppercase;
	font-weight: 600;
}

.tinvwl-table-manage-list tfoot {
	background-color: #f2f2f4;
}

.tinv-wishlist .product-remove button {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid;
	padding-left: 0;
}

.tinv-wishlist .product-remove button:hover {
	color: #fff;
}

.tinv-wishlist .product-remove button .ftinvwl {
	line-height: 10px;
}

.tinvwl-table-manage-list td.product-name {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
}

.tinvwl-table-manage-list td.product-price, .tinvwl-table-manage-list td.product-date, .tinvwl-table-manage-list td.product-stock {
	color: #282828;
	font-weight: 600;
}

.tinvwl-table-manage-list td.product-price del {
	margin-right: 10px;
	opacity: .5;
}

.tinvwl-table-manage-list td.product-price ins {
	text-decoration: none;
}

.tinvwl-table-manage-list button.button.alt {
	padding: 8px;
	font-size: 14px;
}

.tinvwl-table-manage-list .product-stock i.ftinvwl.ftinvwl-times {
	font-size: 25px;
	margin-top: 7px;
	display: inline-block;
}

.tinvwl-table-manage-list thead th {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.tinvwl-table-manage-list tfoot td {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.tinv-wishlist .social-buttons {
	text-align: left;
}

.tinv-wishlist .social-buttons ul {
	margin-bottom: 0;
	margin-top: 7px;
}

.tinv-wishlist .social-buttons li {
	padding-left: 0;
}

.tinv-wishlist .social-buttons li:before {
	content: "";
}

.tinv-wishlist .social-buttons span {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
}

.tinv-wishlist .social-buttons li a.social {
	width: 25px;
}

/*=============================================================
# WooCommerce Wishlisst Css End
==============================================================*/

/*=============================================================
# Responsive Css
==============================================================*/
@media only screen and (max-width: 1199px) {
	.woocommerce.td-product-list-view .td-shop-page .td-product-thumb-image img {
		min-height: 328px;
	}
	
	.woocommerce ul.products li.product .star-rating, .woocommerce-product-rating .star-rating, .woocommerce.widget_products ul.product_list_widget li .star-rating, .woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating, .woocommerce-Reviews .star-rating {
		width: 92px;
		font-size: .857em;
	}
	
	.woocommerce-review-link {
		margin-left: 0;
	}
	
	.woocommerce-Reviews .star-rating {
		float: left;
	}
}

@media only screen and (max-width: 991px) {
	form.woocommerce-checkout .col2-set .col-1, form.woocommerce-checkout .col2-set .col-2 {
		max-width: 100%;
	}
	
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
	
	form.woocommerce-checkout .woocommerce-shipping-fields {
		margin-top: 50px;
	}
	
	.woocommerce-checkout #payment div.form-row {
		margin-bottom: 0;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
	}
	
	.woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		padding: 0 !important;
	}
	
	.woocommerce-MyAccount-navigation ul li a {
		padding: 8px 15px;
		border-radius: 5px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	
	#yith-quick-view-modal #yith-quick-view-content {
		padding: 50px 15px;
	}
	
	#yith-quick-view-content div.summary {
		padding: 0 0px 0 20px;
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce-MyAccount-content p#billing_company_field, .woocommerce-MyAccount-content p#shipping_company_field, .woocommerce-MyAccount-content p#billing_country_field, .woocommerce-MyAccount-content p#shipping_country_field, .woocommerce-MyAccount-content p#billing_city_field, .woocommerce-MyAccount-content p#shipping_city_field, .woocommerce-MyAccount-content p#billing_state_field, .woocommerce-MyAccount-content p#shipping_state_field, .woocommerce-MyAccount-content p#billing_postcode_field, .woocommerce-MyAccount-content p#billing_phone_field {
		width: 47%;
		clear: none;
	}
	
	.woocommerce-MyAccount-content p#billing_company_field, .woocommerce-MyAccount-content p#shipping_company_field, .woocommerce-MyAccount-content p#billing_city_field, .woocommerce-MyAccount-content p#shipping_city_field, .woocommerce-MyAccount-content p#billing_postcode_field {
		float: left;
	}
	
	.woocommerce-MyAccount-content p#billing_country_field, .woocommerce-MyAccount-content p#shipping_country_field, .woocommerce-MyAccount-content p#billing_state_field, .woocommerce-MyAccount-content p#shipping_state_field, .woocommerce-MyAccount-content p#billing_phone_field {
		float: right;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.woocommerce .columns-3 ul.products[class*="columns-"] li.product, .woocommerce-page .columns-3 ul.products[class*="columns-"] li.product, .woocommerce .columns-4 ul.products[class*="columns-"] li.product, .woocommerce-page .columns-4 ul.products[class*="columns-"] li.product {
		margin-bottom: 35px;
		width: 48%;
	}
	
	.woocommerce .columns-3 ul.products[class*="columns-"] li.product:nth-child(even), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(even) {
		margin-right: 0 !important;
	}
	
	.woocommerce .columns-3 ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 3.8%;
	}
	
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: none;
	}
	
	.woocommerce.td-product-list-view .td-shop-page ul.products li.product, .woocommerce-page.td-product-list-view .td-shop-page ul.products li.product {
		width: 100%;
	}
	
	.woocommerce-page .related.products ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page .upsells.products ul.products[class*="columns-"] li.product:nth-child(2n) {
		margin-right: 15px !important;
	}
	
	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#td-shop-view-mode {
		display: none;
	}
	
	.td-woo-result-count-wrapper {
		margin-bottom: 15px;
	}
	
	.woocommerce ul.products[class*="columns-"] li.product:not(.slick-slide), .woocommerce-page ul.products[class*="columns-"] li.product:not(.slick-slide) {
		width: 100% !important;
		margin-bottom: 35px !important;
	}
	
	.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
		height: 40px;
		width: 40px;
		line-height: 19px;
	}
	
	.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
		margin-right: 5px;
	}
	
	.product_title.entry-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	
	.single-product.woocommerce .summary.entry-summary .price {
		font-size: 30px !important;
		line-height: 36px;
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
		display: block;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 5px 25px;
	}
	
	.product_meta span.posted_in {
		display: block;
	}
	
	.woocommerce-Reviews .commentlist {
		padding-left: 0;
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0 0 30px 0;
		border: 0px solid #e4e1e3;
		border-radius: 4px;
		padding: 30px 0;
	}
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		position: relative;
		height: 80px;
		width: 80px;
		left: auto;
		margin-right: 15px;
	}
	
	.woocommerce-Reviews .star-rating {
		position: absolute;
		left: 95px;
		top: 5px;
	}
	
	.woocommerce-review__author {
		display: block;
	}
	
	.woocommerce #reviews #comments ol.commentlist li {
		margin-bottom: 0 !important;
	}
	
	.woocommerce-Tabs-panel h2 {
		line-height: 32px;
	}
	
	section.related.products h2:first-of-type, section.upsells.products h2:first-of-type {
		margin-bottom: 30px;
	}
	
	.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product, .woocommerce .related.products ul, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .upsells.products ul {
		margin-bottom: 0;
	}
	
	section.upsells.products li.product {
		clear: none !important;
	}
	
	.woocommerce-tabs.wc-tabs-wrapper {
		padding: 0 15px 30px 15px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.woocommerce table.shop_table_responsive tr td.product-remove, .woocommerce-page table.shop_table_responsive tr td.product-remove {
		text-align: center !important;
	}
	
	.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .coupon .button {
		width: 100% !important;
	}
	
	.woocommerce-page table.cart td.actions .coupon .button {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.woocommerce-cart table.cart td.product-name {
		padding-left: 15px;
	}
	
	#order_review_heading {
		font-size: 35px;
	}
	
	.woocommerce-MyAccount-content .woocommerce-Address {
		padding-left: 0;
	}
	
	.product_title.entry-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0;
		margin-top: 40px !important;
	}
	
	.single-product.woocommerce .summary.entry-summary .price {
		font-size: 20px !important;
		line-height: 30px;
	}
	
	.woocommerce div.product .woocommerce-product-rating {
		margin-bottom: 10px;
	}
	
	#yith-quick-view-content div.summary {
		padding: 0;
	}
	
	#yith-quick-view-content .summary-content {
		margin-bottom: 30px;
	}
	
	#yith-quick-view-content form.cart .quantity {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
# Home Slider Widget Css
--------------------------------------------------------------*/
.td-home-slider-area {
	position: relative;
	overflow: hidden;
}

.td-home-slider-area .td-single-slide-item {
	height: 950px;
}

.td-slide-title h1, .td-slide-title h2, .td-slide-title h3, .td-slide-title h4, .td-slide-title h5, .td-slide-title h6 {
	font-size: 100px;
	line-height: 110px;
	font-weight: 800;
	color: #fff;
}

.td-slider-content-text {
	font-size: 20px;
	line-height: 32px;
	margin-top: 25px;
	margin-bottom: 30px;
	color: #fff;
}

.slider-button-wrapper .td-button {
	margin-right: 15px;
	margin-top: 10px;
}

.slider-button-wrapper .td-button:last-child {
	margin-right: 0;
}

.slider-right-button {
	text-align: center;
}

.td-home-slider-area .slick-dots {
	position: absolute;
	width: auto;
	line-height: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 1;
}

.td-home-slider-area .slick-dots button {
	background-color: #fff;
}

.td-home-slider-area .slick-arrow {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 60px !important;
	margin-top: -30px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
}

.td-home-slider-area .slick-arrow:hover {
	background-color: #282828;
	color: #fff;
}

.td-home-slider-area .slick-arrow.slick-prev {
	left: -50px;
	right: auto;
}

.td-home-slider-area .slick-arrow.slick-next {
	left: auto;
	right: -50px;
}

.td-home-slider-area:hover .slick-arrow.slick-prev {
	left: 50px;
}

.td-home-slider-area:hover .slick-arrow.slick-next {
	right: 50px;
}

.td-home-slider-area:hover .slick-arrow.slick-prev, .td-home-slider-area:hover .slick-arrow.slick-next {
	opacity: 1;
	visibility: visible;
}

.slider-button-wrapper .td-video-button:before, .slider-button-wrapper .td-video-button:after {
	display: none;
}

.slider-button-wrapper .td-video-button i {
	color: #fff;
	z-index: auto;
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 39px;
	left: auto;
	top: auto;
	font-size: 14px;
	border-radius: 50px;
	display: none;
}

.slider-line-text {
	font-family: "Gilroy", sans-serif;
	font-size: 240px;
	font-weight: 900;
	position: absolute;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #63696d;
	right: 0;
	bottom: -65px;
	line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-line-text {
		font-size: 160px;
		bottom: -40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.td-slide-title h1, .td-slide-title h2, .td-slide-title h3, .td-slide-title h4, .td-slide-title h5, .td-slide-title h6 {
		font-size: 75px;
		line-height: 85px;
	}
	
	.td-home-slider-area .td-single-slide-item {
		height: 750px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
	.slider-line-text {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.slider-button-wrapper .td-video-button i {
		display: block;
	}
	
	.slider-right-button {
		display: none;
	}
	
	.td-slide-title h1, .td-slide-title h2, .td-slide-title h3, .td-slide-title h4, .td-slide-title h5, .td-slide-title h6 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.td-slider-content-text {
		font-size: 16px;
		line-height: 26px;
	}
	
	.td-home-slider-area .td-single-slide-item {
		height: 480px;
	}
	
	.td-home-slider-area .td-button {
		padding: 12px 20px 10px 20px;
		font-size: 15px;
		font-weight: 500;
	}
	
	.slider-button-wrapper .td-button {
		margin-right: 5px;
	}
	
	.slider-right-button {
		text-align: left;
		margin-top: 50px;
		padding-left: 20px;
	}
}

/*--------------------------------------------------------------
# Home Two Slider Widget Css
--------------------------------------------------------------*/
.td-home-slider-two .td-slide-title h1, .td-home-slider-two .td-slide-title h2, .td-home-slider-two .td-slide-title h3, .td-home-slider-two .td-slide-title h4, .td-home-slider-two .td-slide-title h5, .td-home-slider-two .td-slide-title h6 {
	font-size: 78px;
	line-height: 88px;
}

.td-home-slider-two .td-slide-subtitle .subtitle {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 25px;
}

.td-home-slider-two .slider-button-wrapper {
	margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-home-slider-two .td-slide-title h1, .td-home-slider-two .td-slide-title h2, .td-home-slider-two .td-slide-title h3, .td-home-slider-two .td-slide-title h4, .td-home-slider-two .td-slide-title h5, .td-home-slider-two .td-slide-title h6 {
		font-size: 60px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.td-home-slider-two .td-slide-title h1, .td-home-slider-two .td-slide-title h2, .td-home-slider-two .td-slide-title h3, .td-home-slider-two .td-slide-title h4, .td-home-slider-two .td-slide-title h5, .td-home-slider-two .td-slide-title h6 {
		font-size: 30px;
		line-height: 40px;
	}
}

/*--------------------------------------------------------------
# Home Three Widget Css
--------------------------------------------------------------*/

/* Header Css */
@media only screen and (min-width: 1200px) {
	.header-style-four.home-banner-three .main-menu-area {
		background: transparent;
	}
	
	.header-style-four.home-banner-three .header-area {
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	
	.header-style-four.home-banner-three .header-top-area {
		background-color: transparent;
	}
	
	.header-style-four.home-banner-three .header-top-area li.top-social-item a {
		color: #fff;
		border-color: #fff;
	}
	
	.header-style-four.home-banner-three .header-cta-button a {
		color: #fff;
	}
	
	.header-style-four.home-banner-three .main-menu-area.uk-sticky.uk-active .header-cta-button a {
		background-color: #fff;
		color: #626262;
	}
	
	.header-style-four.home-banner-three .td-slider-content {
		margin-top: 200px;
	}
}

/* Header Three Css */
.td-home-three-slider-item {
	position: relative;
	height: 890px !important;
}

.td-home-three-slider-item .slider-right-image {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 45%;
}

.td-home-three-slider-item .slider-subtitle {
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
}

.td-home-three-slider-item .slider-title {
	font-size: 85px;
	line-height: 95px;
	color: #282828;
	font-weight: 800;
	font-family: "Gilroy", sans-serif;
	margin-top: 25px;
	margin-bottom: 20px;
}

.td-home-three-slider-item .slider-description {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}

.td-home-three-slider-item .slider-description p:last-child {
	margin-bottom: 0;
}

.td-home-three-slider-item .slider-button {
	margin-top: 50px;
}

.td-home-three-slider-item .slider-icon-wrapper {
	height: 160px;
	width: 160px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 15px 35px;
	position: absolute;
	z-index: 1;
}

.td-home-three-slider-item .slider-icon {
	height: 60px;
	width: 60px;
	display: inline-block;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #fb783a;
	margin-bottom: 15px;
	margin-left: -3px;
}

.td-home-three-slider-item .slider-icon svg {
	width: 35px;
	margin-top: -5px;
	fill: #fff;
}

.td-home-three-slider-item .slider-icon img {
	width: 35px;
	display: inline-block !important;
	margin-top: -5px;
}

.slider-icon-wrapper .icon-shape {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: -3px;
	border-radius: 50%;
	z-index: -1;
}

.td-home-three-slider-item .slider-icon-wrapper span {
	display: block;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	margin-left: -3px;
}

.td-home-three-slider-item .slider-icon-wrapper.slider-icon-1 {
	bottom: 15px;
	left: 145px;
}

.td-home-three-slider-item .slider-icon-wrapper.slider-icon-2 {
	bottom: 50%;
	margin-bottom: -220px;
	left: -28px;
}

.td-home-three-slider-item .slider-icon-wrapper.slider-icon-3 {
	top: 220px;
	left: -80px;
}

.td-home-three-slider-item[data-slick-index="0"] .slider-icon-wrapper.slider-icon-3 .icon-shape, .td-home-three-slider-item[data-slick-index="1"] .slider-icon-wrapper.slider-icon-2 .icon-shape, .td-home-three-slider-item[data-slick-index="2"] .slider-icon-wrapper.slider-icon-1 .icon-shape {
	background-color: #282828;
}

.td-home-three-slider-item[data-slick-index="0"] .slider-icon-wrapper.slider-icon-3 .slider-icon, .td-home-three-slider-item[data-slick-index="1"] .slider-icon-wrapper.slider-icon-2 .slider-icon, .td-home-three-slider-item[data-slick-index="2"] .slider-icon-wrapper.slider-icon-1 .slider-icon {
	background-color: #3c3b3a;
}

.slick-arrow {
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 50%;
	margin-top: -25px;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	color: #fff;
	left: -100px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	z-index: 1;
}

.slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.td-home-three-slider-wrapper:hover .slick-arrow {
	left: 100px;
	opacity: 1;
	visibility: visible;
}

.td-home-three-slider-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: 100px;
}

@media only screen and (min-width: 1920px) {
	.td-home-three-slider-item .slider-right-image {
		max-width: 39%;
	}
}

@media only screen and (max-width: 1199px) {
	.td-home-three-slider-item .slider-title {
		font-size: 65px;
		line-height: 75px;
	}
	
	.td-home-three-slider-item {
		height: 700px !important;
	}
	
	.td-home-three-slider-item .slider-icon-wrapper {
		height: 150px;
		width: 150px;
	}
	
	.td-home-three-slider-item .slider-icon-wrapper span {
		font-size: 16px;
		line-height: 23px;
		font-weight: 500;
	}
	
	.td-home-three-slider-item .slider-icon-wrapper.slider-icon-3 {
		top: 80px;
		left: -60px;
	}
	
	.td-home-three-slider-item .slider-icon-wrapper.slider-icon-2 {
		margin-bottom: -185px;
	}
	
	.td-home-three-slider-item .slider-icon-wrapper.slider-icon-1 {
		bottom: -55px;
	}
}

@media only screen and (max-width: 991px) {
	.slider-right-image {
		display: none;
	}
	
	.td-home-three-slider-item {
		height: 600px !important;
	}
}

@media only screen and (max-width: 767px) {
	.td-home-three-slider-item .slider-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.td-home-three-slider-item .slider-subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	
	.td-home-three-slider-item .slider-description {
		font-size: 16px;
		line-height: 26px;
	}
	
	.td-home-three-slider-item .slider-button {
		margin-top: 35px;
	}
	
	.td-home-three-slider-item {
		height: 470px !important;
	}
}

/*--------------------------------------------------------------
# Hom Slide Four Widget Css
--------------------------------------------------------------*/
.td-home-slider-four .td-slider-content-wrapper {
	margin-top: 60px;
}

.td-home-slider-four .td-single-slide-item {
	position: relative;
}

.td-home-slider-four .slide-right-image {
	position: absolute;
	bottom: 0;
	right: 17%;
	max-width: 35%;
}

.td-home-slider-four .subtitle {
	color: #fe590f;
	text-transform: uppercase;
	position: relative;
	font-size: 16px;
	display: inline-block;
}

.td-home-slider-four .subtitle:before {
	content: "";
	height: 2px;
	background-color: #fe590f;
	width: 80px;
	left: calc(100% + 20px);
	position: absolute;
	top: 50%;
	margin-top: -2px;
}

.td-home-slider-four .td-slide-title h1, .td-home-slider-four .td-slide-title h2, .td-home-slider-four .td-slide-title h3, .td-home-slider-four .td-slide-title h4, .td-home-slider-four .td-slide-title h5, .td-home-slider-four .td-slide-title h6 {
	color: #282828;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 90px;
	line-height: 105px;
}

.td-home-slider-four .td-slide-title strong {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #282828;
}

.td-home-slider-area.td-home-slider-four .slick-dots {
	position: absolute;
	width: 100%;
	line-height: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 1;
	text-align: left;
	max-width: 1170px;
	padding-left: 85px;
}

.td-home-slider-four .slick-dots li {
	font-weight: 700;
	font-size: 20px;
	color: #282828;
	transition: .3s;
	cursor: pointer;
	position: relative;
}

.td-home-slider-four .slick-dots li:first-child:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background-color: #fe590f;
	top: 50%;
	margin-top: 1px;
	left: -70px;
}

.td-home-slider-four .slick-dots li span {
	margin-left: 3px;
	font-size: 25px;
	color: #282828;
}

.td-home-slider-four .slick-dots li:last-child span {
	display: none;
}

.td-home-slider-four .slick-dots li span:first-child {
	margin-left: 15px;
}

.td-home-slider-four .slick-dots li span:last-child {
	margin-right: 5px;
}

.td-home-slider-four .slick-dots li.slick-active, .td-home-slider-four .slick-dots li:hover {
	color: #fe590f;
}

@media only screen and (max-width: 1199px) {
	.td-home-slider-four .td-slide-title h1, .td-home-slider-four .td-slide-title h2, .td-home-slider-four .td-slide-title h3, .td-home-slider-four .td-slide-title h4, .td-home-slider-four .td-slide-title h5, .td-home-slider-four .td-slide-title h6 {
		font-size: 95px;
		line-height: 105px;
	}
	
	.td-home-slider-four .slide-right-image {
		right: 7%;
		max-width: 42%;
	}
	
	.td-home-slider-area.td-home-slider-four .slick-dots {
		max-width: 960px;
	}
}

@media only screen and (max-width: 991px) {
	.td-home-slider-four .td-slide-title h1, .td-home-slider-four .td-slide-title h2, .td-home-slider-four .td-slide-title h3, .td-home-slider-four .td-slide-title h4, .td-home-slider-four .td-slide-title h5, .td-home-slider-four .td-slide-title h6 {
		font-size: 70px;
		line-height: 80px;
	}
	
	.td-home-slider-four .slide-right-image {
		right: 4%;
		max-width: 50%;
	}
	
	.td-home-slider-area.td-home-slider-four .slick-dots {
		max-width: 720px;
	}
	
	.td-home-slider-four .slick-dots li {
		font-size: 18px;
	}
	
	.td-home-slider-four .slick-dots li span:first-child {
		margin-left: 10px;
	}
	
	.td-home-slider-four .slick-dots li span:last-child {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.td-home-slider-four .slide-right-image {
		display: none;
	}
	
	.td-home-slider-four .td-slide-title h1, .td-home-slider-four .td-slide-title h2, .td-home-slider-four .td-slide-title h3, .td-home-slider-four .td-slide-title h4, .td-home-slider-four .td-slide-title h5, .td-home-slider-four .td-slide-title h6 {
		font-size: 35px;
		line-height: 45px;
	}
	
	.td-home-slider-four .td-cover-bg {
		background-size: cover;
		background-position: left center;
	}
	
	.td-home-slider-four .subtitle:before {
		display: none;
	}
	
	.td-home-slider-area.td-home-slider-four .slick-dots {
		bottom: 30px;
	}
}

/*--------------------------------------------------------------
# Promo Box Widget Css
--------------------------------------------------------------*/
.td-icon-wrapper {
	margin-bottom: 30px;
}

.td-icon-wrapper i {
	font-size: 65px;
	line-height: 1;
}

.td-icon-wrapper svg {
	height: 65px;
	width: 65px;
}

.td-icon-wrapper.td-image-icon {
	width: 65px;
	display: inline-block;
}

.td-single-promo-box {
	text-align: center;
	background-color: #fbf6f3;
	padding: 30px 30px 25px 30px;
	border-right: 1px solid #fae5dc;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.td-promo-title {
	margin-bottom: 0;
	font-size: 18px;
}

.td-promo-box-wrapper .td-promo-box-column:last-child .td-single-promo-box {
	border-right: 0;
}

.td-icon-wrapper.td-promo-icon-wrapper {
	margin-bottom: 20px;
}

.td-single-promo-box:before {
	position: absolute;
	content: "";
	height: calc(100% + 30px);
	width: 100%;
	left: 0;
	top: -15px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-single-promo-box:hover:before {
	opacity: 1;
	visibility: visible;
}

.td-single-promo-box:after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	top: -5px;
	left: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-single-promo-box:hover:after {
	border-left-color: #fff;
	border-top-color: #fff;
}

.td-single-promo-box:hover i {
	color: #fff;
}

.td-single-promo-box:hover svg {
	fill: #fff;
}

.td-single-promo-box:hover .td-promo-title {
	color: #fff;
}

@media (max-width: 1200px) {
	.td-single-promo-box {
		border: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.col-lg-3 .td-single-promo-box {
		padding: 30px 25px 25px 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-single-promo-box {
		padding: 30px 25px 25px 25px;
	}
}

@media only screen and (max-width: 767px) {
	.td-promo-box-wrapper .container {
		padding-right: 0;
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
# Promo Box Two Widget Css
--------------------------------------------------------------*/
.td-promo-two-item-wrapper {
	background: #fff2ed;
	position: relative;
	padding: 45px 40px;
	margin-bottom: 30px;
	overflow: hidden;
}

.promo-two-content {
	position: relative;
	z-index: 1;
}

.promo-two-icon {
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	margin-bottom: 30px;
}

.td-promo-two-item-wrapper:hover .promo-two-icon svg {
	fill: #fff;
}

.promo-two-big-icon svg {
	fill: #ffe3d7;
}

.td-promo-two-item-wrapper:hover .promo-two-big-icon {
	color: #fe6c26;
}

.td-promo-two-item-wrapper:hover .promo-two-big-icon svg {
	fill: #fe6c26;
}

.promo-two-title {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
}

.promo-two-description {
	font-size: 15px;
	font-weight: 300;
}

.promo-two-description p:last-child {
	margin-bottom: 0;
}

.promo-two-button {
	margin-top: 30px;
}

.promo-two-button a {
	font-family: "Gilroy", sans-serif;
	font-size: 18px;
	font-weight: 700;
	border-left: 5px solid;
	line-height: 1;
	padding: 5px 5px 5px 15px;
}

.promo-two-big-icon {
	height: 200px;
	width: 200px;
	position: absolute;
	right: -30px;
	top: -70px;
	font-size: 200px;
	line-height: 1;
	color: #ffe3d7;
	z-index: 1;
}

.td-promo-two-item-wrapper, .promo-two-icon, .promo-two-title, .promo-two-description, .promo-two-big-icon, .td-promo-two-item-wrapper:before, .promo-two-icon svg, .promo-two-big-icon svg {
	-webkit-transition: .3s;
	transition: .3s;
}

.td-promo-two-item-wrapper:hover .promo-two-icon, .td-promo-two-item-wrapper:hover .promo-two-title, .td-promo-two-item-wrapper:hover .promo-two-description, .td-promo-two-item-wrapper:hover .promo-two-button a {
	color: #fff;
}

.td-promo-two-item-wrapper:before {
	content: "";
	height: 0;
	width: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid #fff;
	position: absolute;
	bottom: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
}

.td-promo-two-item-wrapper:hover:before {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 1199px) {
	.promo-two-title {
		font-size: 23px;
		line-height: 33px;
	}
}

@media only screen and (max-width: 767px) {
	.td-promo-two-item-wrapper {
		padding: 45px 25px;
	}
}

/*--------------------------------------------------------------
# Section Title Widget Css
--------------------------------------------------------------*/
.td-section-subtitle-wrapper {
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}

.td-section-title-content {
	display: inline-block;
}

.td-section-subtitle {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.td-subtitle-icon {
	display: inline-block;
	line-height: 1;
	position: absolute;
	font-size: 66px;
	height: 66px;
	width: 66px;
	color: #ffe5dc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.td-subtitle-icon svg {
	fill: #ffe5dc;
}

.td-section-title h1, .td-section-title h2, .td-section-title h3, .td-section-title h4, .td-section-title h5, .td-section-title h6 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.td-section-title h1, .td-section-title h2, .td-section-title h3, .td-section-title h4, .td-section-title h5, .td-section-title h6 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.td-section-subtitle-wrapper {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
# Section Title Two Widget Css
--------------------------------------------------------------*/
.td-section-title-two-wrapper {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.td-section-big-text {
	font-family: "Gilroy", sans-serif;
	font-size: 400px;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #2b313d;
	line-height: 1;
	position: absolute;
	top: -155px;
	left: 50%;
	transform: translateX(-50%);
}

.td-section-title-two {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.td-section-title-two h1, .td-section-title-two h2, .td-section-title-two h3, .td-section-title-two h4, .td-section-title-two h5, .td-section-title-two h6 {
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 30px;
}

.td-section-title-two-line {
	height: 7px;
	display: inline-block;
	width: 35px;
	border-radius: 5px;
}

.td-section-title-two-line.td-middle-line {
	width: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.td-section-big-text {
		font-size: 200px;
		top: -110px;
	}
	
	.td-section-title-two h1, .td-section-title-two h2, .td-section-title-two h3, .td-section-title-two h4, .td-section-title-two h5, .td-section-title-two h6 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.td-section-big-text {
		font-size: 85px;
		top: -90px;
	}
	
	.td-section-title-two h1, .td-section-title-two h2, .td-section-title-two h3, .td-section-title-two h4, .td-section-title-two h5, .td-section-title-two h6 {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 40px;
	}
}

/*--------------------------------------------------------------
# Text With Title Widget Css
--------------------------------------------------------------*/
.td-text-with-title-wrapper .title h1, .td-text-with-title-wrapper .title h2, .td-text-with-title-wrapper .title h3, .td-text-with-title-wrapper .title h4, .td-text-with-title-wrapper .title h5, .td-text-with-title-wrapper .title h6 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 25px;
}

.td-text-with-title-wrapper blockquote p:last-child {
	margin-bottom: 0;
}

.td-text-with-title-wrapper blockquote {
	font-size: 16px;
	line-height: 32px;
	font-style: italic;
}

.td-text-with-title-wrapper ul {
	list-style: square;
}

@media only screen and (max-width: 767px) {
	.td-text-with-title-wrapper .title h1, .td-text-with-title-wrapper .title h2, .td-text-with-title-wrapper .title h3, .td-text-with-title-wrapper .title h4, .td-text-with-title-wrapper .title h5, .td-text-with-title-wrapper .title h6 {
		font-size: 30px;
		line-height: 40px;
	}
}

/*--------------------------------------------------------------
# Image Widget Css
--------------------------------------------------------------*/
.td-image-container {
	width: 100%;
}

/*--------------------------------------------------------------
# Service Box One Widget Css
--------------------------------------------------------------*/
.td-service-box-image {
	height: 170px;
	width: 170px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	display: inline-block;
	border: 10px solid #fff;
	box-shadow: 0 0px 14px 0px rgba(0, 0, 0, .1);
	margin-bottom: 35px;
	position: relative;
}

.td-service-box-one-content {
	text-align: center;
	background-color: #fff;
	padding: 35px 30px 45px 30px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.td-single-service-box-one {
	margin-bottom: 30px;
}

.td-service-box-subtitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}

.td-service-box-title {
	font-size: 26px;
	line-height: 36px;
}

a.td-service-one-button {
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #6e6d6d;
	position: relative;
}

a.td-service-one-button:before, a.td-service-one-button:after {
	position: absolute;
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
}

a.td-service-one-button:before {
	width: 100%;
	background: #6e6d6d;
}

a.td-service-one-button:after {
	width: 0px;
	transition: .3s;
}

.td-service-one-button:hover:after {
	width: 100%;
}

.td-service-box-one-content .top-shape {
	position: absolute;
	height: 200px;
	width: 200px;
	background-color: #fed5c2;
	border-radius: 50%;
	left: -20px;
	top: -40px;
}

.td-service-box-one-content:before {
	position: absolute;
	height: 0;
	width: 0;
	content: "";
	border-top: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	bottom: 25px;
	right: 25px;
	transition: .3s;
}

.td-service-slider-active .slick-dots button {
	background-color: #fff;
}

.td-service-box-one-wrapper .slick-arrow {
	position: absolute;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	left: -200px;
	top: 50%;
	margin-top: -25px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.td-service-box-one-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -200px;
}

.td-service-box-one-wrapper:hover .slick-arrow {
	left: -100px;
	opacity: 1;
	visibility: visible;
}

.td-service-box-one-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.td-service-box-one-wrapper .slick-dots {
	position: absolute;
	bottom: -65px;
}

@media only screen and (max-width: 1024px) {
	.td-service-box-title {
		font-size: 24px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 767px) {
	.td-service-box-one-content {
		padding: 35px 25px 45px 25px;
	}
}

/*--------------------------------------------------------------
# Service Box Two Widget Css
--------------------------------------------------------------*/
.td-single-service-box-two {
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 40px 35px 35px 35px;
	position: relative;
	overflow: hidden;
}

.td-service-two-content-wrapper {
	position: relative;
	z-index: 1;
}

.td-service-two-icon {
	height: 80px;
	width: 80px;
	border-radius: 10px;
	display: table;
	margin-bottom: 38px;
	overflow: hidden;
}

.td-service-icon {
	height: 50px;
	width: 50px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.td-service-icon svg {
	width: 50px;
	fill: #fff;
}

.td-service-icon img {
	width: 50px;
}

.td-service-two-title {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 18px;
}

.td-service-two-desc {
	margin-bottom: 25px;
}

.td-service-two-desc p:last-child {
	margin-bottom: 0;
}

.td-service-shape {
	position: absolute;
	height: 190px;
	width: 190px;
	background: #ffd1bc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 10px;
	right: -155px;
	top: -12px;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-service-shape.td-service-shape-2 {
	right: -140px;
	opacity: .5;
}

.td-service-shape.td-service-shape-3 {
	right: -125px;
	opacity: .4;
}

.td-service-shape.td-service-shape-4 {
	right: -110px;
	opacity: .3;
}

.td-single-service-box-two:hover .td-service-shape {
	background-color: #fe8851;
}

.td-single-service-box-two, .td-service-icon, .td-service-two-desc {
	-webkit-transition: .3s;
	transition: .3s;
}

div.td-single-service-box-two:hover .td-service-icon {
	background-color: #fe753a;
}

.td-single-service-box-two:hover .td-service-two-title, .td-single-service-box-two:hover .td-service-two-desc, .td-single-service-box-two:hover .td-text-button {
	color: #fff;
}

/*--------------------------------------------------------------
# Service Box Three Widget Css
--------------------------------------------------------------*/
.td-service-three-item {
	box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, .5);
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.td-service-three-content {
	padding: 60px 35px 50px 35px;
	position: relative;
}

.td-service-three-content:before {
	content: "";
	height: 0;
	width: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid #fe590f;
	border-top: 30px solid transparent;
	border-bottom: 30px solid #fe590f;
	position: absolute;
	bottom: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-service-three-item:hover .td-service-three-content:before {
	opacity: 1;
	visibility: visible;
}

.td-service-three-image {
	height: 250px;
	position: relative;
}

.td-service-three-icon {
	height: 70px;
	width: 70px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	margin-bottom: -35px;
	left: 50%;
	margin-left: -35px;
}

.td-service-three-icon svg {
	fill: #fff;
}

.td-service-three-icon svg, div.td-service-three-icon img {
	max-width: 40px;
	margin-top: -8px;
	display: inline-block;
}

.td-service-three-title {
	font-size: 25px;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-service-three-desc p:last-child {
	margin-bottom: 0;
}

.td-service-three-button {
	margin-top: 35px;
}

.td-service-three-wrapper .slick-arrow {
	left: -200px;
}

.td-service-three-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -200px;
}

.td-service-three-wrapper:hover .slick-arrow {
	left: -100px;
	opacity: 1;
	visibility: visible;
}

.td-service-three-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.slick-dots {
	position: absolute;
	bottom: -50px;
}

@media only screen and (max-width: 991px) {
	.td-service-three-title {
		font-size: 23px;
	}
}

@media only screen and (max-width: 767px) {
	.td-service-three-wrapper .container {
		padding: 0 5px;
	}
}

/*--------------------------------------------------------------
# Service Box Four Widget Css / Flip
--------------------------------------------------------------*/
.flip-card {
	width: 100%;
	height: 400px;
	perspective: 1000px;
	margin-bottom: 30px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #fff9f6;
}

/* Style the back side */
.flip-card-back {
	background-color: #ff5a0a;
	transform: rotateY(180deg);
	padding: 30px;
}

.td-single-service-box-four .td-icon-wrapper {
	background: #fff;
	height: 120px;
	width: 120px;
	line-height: 120px;
	display: inline-block;
	border-radius: 3px;
}

.td-single-service-box-four .td-icon-wrapper i {
	line-height: 120px;
	color: #ff5a0a;
}

.td-single-service-box-four a.td-button i {
	margin-left: 5px;
}

.td-single-service-box-four .td-icon-wrapper svg, .td-single-service-box-four .td-icon-wrapper img {
	max-width: 65px;
}

.td-single-service-box-four .td-icon-wrapper svg, .td-single-service-box-four .td-icon-wrapper svg g {
	fill: #ff5a0a;
}

.td-service-four-subtitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 8px;
}

.td-service-four-title {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 25px;
}

.td-single-service-box-four .td-button {
	background-color: #fff;
	color: #ff5a0a;
	padding: 20px 30px 15px 30px;
}

@media only screen and (max-width: 767px) {
	.flip-card-back {
		padding: 30px 25px;
	}
	
	.td-service-box-two-wrapper.td-service-box-4 .container {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Cta Widget Css
--------------------------------------------------------------*/
.td-cta-area {
	padding: 45px 70px;
	border-radius: 10px;
	position: relative;
}

.td-cta-title h1, .td-cta-title h2, .td-cta-title h3, .td-cta-title h4, .td-cta-title h5, .td-cta-title h6 {
	font-size: 43px;
	line-height: 53px;
	margin-bottom: 0;
	color: #fff;
}

.td-cta-button {
	text-align: right;
}

.td-cta-button .td-button {
	background-color: #fff;
	color: #282828;
	position: relative;
	border: 7px solid #fe793e;
}

.td-cta-button .td-button:hover {
	background-color: #282828;
	color: #fff;
}

.td-cta-area .td-icon-wrapper {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 70px;
}

.td-cta-area .td-icon-wrapper i {
	font-size: 180px;
}

.td-cta-area .td-icon-wrapper svg {
	height: 180px;
	width: 180px;
}

.td-cta-title, .td-cta-button {
	position: relative;
	z-index: 1;
}

.td-cta-area .td-icon-wrapper.td-image-icon {
	max-width: 180px;
}

@media only screen and (max-width: 1024px) {
	.td-cta-title h1, .td-cta-title h2, .td-cta-title h3, .td-cta-title h4, .td-cta-title h5, .td-cta-title h6 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.td-cta-title {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.td-cta-button {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-cta-area {
		padding: 45px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.td-cta-title h1, .td-cta-title h2, .td-cta-title h3, .td-cta-title h4, .td-cta-title h5, .td-cta-title h6 {
		font-size: 30px;
		line-height: 39px;
	}
	
	.td-cta-area {
		padding: 45px 25px;
	}
}

/*--------------------------------------------------------------
# Tabs Widget Css
--------------------------------------------------------------*/
.td-tabs-wrapper ul.nav.nav-tabs {
	width: 100%;
	padding: 0;
}

.td-tabs-wrapper ul.nav.nav-tabs li {
	width: 20%;
	text-align: center;
}

.td-tabs-wrapper .td-icon-wrapper {
	margin-bottom: 15px;
}

.td-tabs-wrapper ul.nav.nav-tabs li span.td-tab-menu-text {
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}

.td-tabs-wrapper .nav.nav-tabs li a {
	color: #626262;
}

.td-tabs-wrapper .td-icon-wrapper i {
	font-size: 65px;
	line-height: 1;
}

.td-tabs-wrapper .nav.nav-tabs li a svg {
	fill: #626262;
	height: 65px;
	width: 65px;
}

.td-tabs-wrapper .td-icon-wrapper.td-image-icon {
	width: 65px;
}

.td-tab-left-content h1, .td-tab-left-content h2, .td-tab-left-content h3, .td-tab-left-content h4, .td-tab-left-content h5, .td-tab-left-content h6 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0;
}

.td-tabs-wrapper .nav-tabs {
	border-bottom: 0;
	margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
	.td-tabs-wrapper .td-icon-wrapper i {
		font-size: 50px;
	}
	
	.td-tabs-wrapper .nav.nav-tabs li a svg {
		height: 50px;
		width: 50px;
	}
	
	.td-tabs-wrapper .td-icon-wrapper.td-image-icon {
		width: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-tab-left-content h1, .td-tab-left-content h2, .td-tab-left-content h3, .td-tab-left-content h4, .td-tab-left-content h5, .td-tab-left-content h6 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.td-tabs-wrapper ul.nav.nav-tabs li {
		width: 100%;
		text-align: left;
		margin-bottom: 25px;
		position: relative;
	}
	
	.td-tabs-wrapper .td-icon-wrapper {
		margin-bottom: 0;
	}
	
	.td-tabs-wrapper ul.nav.nav-tabs li span.td-tab-menu-text {
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		font-size: 16px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 65px;
	}
	
	.td-tabs-wrapper .nav.nav-tabs li a {
		display: block;
	}
	
	.td-tabs-wrapper .nav-tabs {
		border-bottom: 0;
		margin-bottom: 30px;
	}
	
	.td-tab-left-content h1, .td-tab-left-content h2, .td-tab-left-content h3, .td-tab-left-content h4, .td-tab-left-content h5, .td-tab-left-content h6 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
# CounterUp Widget Css
--------------------------------------------------------------*/
.td-single-counter-box {
	background-color: #fbf6f4;
	text-align: center;
	padding: 40px 25px 35px 25px;
	position: relative;
	margin-bottom: 30px;
}

.td-single-counter-box:before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
	left: 10px;
	top: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-single-counter-box:hover:before {
	border-top-color: #fff;
	border-left-color: #fff;
}

.td-number-unit, .td-count-title {
	position: relative;
}

.td-count-icon {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	color: #fe7536;
}

.td-count-icon .td-icon-wrapper {
	margin-bottom: 0;
	line-height: 1;
}

.td-single-counter-box:hover .td-count-icon {
	opacity: 1;
	visibility: visible;
}

.td-count-icon i {
	font-size: 130px;
	line-height: 1;
}

.td-count-icon .td-icon-wrapper svg, .td-count-icon .td-icon-wrapper {
	height: 130px;
	width: 130px;
}

.td-count-icon .td-icon-wrapper svg {
	fill: #fe7536;
}

.td-count-number, .td-count-unit {
	font-size: 45px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
}

.td-count-title {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 28px;
}

.td-single-counter-box:hover .td-count-number, .td-single-counter-box:hover .td-count-unit, .td-single-counter-box:hover .td-count-title {
	color: #fff;
}

/* Count Box 2 */
.td-counter-box-two-wrapper {
	box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, .5);
	text-align: center;
	border-radius: 10px;
}

.td-counter-box-two-wrapper .td-count-number, .td-counter-box-two-wrapper .td-count-unit {
	font-size: 50px;
}

.td-counter-box-two-wrapper .td-count-title {
	font-size: 22px;
	line-height: 32px;
}

.td-single-counter-box-two {
	border-top: 10px solid;
	border-bottom: 10px solid;
	border-color: transparent;
	border-radius: 10px;
	padding: 70px 0 75px 0;
	position: relative;
}

.td-single-counter-box-two:after {
	content: "";
	position: absolute;
	height: 80px;
	width: 6px;
	right: -18px;
	background-color: #ffede4;
	top: 50%;
	margin-top: -40px;
	border-radius: 5px;
}

.td-counter-box-two-wrapper .count-two-col:last-of-type .td-single-counter-box-two:after {
	display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-single-counter-box-two {
		padding: 50px 0 55px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-counter-box-two-wrapper .td-count-number, .td-counter-box-two-wrapper .td-count-unit {
		font-size: 35px;
	}
	
	.td-counter-box-two-wrapper .td-count-title {
		font-size: 18px;
		line-height: 28px;
	}
	
	.td-single-counter-box-two {
		padding: 40px 0 45px 0;
	}
}

@media only screen and (max-width: 767px) {
	.td-single-counter-box-two {
		border-top: 5px solid;
		border-bottom: 5px solid;
		border-color: transparent;
		border-radius: 10px;
		padding: 10px 0 15px 0;
	}
	
	.td-counter-box-two-wrapper .td-count-number, .td-counter-box-two-wrapper .td-count-unit {
		font-size: 30px;
	}
	
	.td-counter-box-two-wrapper .td-count-title {
		font-size: 16px;
		line-height: 26px;
	}
}

/*--------------------------------------------------------------
# Project Section Widget Css
--------------------------------------------------------------*/
.project-section-title-and-video-wrapper {
	padding: 110px 0 130px;
	position: relative;
}

.project-section-title-and-video-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 84%;
}

.td-project-section-title h1, .td-project-section-title h2, .td-project-section-title h3, .td-project-section-title h4, .td-project-section-title h5, .td-project-section-title h6 {
	font-size: 48px;
	color: #fff;
	line-height: 58px;
}

.td-project-video-button {
	padding-left: 25px;
}

.td-project-section-title {
	margin-bottom: 110px;
}

.td-project-slider-wrapper {
	margin-left: 25%;
	margin-top: -190px;
}

.td-single-project-box {
	margin-bottom: 30px;
}

.project-image {
	position: relative;
}

.td-project-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(254, 89, 15, .9);
	left: 0;
	width: 100%;
	transform: scale(0);
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.td-single-project-box:hover .td-project-overlay {
	transform: scale(.9);
	visibility: visible;
	opacity: 1;
}

.td-project-details-link {
	position: absolute;
	height: 50px;
	width: 50px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -25px;
	font-size: 20px;
	transition: .4s;
	visibility: hidden;
	opacity: 0;
}

.td-single-project-box:hover .td-project-details-link {
	margin-top: -25px;
	visibility: visible;
	opacity: 1;
}

.td-project-slider-wrapper i.slick-arrow {
	position: absolute;
	height: 50px;
	width: 50px;
	left: -195px;
	top: 50%;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}

.td-project-slider-wrapper i.slick-arrow:hover {
	background-color: #282828;
}

.td-project-slider-wrapper i.slick-arrow.slick-next {
	margin-left: 65px;
}

.td-project-slider-wrapper .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -50px;
}

.td-project-content {
	border-left: 3px solid;
	padding: 0 15px;
	margin-top: 25px;
}

.td-project-content .subtitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.td-project-content .title {
	font-size: 23px;
	line-height: 33px;
	font-family: "Gilroy", sans-serif;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
}

.td-project-section-wrapper .slick-arrow {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 1024px) {
	.project-section-title-and-video-bg {
		width: 100%;
	}
	
	.td-project-slider-wrapper {
		margin-left: 0;
		margin-top: 115px;
	}
	
	.td-project-content .title {
		font-size: 20px;
		line-height: 30px;
	}
	
	.td-project-section-title {
		margin-bottom: 80px;
	}
	
	.td-project-section-title, .td-project-video-button {
		text-align: center;
	}
	
	.td-project-video-button {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.td-project-section-title h1, .td-project-section-title h2, .td-project-section-title h3, .td-project-section-title h4, .td-project-section-title h5, .td-project-section-title h6 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.td-project-section-title {
		margin-bottom: 60px;
	}
	
	.project-section-title-and-video-wrapper {
		padding: 90px 0 90px;
	}
	
	.td-project-slider-wrapper {
		margin-top: 90px;
	}
}

/*--------------------------------------------------------------
# Project Slider Widget Css
--------------------------------------------------------------*/
.td-project-slider-two-wrapper .td-project-image {
	border-radius: 5px;
	overflow: hidden;
}

.td-project-slider-two-wrapper .td-single-project-item {
	position: relative;
}

.td-project-slider-two-wrapper .td-project-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(254, 89, 15, .9);
	border-radius: 5px;
	padding: 30px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .4s;
	transition: .4s;
}

.td-single-project-item:hover .td-project-content-wrapper {
	-webkit-transform: scale(.9);
	transform: scale(.9);
	opacity: 1;
	visibility: visible;
}

.td-project-slider-two-wrapper .td-table-cell {
	vertical-align: bottom;
}

.td-project-content-wrapper, .td-project-title-subtitle, .td-project-item-details a {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-project-title-subtitle {
	border-left: 5px solid;
	padding-left: 15px;
	border-color: #fff;
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.td-single-project-item:hover .td-project-title-subtitle, .td-single-project-item:hover .td-project-item-details a {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

.td-project-slider-two-wrapper .project-title {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 8px;
}

.td-project-slider-two-wrapper .project-subtitle {
	font-family: "Gilroy", sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 0;
}

.td-project-slider-two-wrapper .project-subtitle a {
	color: #fff;
}

.td-project-slider-two-wrapper .td-project-item-details a {
	position: absolute;
	height: 50px;
	width: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	top: 20px;
	right: 15px;
	outline: none;
	border: none;
}

.td-project-slider-two-wrapper .td-project-content-wrapper:before {
	position: absolute;
	height: 0;
	width: 0;
	border-right: 43px solid #fff;
	border-left: 43px solid transparent;
	border-top: 43px solid #fff;
	border-bottom: 43px solid transparent;
	content: "";
	right: 15px;
	top: 15px;
	border-radius: 0 5px 0 0;
}

.td-project-slider-two-wrapper .slick-arrow {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -100px;
	cursor: pointer;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-project-slider-two-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.td-project-slider-two-wrapper:hover .slick-arrow {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.td-project-slider-two-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: 0px;
}

.td-project-slider-two-wrapper .slick-dots {
	position: absolute;
	bottom: -75px;
}

@media only screen and (max-width: 767px) {
	.td-project-slider-two-wrapper .project-title {
		font-size: 20px;
		line-height: 30px;
	}
	
	.td-project-slider-two-wrapper .project-subtitle {
		font-weight: 500;
	}
}

/*--------------------------------------------------------------
# Project Slider Three Widget Css
--------------------------------------------------------------*/
.td-project-slider-three-item .td-project-image {
	height: 180px;
}

.td-project-slider-three-item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.td-project-slider-three-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 30px;
	background-color: rgba(254, 89, 15, .9);
}

.td-project-slider-three-content, .td-project-slider-three-item .td-details-link, .td-project-slider-three-content-wrapper {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.td-project-slider-three-content {
	border-left: 5px solid #fff;
	padding-left: 15px;
	-ms-transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}

.td-project-slider-three-item:hover .td-project-slider-three-content, .td-project-slider-three-item:hover .td-details-link, .td-project-slider-three-item:hover .td-project-slider-three-content-wrapper {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

.td-project-slider-three-content .td-title {
	color: #fff;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 3px;
}

.td-project-slider-three-content .td-subtitle {
	margin-bottom: 0;
	color: #fff;
}

.td-project-slider-three-item .td-details-link {
	position: absolute;
	right: 15px;
	bottom: 15px;
	-ms-transform: translateY(40%);
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}

.td-project-slider-three-item .td-details-link a {
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 46px;
}

.td-project-slider-three-wrapper .slick-arrow {
	left: -200px;
	margin-top: -40px;
}

.td-project-slider-three-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -200px;
}

.td-project-slider-three-wrapper:hover .slick-arrow {
	left: -100px;
	opacity: 1;
	visibility: visible;
}

.td-project-slider-three-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

@media only screen and (max-width: 1199px) {
	.td-project-slider-three-content .td-title {
		font-size: 21px;
	}
}

@media only screen and (max-width: 767px) {
	.td-project-slider-three-wrapper .container {
		padding: 5px;
	}
}

/*--------------------------------------------------------------
# Team Widget Css
--------------------------------------------------------------*/

/* Layout One */
.td-single-member {
	margin-bottom: 35px;
}

.td-member-info {
	width: calc(100% - 40px);
	margin: -90px auto 0 auto;
	position: relative;
	box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, .5);
	background: #fff;
	padding: 0 30px 30px 30px;
	min-height: 170px;
}

.td-member-social li a {
	border: 1px solid #cacaca;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 16px;
	margin-bottom: 5px;
}

.td-member-social li:last-child, .td-member-social li:last-child a {
	margin-bottom: 0;
}

.td-member-social {
	width: 40px;
	display: inline-block;
}

.td-member-name-designation {
	width: calc(100% - 40px);
	display: inline-block;
	float: right;
	padding-left: 30px;
	height: 140px;
}

.td-member-social, .td-member-name-designation {
	position: relative;
	z-index: 2;
}

.td-member-name-designation .name {
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 5px;
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
}

.td-member-name-designation .td-border {
	background-color: #282828;
	height: 3px;
	width: 80px;
	margin-top: 20px;
}

.td-member-name-designation .designation {
	display: block;
}

.td-member-info .td-top-shape {
	position: absolute;
	height: 100px;
	background: #fff;
	width: 100%;
	left: 0;
	top: -40px;
	transform: skewy(13deg);
	z-index: 1;
	border-top: 5px solid #fff;
}

.td-top-shape:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	width: 100%;
	content: "";
}

.td-single-member:hover .td-member-social li a {
	border-color: #fff;
	color: #fff;
}

.td-single-member:hover .td-member-social li a:hover {
	background-color: #fff;
	color: #282828;
}

.td-single-member:hover .td-member-name-designation .name, .td-single-member:hover .td-member-name-designation .designation {
	color: #fff;
}

.td-single-member:hover .td-member-name-designation .td-border {
	background-color: #fff;
}

.td-member-info, .td-top-shape, .td-border, .designation {
	-webkit-transition: .3s;
	transition: .3s;
}

.td-member-info .hover-icon {
	height: 100px;
	width: 100px;
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	color: #f5f5f5;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-member-info {
		width: calc(100% - 15px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-member-name-designation .name {
		font-size: 21px;
		line-height: 31px;
	}
}

@media only screen and (max-width: 767px) {
	.td-member-info {
		width: calc(100% - 15px);
	}
}

/*--------------------------------------------------------------
# Team Two Widget Css
--------------------------------------------------------------*/
.team-two-wrapper.wrapper-bg-enable {
	max-width: 1400px;
	margin: 0 auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 95px 0 95px 0;
	border-radius: 10px;
}

.single-member-two {
	text-align: center;
	margin-bottom: 60px;
}

.team-two-wrapper .member-image {
	height: 260px;
	width: 260px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.team-two-wrapper .td-member-details-link {
	position: absolute;
	background-color: rgba(254, 89, 15, .9);
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s;
	transition: .3s;
}

.team-two-wrapper .single-member-two:hover .td-member-details-link {
	opacity: 1;
	visibility: visible;
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.team-two-wrapper .td-member-details-link a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-delay: .2s;
}

.single-member-two:hover .td-member-details-link a {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.team-two-wrapper .member-two-name {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-top: 30px;
}

.team-two-wrapper h3.member-two-name {
	margin-bottom: 8px;
	margin-top: 33px;
}

.team-two-wrapper .member-two-designation {
	margin-bottom: 0;
	font-size: 16px;
}

.member-button-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.team-two-wrapper .slick-arrow {
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	left: -150px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	color: #fff;
}

.team-two-wrapper .slick-arrow:hover {
	background-color: #282828;
	color: #fff;
}

.team-two-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -150px;
}

.team-two-wrapper:hover .slick-arrow {
	left: -100px;
	opacity: 1;
	visibility: visible;
}

.team-two-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

@media only screen and (max-width: 1199px) {
	.team-two-wrapper .member-image {
		height: 210px;
		width: 210px;
	}
}

@media only screen and (max-width: 767px) {
	.member-button-wrapper {
		margin-top: 0;
	}
	
	.team-two-wrapper.wrapper-bg-enable {
		padding: 60px 0;
	}
}

/*--------------------------------------------------------------
# Team Three Widget Css
--------------------------------------------------------------*/
.td-team-three-wrapper .member-image-link {
	display: block;
}

.td-single-team-three-member {
	margin-bottom: 40px;
}

.td-single-team-three-member .td-image-wrapper {
	position: relative;
}

.td-member-three-image {
	height: 270px;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.td-single-team-three-member .td-image-shape {
	height: 90%;
	width: 90%;
	position: absolute;
	border-radius: 10px;
}

.td-single-team-three-member .td-image-shape-1 {
	left: -10px;
	top: -10px;
}

.td-member-three-content {
	background-color: #fff;
	width: calc(100% - 15px);
	margin-left: 15px;
	border-radius: 0 0 10px 10px;
	padding: 35px 30px 30px 30px;
	text-align: center;
	position: relative;
}

.td-member-three-content .td-shape-2 {
	position: absolute;
	background: #282828;
	width: 90%;
	height: 30px;
	right: 0;
	top: -20px;
	border-radius: 10px;
}

.td-member-three-content .name {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 0;
}

.td-member-three-content .designation {
	display: block;
}

.td-team-three-wrapper [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}

.td-single-team-three-member:hover .name, .td-single-team-three-member:hover .designation {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-team-three-wrapper {
		padding: 0 0 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-team-three-wrapper {
		padding: 0 20px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.td-team-three-wrapper {
		padding: 0 0 0 10px;
	}
}

/*--------------------------------------------------------------
# Team Four Widget Css
--------------------------------------------------------------*/
.team-two-wrapper.team-four-wrapper .member-two-name, .team-two-wrapper.team-four-wrapper .member-two-designation {
	color: #fff;
}

.team-two-wrapper.team-four-wrapper h3.member-two-name {
	margin-top: 3px;
}

.team-two-wrapper.team-four-wrapper h3.member-two-name {
	margin-bottom: 3px;
}

.team-two-wrapper.team-four-wrapper .member-two-name {
	margin-top: 0;
	margin-bottom: 0;
}

.team-four-wrapper .td-member-two-info {
	padding: 20px;
	margin-top: 25px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.td-member-four-social {
	margin-top: 30px;
}

.td-member-four-social li a {
	background-color: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	margin: 2px 4px;
}

.td-member-four-social li a:hover {
	background-color: #fe590f;
	color: #fff;
}

/*--------------------------------------------------------------
    # Team Member Info Widget Css
--------------------------------------------------------------*/
.td-member-details-info-wrapper .td-member-image {
	width: 360px;
	border: 5px solid #fff;
	overflow: hidden;
	border-radius: 0 100px 0 0;
	position: relative;
	border-left: 0;
}

.td-member-details-info-wrapper .td-member-social-info {
	text-align: center;
	margin: 25px 0;
}

.td-member-details-info-wrapper .td-member-social-info a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #c5c4c5;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.td-member-details-info-wrapper .td-member-social-info li:last-child a {
	margin-right: 0;
}

.td-member-details-info-wrapper .td-member-social-info a:hover {
	color: #fff;
}

.td-member-details-info-wrapper .td-member-photo-and-social {
	display: inline-block;
	float: left;
	margin-right: 50px;
	margin-top: -80px;
	position: relative;
}

.td-member-details-info-wrapper .td-member-image-shape {
	position: absolute;
	height: 170px;
	width: 170px;
	border-radius: 50%;
	right: -40px;
	top: -40px;
}

.td-member-details-info-wrapper {
	background-color: #f9f9f9;
	border: 1px solid #eeedee;
}

.td-member-details-info-wrapper .td-quick-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.td-member-details-info-wrapper .td-member-details-wrapper {
	padding: 45px 45px 45px 410px;
}

.td-member-details-info-wrapper .td-quick-info ul li strong {
	min-width: 137px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.td-member-details-info-wrapper .td-quick-info ul li strong:before {
	position: absolute;
	content: ":";
	right: 0;
	font-weight: 700;
}

.td-member-details-info-wrapper .td-quick-info ul li {
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-member-details-info-wrapper .td-member-details-wrapper {
		padding: 30px 35px 30px 390px;
	}
	
	.td-member-details-info-wrapper .td-member-photo-and-social {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.td-member-details-info-wrapper .td-member-photo-and-social {
		float: none;
		margin-right: 0;
	}
	
	.td-member-details-info-wrapper .td-member-details-info-col {
		text-align: center;
	}
	
	.td-member-details-info-wrapper .td-member-details-wrapper {
		padding: 20px 45px 45px 45px;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.td-member-details-info-wrapper .td-member-image {
		width: 250px;
	}
	
	.td-member-details-info-wrapper .td-member-image-shape {
		height: 150px;
		width: 150px;
		right: -15px;
		top: -15px;
	}
	
	.td-member-details-info-wrapper .td-member-details-wrapper {
		padding: 10px 15px 45px 15px;
	}
	
	.td-member-details-info-wrapper .td-quick-info ul li strong {
		min-width: auto;
		padding-right: 15px;
		margin-right: 15px;
	}
}

/*--------------------------------------------------------------
    # Testimonial Widget Css
--------------------------------------------------------------*/
.td-person-image {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-top: 5px;
}

.td-person-info {
	position: relative;
}

.td-person-name-rating .name {
	font-size: 23px;
	margin-bottom: 0;
}

.td-person-name-rating {
	padding-left: 120px;
}

.td-person-name-rating li i {
	font-size: 13px;
}

.td-person-info .designation {
	margin-bottom: 5px;
}

.testimonial-text {
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 35px;
	position: relative;
}

.testimonial-text p:last-child {
	margin-bottom: 0;
}

.testimonial-text i {
	font-size: 80px;
	position: absolute;
	color: #fcd6cb;
	z-index: -1;
	line-height: 1;
}

.td-testimonial-slider-wrapper .slick-arrow {
	position: absolute;
	right: 15px;
	bottom: 5px;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
	transition: .3s;
}

.td-testimonial-slider-wrapper .slick-arrow:hover {
	background-color: #282828;
}

.td-testimonial-slider-wrapper .slick-arrow.slick-prev {
	margin-right: 60px;
}

.td-testimonial-slider-wrapper .slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	width: auto;
}

/*--------------------------------------------------------------
# Testimonial Two Widget Css
--------------------------------------------------------------*/
.td-testimonial-two-wrapper {
	padding: 0 20px;
}

.td-testimonial-two-slide-content {
	background: #fff1eb;
	padding: 50px;
	border-radius: 10px;
	position: relative;
	text-align: left;
}

.td-testimonial-content p {
	position: relative;
}

.td-testimonial-two-slider-wrapper .td-testimonial-slide-item {
	padding: 30px;
	position: relative;
	z-index: 2;
}

.td-testimonial-two-slider-wrapper .td-testimonial-content p:last-child {
	margin-bottom: 0;
}

.td-testimonial-two-slider-wrapper .td-slider-shape {
	height: 250px;
	width: 250px;
	position: absolute;
	border-radius: 10px;
	z-index: -1;
}

.td-testimonial-two-slider-wrapper .td-slider-shape-one {
	right: -2px;
	top: -2px;
	border-top: 2px solid;
	border-right: 2px solid;
}

.td-testimonial-two-slider-wrapper .td-slider-shape-two {
	left: -2px;
	bottom: -2px;
	border-bottom: 2px solid;
	border-left: 2px solid;
}

.td-testimonial-two-slider-wrapper .td-slider-bg-shape {
	height: 240px;
	width: 240px;
	position: absolute;
	background: #fff2eb;
	border-radius: 10px;
	z-index: -2;
}

.td-testimonial-two-slider-wrapper .td-slider-bg-shape.td-slider-bg-shape-one {
	right: -13px;
	top: -13px;
}

.td-testimonial-two-slider-wrapper .td-slider-bg-shape.td-slider-bg-shape-two {
	left: -13px;
	bottom: -13px;
}

.td-testimonial-two-slider .td-testimonial-person {
	display: inline-block;
	position: relative;
	padding-left: 95px;
	text-align: left;
	margin-top: 45px;
}

.td-testimonial-two-slider .td-person-image {
	position: absolute;
	left: 0;
	top: -10px;
	height: 70px;
	width: 70px;
}

.td-testimonial-two-slider .td-testimonial-person-name {
	font-size: 20px;
	margin-bottom: 0;
}

.td-testimonial-two-slider .td-testimonial-person-designation {
	font-size: 15px;
}

.td-testimonial-two-slider .quote-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	font-size: 80px;
	line-height: 80px;
	color: #ffd2c4;
	left: 50%;
	margin-left: -40px;
	top: 30px;
}

.td-testimonial-two-wrapper .slick-arrow {
	position: absolute;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	border-radius: 5px;
	left: -100px;
	top: 50%;
	margin-top: -25px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.td-testimonial-two-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.td-testimonial-two-wrapper:hover .slick-arrow {
	left: 0px;
	opacity: 1;
	visibility: visible;
}

.td-testimonial-two-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: 0px;
}

.td-testimonial-two-slider-wrapper .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -55px;
}

@media only screen and (max-width: 991px) {
	.td-testimonial-two-slide-content {
		padding: 30px 15px;
	}
	
	.td-testimonial-two-slider .td-person-image {
		top: -5px;
		height: 60px;
		width: 60px;
	}
	
	.td-testimonial-two-slider .td-testimonial-person {
		padding-left: 75px;
		margin-top: 35px;
	}
	
	.td-testimonial-two-slider .td-testimonial-person-name {
		font-size: 18px;
	}
	
	.td-testimonial-two-wrapper {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.td-testimonial-two-slider-wrapper .td-testimonial-slide-item {
		padding: 30px 15px;
	}
}

/*--------------------------------------------------------------
    # Testimonial Three Widget Css
--------------------------------------------------------------*/
.td-testimonial-three-item-wrapper .td-image {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 40px;
}

.td-testimonial-three-item-wrapper {
	position: relative;
	padding-left: 130px;
}

.td-testimonial-three-content {
	background-color: #fff1eb;
	padding: 40px;
	border-radius: 10px;
	position: relative;
}

.td-testimonial-three-content:before {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	background: #fff2eb;
	left: -8px;
	transform: rotate(120deg) skewX(33deg);
	top: 30px;
}

.td-testimonial-three-content .td-name {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 5px;
}

.td-testimonial-three-content .td-designation {
	margin-bottom: 0;
}

.td-testimonial-three-content .td-author-info, .td-testimonial-three-content .td-author-rating {
	display: inline-block;
}

.td-testimonial-three-content .td-author-rating {
	font-size: 12px;
	float: right;
	margin-top: 20px;
}

.td-testimonial-three-content .td-testimonial-text {
	margin-bottom: 30px;
	position: relative;
}

.td-testimonial-three-content .td-testimonial-text p:last-child {
	margin-bottom: 0;
}

.td-testimonial-three-wrapper .slick-arrow {
	left: -200px;
}

.td-testimonial-three-wrapper .slick-arrow.slick-next {
	left: auto;
	right: -200px;
}

.td-testimonial-three-wrapper:hover .slick-arrow {
	left: -100px;
	opacity: 1;
	visibility: visible;
}

.td-testimonial-three-wrapper:hover .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

@media only screen and (max-width: 1199px) {
	.td-testimonial-three-content .td-author-rating {
		float: none;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.td-testimonial-three-item-wrapper {
		padding-left: 0;
		padding-top: 120px;
	}
	
	.td-testimonial-three-item-wrapper .td-image {
		left: 50%;
		top: 0;
		margin-left: -45px;
	}
	
	.td-testimonial-three-content::before {
		height: 40px;
		width: 40px;
		left: 50%;
		transform: rotate(45deg) skewX(0);
		top: -15px;
		margin-left: -20px;
	}
	
	.td-testimonial-three-content {
		padding: 30px;
	}
	
	.td-testimonial-three-content .td-author-info, .td-testimonial-three-content .td-author-rating {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
	.td-testimonial-three-wrapper .container {
		padding: 5px;
	}
}

/*=======================================
#Testimonial Four
========================================*/
.td-testimonial-four-wrapper {
	max-width: 1370px;
	margin: 0 auto;
	background: #fff9f6;
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.testimonial-slider-four {
	background-color: #fef1eb;
	padding: 50px 35px;
	z-index: 1;
}

.testimonial-four-right-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.testimonial-four-right-img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 451px;
	border-left: 5px solid #282828;
}

.testimonial-four-left-img {
	position: absolute;
	left: -25px;
	bottom: -25px;
	max-width: 320px;
}

.td-testimonial-slider-wrapper .slick-dots {
	position: absolute;
	right: auto;
	bottom: auto;
	left: -65px;
	top: 50%;
	transform: translateY(-50%);
}

.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots li {
	display: block;
	margin-right: 0;
}

.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots button {
	border-radius: 0;
	height: 50px;
	width: 7px;
}

.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots button:hover, .td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots .slick-active button {
	background-color: #282828;
}

@media only screen and (max-width: 1199px) {
	.testimonial-four-right-img {
		display: none;
	}
	
	.td-testimonial-slider-wrapper .slick-dots {
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.td-testimonial-four-wrapper {
		padding: 0;
	}
	
	.td-testimonial-four-wrapper .my-auto {
		padding: 0;
	}
	
	.testimonial-slider-four {
		padding: 50px 15px;
	}
}

/*--------------------------------------------------------------
# Recent Posts Widget Css
--------------------------------------------------------------*/
.td-recent-post-el-widget .td-single-post-wrap {
	margin-bottom: 30px;
}

.td-recent-post-el-widget .td-post-thumbnail {
	height: 300px;
	position: relative;
	border-radius: 5px 5px 0 0;
}

.td-recent-post-el-widget .posted-on {
	position: absolute;
	background-color: #fff;
	left: 35px;
	bottom: 35px;
	border-radius: 50px;
	line-height: 1;
}

.td-recent-post-el-widget .posted-on i {
	display: none;
}

.td-recent-post-el-widget .posted-on a {
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 20px;
}

.td-recent-post-el-widget .post-title {
	font-size: 20px;
	line-height: 30px;
}

.td-recent-post-el-widget .td-single-post-content {
	padding: 30px 35px 40px 35px;
	box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, .5);
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}

.td-recent-post-el-widget .td-post-read-more {
	margin-top: 40px;
}

.td-recent-post-el-widget .td-post-meta {
	margin-bottom: 5px;
}

.td-recent-post-el-widget .td-post-meta li a {
	font-family: "Gilroy", sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-right: 15px;
}

.td-recent-post-el-widget .td-post-meta li:last-child a {
	margin-right: 0;
}

.td-recent-post-el-widget .td-post-meta li i {
	display: none;
}

.td-recent-post-el-widget .td-post-meta li > span {
	position: relative;
}

.td-recent-post-el-widget .td-post-meta li > span:before {
	content: "/";
	font-size: 20px;
	position: absolute;
	left: -13px;
	top: -6px;
}

.td-recent-post-el-widget .td-post-meta li:first-child > span:before {
	display: none;
}

.td-recent-post-el-widget .slick-dots {
	position: absolute;
	bottom: -50px;
}

.td-recent-post-el-widget .slick-dots button:hover, .td-recent-post-el-widget .slick-dots .slick-active button {
	background-color: #282828;
}

.td-recent-post-el-widget .slick-arrow {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	left: -200px;
	top: 50%;
	margin-top: -25px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.td-recent-post-el-widget .slick-arrow:hover {
	background-color: #282828;
}

.td-recent-post-el-widget .slick-arrow.slick-next {
	left: auto;
	right: -200px;
}

.td-recent-post-el-widget:hover .slick-arrow {
	left: -100px;
	opacity: 1;
	visibility: visible;
}

.td-recent-post-el-widget:hover .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

@media only screen and (max-width: 767px) {
	.td-recent-post-el-widget .posted-on {
		left: 30px;
	}
	
	.td-recent-post-el-widget .td-single-post-content {
		padding: 30px 30px 40px 30px;
	}
	
	.td-recent-post-el-widget .td-post-thumbnail {
		height: 200px;
	}
}

/*--------------------------------------------------------------
# Award Image Slider Widget Css
--------------------------------------------------------------*/
.td-award-img-wrapper {
	padding: 50px 0;
}

.row.td-brand-row {
	position: relative;
}

.brand-wrapper-icon {
	position: absolute;
	top: -50px;
	font-size: 158px;
	line-height: 1;
	left: 15px;
	color: #fd7433;
}

.brand-wrapper-icon svg {
	width: 150px;
	fill: #fd7433;
}

.td-brand-icon.td-brand-image-icon {
	width: 150px;
}

.td-award-item {
	text-align: center;
}

.td-award-item img {
	display: inline-block !important;
}

.td-award-slider-title .title {
	margin-bottom: 0;
	font-size: 43px;
	line-height: 53px;
	color: #fff;
}

.td-award-img-wrapper .grayscale-enable img {
	filter: grayscale(100%);
	-webkit-transition: .3s;
	transition: .3s;
}

.td-award-img-wrapper .grayscale-enable img:hover {
	filter: grayscale(0%);
}

@media only screen and (max-width: 991px) {
	.td-award-slider-title {
		text-align: center;
		margin-bottom: 50px;
	}
	
	.brand-wrapper-icon {
		display: none;
	}
	
	.td-award-img-wrapper {
		padding: 52px 0 65px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-award-slider-title .title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
	.td-award-slider-title .title {
		font-size: 30px;
		line-height: 40px;
	}
}

/*--------------------------------------------------------------
# Brand Image Slider Widget Css
--------------------------------------------------------------*/
.td-brand-img-wrapper {
	margin: 0 -15px;
}

.td-brand-item.slick-slide, .td-brand-images {
	height: 125px;
}

.td-brand-item.slick-slide {
	padding: 0 15px;
}

.td-brand-item.slick-slide img {
	display: inline-block;
}

.td-brand-item {
	text-align: center;
}

.td-grayscale-enable img {
	filter: grayscale(100%);
	transition: .3s;
}

.td-grayscale-enable img:hover {
	filter: grayscale(0);
}

/*--------------------------------------------------------------
# Team Minimal Widget Css
--------------------------------------------------------------*/
.td-team-minimal-wrapper {
	margin-top: 10px;
}

.td-minimal-team-content {
	position: relative;
	padding-left: 90px;
	display: inline-block;
	text-align: left;
}

.td-minimal-member-image {
	position: absolute;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	top: -3px;
	left: 0;
}

.td-minimal-member-name {
	display: block;
	margin-bottom: 0;
	font-size: 23px;
	line-height: 33px;
}

.td-team-minimal-wrapper .member-designation {
	display: block;
}

/* Button Widget */
.td-button-one, .td-button-two {
	display: inline-block;
}

.button-shape {
	background: #fdded0;
	display: inline-block;
	border-radius: 50px;
	padding: 10px;
}

.button-shape-two {
	background: #feeee6;
	display: inline-block;
	padding: 10px;
	border-radius: 50px;
}

.td-button-el-widget .td-button-two {
	margin-left: 15px;
}

/*--------------------------------------------------------------
# Contact Info Widget Css
--------------------------------------------------------------*/
.td-contact-info-container {
	padding: 70px 100px 28px 100px;
	border-radius: 10px;
}

.td-single-info {
	position: relative;
	padding-left: 60px;
	margin-bottom: 35px;
}

.td-contact-info-icon {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 40px;
	line-height: 1;
}

.td-contact-info-icon svg {
	fill: #fff;
}

.info-title {
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
}

.info-content, .info-content a, .info-content a:hover {
	color: #ffe5d9;
}

.info-content p {
	margin-bottom: 2px;
}

.info-content p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-contact-info-container {
		padding: 70px 50px 63px 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-contact-info-container {
		padding: 70px 50px 28px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.td-contact-info-container {
		padding: 45px 30px 10px 30px;
	}
	
	.td-contact-info-icon {
		height: 25px;
		width: 25px;
		font-size: 25px;
		top: 4px;
	}
	
	.info-title {
		font-size: 20px;
	}
	
	.td-single-info {
		padding-left: 40px;
	}
}

/*--------------------------------------------------------------
# Video popup Widget Css
--------------------------------------------------------------*/
.td-video-popup-wrapper .td-video-popup-image {
	height: 374px;
	position: relative;
}

.td-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.td-video-popup-wrapper .td-video-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
}

.td-video-popup-wrapper .td-video-button i {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-video-popup-wrapper .td-video-popup-image {
		height: 311px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-video-popup-wrapper .td-video-popup-image {
		height: 398px;
	}
}

@media only screen and (max-width: 767px) {
	.td-video-popup-wrapper .td-video-popup-image {
		height: 300px;
	}
}

/*--------------------------------------------------------------
# Pricing Table Widget Css
--------------------------------------------------------------*/
.td-pricing-title {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 20px;
}

span.td-currency {
	font-size: 30px;
}

.td-pricing-price {
	font-size: 45px;
	display: inline-block;
	margin-bottom: 5px;
}

.td-pricing-table-wrapper {
	text-align: center;
	box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, .5);
	border-radius: 10px;
	padding: 40px 30px 50px 30px;
	position: relative;
}

.price-title-shape {
	height: 5px;
	width: 40px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
}

.price-title-shape.shape-2 {
	width: 25px;
}

.td-pricing-features {
	display: inline-block;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 45px;
}

.td-pricing-features li, .td-pricing-features li a {
	color: #626262;
}

.td-pricing-features i {
	font-size: 13px;
	margin-right: 10px;
}

.td-pricing-bg {
	position: absolute;
	height: calc(100% + 100px);
	left: 0;
	width: 100%;
	top: -50px;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.td-pricing-table-wrapper:hover .td-pricing-bg {
	opacity: 1;
	visibility: visible;
}

.td-pricing-title-and-price-wrapper, .td-pricing-features, .td-pricing-button-wrapper {
	position: relative;
}

.td-pricing-bg, .td-pricing-title, .td-pricing-price, .td-pricing-time, .td-pricing-features li, .td-pricing-features li a, .price-title-shape {
	transition: .3s;
}

.td-pricing-table-wrapper:hover .td-pricing-title, .td-pricing-table-wrapper:hover .td-pricing-price, .td-pricing-table-wrapper:hover .td-pricing-time, .td-pricing-table-wrapper:hover .td-pricing-features li, .td-pricing-table-wrapper:hover .td-pricing-features li a {
	color: #fff;
}

.td-pricing-table-wrapper:hover .td-button.td-pricing-button {
	background-color: #fff;
	color: #626262;
}

.td-pricing-table-wrapper:hover .price-title-shape {
	background-color: #fff;
}

.td-pricing-table-wrapper:hover .td-button.td-pricing-button:hover {
	background-color: #282828;
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	.td-pricing-bg {
		height: 100%;
		top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.td-pricing-price {
		font-size: 35px;
	}
}

/*--------------------------------------------------------------
# Accordion Widget Css
--------------------------------------------------------------*/
.td-accordion-wrapper {
	box-shadow: 0px 2px 14px 0px rgba(221, 221, 221, .7);
	padding: 50px 30px;
	border-radius: 10px;
}

.td-accordion-title {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 30px;
}

.td-accordion-wrapper .card-title {
	margin-bottom: 0;
}

.td-accordion-wrapper .accordion .card {
	margin-bottom: 30px;
	border: 1px solid;
	border-color: transparent;
	border-radius: 5px;
}

.accordion .card:last-child {
	margin-bottom: 0;
}

.td-accordion-wrapper .accordion .card .card-header {
	border-bottom: 1px solid;
	border-color: transparent;
	padding: 6px 30px 9px 16px;
}

.td-accordion-wrapper .accordion .card .card-header, .td-accordion-wrapper .accordion .card .card-header.active, .td-accordion-wrapper .card-body {
	background-color: #f5f5f6;
}

.td-accordion-wrapper .accordion .card .card-body {
	border-top: 1px solid;
	border-color: #ddd;
	padding: 25px 30px 30px 30px;
}

.td-accordion-wrapper .accordion .card .card-body p:last-of-type {
	margin-bottom: 0;
}

.td-accordion-wrapper .card-title button.btn-link {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	color: #282828;
	position: relative;
}

.td-accordion-wrapper .card-title button.btn-link:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px;
	top: 17px;
}

.td-accordion-wrapper .card-title button.btn-link[aria-expanded="true"]:before {
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 23px;
}

@media only screen and (max-width: 767px) {
	.td-accordion-title {
		font-size: 25px;
		line-height: 35px;
	}
	
	.td-accordion-wrapper {
		padding: 40px 15px;
	}
	
	.td-accordion-wrapper .card-title button.btn-link {
		font-size: 17px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.td-accordion-wrapper .card-title button.btn-link::before {
		right: -15px;
	}
	
	.td-accordion-wrapper .accordion .card .card-body {
		padding: 25px 15px 30px 15px;
	}
	
	.td-text-with-title-wrapper blockquote {
		font-size: 15px;
		line-height: 28px;
		padding: 20px 15px;
	}
}

/*--------------------------------------------------------------
# Filterable gallery Widget Css
--------------------------------------------------------------*/
.td-gallery-filter-button-wrapper {
	text-align: center;
}

.td-gallery-filter-button-wrapper li {
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
	transition: .3s;
}

.td-gallery-filter-button-wrapper li, .td-filter-mobile-title {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	color: #282828;
	font-size: 19px;
	cursor: pointer;
}

.td-gallery-filter-button-wrapper li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.td-gallery-filter-button-wrapper li:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: #282828;
	top: 50%;
	margin-top: -1px;
	right: 0;
}

.td-gallery-filter-button-wrapper li:last-child:before {
	display: none;
}

.td-gallery-filter-button-wrapper li.active {
	cursor: default;
}

ul.td-gallery-filter-button {
	position: relative;
	display: inline-block;
	padding-bottom: 35px;
}

.td-gallery-filter-button:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 70%;
	background: #ffe7dd;
	border-radius: 5px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.td-gallery-filter-button-wrapper {
	margin-bottom: 70px;
}

.td-gallery-filter-button:after {
	content: "";
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	border-radius: 5px;
}

.td-filter-mobile-title {
	display: none;
}

.td-gallery-items-main-container .single-td-gallery-item {
	margin-bottom: 30px;
}

.td-filter-mobile-title {
	color: #fff;
}

@media only screen and (min-width: 1199px) {
	.td-gallery-item-wrapper .col-xl-3.single-td-gallery-item {
		flex: 0 0 24.99%;
		max-width: 24.99%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.td-gallery-item-wrapper .col-lg-3.single-td-gallery-item {
		flex: 0 0 24.99%;
		max-width: 24.99%;
	}
	
	.td-gallery-item-wrapper .col-lg-4.single-td-gallery-item {
		flex: 0 0 33.31%;
		max-width: 33.31%;
	}
}

@media only screen and (max-width: 767px) {
	.td-filter-mobile-title {
		display: block;
		padding: 10px 20px 6px 20px;
		border-radius: 3px;
		margin-bottom: 40px;
		position: relative;
	}
	
	.td-filter-mobile-title::before {
		position: absolute;
		content: "";
		height: 15px;
		width: 15px;
		right: 20px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-right: 2px solid;
		border-bottom: 2px solid;
		top: 13px;
	}
	
	.td-filter-mobile-title.active::before {
		-ms-transform: rotate(-133deg);
		-webkit-transform: rotate(-133deg);
		transform: rotate(-133deg);
		top: auto;
		bottom: 13px;
	}
	
	ul.td-gallery-filter-button, .td-gallery-filter-button::before, .td-gallery-filter-button::after, .td-gallery-filter-button-wrapper li::before {
		display: none;
	}
	
	.td-gallery-filter-button-wrapper li {
		display: block !important;
		padding: 0;
		margin-bottom: 5px !important;
	}
	
	.td-gallery-filter-button-wrapper {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Project Info Widget Css
--------------------------------------------------------------*/
div.single-project-slide-item {
	height: 455px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.td-single-project-slider-wrapper .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.td-single-project-slider-wrapper .slick-arrow.slick-prev {
	left: 0;
}

.td-single-project-slider-wrapper .slick-arrow.slick-next {
	right: 0;
}

.td-single-project-slider-wrapper .slick-dots {
	text-align: center;
	position: absolute;
	padding: 0;
	margin: 0;
	line-height: 1;
	width: 100%;
	bottom: 30px;
}

.td-single-project-slider-wrapper .slick-dots button:hover, .td-single-project-slider-wrapper .slick-dots .slick-active button {
	background-color: #fff;
}

.td-project-info {
	min-height: 455px;
	padding: 30px 30px 35px 30px;
}

.td-project-info, .td-project-info a {
	color: #fff;
}

.td-project-info li svg {
	fill: #fff;
}

.td-project-info li {
	font-family: "Gilroy", sans-serif;
	position: relative;
	padding: 10px 10px 10px 65px;
	border-bottom: 1px solid #fd7f45;
}

.td-project-info li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.td-single-project-slider-wrapper .td-project-info-icon {
	height: 45px;
	width: 45px;
	font-size: 45px;
	line-height: 45px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
}

.td-project-info-main-title .td-project-info-icon {
	margin-top: -27px;
}

.td-project-info li.td-project-info-main-title {
	font-size: 26px;
	line-height: 37px;
	font-weight: 700;
	padding-bottom: 20px;
}

.td-project-info-title {
	display: block;
	font-weight: 700;
	font-size: 18px;
}

span.td-project-info-details {
	font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-project-info {
		padding: 30px 22px 35px 22px;
	}
	
	div.single-project-slide-item {
		height: 486px;
	}
	
	.td-single-project-slider-wrapper .td-project-info-icon {
		height: 30px;
		width: 30px;
		font-size: 30px;
		line-height: 30px;
		margin-top: -15px;
	}
	
	.td-project-info-main-title .td-project-info-icon {
		margin-top: -20px;
	}
	
	.td-project-info li {
		padding: 10px 10px 10px 40px;
	}
	
	.td-project-info li.td-project-info-main-title {
		font-size: 24px;
		line-height: 34px;
	}
	
	.td-project-info {
		min-height: 486px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-project-info li.td-project-info-main-title {
		font-size: 23px;
	}
	
	div.single-project-slide-item {
		height: 486px;
	}
	
	.td-project-info {
		min-height: 486px;
	}
}

@media only screen and (max-width: 767px) {
	div.single-project-slide-item {
		height: 300px;
	}
	
	.td-project-info {
		min-height: auto !important;
	}
	
	.td-project-info li.td-project-info-main-title {
		font-size: 23px;
		line-height: 33px;
	}
}

/*--------------------------------------------------------------
# skill Bar Widget Css
--------------------------------------------------------------*/
.td-skill-main-title {
	margin-bottom: 55px;
	font-size: 30px;
	line-height: 40px;
}

.td-skills-wrapper .skillbar {
	width: 100%;
	height: 5px;
	background-color: #ffeee6;
	position: relative;
	margin-bottom: 60px;
	box-sizing: border-box;
	padding: 0;
	border-radius: 10px;
}

.td-skills-wrapper .skillbar:last-child {
	margin-bottom: 20px;
}

.skill-title {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1;
	font-size: 18px;
	color: #282828;
	font-weight: 600;
	font-family: "Gilroy", sans-serif;
}

.td-skills-wrapper .count-bar {
	width: 0;
	height: 5px;
	position: relative;
	text-align: right;
	padding-right: 0px;
	color: #282828;
	border-radius: 10px;
	overflow: visible !important;
	font-size: 18px;
	font-weight: 600;
	font-family: "Gilroy", sans-serif;
}

.td-skills-wrapper .count-bar .skill-percent-count-wrap {
	position: absolute;
	top: -31px;
	right: 0;
}

/*--------------------------------------------------------------
# Contact form 7 Widget Css
--------------------------------------------------------------*/
.themedraft-contact-form-container {
	padding: 50px 40px 67px 41px;
	background: #f8f9f9;
	border-radius: 10px;
	box-shadow: -3px -2px 26px -14px rgba(0, 0, 0, .35);
	border: 1px solid #eaeaea;
}

.themedraft-contact-form-container .td-section-title-two .td-form-title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}

.themedraft-contact-form-container .td-section-title-two-wrapper {
	text-align: left;
	position: relative;
	margin-bottom: 50px;
}

.themedraft-contact-form-container form select {
	height: 60px;
	margin-bottom: 30px;
	padding: 15px;
}

.themedraft-contact-form-container form input, .themedraft-contact-form-container form select, .themedraft-contact-form-container textarea {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eaeaea;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
}

.themedraft-contact-form-container input[type=date] {
	min-height: 60px;
}

.themedraft-contact-form-container textarea {
	height: 200px;
}

@media only screen and (max-width: 767px) {
	.themedraft-contact-form-container {
		padding: 50px 15px 67px 15px;
	}
	
	.themedraft-contact-form-container .td-section-title-two .td-form-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	
	.themedraft-contact-form-container .td-section-title-two-wrapper {
		margin-bottom: 40px;
	}
}

/* Layout Two */
.themedraft-contact-form-container.td-form-layout-two {
	border-radius: 0;
}

.themedraft-contact-form-container.td-form-layout-two .td-form-title {
	background: #282827;
	color: #fff;
	font-size: 37px;
	padding: 25px 30px 20px 30px;
	text-align: center;
	margin: 0 -50px;
}

.themedraft-contact-form-container.td-form-layout-two .td-section-title-two {
	display: block;
}

.themedraft-contact-form-container.td-form-layout-two {
	background-color: #f7f7f7;
	box-shadow: none;
	border: none;
	padding: 0 50px 30px 50px;
}

.themedraft-contact-form-container form select {
	appearance: none;
}

.themedraft-contact-form-container .select-arrow {
	display: block;
	position: relative;
}

.themedraft-contact-form-container .select-arrow:before {
	position: absolute;
	height: 1px;
	width: 1px;
	right: 15px;
	top: 29px;
	content: "";
	z-index: 1;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #282828;
	cursor: pointer;
	pointer-events: none;
}

.themedraft-contact-form-container.td-form-layout-two input[type="submit"] {
	width: 100%;
	text-transform: uppercase;
	padding: 25px 30px 17px 30px;
}

@media only screen and (max-width: 767px) {
	.themedraft-contact-form-container.td-form-layout-two .td-form-title {
		margin: 0 -30px;
		padding: 25px 20px 20px 20px;
	}
	
	.themedraft-contact-form-container.td-form-layout-two {
		padding: 0 30px 50px 30px;
	}
}

/*--------------------------------------------------------------
# Google map Widget Css
--------------------------------------------------------------*/
.td-map-wrapper {
	position: relative;
}

.td-gmap {
	height: 640px;
}

.td-map-info-wrapper {
	max-width: 250px;
	line-height: 1.4;
}

.td-map-info-title {
	margin-bottom: 10px;
	font-weight: 600;
}

.td-map-info-desc {
	color: #262626;
	font-size: 16px;
}

div.td-map-wrapper button.gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.td-gmap {
		height: 600px;
	}
}

@media only screen and (max-width: 767px) {
	.td-gmap {
		height: 350px;
	}
}

/*--------------------------------------------------------------
# Image Compare Widget Css
--------------------------------------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background-color: #fe590f;
	position: absolute;
	z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: .1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, .2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: auto;
	max-width: 1200px;
	line-height: 25px;
	padding: 10px 15px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	height: auto !important;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
	z-index: 1;
}

.td-image-compare-wrapper {
	display: inline-block;
	border-radius: 15px;
	overflow: hidden;
}

img.twentytwenty-before {
	position: relative;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fe590f;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 19px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 19px;
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 19px;
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 19px;
}

.twentytwenty-left-arrow {
	border-right: 6px solid #fe590f;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #fe590f;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid #fe590f;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid #fe590f;
	bottom: 50%;
	margin-bottom: -17px;
}

/*--------------------------------------------------------------
# Contact And Widget Css
--------------------------------------------------------------*/
.td-contact-and-subscribe-wrapper {
	background-color: #fe590f;
	position: relative;
	padding: 50px 0 60px 0;
	border-radius: 5px;
}

.td-contact-wrapper, .td-subscribe-wrapper {
	padding: 0 60px;
}

.td-subscribe-wrapper {
	border-left: 1px solid #fff;
}

.td-contact-and-subscribe-wrapper .td-contact-title, .td-contact-and-subscribe-wrapper .td-subscribe-title {
	color: #fff;
	font-size: 32px;
}

.td-contact-and-subscribe-wrapper .td-contact-title {
	margin-bottom: 20px;
}

.td-contact-and-subscribe-wrapper .td-subscribe-title {
	margin-bottom: 30px;
}

.td-contact-and-subscribe-wrapper .td-contact-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.td-contact-and-subscribe-wrapper .td-contact-wrapper ul li {
	margin-bottom: 0;
}

.td-contact-and-subscribe-wrapper .td-contact-wrapper ul li, .td-contact-and-subscribe-wrapper .td-contact-wrapper ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 33px;
}

.td-contact-and-subscribe-wrapper .td-subscribe-form {
	position: relative;
}

.td-contact-and-subscribe-wrapper .subscribe-button {
	position: absolute;
	right: 0;
	top: 0;
}

.td-contact-and-subscribe-wrapper .subscribe-button input[type="submit"] {
	background: #fff;
	border-radius: 0 3px 3px 0;
	border: 1px solid;
	border-color: transparent;
}

.td-contact-and-subscribe-wrapper .subscribe-button {
	width: 80px;
}

.td-contact-and-subscribe-wrapper .subscribe-button input[type="submit"]:hover {
	background: #fff;
}

.td-contact-and-subscribe-wrapper .td-subscribe-form input[type="email"] {
	margin-bottom: 0;
	background-color: #282827;
	border-color: transparent;
	color: #fff;
	box-shadow: none;
}

.td-contact-and-subscribe-wrapper .subscribe-button i.fas.fa-arrow-right {
	color: #fe590f;
}

.td-contact-and-subscribe-wrapper ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
	font-weight: 500;
	text-transform: capitalize;
}

.td-contact-and-subscribe-wrapper :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}

.td-contact-and-subscribe-wrapper ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
	.td-contact-and-subscribe-wrapper {
		padding: 80px 0 80px 0;
	}
	
	.td-subscribe-wrapper {
		margin-top: 30px;
		border-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.td-contact-wrapper, .td-subscribe-wrapper {
		padding: 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
	.td-contact-wrapper, .td-subscribe-wrapper {
		padding: 0 15px;
	}
	
	.td-contact-and-subscribe-wrapper .td-contact-title, .td-contact-and-subscribe-wrapper .td-subscribe-title {
		font-size: 25px;
		line-height: 35px;
	}
	
	.td-contact-and-subscribe-wrapper .subscribe-button input[type="submit"] {
		border-radius: 3px;
	}
	
	.td-contact-and-subscribe-wrapper .subscribe-button {
		width: 60px;
	}
}

@media only screen and (max-width: 280px) {
	.td-contact-wrapper, .td-subscribe-wrapper {
		padding: 0 10px;
	}
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Default Css
# Accessibility
# Alignments
# Clearings
# Widgets
# Blog Page
# Single Posts
# Comment Css
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header Css
    ## Main Menu Css

# Banner Css
# 404 Css
# Pre loader Css
# Scroll Top Css
# Custom Animation Css
# Footer Css
# Responsive Css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/
body {
	font-size: 16px;
	line-height: 1.8;
	color: #626262;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.5;
}

a, h1, h2, h3, h4, h5, h6, strong, dt, th, .comment-meta .fn, .comment-reply-link, .no-comments {
	color: #282828;
}

a {
	display: inline-block;
}

a:hover {
	text-decoration: none;
}

a, h1, h2, h3, h4, h5, h6, strong, dt, th, .comment-meta .fn, .comment-reply-link, .no-comments, .td-transition, input[type=submit], button[type=submit], .slick-dots button {
	-webkit-transition: .3s;
	transition: .3s;
}

button {
	cursor: pointer;
}

table td a {
	font-weight: 600;
}

i {
	font-weight: normal;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #626262;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	box-shadow: none;
	outline: none;
	width: 100%;
	margin-bottom: 30px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

form.search-form label, form.search-form input {
	margin-bottom: 0;
	width: 100%;
	border-radius: 5px;
}

form.search-form {
	position: relative;
}

form.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	font-size: 18px;
}

textarea {
	height: 120px;
	width: 100%;
}

code {
	background-color: #f9f2f4;
	font-weight: normal;
}

pre {
	background: #f8f8f8;
	padding: 30px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: 30px;
}

ul, ul ul, ol, ol ol, ol ul, ul ol {
	padding-left: 20px;
}

.td-list-style, .td-list-style ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.td-list-inline li {
	display: inline-block;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	opacity: 1;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 35px;
	right: -36px;
	padding-right: 0;
	top: -36px;
}

.slick-slide:focus, .slick-slider a:focus {
	box-shadow: none !important;
	outline: none !important;
}

ul.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin-right: 10px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	border: 1px solid transparent;
	border-radius: 50%;
	height: 12px;
	padding: 0;
	text-indent: -10000px;
	width: 12px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.td-button, select:focus, input:focus, button:focus {
	box-shadow: none;
	outline: none;
}

.page-builder-used aside.sidebar-widget-area, .page-builder-not-used .content-area, .single-post.page-builder-used .container.post-details-wrapper article {
	margin: 115px 0;
}

.td-cover-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.td-vertical-center {
	min-height: 100%;
	display: flex;
	align-items: center;
}

.td-table {
	display: table;
	height: 100%;
	width: 100%;
}

.td-table-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.site {
	overflow-x: hidden;
}

.td-button, input[type="submit"], button[type="submit"] {
	display: inline-block;
	padding: 20px 40px 18px 40px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1;
	font-size: 16px;
	border-radius: 50px;
	color: #fff;
	font-family: "Gilroy", sans-serif;
}

a.td-button i {
	font-size: 13px;
	margin-left: 15px;
}

.td-button:hover, input[type="submit"]:hover, button[type="submit"]:hover {
	color: #fff;
	background-color: #282828;
}

input[type=submit], button[type=submit] {
	border: 0;
}

.td-text-button {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	line-height: 1;
	position: relative;
	font-size: 16px;
	display: inline-block;
	color: #282828;
}

.td-text-button i {
	margin-left: 8px;
	font-size: 13px;
}

.td-video-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
}

.td-video-button:before {
	z-index: 0;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.td-video-button:after {
	z-index: 1;
	transition: all 200ms;
}

.td-video-button:before, .td-video-button:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.td-video-button i {
	color: #fff;
	z-index: 2;
	position: absolute;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	left: 1px;
	top: 2px;
	font-size: 20px;
}

.search-no-results .row.all-posts-wrapper {
	height: auto !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.header-style-four .header-area .container {
		max-width: 1340px;
	}
}

@-webkit-keyframes autofill {
	to {
		color: #fff;
		background: transparent;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	clear: both;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar-widget-area .widget {
	margin-bottom: 50px;
	padding: 30px;
	background-color: #f5f5f6;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar-widget-area .widget-title {
	padding: 13px 30px 10px 30px;
	color: #fff;
	font-size: 18px;
	margin: -30px -30px 40px -30px;
}

.sidebar-widget-area .widget-title a {
	color: #fff;
}

.sidebar-widget-area .widget.widget_themedraft-recent-posts .widget-title, .sidebar-widget-area .widget.widget_text .widget-title {
	margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget_calendar .widget-title, .sidebar-widget-area .widget.widget_recent_comments .widget-title, .sidebar-widget-area .widget.widget_recent_entries .widget-title, .sidebar-widget-area .widget.widget_rss .widget-title {
	margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_text .widget-title {}

.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul ul {
	padding-left: 15px;
}

.widget ul li {
	border-top: 1px solid;
	position: relative;
	padding: 8px 0;
	border-color: #ddd;
}

.widget ul li:first-of-type {
	border-color: transparent;
}

.widget ul ul li:first-of-type {
	padding-top: 10px;
	border-color: #ddd;
	margin-top: 5px;
}

.widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget ul ul li:first-of-type {
	margin-top: 10px;
}

.widget select {
	max-width: 100%;
}

select {
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.widget.widget_calendar caption {
	caption-side: top;
}

.widget.widget_calendar caption, .wp-calendar-nav {
	text-transform: uppercase;
	font-weight: 600;
	color: #282828;
}

.widget table {
	margin-bottom: 20px;
}

.content-area button[type="submit"].search-submit, .widget.widget_search button[type="submit"] {
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	height: 46px;
	width: 46px;
	top: 50%;
	margin-top: -23px;
	right: 8px;
}

.widget .post-count-number {
	position: absolute;
	right: 0;
}

.widget.widget_rss ul li {
	border-top: 0;
	padding-bottom: 20px;
}

.widget.widget_rss ul li:last-child {
	padding-bottom: 0;
}

.widget.widget_rss ul li a {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	display: block;
	line-height: 28px;
}

.widget.widget_rss .rss-date {
	margin-bottom: 15px;
	display: block;
	margin-top: 0;
	font-weight: 600;
}

.widget.widget_rss cite {
	margin-top: 10px;
	display: block;
	font-weight: 600;
	color: #282828;
}

.widget.widget_text img {
	margin: 15px 0;
}

.widget.widget_tag_cloud a {
	font-size: 16px !important;
	text-transform: capitalize;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
}

.widget.widget_tag_cloud a:hover {
	background-color: #282828;
	color: #fff;
}

.sidebar-widget-area .widget.widget_archive ul li, .sidebar-widget-area .widget.widget_categories ul li, .sidebar-widget-area .widget.widget_meta ul li, .sidebar-widget-area .widget.widget_nav_menu ul li, .sidebar-widget-area .widget.widget_pages ul li, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li {
	border: none;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}

.widget.widget_archive li a, .widget.widget_categories li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_pages li a, .widget.widget_themedraft_nav_menu ul li a {
	display: block;
	border: 1px solid #eaeaea;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
	font-weight: 600;
}

.widget .post-count-number {
	font-weight: 600;
}

.widget.widget_archive li a, .widget.widget_categories li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_pages li a, .widget .post-count-number, .widget.widget_themedraft_nav_menu ul li a {
	color: #626262;
}

.widget.widget_archive li a:before, .widget.widget_categories li a:before, .widget.widget_meta li a:before, .widget.widget_nav_menu li a:before, .widget.widget_pages li a:before, .widget.widget_themedraft_nav_menu ul li a:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	left: 15px;
	top: 13px;
	font-size: 12px;
}

.sidebar-widget-area .widget.widget_archive .post-count-number, .sidebar-widget-area .widget.widget_meta .post-count-number, .sidebar-widget-area .widget.widget_categories .post-count-number {
	right: 15px;
	top: 12px;
}

.widget .comment-author-link {
	font-weight: 600;
	color: #282828;
	font-size: 18px;
}

/*Recent Post Widget */
.td-recent-post-widget .li-have-thumbnail img {
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 5px;
}

.td-recent-post-widget .li-have-thumbnail .td-recent-post-title-and-date {
	margin-left: 95px;
}

a.td-recent-post-widget-title {
	font-size: 19px;
	margin-top: -5px;
	font-weight: 600;
	line-height: 27px;
}

.td-recent-post-title-and-date h6 {
	margin-bottom: 5px;
}

.widget.widget_themedraft-recent-posts ul li {
	padding: 12px 0;
	min-height: 100px;
	border-top: none;
}

.td-recent-widget-date i {
	margin-right: 2px;
	font-size: 14px;
}

.td-recent-widget-date a {
	font-weight: 600;
	font-size: 15px;
}

/*Gallery Photo Widget*/
img.mfp-img {
	padding: 0 0 20px 0;
}

.footer-widget-area .widget.themedraft_gallery_widget .widget-title {
	margin-bottom: 45px;
}

a.td-gallery-photo-url {
	height: 80px;
	width: 32%;
	padding-left: 5px;
}

.td-gallery-photo-item {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 5px;
}

.tdraft-gallery-photo-wrapper {
	margin-left: -5px;
}

.td-gallery-photo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
}

.td-gallery-photo-item:hover .td-gallery-photo-overlay {
	opacity: .8;
	visibility: visible;
}

.td-gallery-photo-plus {
	display: inline-block;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 30px;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar-widget-area a.td-gallery-photo-url {
		width: 24.5%;
		height: 100px;
	}
}

/* About Company Widget */
.widget_themedraft_about_company_widget .about-info-img {
	margin-bottom: 40px;
	margin-top: -8px;
}

.widget_themedraft_about_company_widget .widget-social-icons li a {
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 15px;
	margin-right: 4px;
	border: 1px solid;
}

.google-my-business img {
	width: 18px;
	margin-top: -5px;
}

/* Subscribe Form */
.footer-subscribe-form .themedraft-subscribe-form {
	position: relative;
}

.subscribe-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	overflow: hidden;
	border-radius: 0 5px 5px 0;
}

.themedraft-subscribe-form input {
	margin-bottom: 0;
	border-radius: 5px;
}

.themedraft-subscribe-form input[type="submit"] {
	text-indent: -10000000px;
	height: 100%;
	border-radius: 0 5px 5px 0;
	width: 100%;
	padding: 0;
}

.themedraft-subscribe-form i.fas.fa-arrow-right {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	margin-top: -15px;
	right: 50%;
	margin-right: -15px;
	text-align: center;
	line-height: 30px;
	pointer-events: none;
	color: #fff;
}

.footer-widget-area .widget_themedraft_mailchimp_widget .subtitle {
	color: #fff;
}

.widget_themedraft_mailchimp_widget .subtitle {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.widget.widget_themedraft_mailchimp_widget ul li {
	padding: 4px 0;
	font-weight: 600;
	font-size: 18px;
	border: none;
}

.subscribe-contact-list li i {
	margin-right: 10px;
}

.footer-widget-area .widget_themedraft_mailchimp_widget .widget-title {
	margin-bottom: 48px;
}

/* CTA Button Widget */
.widget.widget_themedraft_cta_button_widget {
	padding: 0;
}

.widget_themedraft_cta_button_widget .widget-title {
	margin: 0;
}

.cta-widget-content {
	text-align: center;
	padding: 55px 30px 45px 30px;
}

a.cta-widget-button {
	height: 100px;
	width: 100px;
	background: #fff;
	border-radius: 50%;
	font-size: 40px;
	line-height: 105px;
	display: inline-block;
}

.cta-widget-number {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
}

.cta-widget-number:hover {
	color: #fff;
	text-decoration: underline;
}

.cta-title {
	color: #fff;
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	margin-bottom: 40px;
}

.sidebar-widget-area .widget.widget_themedraft_nav_menu ul li a:hover, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li.current-menu-item a {
	color: #fff;
}

.td-cta-area .td-icon-wrapper i {
	color: #fd7332;
}

.td-cta-area .td-icon-wrapper svg {
	fill: #fd7332;
}

.wpcf7-form-control.wpcf7-submit i {
	font-size: 13px;
	margin-left: 8px;
}

.sidebar-contact-form-wrapper input, .sidebar-contact-form-wrapper textarea {
	border-color: #eaeaea;
	border-radius: 5px;
}

.sidebar-contact-form-wrapper input[type="submit"] {
	border-radius: 50px;
}

.widget.widget_themedraft_contact_form_widget {
	padding-bottom: 40px;
}

/* Contact Info Widget */
.themedraft_contact_info_widget .footer-subscribe-form {
	margin-top: 48px;
	margin-bottom: 30px;
}

.themedraft_contact_info_widget .subtitle {
	font-size: 22px;
	margin-bottom: 10px;
}

.footer-widget-area .themedraft_contact_info_widget .subtitle {
	color: #fff;
}

.widget.themedraft_contact_info_widget ul li {
	padding: 4px 0;
	font-weight: 600;
	font-size: 18px;
	border: none;
	position: relative;
	padding-left: 30px;
}

.widget.themedraft_contact_info_widget ul li i {
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 0;
}

/* 5.8 Block Widget CSS */
.sidebar-widget-area .widget.widget_block h2 {
	font-size: 22px;
}

.sidebar-widget-area .widget.widget_block .wp-block-latest-comments {
	padding-left: 0;
	margin-top: 25px;
}

.widget.widget_block .wp-block-latest-comments__comment-link {
	display: inline;
	line-height: 1.8;
}

.widget label.wp-block-search__label {
	display: none;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper {
	display: block;
	position: relative;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	margin-bottom: 0;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	width: auto;
	border: none;
	font-weight: 500;
}

.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
	display: none;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky .post-content-wrapper {
	position: relative;
}

.sticky .post-content-wrapper:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 35px;
	right: 40px;
	top: 20px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 900;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 1.5em 0;
}

.single-post-item article {
	margin-bottom: 40px;
}

.single-post-item:last-of-type article {
	margin-bottom: 0;
}

.single-post-wrapper {
	background-color: #f9f9f9;
}

.single-post-wrapper .post-content-wrapper {
	padding: 40px 50px 50px 50px;
	-webkit-transition: .3s;
	transition: .3s;
}

.post-meta {
	margin-bottom: 15px;
}

.post-meta ul li {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	text-transform: capitalize;
	margin-right: 15px;
	font-weight: 600;
}

.post-meta ul li:last-child {
	margin-right: 0;
}

.post-meta li, .post-meta li a {
	color: #626262;
}

.post-meta li i {
	font-size: 16px;
}

.post-meta li i.fa-calendar-check, .post-meta li i.fa-user {
	margin-right: 5px;
}

.post-meta li i.fa-comments, .post-meta li i.fa-folder {
	margin-right: 8px;
}

article .post-title {
	margin-top: 0;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
	word-break: break-word;
}

.post-excerpt p:last-child {
	margin-bottom: 0;
}

.post-read-more {
	margin-top: 33px;
}

.audio-iframe-wrapper {
	position: relative;
}

.audio-iframe-wrapper iframe {
	height: 400px;
	width: 100%;
}

.audio-iframe-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
}

.post-thumbnail-wrapper {
	position: relative;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.post-thumbnail-wrapper .slick-arrow {
	position: absolute;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	top: 50%;
	margin-top: -30px;
	left: 30px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.post-thumbnail-wrapper:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.post-thumbnail-wrapper .slick-arrow.slick-next {
	left: auto;
	right: 30px;
}

.post-thumbnail-wrapper .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.post-video-button-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
}

.post-pagination ul li {
	display: inline-block;
	margin-right: 10px;
}

.post-pagination ul li a, .post-pagination ul li span, .page-links a, .page-links span {
	display: inline-block;
	height: 55px;
	border: 2px solid;
	border-color: #f9d0bc;
	border-radius: 50%;
	width: 55px;
	line-height: 53px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	transition: .3s;
	-webkit-transition: .3s;
	color: #282828;
}

.page-numbers .fas {
	font-size: 16px;
}

.post-pagination span.page-numbers.dots {
	border-color: transparent;
	font-size: 35px;
	width: auto;
}

.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current {
	color: #fff;
	text-decoration: none;
}

.post-pagination nav.navigation.pagination {
	display: inline-block;
}

.post-pagination {
	margin-top: 70px;
}

.layout-grid .sticky .post-content-wrapper:before, .layout-grid-ls .sticky .post-content-wrapper:before, .layout-grid-rs .sticky .post-content-wrapper:before {
	font-size: 30px;
	right: 30px;
	top: 30px;
}

.layout-grid .post-title, .layout-grid-ls .post-title, .layout-grid-rs .post-title {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 34px;
	margin-top: 0;
}

.layout-grid .audio-iframe-wrapper iframe, .layout-grid-ls .audio-iframe-wrapper iframe, .layout-grid-rs .audio-iframe-wrapper iframe {
	height: 210px;
}

.layout-grid .single-post-wrapper .post-content-wrapper, .layout-grid-ls .single-post-wrapper .post-content-wrapper, .layout-grid-rs .single-post-wrapper .post-content-wrapper {
	padding: 28px 30px 28px 30px;
}

.layout-grid .post-read-more, .layout-grid-ls .post-read-more, .layout-grid-rs .post-read-more {
	margin-top: 20px;
}

.layout-grid .all-posts-wrapper .post-meta ul li, .layout-grid-ls .all-posts-wrapper .post-meta ul li, .layout-grid-rs .all-posts-wrapper .post-meta ul li {
	font-size: 16px;
	margin-right: 10px;
	font-weight: 600;
}

.layout-grid .all-posts-wrapper .post-meta ul li i, .layout-grid-ls .all-posts-wrapper .post-meta ul li i, .layout-grid-rs .all-posts-wrapper .post-meta ul li i {
	font-size: 15px;
}

.layout-grid .all-posts-wrapper .td-video-button:after, .layout-grid-ls .all-posts-wrapper .td-video-button:after, .layout-grid-rs .all-posts-wrapper .td-video-button:after {
	height: 60px;
	width: 60px;
}

.layout-grid .all-posts-wrapper .td-video-button:before, .layout-grid-ls .all-posts-wrapper .td-video-button:before, .layout-grid-rs .all-posts-wrapper .td-video-button:before {
	height: 65px;
	width: 65px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow, .layout-grid-ls .post-thumbnail-wrapper .slick-arrow, .layout-grid-rs .post-thumbnail-wrapper .slick-arrow {
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin-top: -25px;
	left: 20px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow.slick-next, .layout-grid-ls .post-thumbnail-wrapper .slick-arrow.slick-next, .layout-grid-rs .post-thumbnail-wrapper .slick-arrow.slick-next {
	right: 20px;
	left: auto;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.post-gallery-slider.slick-slider {
	max-height: 435px;
}

.post-details-wrapper article h1, .post-details-wrapper article h2, .post-details-wrapper article h3, .post-details-wrapper article h4, .post-details-wrapper article h5, .post-details-wrapper article h6 {
	margin: 30px 0 10px;
}

.post-details-wrapper article h3 {
	margin-top: 10px;
}

.post-details-wrapper .post-thumbnail-wrapper {
	margin-bottom: 30px;
	border-radius: 8px;
}

.post-details-wrapper .entry-content img {
	margin-top: 20px;
	margin-bottom: 5px;
}

.post-details-wrapper .post-meta {
	margin-bottom: 20px;
}

.post-details-wrapper article .post-title {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 40px;
	line-height: 50px;
}

blockquote.wp-block-quote, blockquote {
	background-color: #f5f5f6;
	font-size: 18px;
	color: #282828;
	padding: 35px 25px;
	margin: 30px 0;
	border-radius: 0 10px 10px 0;
	position: relative;
	line-height: 34px;
	border-left: 4px solid;
}

.wp-block-quote.has-text-align-right {
	border-radius: 0;
	padding: 30px;
}

blockquote.wp-block-quote:before, blockquote:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 90px;
	font-weight: 900;
	opacity: .1;
	top: 55px;
	left: 30px;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	color: #282828;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
	color: #282828;
	font-weight: 600;
	font-size: 18px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 35px 25px;
	border-left: 4px solid;
}

.post-details-wrapper article .entry-content a {
	font-weight: 600;
}

.comment-content a {
	word-wrap: break-word;
}

.post-password-form input[type="password"] {
	border-radius: 50px;
	margin-top: 15px;
}

.entry-content ol li, .entry-content ul li {
	margin-bottom: 5px;
}

.post-details-wrapper .entry-content {
	margin-bottom: 30px;
}

span.tag-title {
	display: none;
}

footer.post-footer {
	padding-top: 25px;
	border-top: 2px solid;
	padding-bottom: 20px;
	border-bottom: 2px solid;
	border-color: #eeeff2;
}

.post-tags a {
	padding: 7px 18px;
	margin-right: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
	border-radius: 50px;
}

.post-tags a:hover {
	color: #fff;
	background-color: #282828;
}

.post-details-wrapper strong, .post-details-wrapper b, figcaption {
	font-weight: 700;
	color: #282828;
}

table {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 15px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
}

.post-page-numbers {
	margin-right: 10px;
}

.entry-content table th, .entry-content table td {
	padding: 15px;
}

table th, table td {
	border-top: 1px solid;
	border-right: 1px solid;
	text-align: center;
	padding: 8px;
	border-color: #ddd;
}

.entry-content table {
	width: auto;
}

.post-details-wrapper .wp-block-calendar tfoot {
	border: 1px solid #ddd;
}

li.pingback, li.trackback {
	border: 2px solid #f1f1f1;
	padding: 10px;
	margin-bottom: 20px;
}

ul ol li:before {
	display: none;
}

ul ol li {
	padding-left: 0 !important;
}

ul ol li ul li:before {
	display: block;
}

.page p img {
	margin-bottom: 30px;
}

/* Post Share Start */
.share-this-post {
	background-color: #f5f5f6;
	padding: 30px;
	margin-top: 60px;
	border-radius: 5px;
}

.post-details-wrapper article .share-post-title {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 25px;
}

.share-this-post ul li {
	display: inline-block;
}

.share-this-post ul li a {
	color: #fff;
	background-color: #647589;
	display: block;
	padding: 8px 14px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 2px;
}

.fb-share i, .twitter-share i, .linkedin-share i, .whatsapp-share i {
	margin-right: 10px;
	padding-right: 13px;
	position: relative;
}

.fb-share i:after, .twitter-share i:after, .linkedin-share i:after, .whatsapp-share i:after {
	position: absolute;
	content: "";
	height: 15px;
	width: 1px;
	background-color: #fff;
	z-index: 1;
	right: 0;
	top: 2px;
}

.share-this-post ul li a.fb-share, .share-this-post ul li a.twitter-share, .share-this-post ul li a.linkedin-share, .share-this-post ul li a.whatsapp-share {
	padding-right: 14px;
	padding-left: 14px;
}

.share-this-post ul li a.fb-share {
	background-color: #3b5999;
}

.share-this-post ul li a.twitter-share {
	background-color: #3fbff5;
}

.share-this-post ul li a.linkedin-share {
	background-color: #0073b0;
}

.share-this-post ul li a.whatsapp-share {
	background-color: #43d853;
}

.share-this-post ul li a.pinterest-share {
	background-color: #e60122;
}

.share-this-post ul li a.email-share {
	background-color: #d54b3d;
}

/* Post Share End */

/* Post Prev Next Buttons start */
.single-blog-next-prev {
	margin-top: 60px;
}

.single-blog-next-prev a {
	display: block;
}

.single-blog-next-prev img {
	border-radius: 5px;
}

.blog-next-prev-img {
	display: inline-block;
	position: relative;
}

.blog-next-prev-img i {
	position: absolute;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	line-height: 85px;
	border-radius: 5px;
}

.blog-next-prev-img:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 5px;
	opacity: .8;
}

.blog-next-prev-img i, .blog-next-prev-img:before {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.blog-next-prev-img:hover:before {
	opacity: .8;
	visibility: visible;
}

.blog-next-prev-img:hover i {
	opacity: 1;
	visibility: visible;
}

.no-thumb .blog-next-prev-img {
	height: 85px;
	width: 85px;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
}

.no-thumb .blog-next-prev-img i {
	opacity: 1;
	visibility: visible;
}

/* Post Prev Next Buttons End */

/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/
.comments-area {
	margin-top: 80px;
}

.comments-title {
	font-size: 27px;
	border-bottom: 2px solid #eeeff2;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment ol.children {
	list-style: none;
	padding-left: 50px;
}

.comment span.says {
	display: none;
}

.comment-author.vcard, footer.comment-meta {
	position: relative;
}

.comment-author.vcard img {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	margin-top: -5px;
}

.comment-author.vcard .fn {
	font-weight: 600;
	font-size: 20px;
	position: absolute;
	left: 110px;
	top: -10px;
	text-transform: capitalize;
}

.bypostauthor {
	display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	top: 0;
	margin-left: 10px;
	position: relative;
	line-height: 1;
	font-weight: 900;
}

.comment-metadata {
	position: absolute;
	left: 110px;
	top: 30px;
}

.comment-metadata time {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}

em.comment-awaiting-moderation {
	font-weight: 700;
	color: #1d1d1d;
	display: block;
	padding-left: 110px;
	margin-top: -25px;
	margin-bottom: 35px;
}

.comment-metadata span.edit-link, span.edit-link {
	display: none;
}

.comment .comment-content {
	position: relative;
	padding-left: 110px;
	margin-top: -10px;
}

.comment article {
	margin-top: 15px;
	padding: 15px 15px 15px 0;
	border-bottom: 2px solid #f1f1f1;
	position: relative;
}

.comment-list li:last-child .comment-body {
	border-bottom: 0;
}

.comment-list li .children .comment-body {
	border-bottom: 2px solid #f1f1f1;
}

.comment-content img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-body .reply {
	position: absolute;
	right: 0;
	top: 8px;
}

.comments-area .reply a {
	position: relative;
	padding-left: 25px;
	color: #282828;
}

.comment-body .reply a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 3px;
	top: 0;
}

.comment-content a, .comment-body a {
	word-wrap: break-word;
	font-weight: 600;
}

.comment-content li {
	font-weight: 600;
	margin: 8px 0;
}

/* Comment Respond Form */
.comments-heading {
	font-size: 25px;
	margin-bottom: 5px;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 20px;
	font-weight: 700;
}

#cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.comment-respond {
	margin-top: 30px;
	padding: 35px 30px 30px;
	background-color: #f5f5f6;
	color: #282828;
	border-radius: 5px;
}

li.comment .comment-respond {
	margin-bottom: 45px;
	margin-top: 45px;
}

.comment-form .comment-form-wrap {
	margin: 25px -30px 0 -30px;
	border-top: 2px solid #fafafb;
	padding: 35px 15px 0px 15px;
}

.comment-form .form-group {
	margin-bottom: 0;
}

.comment-form input, .comment-form textarea {
	background: #fff;
	border-color: #fff;
	color: #1d1d1d;
}

.comment-message textarea {
	height: auto;
}

.comment-form-cookies-consent label {
	display: inline;
	margin-left: 10px;
}

.comment-form .comment-message {
	margin-top: 10px;
}

.comment-form-wrap ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #626262;
}

.comment-form-wrap :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #626262;
	opacity: 1;
}

.comment-form-wrap ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #626262;
	opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #626262;
}

.comment-form-wrap ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #626262;
}

.comment-form-wrap ::placeholder {
	/* Most modern browsers support this now. */
	color: #626262;
}

#message-cmt::placeholder {
	/* Most modern browsers support this now. */
	color: #626262;
}

.comments-area button.td-button i, .woocommerce-Reviews button.td-button i {
	font-size: 13px;
	margin-left: 10px;
}

/* Comment Respond Form End */

/* Block Style */
.post-details-wrapper article .entry-content .wp-block-button__link, .post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button {
	font-weight: 600;
	margin-bottom: 15px;
}

.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link {
	background-color: transparent;
}

.wp-block-cover {
	margin-bottom: 20px;
	margin-top: 10px;
}

.post-details-wrapper .wp-block-cover p:not(.has-text-color), .wp-block-cover.has-background-dim strong, .wp-block-cover.has-background-dim a {
	color: #fff;
}

.wp-block-video figcaption {
	font-size: 16px;
	margin-top: 15px;
}

.wp-block-embed {
	margin-bottom: 30px;
}

.post-details-wrapper .wp-block-archives.wp-block-archives-list, .post-details-wrapper .wp-block-archives.wp-block-archives-dropdown, .post-details-wrapper .wp-block-categories.wp-block-categories-list, .post-details-wrapper .wp-block-latest-comments, .post-details-wrapper .wp-block-latest-posts {
	margin-bottom: 30px;
}

.post-details-wrapper .wp-block-latest-comments li {
	margin-bottom: 20px;
}

.post-details-wrapper .wp-block-calendar {
	display: inline-block;
	margin-bottom: 45px;
}

.post-details-wrapper .wp-block-calendar nav.wp-calendar-nav {
	text-align: right;
	margin-top: -76px;
	padding-right: 15px;
}

.post-details-wrapper .wp-block-categories.wp-block-categories-dropdown {
	margin-bottom: 40px;
}

.post-details-wrapper .entry-content .wp-block-latest-comments__comment img {
	margin-top: 0;
}

.wp-block-search .wp-block-search__input {
	max-width: 100%;
}

.post-details-wrapper .wp-block-search .wp-block-search__button {
	margin-left: 0;
	margin-bottom: 30px;
}

.post-details-wrapper .wp-block-calendar tfoot, .post-details-wrapper .wp-block-calendar .wp-calendar-table caption {
	border: 1px solid #ddd;
	padding: 15px;
}

.post-details-wrapper ol.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-posts__post-date {
	font-size: 15px;
}

.wp-block-group.has-background {
	margin: 30px 0 !important;
}

.wp-block-media-text {
	margin-bottom: 20px;
}

.post-details-wrapper .entry-content .wp-block-media-text__media img {
	margin-top: 0;
}

.post-details-wrapper .wp-block-table.is-style-stripes {
	border: 1px solid #ddd;
}

.post-details-wrapper figure.wp-block-table.is-style-stripes table {
	margin: 0;
}

/* Block Style End */

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption, figcaption {
	font-size: 17px;
	margin-top: 20px;
	color: #282828;
	font-weight: 600;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.entry-content ul li.blocks-gallery-item:before {
	content: "";
}

.wp-block-gallery {
	margin-bottom: 30px;
}

.entry-content ul li.blocks-gallery-item {
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-weight: 600;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 16px;
	margin-top: 0;
}

ul.blocks-gallery-grid li:before {
	display: none;
}

.wp-block-gallery .blocks-gallery-item figure img {
	margin-top: 0;
}

.gallery-item figcaption {
	font-weight: normal;
}

/*--------------------------------------------------------------
# Header Css
--------------------------------------------------------------*/
.main-menu-area {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.site-branding, .main-navigation, .header-navigation-area, .logo-wrap, .main-menu-container {
	width: 100%;
	height: 100%;
}

.site-branding, .main-navigation {
	display: table;
}

.logo-wrap, .main-menu-container {
	display: table-cell;
	vertical-align: middle;
}

.site-branding .site-title {
	margin-bottom: 0;
	font-size: 35px;
}

.logged-in.admin-bar .main-menu-area.uk-sticky.uk-sticky-fixed {
	top: 32px !important;
}

.logo-wrap img, .about-info-img img {
	max-width: 190px;
}

/* Main Menu Css */
.main-navigation ul li {
	display: inline-block;
	position: relative;
}

.main-navigation ul li a {
	padding: 30px 15px;
	display: block;
	text-transform: capitalize;
	color: #282828;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	line-height: 1;
	font-family: "Gilroy", sans-serif;
}

/* Main Menu Css End */

/* Submenu / Dropdown menu */
.main-navigation ul li ul {
	position: absolute;
	width: 250px;
	background: #fff;
	left: 0;
	top: 77px;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, .2);
}

.main-navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation ul li ul li a {
	padding: 14px 20px;
	line-height: 26px;
}

.main-navigation ul li.menu-item-has-children > a:before {
	position: absolute;
	content: "+";
	right: 0;
}

.main-navigation ul li ul li.menu-item-has-children a:before {
	right: 15px;
}

.main-navigation ul li ul li {
	display: block;
	text-align: left;
}

.main-navigation ul li ul ul {
	left: 250px;
	top: 0;
}

.main-navigation ul li ul li {
	border-bottom: 1px solid #e5e5e5;
}

.main-navigation ul li ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul li:last-child ul, .main-navigation ul li:last-child ul li ul li ul {
	left: auto;
	right: 0;
}

.main-navigation ul li ul li:last-child ul {
	right: auto;
	left: 250px;
}

/* Submenu / Dropdown menu End*/

/* Mobile Menu Css */
.header-buttons-area {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 100%;
	right: 15px;
}

.header-buttons-wrapper {
	display: table;
	height: 100%;
}

.header-buttons-wrapper ul {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	line-height: 1;
}

.mobile-menu-trigger {
	padding: 5px 0 5px 5px;
	cursor: pointer;
}

.mobile-menu-trigger span {
	height: 2px;
	display: block;
	width: 35px;
	margin-bottom: 9px;
}

.mobile-menu-trigger span:last-child {
	margin-bottom: 0;
}

li.mobile-menu-trigger {
	display: none;
}

.mobile-menu-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #282828;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	overflow-y: scroll;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	overflow-x: hidden;
	-webkit-transition: .4s;
	transition: .4s;
}

#mobile-menu-wrap {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	padding: 150px 50px 50px 50px;
}

#mobile-menu-wrap div {
	background-color: transparent;
}

.mobile-menu-container.menu-open {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.slicknav_nav, .slicknav_nav.slicknav_hidden {
	display: block !important;
	text-align: left;
	margin-top: 25px;
}

.slicknav_btn {
	display: none !important;
}

.slicknav_menu {
	padding-left: 0;
}

.slicknav_nav li a {
	display: block;
	border-bottom: 1px solid #3b3f41;
	font-family: "Gilroy", sans-serif;
	font-weight: 400;
}

.slicknav_item.slicknav_row a {
	border-bottom: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
	padding: 10px 0px;
	margin: 0;
}

.slicknav_nav .slicknav_arrow {
	font-size: 15px;
}

.slicknav_nav ul {
	margin: 0 0 0 25px;
}

.slicknav_nav .menu-item-has-children ul {
	margin-bottom: 20px;
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
	background-color: transparent;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_item.slicknav_row {
	display: inline-block;
	width: 100%;
	position: relative;
}

.slicknav_arrow {
	-webkit-transition: .3s;
	transition: .3s;
	right: 0;
	top: 17px;
	position: absolute;
}

.slicknav_nav a, .slicknav_row a {
	color: #fff;
	font-size: 25px;
	display: inline-block;
	font-weight: 600;
}

.mobile-menu-container li {
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateX(1000px);
	-webkit-transform: translateX(1000px);
	transform: translateX(100px);
	-webkit-transition: 1s;
	transition: 1s;
}

.mobile-menu-container.menu-open li {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile-menu-container.menu-open li:nth-child(1) {
	transition-delay: .1s;
}

.mobile-menu-container.menu-open li:nth-child(2) {
	transition-delay: .25s;
}

.mobile-menu-container.menu-open li:nth-child(3) {
	transition-delay: .4s;
}

.mobile-menu-container.menu-open li:nth-child(4) {
	transition-delay: .55s;
}

.mobile-menu-container.menu-open li:nth-child(5) {
	transition-delay: .7s;
}

.mobile-menu-container.menu-open li:nth-child(6) {
	transition-delay: .85s;
}

.mobile-menu-container.menu-open li:nth-child(7) {
	transition-delay: 1s;
}

.mobile-menu-container.menu-open li:nth-child(8) {
	transition-delay: 1.15s;
}

.mobile-menu-container.menu-open li:nth-child(9) {
	transition-delay: 1.3s;
}

.mobile-menu-container.menu-open li:nth-child(10) {
	transition-delay: 1.45s;
}

.mobile-menu-close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.mobile-menu-close::before {
	left: 15px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-menu-close::after {
	right: 13px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu-close::before, .mobile-menu-close::after {
	position: absolute;
	height: 30px;
	width: 2px;
	background: #fff;
	content: "";
	top: 0;
}

/* Mobile Menu CTA Button */
.header-style-one .mobile-cta-button .header-cta-button a, .header-style-two .mobile-cta-button .header-cta-button a, .header-style-five .mobile-cta-button .header-cta-button a, .header-style-seven .mobile-cta-button .header-cta-button a {
	background-color: #fe590f;
	color: #fff;
	font-size: 20px;
	padding: 15px 30px;
}

.header-style-one .mobile-cta-button .header-cta-button a i, .header-style-two .mobile-cta-button .header-cta-button a i, .header-style-five .mobile-cta-button .header-cta-button a i {
	margin-left: 10px;
	font-size: 16px;
}

ul.mobile-cta-button {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-style-three .mobile-cta-button .header-cta-button a {
	height: auto;
	padding: 20px 30px;
	position: relative;
	right: auto;
	top: auto;
	width: auto;
	font-size: 20px;
}

.header-style-four .mobile-cta-button .header-cta-button {
	position: relative;
	right: auto;
	top: auto;
	font-size: 20px;
}

.mobile-cta-button li.header-cta-button {
	margin-top: 15px;
}

.header-style-six .mobile-cta-button .header-cta-button, .header-style-seven .mobile-cta-button .header-cta-button {
	margin-left: 0;
}

.header-style-one .mobile-cta-button .header-cta-button, .header-style-two .mobile-cta-button .header-cta-button, .header-style-three .mobile-cta-button .header-cta-button, .header-style-four .mobile-cta-button .header-cta-button, .header-style-five .mobile-cta-button .header-cta-button, .header-style-six .mobile-cta-button .header-cta-button, .header-style-seven .mobile-cta-button .header-cta-button {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.header-style-one .mobile-cta-button .header-cta-button, .header-style-two .mobile-cta-button .header-cta-button, .header-style-three .mobile-cta-button .header-cta-button, .header-style-four .mobile-cta-button .header-cta-button, .header-style-five .mobile-cta-button .header-cta-button, .header-style-six .mobile-cta-button .header-cta-button, .header-style-seven .mobile-cta-button .header-cta-button {
		display: block !important;
	}
	
	.header-style-seven .mobile-cta-button .header-cta-button a {
		display: inline-block !important;
	}
}

/* Mobile Menu Css End */

/* Header Two Css */
.header-style-two .main-navigation ul li a:after, .header-style-four .main-navigation ul li a:after {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #fff;
}

.header-style-two .main-navigation ul li.current-menu-item a:after, .header-style-two .main-navigation ul li.current-menu-ancestor a:after, .header-style-two .main-navigation ul li a:hover:after, .header-style-four .main-navigation ul li.current-menu-item a:after, .header-style-four .main-navigation ul li.current-menu-ancestor a:after, .header-style-four .main-navigation ul li a:hover:after {
	opacity: 1;
	visibility: visible;
}

.header-style-two .main-navigation ul li ul li a:after, .header-style-four .main-navigation ul li ul li a:after {
	display: none;
}

.header-style-two .header-navigation-area {
	padding-right: 85px;
}

.td-woo-deactivate .header-style-two .header-navigation-area, .header-style-two .header-navigation-area.header-cart-disable {
	padding-right: 0;
}

.header-style-two .logo-column {
	position: relative;
}

.header-style-two .logo-column:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 100%;
	width: 5000px;
	right: -70px;
	top: 0;
	transform: skew(-50deg, 0deg);
}

.header-style-two .site-branding {
	position: relative;
	z-index: 1;
}

.header-mini-cart .td-header-cart-products .widgettitle {
	display: none;
}

.header-mini-cart li.woocommerce-mini-cart-item.mini_cart_item {
	display: block;
}

.header-mini-cart .td-header-cart-products {
	background: #fff;
	width: 300px;
	text-align: left;
	position: absolute;
	right: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	margin-top: -1px;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-mini-cart:hover .td-header-cart-products {
	opacity: 1;
	visibility: visible;
}

.header-area .widget_shopping_cart_content {
	padding: 30px;
}

.header-mini-cart span.quantity {
	font-size: 15px;
	margin-top: 5px;
	display: block;
}

.woocommerce .header-mini-cart .widget_shopping_cart .total, .header-mini-cart .woocommerce.widget_shopping_cart .total {
	border-top: 2px solid #ddd;
	padding: 20px 0 5px;
}

li.header-mini-cart, .td-header-cart-url {
	height: 100%;
	margin-bottom: -1px;
}

li.header-mini-cart {
	width: 50px;
	position: relative;
}

li.header-mini-cart:before {
	position: absolute;
	background: #fff;
	width: 1px;
	height: 40px;
	left: -20px;
	content: "";
	top: 50%;
	margin-top: -20px;
	opacity: .5;
}

li.header-mini-cart i.fa {
	font-size: 20px;
	margin-top: 3px;
	color: #fff;
}

a.td-header-cart-url {
	position: relative;
	margin-right: 22px;
}

a.td-header-cart-url .cart-product-count {
	background: #fff;
	position: absolute;
	border-radius: 50px;
	font-size: 14px;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: 600;
	left: 20px;
	top: 17px;
}

.header-style-two .main-navigation ul li a, .header-style-two .main-navigation ul li a:hover, .header-style-two .main-navigation ul li.current-menu-item > a, .header-style-two .main-navigation ul li.current_page_item > a, .header-style-two .main-navigation ul li.current-menu-ancestor > a, .header-style-two .main-navigation ul li.current_page_ancestor > a {
	color: #fff;
}

.header-style-two .main-navigation ul li ul li a {
	color: #282828;
}

.header-style-two .mobile-menu-trigger span {
	background-color: #fff;
}

/*header Top */
.header-top-area {
	background-color: #282828;
	padding: 10px 0;
}

.top-info-item {
	margin-right: 20px;
}

.top-info-item i {
	margin-right: 5px;
	font-size: 18px;
	display: inline-block;
}

.top-info-item:last-child, .top-social-item:last-child {
	margin-right: 0;
}

.header-top-area li, .header-top-area li a {
	color: #fff;
}

.top-social-icon-column {
	text-align: right;
}

li.top-social-item a {
	display: block;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 15px;
}

.top-social-item {
	margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
	.header-style-two .mobile-menu-trigger span:first-child {
		margin-top: 0;
	}
	
	.header-style-two .main-menu-area {
		padding: 10px 0;
	}
	
	.header-style-two .logo-column::before {
		height: calc(100% + 20px);
		top: -10px;
		right: -200px;
	}
	
	.header-style-two li.mobile-menu-trigger {
		display: inline-block;
		margin-left: 20px;
		margin-bottom: 4px;
	}
	
	a.td-header-cart-url .cart-product-count {
		top: 3px;
	}
	
	li.header-mini-cart::before {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.header-style-two .logo-column::before {
		right: -50px;
	}
	
	.top-info-column {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.top-social-icon-column {
		text-align: center;
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-info-item {
		margin-right: 15px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logged-in.admin-bar .header-style-two .main-menu-area.uk-sticky.uk-sticky-fixed {
		top: 45px !important;
	}
}

@media only screen and (max-width: 767px) {
	.td-button, input[type="submit"], button[type="submit"] {
		padding: 20px 30px 18px 30px;
	}
	
	.header-style-two .logo-wrap img {
		max-width: 150px;
	}
	
	.header-style-two .logo-column::before {
		right: -60px;
	}
	
	.header-style-two li.mobile-menu-trigger {
		margin-left: 15px;
	}
	
	.header-mini-cart .widget_shopping_cart_content {
		display: none;
	}
	
	li.header-mini-cart i.fa {
		font-size: 16px;
	}
	
	a.td-header-cart-url {
		margin-right: 10px;
	}
	
	a.td-header-cart-url .cart-product-count {
		font-size: 12px;
		height: 22px;
		width: 22px;
		line-height: 22px;
		left: 14px;
		top: 0px;
	}
	
	.header-style-two .logo-column::before {
		height: calc(100% + 21px);
	}
	
	.header-style-two li.header-mini-cart, .header-style-two .td-header-cart-url {
		height: 36px;
	}
}

/* Header Two Css End */

/* Header Three Css */
.header-style-three .header-area.site-header {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.header-style-three .main-menu-area {
	background: transparent;
	box-shadow: none;
	margin-top: -15px;
}

.header-style-three .main-menu-area.uk-active {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	margin-top: 0;
}

.header-style-three .header-top-area {
	background-color: rgba(40, 40, 40, .5);
	padding: 15px 0 30px;
}

.header-style-three .top-info-column {
	text-align: right;
}

.header-style-three .header-navigation-area {
	background: #fff;
	text-align: left;
	padding: 0 30px;
}

.header-style-three .uk-active .header-navigation-area {
	padding: 0;
}

.header-style-three .header-cta-button a {
	height: 100%;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.header-style-three a.td-header-cart-url .cart-product-count {
	color: #fff;
}

.header-style-three .header-mini-cart {
	margin-right: 240px;
}

.header-style-three .main-navigation ul li a:after {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-style-three .main-navigation ul li ul li a:after {
	display: none;
}

.header-style-three .main-navigation ul li.current-menu-item a:after, .header-style-three .main-navigation ul li.current-menu-ancestor a:after, .header-style-three .main-navigation ul li a:hover:after {
	opacity: 1;
	visibility: visible;
}

.header-style-three .main-navigation ul li ul {
	top: 77px;
}

.header-style-three .main-navigation ul li ul li ul {
	top: 0;
}

.header-style-three .header-cta-button i, .header-style-four .header-cta-button i {
	margin-left: 10px;
	font-size: 14px;
}

.header-style-three .td-only-mobile-logo {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.header-style-three .header-top-area {
		background-color: rgba(40, 40, 40, 1);
		padding: 10px 0 10px;
	}
	
	.header-style-three .header-area.site-header {
		position: relative;
	}
	
	.header-style-three .main-navigation {
		display: block;
		height: 60px;
	}
	
	.header-style-three .main-menu-container {
		display: none;
	}
	
	.header-style-three .header-buttons-area {
		width: 100%;
	}
	
	.header-style-three .mobile-menu-trigger {
		margin-left: 25px;
		margin-top: -14px;
	}
	
	.header-style-three .uk-sticky-fixed .mobile-menu-trigger {
		margin-left: 25px;
	}
	
	.header-style-three .header-cta-button a {
		padding: 22px;
	}
	
	.header-style-three .main-menu-area {
		margin-top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.header-style-three .site-branding {
		text-align: center;
	}
	
	.header-style-three .top-info-column {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
	.header-style-three .td-only-mobile-logo {
		display: inline-block;
		float: left;
		padding-left: 30px;
		margin-top: 6px;
	}
	
	.header-style-three .header-cta-button {
		display: none !important;
	}
	
	.header-style-three .mobile-menu-trigger {
		margin-left: 0;
		margin-top: 0;
	}
	
	.header-style-three .header-buttons-wrapper {
		position: absolute;
		right: 0;
	}
	
	.header-style-three .header-navigation-area {
		padding: 0;
	}
	
	.header-style-three .logo-column {
		display: none;
	}
}

/* Header Three Css End */

/* Header Four Css */
.header-style-four .header-area, .header-style-four.home-banner-three .header-area {
	z-index: 10;
}

.header-style-four .main-menu-area {
	box-shadow: initial;
	width: 100%;
}

.header-style-four .main-navigation {
	position: relative;
	text-align: center;
}

.header-style-four .main-navigation:before, .header-style-four .main-navigation:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 500000px;
	right: 0;
	border-radius: 50px;
	top: 0;
}

.header-style-four .main-navigation:after {
	background: #ffe6dd;
	z-index: -1;
	right: -3px;
	top: 3px;
}

.header-style-four .uk-active .main-navigation:after {
	display: none;
}

.header-style-four .main-navigation ul li a, .header-style-four .main-navigation ul li a:hover, .header-style-four .main-navigation ul li.current-menu-item > a, .header-style-four .main-navigation ul li.current_page_item > a, .header-style-four .main-navigation ul li.current-menu-ancestor > a, .header-style-four .main-navigation ul li.current_page_ancestor > a {
	color: #fff;
}

.header-style-four .main-navigation ul ul li a {
	color: #282828;
}

.header-style-four .site-branding {
	position: relative;
	z-index: 1;
}

.header-style-four .header-cta-button a {
	background: #fff;
	padding: 20px 40px;
	border-radius: 50px;
	font-weight: 600;
	color: #626262;
}

.header-style-four .header-top-area {
	background-color: #fff;
}

.header-style-four .header-top-area li, .header-style-four .header-top-area li a {
	color: #626262;
}

.header-style-four li.top-social-item a {
	border-color: #626262;
}

.header-style-four li.top-social-item a:hover {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.header-style-four .main-menu-area {
		padding: 10px 0;
	}
	
	.header-style-four .header-cta-button {
		position: absolute;
		display: block !important;
		right: 60px;
		top: -1px;
	}
	
	.header-style-four .header-cta-button a {
		padding: 15px 35px;
	}
	
	.header-style-four li.mobile-menu-trigger {
		margin-top: 2px;
		display: inline-block;
	}
	
	.header-style-four .mobile-menu-trigger span {
		background-color: #fff;
	}
	
	.header-style-four .header-buttons-area, .header-style-four .header-buttons-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header-style-four .header-cta-button {
		display: none !important;
	}
	
	.header-style-four .logo-wrap img {
		max-width: 100%;
	}
	
	.header-style-four .header-buttons-area {
		right: -10px;
	}
}

/* Header Four Css End */

/* Header Five Css */
.td-header-src-btn {
	color: #fff;
	cursor: pointer;
	padding: 8px;
}

.header-style-five .header-style-two .header-navigation-area {
	padding-right: 45px;
}

.header-search-wrapper {
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

.header-search-wrapper.search-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .4s;
	transition: .4s;
}

.search-close {
	position: absolute;
	right: 50px;
	height: 30px;
	width: 30px;
	top: 50px;
	cursor: pointer;
}

.search-close:before, .search-close:after {
	position: absolute;
	height: 30px;
	width: 2px;
	background: #fff;
	content: "";
	top: 0;
}

.search-close:before {
	left: 15px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-close:after {
	right: 13px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-search-wrapper .search-form {
	width: 50%;
	display: inline-block;
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: 1s;
}

.header-search-wrapper.search-open .search-form {
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.header-search-wrapper input[type="search"], .header-search-wrapper form.search-form .search-submit, .header-search-wrapper form.search-form .search-submit:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	border-width: 0 0 2px 0;
	border-radius: 0;
	font-size: 25px;
}

.header-search-wrapper input[type="search"]::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
}

.header-search-wrapper input[type="search"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.header-search-wrapper input[type="search"]::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.header-search-wrapper input[type=search]:focus {
	border-color: #fff;
}

.header-search-wrapper input:-webkit-autofill, .header-search-wrapper input:-webkit-autofill:hover, .header-search-wrapper input:-webkit-autofill:focus, .header-search-wrapper textarea:-webkit-autofill, .header-search-wrapper textarea:-webkit-autofill:hover, .header-search-wrapper textarea:-webkit-autofill:focus, .header-search-wrapper select:-webkit-autofill, .header-search-wrapper select:-webkit-autofill:hover, .header-search-wrapper select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (max-width: 1024px) {
	.header-style-five .header-style-two li.mobile-menu-trigger {
		margin-bottom: 0;
	}
	
	.td-header-src-btn {
		position: absolute;
		top: 5px;
		right: 60px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.header-search-wrapper .search-form {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.header-search-wrapper .search-form {
		width: 90%;
	}
	
	.td-header-src-btn {
		top: 1px;
		right: 45px;
	}
	
	.header-search-wrapper input[type="search"], .header-search-wrapper form.search-form .search-submit, .header-search-wrapper form.search-form .search-submit:hover {
		font-size: 18px;
	}
	
	.search-close {
		right: 30px;
		top: 30px;
	}
}

/* Header Five Css End */
.header-area .container-fluid, .site-footer .container-fluid {
	padding-left: 35px;
	padding-right: 35px;
}

@media only screen and (max-width: 1024px) {
	.header-area .container-fluid, .site-footer .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .container-fluid, .site-footer .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Header Six Css*/
.header-style-six .header-style-two .header-navigation-area {
	padding-right: 325px;
}

.header-style-six .header-cta-button {
	margin-left: 25px;
}

.header-style-six .header-cta-button a {
	background: #fff;
	padding: 20px 40px;
	border-radius: 50px;
}

.header-style-six .header-cta-button a i {
	font-size: 14px;
	margin-left: 10px;
}

.header-style-six .header-buttons-wrapper ul {
	display: flex;
	align-items: center;
	height: 76px;
}

.header-style-six .header-style-two .header-navigation-area.header-cart-disable {
	padding-right: 225px;
}

@media only screen and (max-width: 1199px) {
	.header-style-six .header-cta-button a {
		padding: 17px 40px;
	}
	
	.header-style-six .header-buttons-wrapper ul {
		height: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.header-style-six .header-cta-button {
		display: none;
	}
	
	.header-style-six .header-style-two li.mobile-menu-trigger {
		margin-bottom: 8px;
	}
	
	.header-style-six a.td-header-cart-url .cart-product-count {
		left: 12px;
		top: 3px;
	}
	
	.header-style-six .header-style-two .header-navigation-area {
		padding-right: 100px;
	}
}

/*Header Six End*/

/*Header Seven Css*/
body.elementor-editor-active .header-style-seven .logo-and-menu.uk-sticky-fixed {
	margin-top: 0 !important;
}

.logged-in .header-style-seven .logo-and-menu.uk-sticky-fixed {
	margin-top: 32px !important;
}

.header-style-seven .header-area.site-header {
	z-index: 3;
	position: relative;
}

.header-style-seven .header-top-area {
	background-color: #fff;
	padding: 20px 0;
}

.header-style-seven .top-info-item {
	position: relative;
	padding-left: 60px;
	margin-right: 30px;
}

.header-style-seven .top-info-item:last-child {
	margin-right: 0;
}

.header-style-seven .top-info-item i {
	font-size: 40px;
	position: absolute;
	left: 0;
	height: 40px;
	width: auto;
	line-height: 40px;
	top: 50%;
	margin-top: -20px;
	color: #fe590f;
}

.header-style-seven .info-subtitle {
	display: block;
	color: #fe590f;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}

.header-style-seven .header-top-area li, .header-style-seven .header-top-area li a {
	color: #282828;
}

.header-style-seven li.top-social-item a {
	border-color: #fe590f;
	color: #fe590f;
}

.header-style-seven li.top-social-item a:hover {
	background-color: #fe590f;
	color: #fff;
}

.header-style-seven .main-menu-area {
	background: transparent;
	box-shadow: none;
	position: absolute;
	width: 100%;
	left: 0;
}

.header-style-seven .site-branding {
	background-color: #fe590f;
	padding: 0 30px;
}

.header-style-seven .logo-and-menu {
	background-color: #282827;
	padding-right: 30px;
}

.header-style-seven .main-navigation {
	text-align: right;
}

.header-style-seven .header-cta-button a {
	background: #fe590f;
	color: #fff;
	padding: 20px 40px;
	border-radius: 50px;
}

.header-style-seven .header-cta-button {
	margin-left: 25px;
}

.header-style-seven .header-cta-button a i {
	font-size: 14px;
	margin-left: 10px;
}

.header-style-seven .header-navigation-area {
	padding-right: 310px;
}

.header-style-seven .header-navigation-area.header-cart-disable {
	padding-right: 230px;
}

.header-style-seven .header-buttons-wrapper ul {
	display: flex;
	align-items: center;
	height: 76px;
}

.header-style-seven .header-area .container {
	max-width: 1350px;
}

.header-style-seven .main-navigation ul li a:after {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #fe590f;
}

.header-style-seven .main-navigation ul li ul li a:after {
	display: none;
}

.header-style-seven .mobile-menu-trigger span {
	background-color: #fff;
}

.header-style-seven .main-navigation ul li.current-menu-item a:after, .header-style-seven .main-navigation ul li.current-menu-ancestor a:after, .header-style-seven .main-navigation ul li a:hover:after {
	opacity: 1;
	visibility: visible;
}

.header-style-seven .main-navigation ul li a, .header-style-seven .main-navigation ul li a:hover, .header-style-seven .main-navigation ul li.current-menu-item > a, .header-style-seven .main-navigation ul li.current_page_item > a, .header-style-seven .main-navigation ul li.current-menu-ancestor > a, .header-style-seven .main-navigation ul li.current_page_ancestor > a {
	color: #fff;
}

.header-style-seven .main-navigation ul li ul li a {
	color: #282828;
}

.header-style-seven .main-navigation ul li ul li a:hover, .header-style-seven .main-navigation ul li ul li.current-menu-item > a, .header-style-seven .main-navigation ul li ul li.current_page_item > a, .header-style-seven .main-navigation ul li ul li.current-menu-ancestor > a, .header-style-seven .main-navigation ul li ul li.current_page_ancestor > a {
	color: #fe590f;
}

.header-style-seven a.td-header-cart-url .cart-product-count {
	left: 19px;
}

.header-style-seven .banner-content {
	margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
	.header-style-seven .header-navigation-area {
		min-height: 77px;
	}
	
	.header-style-seven .header-cta-button {
		margin-right: 15px;
	}
	
	.header-style-seven a.td-header-cart-url .cart-product-count {
		top: 17px;
	}
}

@media only screen and (max-width: 991px) {
	.header-style-seven .top-info-item i {
		font-size: 26px;
		height: 26px;
		line-height: 26px;
		margin-top: -13px;
	}
	
	.header-style-seven .top-info-item {
		padding-left: 40px;
		text-align: left;
		margin-right: 20px;
	}
	
	.header-style-seven .info-subtitle {
		font-size: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.logged-in .header-style-seven .logo-and-menu.uk-sticky-fixed {
		margin-top: 0 !important;
	}
	
	.header-style-seven .header-cta-button a {
		display: none;
	}
	
	.header-style-seven .site-branding {
		padding: 0 15px;
	}
	
	.header-style-seven .header-navigation-area {
		min-height: 60px;
	}
	
	.header-style-seven .header-buttons-wrapper ul {
		height: 60px;
	}
	
	.header-style-seven .logo-and-menu {
		padding-right: 15px;
	}
	
	.header-style-seven .site-branding img {
		max-width: 135px;
	}
	
	.header-style-seven .header-cta-button {
		margin-left: 5px;
	}
	
	.header-style-seven a.td-header-cart-url .cart-product-count {
		top: 12px;
	}
	
	.header-style-seven .top-info-item {
		margin-right: 0;
		margin-bottom: 5px;
		display: inline-block;
		padding-left: 30px;
	}
	
	.header-style-seven .info-subtitle {
		display: none;
	}
	
	.header-style-seven .top-info-item i {
		font-size: 18px;
		height: 18px;
		line-height: 18px;
		margin-top: -9px;
	}
}

/*Header Seven Css End*/

/*--------------------------------------------------------------
# Banner Css
--------------------------------------------------------------*/
.banner-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	background-color: #282828;
}

.header-style-three .banner-area {
	height: 470px;
}

.header-style-three .banner-content {
	margin-top: 100px;
}

.banner-title {
	font-weight: 800;
	color: #fff;
	font-size: 65px;
	margin-bottom: 5px;
}

.breadcrumb-container, .breadcrumb-container a {
	color: #fff;
	font-size: 20px;
	font-family: "Gilroy", sans-serif;
	font-weight: 500;
}

.breadcrumb-container span {
	margin: 0 10px;
}

.breadcrumb-container span:first-child {
	margin-left: 0;
}

.breadcrumb-container span:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 1200px) {
	.header-style-four.home-banner-three .banner-area {
		height: 500px;
	}
	
	.header-style-four.home-banner-three .banner-content {
		margin-top: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header-style-three .banner-area, .header-style-four .banner-area {
		height: 360px;
	}
	
	.header-style-three .banner-content {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area, .header-style-three .banner-area {
		height: 250px !important;
	}
	
	.banner-title {
		font-size: 35px;
		line-height: 45px;
	}
	
	.breadcrumb-container, .breadcrumb-container a {
		font-size: 18px;
	}
	
	.header-style-three .banner-content {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
# 404 Css
--------------------------------------------------------------*/
.not-found-text-wrapper h1, .not-found-text-wrapper h2, .not-found-text-wrapper h3, .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 5px;
	margin-top: 0;
}

.not-found-text-wrapper p {
	margin-top: 15px;
	margin-bottom: 0;
}

.error-page-button {
	margin-top: 35px;
}

.text-404 h2 {
	font-size: 300px;
	line-height: 1;
}

/*====================================
    Pre loader Css
=====================================*/
.preloader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: table;
}

.preloader-container {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.bounce-active {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

.preloader img {
	display: inline-block;
	max-width: 100px;
}

/*--------------------------------------------------------------
# Scroll Top Css
--------------------------------------------------------------*/
.scroll-to-top {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	position: fixed;
	right: 50px;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 100;
	color: #fff;
}

.scroll-to-top.scroll-to-top-visible {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
# Custom Animation Css
--------------------------------------------------------------*/
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Footer Css
--------------------------------------------------------------*/
.footer-widget-area {
	background-color: #282828;
	padding: 100px 0 60px;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.footer-widget-area, .footer-widget-area a, .footer-widget-area .widget-title {
	color: #fff;
}

.footer-widget-area .widget.widget_archive li, .footer-widget-area .widget.widget_categories li, .footer-widget-area .widget.widget_meta li, .footer-widget-area .widget.widget_nav_menu li, .footer-widget-area .widget.widget_pages li, .footer-widget-area .widget.widget_themedraft_nav_menu ul li {
	border: none;
	padding: 0;
}

.footer-widget-area .widget.widget_archive li a, .footer-widget-area .widget.widget_categories li a, .footer-widget-area .widget.widget_meta li a, .footer-widget-area .widget.widget_nav_menu li a, .footer-widget-area .widget.widget_pages li a, .footer-widget-area .widget.widget_themedraft_nav_menu ul li a {
	background-color: transparent;
	color: #fff;
	border: none;
	padding: 8px 15px 8px 25px;
}

.footer-widget-area .widget.widget_archive li a:before, .footer-widget-area .widget.widget_categories li a:before, .footer-widget-area .widget.widget_meta li a:before, .footer-widget-area .widget.widget_nav_menu li a:before, .footer-widget-area .widget.widget_pages li a:before, .footer-widget-area .widget.widget_themedraft_nav_menu ul li a:before {
	left: 0;
	top: 11px;
}

.footer-widget-area .widget.widget_themedraft_nav_menu ul li a {
	display: inline-block;
}

.footer-widget-area .widget_themedraft_nav_menu {
	padding-left: 50px;
}

.footer-widget-area .widget .post-count-number {
	top: 10px;
	color: #fff;
}

.footer-widget-area .widget ul ul li:first-of-type {
	margin-top: 0;
}

.footer-widget-area table th, .footer-widget-area table td, .footer-widget-area .widget.widget_calendar caption, .footer-widget-area .widget .comment-author-link, .footer-widget-area .widget.widget_rss cite {
	color: #fff;
}

.footer-widget-area .widget.widget_tag_cloud a:hover {
	background-color: #fff;
	color: #282828;
}

.footer-widget-area .widget {
	margin-bottom: 35px;
}

.footer-widget-area .widget-title {
	margin-bottom: 31px;
	font-size: 25px;
}

.footer-widget-area .widget_archive select, .footer-widget-area .widget_categories select {
	margin-top: 20px;
}

.footer-widget-area .widget_search .widget-title, .footer-widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 50px;
}

.footer-widget-area .widget_text .widget-title {
	margin-bottom: 7px;
}

.footer-widget-area .widget ul li {
	border: none;
}

.footer-bottom-area {
	padding: 20px 0;
	color: #fff;
	background-color: #303030;
}

.footer-bottom-area a {
	color: #fff;
}

.footer-bottom-area p {
	margin-bottom: 0;
}

.site-copyright-text {
	text-align: right;
}

/*--------------------------------------------------------------
# Responsive Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	a.td-recent-post-widget-title {
		font-size: 15px;
		line-height: 25px;
	}
	
	.td-recent-widget-date a {
		font-weight: 400;
	}
}

@media only screen and (max-width: 1024px) {
	.main-navigation {
		display: none;
	}
	
	li.mobile-menu-trigger {
		display: block;
	}
	
	.sticky .post-content-wrapper:before {
		top: 10px;
		right: 30px;
	}
	
	.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
		right: 50%;
		margin-right: -20px;
		top: -80px;
	}
	
	.cta-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.cta-widget-number {
		font-size: 25px;
	}
	
	article .post-title {
		font-size: 35px;
		line-height: 45px;
	}
	
	.not-found-text-wrapper h1, .not-found-text-wrapper h2, .not-found-text-wrapper h3, .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
		font-size: 45px;
	}
	
	.text-404 {
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.sidebar-widget-area {
		margin-top: 100px;
	}
	
	.not-found-content {
		text-align: center;
	}
	
	.not-found-content .td-vertical-center {
		display: inline-table;
	}
	
	.footer-widget-area .widget_themedraft_nav_menu {
		padding-left: 15px;
	}
	
	.page-builder-used aside.sidebar-widget-area {
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-post-wrapper .post-content-wrapper {
		padding: 40px 30px 45px 30px;
	}
	
	.layout-grid .single-post-wrapper .post-content-wrapper, .layout-grid-ls .single-post-wrapper .post-content-wrapper, .layout-grid-rs .single-post-wrapper .post-content-wrapper {
		padding: 26px 25px 28px 25px;
	}
	
	.layout-grid .all-posts-wrapper .post-meta ul li, .layout-grid-ls .all-posts-wrapper .post-meta ul li, .layout-grid-rs .all-posts-wrapper .post-meta ul li {
		font-size: 15px;
		margin-right: 8px;
	}
	
	.post-author-social, .post-author-desc {
		padding: 0;
	}
	
	.text-404 h2 {
		font-size: 200px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.text-404 h2 {
		font-size: 180px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.site-branding .site-title {
		font-size: 30px;
	}
	
	#mobile-menu-wrap {
		padding: 65px 30px;
	}
	
	.mobile-menu-trigger span {
		width: 30px;
		margin-bottom: 8px;
	}
	
	.slicknav_nav a, .slicknav_row a {
		font-size: 20px;
	}
	
	.slicknav_arrow {
		top: 15px;
	}
	
	.mobile-menu-close {
		right: 30px;
		top: 30px;
	}
	
	.logged-in.admin-bar .main-menu-area.uk-sticky.uk-sticky-fixed {
		top: 0 !important;
	}
	
	.td-button, input[type="submit"] {
		padding: 17px 30px 15px 30px;
		font-size: 15px;
	}
	
	.td-video-button::before, .td-video-button::after {
		width: 60px;
		height: 60px;
	}
	
	.td-video-button i {
		font-size: 18px;
	}
	
	.page-builder-used aside.sidebar-widget-area, .page-builder-not-used .content-area {
		margin: 100px 0;
	}
	
	.single-post-wrapper .post-content-wrapper {
		padding: 40px 20px 45px 20px;
	}
	
	.sticky .post-content-wrapper:before {
		font-size: 30px;
		top: 0px;
		right: 20px;
	}
	
	article .post-title {
		font-size: 22px;
		line-height: 30px;
	}
	
	.post-pagination ul li a, .post-pagination ul li span, .page-links a, .page-links span {
		height: 40px;
		width: 40px;
		line-height: 35px;
		font-size: 16px;
		font-weight: 400;
	}
	
	.post-pagination ul li {
		margin-right: 5px;
		margin-top: 5px;
	}
	
	.post-details-wrapper article .post-title {
		font-size: 29px;
		line-height: 39px;
	}
	
	.audio-iframe-wrapper iframe {
		height: 180px;
	}
	
	.share-this-post .share-site-name, .fb-share i::after, .twitter-share i::after, .linkedin-share i::after, .whatsapp-share i::after {
		display: none;
	}
	
	.fb-share i, .twitter-share i, .linkedin-share i, .whatsapp-share i {
		margin-right: 0;
		padding-right: 0;
	}
	
	.share-this-post ul li a.fb-share, .share-this-post ul li a.twitter-share, .share-this-post ul li a.linkedin-share, .share-this-post ul li a.whatsapp-share {
		padding-right: 14px;
		padding-left: 14px;
	}
	
	.post-details-wrapper article .share-post-title {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	.post-thumbnail-wrapper .slick-arrow {
		height: 50px;
		width: 50px;
		line-height: 50px;
		left: 20px;
		margin-top: -25px;
	}
	
	.post-thumbnail-wrapper .slick-arrow.slick-next {
		right: 20px;
	}
	
	.comments-heading {
		font-size: 30px;
		margin-bottom: 0;
	}
	
	.comments-title {
		font-size: 22px;
	}
	
	.comment-author.vcard .fn {
		left: 0;
		top: 100px;
	}
	
	.comment-author.vcard img {
		height: 90px;
		width: 90px;
	}
	
	.comment-metadata {
		position: absolute;
		left: 0;
		top: 140px;
	}
	
	.comment .comment-content {
		padding-left: 0px;
		margin-top: 100px;
	}
	
	.comment ol.children {
		padding-left: 20px;
	}
	
	.comment-body .reply {
		top: 15px;
	}
	
	.comment-form .comment-form-wrap {
		margin: 25px -20px 0 -20px;
		padding: 35px 5px 0px 5px;
	}
	
	.comment-respond {
		padding: 35px 20px 30px;
	}
	
	.site-info-left, .site-copyright-text {
		text-align: center;
	}
	
	.site-copyright-text {
		margin-top: 5px;
	}
	
	.scroll-to-top {
		right: 15px;
	}
	
	.not-found-text-wrapper h1, .not-found-text-wrapper h2, .not-found-text-wrapper h3, .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
		font-size: 28px;
		line-height: 40px;
	}
	
	.text-404 h2 {
		font-size: 120px;
		line-height: .8;
		margin-bottom: 50px;
	}
	
	.td-recent-post-widget .li-have-thumbnail img {
		height: 60px;
		width: 60px;
	}
	
	.td-recent-post-widget .li-have-thumbnail .td-recent-post-title-and-date {
		margin-left: 75px;
	}
	
	.td-recent-post-title-and-date h6 {
		margin-bottom: 0;
	}
}

/* 5 Column */
.td-col-xl-5, .td-col-lg-5, .td-col-md-5, .td-col-sm-5 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.td-col-sm-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 768px) {
	.td-col-md-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.td-no-gutters-lg > .td-col, .td-no-gutters-lg > [class*="td-col-"] {
		padding-right: 0;
		padding-left: 0;
	}
	
	.td-col-lg-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.td-no-gutters-xl > .td-col, .td-no-gutters-xl > [class*="td-col-"] {
		padding-right: 0;
		padding-left: 0;
	}
	
	.td-col-xl-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/*============================================
 Theme Color
 ============================================*/
a:hover, .header-top-area li a:hover, .header-mini-cart span.quantity, .main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_ancestor > a, .header-style-two .main-navigation ul li ul li a:hover, .header-style-two .main-navigation ul li ul li.current-menu-item > a, .header-style-two .main-navigation ul li ul li.current_page_item > a, .header-style-two .main-navigation ul li ul li.current-menu-ancestor > a, .header-style-two .main-navigation ul li ul li.current_page_ancestor > a, .header-style-four .main-navigation ul ul li a:hover, .header-style-four .main-navigation ul ul li.current-menu-item > a, .header-style-four .main-navigation ul ul li.current_page_item > a, .header-style-four .main-navigation ul ul li.current-menu-ancestor > a, .header-style-four .main-navigation ul ul li.current_page_ancestor > a, .header-style-four .header-top-area .top-info-column li a:hover, .header-style-four .header-top-area .top-info-column li i, .slicknav_nav a:hover, .slicknav_item.slicknav_row:hover a, .slicknav_item.slicknav_row:hover .slicknav_arrow, .slicknav_menu .current-menu-item > a, .slicknav_menu .current-menu-item .slicknav_row > a, .slicknav_menu .current-menu-ancestor > a, .slicknav_menu .current-menu-ancestor > .slicknav_row > a, .current-menu-ancestor > .slicknav_row .slicknav_arrow, .current-menu-item .slicknav_row .slicknav_arrow, .sticky .post-content-wrapper:before, .sidebar-widget-area .widget.widget_archive li:hover, .sidebar-widget-area .widget.widget_archive li a:hover, .sidebar-widget-area .widget.widget_categories li:hover, .sidebar-widget-area .widget.widget_categories li a:hover, .sidebar-widget-area .widget.widget_meta li:hover, .sidebar-widget-area .widget.widget_meta li a:hover, .sidebar-widget-area .widget.widget_pages li:hover, .sidebar-widget-area .widget.widget_pages li a:hover, .sidebar-widget-area .widget.widget_nav_menu li:hover, .sidebar-widget-area .widget.widget_nav_menu li a:hover, .sidebar-widget-area .widget li:hover .post-count-number, .post-meta li i, .post-meta li a:hover, .td-recent-widget-date i, .td-recent-widget-date a, .widget.widget_rss .rss-date, .footer-bottom-area a:hover, .footer-widget-area .widget li:hover .post-count-number, .footer-widget-area .widget.widget_archive li a:hover, .footer-widget-area .widget.widget_categories li a:hover, .footer-widget-area .widget.widget_meta li a:hover, .footer-widget-area .widget.widget_nav_menu li a:hover, .footer-widget-area .widget.widget_pages li a:hover, .widget.widget_themedraft_nav_menu ul li a:hover, .subscribe-contact-list li i, a.cta-widget-button, .text-404 h2, blockquote.wp-block-quote:before, blockquote:before, .comment-author.vcard .fn a:hover, .comments-area .reply a:hover, .comment-metadata time, .bypostauthor .comment-author.vcard .fn:after, #cancel-comment-reply-link, .post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link, .td-product-grid-view #td-shop-view-mode .td-shop-grid, .td-product-list-view #td-shop-view-mode .td-shop-list, #td-shop-view-mode li:hover, #yith-quick-view-close, .td-product-thumb-buttons i, .td-product-thumb-buttons .tinvwl_add_to_wishlist_button, .td-product-thumb-buttons .tinvwl_add_to_wishlist_button:hover, .woocommerce .star-rating::before, .woocommerce .star-rating span::before, .woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .sidebar-widget-area li.woocommerce-mini-cart-item.mini_cart_item .quantity, .woocommerce .widget_layered_nav_filters ul li a::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before, .woocommerce.widget_products ul.product_list_widget li .woocommerce-Price-amount, .woocommerce.widget_top_rated_products ul.product_list_widget li .woocommerce-Price-amount, .woocommerce .widget_rating_filter ul li.chosen a::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .comment-form-rating a, .woocommerce div.product div.images .woocommerce-product-gallery__trigger, .tinvwl-table-manage-list .product-stock i, .tinv-wishlist .product-remove button, .cart_totals .cart-subtotal .woocommerce-Price-amount.amount, .woocommerce-shipping-methods .woocommerce-Price-amount.amount, .cart_totals .woocommerce-shipping-calculator a, .cart_totals .order-total td .woocommerce-Price-amount.amount, .woocommerce-message::before, .woocommerce-info::before, .woocommerce-info a, .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount.amount, p.woocommerce-LostPassword.lost_password a, .woocommerce-MyAccount-content a, .woocommerce.widget_products ul.product_list_widget li del, .woocommerce.widget_top_rated_products ul.product_list_widget li del, a.td-header-cart-url .cart-product-count, .td-home-three-slider-item .slider-subtitle, .td-single-promo-box i, .promo-two-icon, .promo-two-button a, .td-section-subtitle, .td-service-box-subtitle, .td-service-three-details .td-service-three-title:hover, .td-tabs-wrapper .nav.nav-tabs li a.active, .td-tabs-wrapper .nav.nav-tabs li a:hover, .td-count-number, .td-count-unit, .td-project-content .subtitle, .td-single-member:hover .td-member-info .hover-icon, .td-person-name-rating li i, .td-testimonial-three-content .td-author-rating, .td-recent-post-el-widget .posted-on a, .td-recent-post-el-widget .post-title:hover, .td-recent-post-el-widget .td-post-meta li a, .td-recent-post-el-widget .td-post-meta li > span:before, a .td-minimal-member-name:hover, .td-pricing-price, .td-accordion-wrapper .card-header.active .card-title button.btn-link, .td-accordion-wrapper .card-title button.btn-link:hover, .td-gallery-filter-button-wrapper li.active, .td-gallery-filter-button-wrapper li:hover {
	color: #fe590f;
}

.td-button, input[type="submit"], button[type="submit"], .post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current, .scroll-to-top, .content-area button[type="submit"].search-submit, .widget.widget_search button[type="submit"], .sidebar-widget-area .widget-title, .widget.widget_tag_cloud a, .post-thumbnail-wrapper .slick-arrow, .td-video-button:before, .td-video-button:after, .audio-iframe-wrapper:before, .slick-dots button, .td-gallery-photo-overlay, .widget_themedraft_about_company_widget .widget-social-icons li a:hover, .themedraft-subscribe-form input[type="submit"]:hover, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .cta-widget-content, .post-tags a, .post-details-wrapper article .entry-content .wp-block-button__link, .post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button, .blog-next-prev-img:before, .no-thumb .blog-next-prev-img, .header-style-three .header-cta-button a, .header-style-three li.header-mini-cart i.fa, .header-style-three a.td-header-cart-url .cart-product-count, .header-style-three .main-navigation ul li a:after, .header-style-four .main-menu-area, .header-style-four .main-navigation:before, .header-style-four li.top-social-item a:hover, .td-product-thumb-overlay, .woocommerce span.onsale, .preloader-wrapper, .header-search-wrapper, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, div#review_form_wrapper .form-submit button[type="submit"], .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .widget_product_search button[type=submit], .widget_product_tag_cloud a, .woocommerce.td-product-list-view .td-shop-page a.added_to_cart, .woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after, .related.products .slick-arrow, .upsells.products .slick-arrow, .tinv-wishlist .product-remove button:hover, .woocommerce a.remove:hover, .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover, .mobile-menu-trigger span, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li a:hover, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li.current-menu-item a, .header-style-two .main-menu-area, .td-home-slider-area .slick-arrow, .td-home-slider-area .slick-dots .slick-active button, .td-home-slider-area .slick-dots button:hover, .slider-button-wrapper .td-video-button i, .slider-icon-wrapper .icon-shape, .slick-arrow, .td-single-promo-box:before, .td-promo-two-item-wrapper:hover, .td-section-title-two-line, a.td-service-one-button:after, .td-service-box-one-content:hover .top-shape, .td-service-slider-active .slick-dots .slick-active button, .td-service-slider-active .slick-dots button:hover, .td-service-box-one-wrapper .slick-arrow, .td-service-two-icon, .td-single-service-box-two:hover, .td-single-service-box-two:hover .td-service-icon, .td-service-three-icon, .td-cta-area, .td-single-counter-box:hover, .td-project-slider-wrapper i.slick-arrow, .td-project-slider-two-wrapper .slick-arrow, .td-top-shape:before, .td-single-member:hover .td-member-info, .td-single-member:hover .td-top-shape, .team-two-wrapper .slick-arrow, .td-single-team-three-member .td-image-shape-1, .td-single-team-three-member:hover .td-member-three-content, .td-member-details-info-wrapper .td-member-social-info a:hover, .td-member-details-info-wrapper .td-member-image-shape, .td-testimonial-slider-wrapper .slick-arrow, .td-testimonial-two-wrapper .slick-arrow, .td-recent-post-el-widget .slick-arrow, .td-award-img-wrapper, .td-contact-info-container, .td-video-popup-wrapper .td-video-button:before, .td-video-popup-wrapper .td-video-button:after, .price-title-shape, .td-pricing-bg, .td-gallery-filter-button:after, .td-filter-mobile-title, .td-single-project-slider-wrapper .slick-dots button, .td-project-info, .td-skills-wrapper .count-bar {
	background-color: #fe590f;
}

li.top-social-item a:hover, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, textarea:focus, .header-style-four li.top-social-item a:hover, .comment-form input:focus, .comment-form textarea:focus, .sidebar-widget-area .widget.widget_archive li:hover, .sidebar-widget-area .widget.widget_archive li a:hover, .sidebar-widget-area .widget.widget_categories li:hover, .sidebar-widget-area .widget.widget_categories li a:hover, .sidebar-widget-area .widget.widget_meta li:hover, .sidebar-widget-area .widget.widget_meta li a:hover, .sidebar-widget-area .widget.widget_pages li:hover, .sidebar-widget-area .widget.widget_pages li a:hover, .sidebar-widget-area .widget.widget_nav_menu li:hover, .sidebar-widget-area .widget.widget_nav_menu li a:hover, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li a:hover, .sidebar-widget-area .widget li:hover .post-count-number, .post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current, .widget_themedraft_about_company_widget .widget-social-icons li a:hover, blockquote.wp-block-quote, blockquote, .post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.has-text-align-right, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .widget_product_search form.woocommerce-product-search .search-field, .widget_product_tag_cloud a, .woocommerce.td-product-list-view .td-shop-page a.added_to_cart, .woocommerce div.product form.cart div.quantity input[type="number"]:focus, .woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before, .tinv-wishlist .product-remove button, .tinv-wishlist .product-remove button:hover, .woocommerce a.remove, .woocommerce a.remove:hover, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li a:hover, .sidebar-widget-area .widget.widget_themedraft_nav_menu ul li.current-menu-item a, .td-single-counter-box-two:hover, .td-project-content, .td-member-details-info-wrapper .td-member-social-info a:hover, .td-testimonial-two-slider-wrapper .td-slider-shape-one, .td-testimonial-two-slider-wrapper .td-slider-shape-two, .themedraft-contact-form-container form input:focus, .themedraft-contact-form-container form select:focus, .themedraft-contact-form-container textarea:focus, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border-color: #fe590f;
}

.td-service-box-one-content:hover:before, .td-service-three-content:before {
	border-right-color: #fe590f;
	border-bottom-color: #fe590f;
}

.td-icon-wrapper svg, .td-single-promo-box svg, .promo-two-icon svg, .td-tabs-wrapper .nav.nav-tabs li a.active svg, .td-tabs-wrapper .nav.nav-tabs li a:hover svg {
	fill: #fe590f;
}

@media only screen and (min-width: 1200px) {
	.header-style-four.home-banner-three .header-top-area li.top-social-item a:hover {
		border-color: #fe590f;
	}
	
	.header-style-four.home-banner-three .header-cta-button a, .header-style-four.home-banner-three .main-menu-area.uk-sticky.uk-active {
		background-color: #fe590f;
	}
}
