<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	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[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

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

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

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;
	-webkit-text-decoration-skip: objects
}

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

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
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;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

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

svg:not(:root) {
	overflow: hidden
}

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
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-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-cancel-button,
[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
}

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

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-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

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

.form-control-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px)
}

.form-control-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px)
}

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

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

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

.form-row&gt;.col,
.form-row&gt;[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 {
	color: #6c757d
}

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

.form-check-inline {
	display: inline-flex;
	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: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745
}

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

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block
}

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

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

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

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}

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

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

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

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
	border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.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: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545
}

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

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

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

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

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

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

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

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

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

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
	border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

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

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

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

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		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 .input-group,
	.form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

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

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
	box-sizing: inherit
}

.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 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

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

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

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

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

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

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

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

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

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

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

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

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

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

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

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

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

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

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

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

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

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

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

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

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

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

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

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

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

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

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

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

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

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

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

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

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

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

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

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

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

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

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

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

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

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

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

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

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

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.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: flex !important
}

.d-inline-flex {
	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: flex !important
	}

	.d-sm-inline-flex {
		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: flex !important
	}

	.d-md-inline-flex {
		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: flex !important
	}

	.d-lg-inline-flex {
		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: flex !important
	}

	.d-xl-inline-flex {
		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: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	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 {
	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-circle {
	border-radius: 50% !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: flex !important
}

.d-inline-flex {
	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: flex !important
	}

	.d-sm-inline-flex {
		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: flex !important
	}

	.d-md-inline-flex {
		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: flex !important
	}

	.d-lg-inline-flex {
		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: flex !important
	}

	.d-xl-inline-flex {
		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: flex !important
	}

	.d-print-inline-flex {
		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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		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
	}
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	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: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 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
}

.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-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-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-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-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-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
}

.text-justify {
	text-align: justify !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-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0062cc !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

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

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

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%)
}

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

.modal.show .modal-dialog {
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

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

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

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

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

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

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

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

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer&gt;:not(:first-child) {
	margin-left: .25rem
}

.modal-footer&gt;:not(:last-child) {
	margin-right: .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-centered {
		min-height: calc(100% - (1.75rem * 2))
	}

	.modal-sm {
		max-width: 300px
	}
}

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

.fade {
	transition: opacity 0.15s linear
}

@media screen and (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 0.35s ease
}

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

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
	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 .table {
	background-color: #fff
}

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

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

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

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

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

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

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active&gt;th,
.table-active&gt;td {
	background-color: rgba(0, 0, 0, 0.075)
}

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

.table-hover .table-active:hover&gt;td,
.table-hover .table-active:hover&gt;th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e
}

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

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

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-sm&gt;.table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-md&gt;.table-bordered {
		border: 0
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-lg&gt;.table-bordered {
		border: 0
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-xl&gt;.table-bordered {
		border: 0
	}
}

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

.table-responsive&gt;.table-bordered {
	border: 0
}

.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
}

.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 9999999;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	filter: blur(0);
	-webkit-filter: blur(0);
	max-width: 90%
}

#noty_layout__top {
	top: 0;
	left: 5%;
	width: 90%
}

#noty_layout__topLeft {
	top: 20px;
	left: 20px;
	width: 325px
}

#noty_layout__topCenter {
	top: 5%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__topRight {
	top: 20px;
	right: 20px;
	width: 325px
}

#noty_layout__bottom {
	bottom: 0;
	left: 5%;
	width: 90%
}

#noty_layout__bottomLeft {
	bottom: 20px;
	left: 20px;
	width: 325px
}

#noty_layout__bottomCenter {
	bottom: 5%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__bottomRight {
	bottom: 20px;
	right: 20px;
	width: 325px
}

#noty_layout__center {
	top: 50%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerLeft {
	top: 50%;
	left: 20px;
	width: 325px;
	-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerRight {
	top: 50%;
	right: 20px;
	width: 325px;
	-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

.noty_progressbar {
	display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #646464;
	opacity: 0.2;
	filter: alpha(opacity=10)
}

.noty_bar {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	-webkit-font-smoothing: subpixel-antialiased;
	overflow: hidden
}

.noty_effects_open {
	opacity: 0;
	-webkit-transform: translate(50%);
	-ms-transform: translate(50%);
	transform: translate(50%);
	-webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_effects_close {
	-webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_fix_effects_height {
	-webkit-animation: noty_anim_height 75ms ease-out;
	animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
	cursor: pointer
}

.noty_close_button {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.noty_close_button:hover {
	background-color: rgba(0, 0, 0, 0.1)
}

.noty_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: .3;
	left: 0;
	top: 0
}

.noty_modal.noty_modal_open {
	opacity: 0;
	-webkit-animation: noty_modal_in .3s ease-out;
	animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
	-webkit-animation: noty_modal_out .3s ease-out;
	animation: noty_modal_out .3s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
	100% {
		opacity: .3
	}
}

@keyframes noty_modal_in {
	100% {
		opacity: .3
	}
}

@-webkit-keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@-webkit-keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0
	}
}

@keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_height {
	100% {
		height: 0
	}
}

@keyframes noty_anim_height {
	100% {
		height: 0
	}
}

.noty_theme__relax.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	border-radius: 2px;
	position: relative
}

.noty_theme__relax.noty_bar .noty_body {
	padding: 10px
}

.noty_theme__relax.noty_bar .noty_buttons {
	border-top: 1px solid #e7e7e7;
	padding: 5px 10px
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
	background-color: #fff;
	border: 1px solid #dedede;
	color: #444
}

.noty_theme__relax.noty_type__warning {
	background-color: #FFEAA8;
	border: 1px solid #FFC237;
	color: #826200
}

.noty_theme__relax.noty_type__warning .noty_buttons {
	border-color: #dfaa30
}

.noty_theme__relax.noty_type__error {
	background-color: #FF8181;
	border: 1px solid #e25353;
	color: #FFF
}

.noty_theme__relax.noty_type__error .noty_buttons {
	border-color: darkred
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
	background-color: #78C5E7;
	border: 1px solid #3badd6;
	color: #FFF
}

.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
	border-color: #0B90C4
}

.noty_theme__relax.noty_type__success {
	background-color: #BCF5BC;
	border: 1px solid #7cdd77;
	color: darkgreen
}

.noty_theme__relax.noty_type__success .noty_buttons {
	border-color: #50C24E
}

.noty_theme__metroui.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0
}

.noty_theme__metroui.noty_bar .noty_progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.noty_theme__metroui.noty_bar .noty_body {
	padding: 1.25em;
	font-size: 14px
}

.noty_theme__metroui.noty_bar .noty_buttons {
	padding: 0 10px .5em 10px
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
	background-color: #fff;
	color: #1d1d1d
}

.noty_theme__metroui.noty_type__warning {
	background-color: #FA6800;
	color: #fff
}

.noty_theme__metroui.noty_type__error {
	background-color: #CE352C;
	color: #FFF
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
	background-color: #1BA1E2;
	color: #FFF
}

.noty_theme__metroui.noty_type__success {
	background-color: #60A917;
	color: #fff
}

.noty_theme__mint.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	border-radius: 2px;
	position: relative
}

.noty_theme__mint.noty_bar .noty_body {
	padding: 10px;
	font-size: 14px
}

.noty_theme__mint.noty_bar .noty_buttons {
	padding: 10px
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
	background-color: #fff;
	border-bottom: 1px solid #D1D1D1;
	color: #2F2F2F
}

.noty_theme__mint.noty_type__warning {
	background-color: #FFAE42;
	border-bottom: 1px solid #E89F3C;
	color: #fff
}

.noty_theme__mint.noty_type__error {
	background-color: #DE636F;
	border-bottom: 1px solid #CA5A65;
	color: #fff
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
	background-color: #7F7EFF;
	border-bottom: 1px solid #7473E8;
	color: #fff
}

.noty_theme__mint.noty_type__success {
	background-color: #AFC765;
	border-bottom: 1px solid #A0B55C;
	color: #fff
}

.noty_theme__sunset.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	border-radius: 2px;
	position: relative
}

.noty_theme__sunset.noty_bar .noty_body {
	padding: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.noty_theme__sunset.noty_bar .noty_buttons {
	padding: 10px
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
	background-color: #073B4C;
	color: #fff
}

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
	background-color: #fff
}

.noty_theme__sunset.noty_type__warning {
	background-color: #FFD166;
	color: #fff
}

.noty_theme__sunset.noty_type__error {
	background-color: #EF476F;
	color: #fff
}

.noty_theme__sunset.noty_type__error .noty_progressbar {
	opacity: .4
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
	background-color: #118AB2;
	color: #fff
}

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
	opacity: .6
}

.noty_theme__sunset.noty_type__success {
	background-color: #06D6A0;
	color: #fff
}

.noty_theme__bootstrap-v3.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: 4px
}

.noty_theme__bootstrap-v3.noty_bar .noty_body {
	padding: 15px
}

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
	padding: 10px
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	background: transparent
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
	background-color: #fff;
	color: inherit
}

.noty_theme__bootstrap-v3.noty_type__warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
	border-color: #faebcc
}

.noty_theme__bootstrap-v3.noty_type__error {
	background-color: #f2dede;
	color: #a94442;
	border-color: #ebccd1
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
	background-color: #d9edf7;
	color: #31708f;
	border-color: #bce8f1
}

.noty_theme__bootstrap-v3.noty_type__success {
	background-color: #dff0d8;
	color: #3c763d;
	border-color: #d6e9c6
}

.noty_theme__bootstrap-v4.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: .25rem
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
	padding: .75rem 1.25rem
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
	padding: 10px
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	background: transparent
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .75
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
	background-color: #fff;
	color: inherit
}

.noty_theme__bootstrap-v4.noty_type__warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
	border-color: #faebcc
}

.noty_theme__bootstrap-v4.noty_type__error {
	background-color: #f2dede;
	color: #a94442;
	border-color: #ebccd1
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
	background-color: #d9edf7;
	color: #31708f;
	border-color: #bce8f1
}

.noty_theme__bootstrap-v4.noty_type__success {
	background-color: #dff0d8;
	color: #3c763d;
	border-color: #d6e9c6
}

.noty_theme__semanticui.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	font-size: 1em;
	border-radius: .28571429rem;
	box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent
}

.noty_theme__semanticui.noty_bar .noty_body {
	padding: 1em 1.5em;
	line-height: 1.4285em
}

.noty_theme__semanticui.noty_bar .noty_buttons {
	padding: 10px
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
	background-color: #f8f8f9;
	color: rgba(0, 0, 0, 0.87)
}

.noty_theme__semanticui.noty_type__warning {
	background-color: #fffaf3;
	color: #573a08;
	box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent
}

.noty_theme__semanticui.noty_type__error {
	background-color: #fff6f6;
	color: #9f3a38;
	box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
	background-color: #f8ffff;
	color: #276f86;
	box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent
}

.noty_theme__semanticui.noty_type__success {
	background-color: #fcfff5;
	color: #2c662d;
	box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent
}

.noty_theme__nest.noty_bar {
	margin: 0 0 15px 0;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0
}

.noty_theme__nest.noty_bar .noty_body {
	padding: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.noty_theme__nest.noty_bar .noty_buttons {
	padding: 10px
}

.noty_layout .noty_theme__nest.noty_bar {
	z-index: 5
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
	position: absolute;
	top: 0;
	margin-top: 4px;
	margin-right: -4px;
	margin-left: 4px;
	z-index: 4;
	width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
	position: absolute;
	top: 0;
	margin-top: 8px;
	margin-right: -8px;
	margin-left: 8px;
	z-index: 3;
	width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
	position: absolute;
	top: 0;
	margin-top: 12px;
	margin-right: -12px;
	margin-left: 12px;
	z-index: 2;
	width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
	position: absolute;
	top: 0;
	margin-top: 16px;
	margin-right: -16px;
	margin-left: 16px;
	z-index: 1;
	width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
	position: absolute;
	top: 0;
	margin-top: 20px;
	margin-right: -20px;
	margin-left: 20px;
	z-index: -1;
	width: 100%
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
	margin-top: 4px;
	margin-left: -4px;
	margin-right: 4px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
	margin-top: 8px;
	margin-left: -8px;
	margin-right: 8px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
	margin-top: 12px;
	margin-left: -12px;
	margin-right: 12px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
	margin-top: 16px;
	margin-left: -16px;
	margin-right: 16px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
	margin-top: 20px;
	margin-left: -20px;
	margin-right: 20px
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
	background-color: #073B4C;
	color: #fff
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
	background-color: #fff
}

.noty_theme__nest.noty_type__warning {
	background-color: #FFD166;
	color: #fff
}

.noty_theme__nest.noty_type__error {
	background-color: #EF476F;
	color: #fff
}

.noty_theme__nest.noty_type__error .noty_progressbar {
	opacity: .4
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
	background-color: #118AB2;
	color: #fff
}

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
	opacity: .6
}

.noty_theme__nest.noty_type__success {
	background-color: #06D6A0;
	color: #fff
}

.noty_theme__light.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	border-radius: 2px;
	position: relative
}

.noty_theme__light.noty_bar .noty_body {
	padding: 10px
}

.noty_theme__light.noty_bar .noty_buttons {
	border-top: 1px solid #e7e7e7;
	padding: 5px 10px
}

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
	background-color: #fff;
	border: 1px solid #dedede;
	color: #444
}

.noty_theme__light.noty_type__warning {
	background-color: #FFEAA8;
	border: 1px solid #FFC237;
	color: #826200
}

.noty_theme__light.noty_type__warning .noty_buttons {
	border-color: #dfaa30
}

.noty_theme__light.noty_type__error {
	background-color: #ED7000;
	border: 1px solid #e25353;
	color: #FFF
}

.noty_theme__light.noty_type__error .noty_buttons {
	border-color: darkred
}

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
	background-color: #78C5E7;
	border: 1px solid #3badd6;
	color: #FFF
}

.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
	border-color: #0B90C4
}

.noty_theme__light.noty_type__success {
	background-color: #57C880;
	border: 1px solid #7cdd77;
	color: darkgreen
}

.noty_theme__light.noty_type__success .noty_buttons {
	border-color: #50C24E
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.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: -0.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: 0.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: 0.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: 0.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, 0.6);
	background: #000
}

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
}

.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, 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
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.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, 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, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.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
	}
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane&gt;svg,
.leaflet-pane&gt;canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0
}

.leaflet-container {
	overflow: hidden
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	touch-action: none;
	touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4)
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden
}

.leaflet-tile-loaded {
	visibility: inherit
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800
}

.leaflet-overlay-pane svg {
	-moz-user-select: none
}

.leaflet-pane {
	z-index: 400
}

.leaflet-tile-pane {
	z-index: 200
}

.leaflet-overlay-pane {
	z-index: 400
}

.leaflet-shadow-pane {
	z-index: 500
}

.leaflet-marker-pane {
	z-index: 600
}

.leaflet-tooltip-pane {
	z-index: 650
}

.leaflet-popup-pane {
	z-index: 700
}

.leaflet-map-pane canvas {
	z-index: 100
}

.leaflet-map-pane svg {
	z-index: 200
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted;
	pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none
}

.leaflet-top {
	top: 0
}

.leaflet-right {
	right: 0
}

.leaflet-bottom {
	bottom: 0
}

.leaflet-left {
	left: 0
}

.leaflet-control {
	float: left;
	clear: both
}

.leaflet-right .leaflet-control {
	float: right
}

.leaflet-top .leaflet-control {
	margin-top: 10px
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px
}

.leaflet-left .leaflet-control {
	margin-left: 10px
}

.leaflet-right .leaflet-control {
	margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1
}

.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden
}

.leaflet-interactive {
	cursor: pointer
}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair
}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane&gt;svg path,
.leaflet-tile-container {
	pointer-events: none
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane&gt;svg path.leaflet-interactive {
	pointer-events: visiblePainted;
	pointer-events: auto
}

.leaflet-container {
	background: #ddd;
	outline: 0
}

.leaflet-container a {
	color: rgba(0, 0, 0, 0.35)
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, 0.5)
}

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block
}

.leaflet-bar a:hover {
	background-color: #f4f4f4
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	text-decoration: none !important
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px;
	text-decoration: none !important
}

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 5px
}

.leaflet-control-layers-toggle {
	background-image: url(./img/layers.png);
	width: 36px;
	height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(./img/layers-2x.png);
	background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff
}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px
}

.leaflet-control-layers label {
	display: block
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
	background-image: url(./img/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333
}

.leaflet-control-attribution a {
	text-decoration: none
}

.leaflet-control-attribution a:hover {
	text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255, 255, 255, 0.5)
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
	background-clip: padding-box
}

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4
}

.leaflet-popup-content p {
	margin: 18px 0
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666
}

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: ""
}

.leaflet-tooltip-bottom {
	margin-top: 6px
}

.leaflet-tooltip-top {
	margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px
}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff
}

.leaflet-tooltip-left {
	margin-left: -6px
}

.leaflet-tooltip-right {
	margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px
}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff
}

.clear {
	clear: both;
	width: 100%;
	height: 1px
}

.clear.height {
	height: 20px
}

.paused {
	animation-play-state: paused !important
}

.hide {
	opacity: 0;
	visibility: hidden;
	display: none;
	position: absolute;
	left: -9999px;
	top: -9999px
}

.lozad {
	opacity: 0;
	transition: all .66s
}

.lozad.loaded {
	opacity: 1
}

html,
body {
	color: #000;
	background-color: #f8f8f8;
	font-family: 'Noticia Text', serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400
}

::selection {
	background: #AA2B3B;
	color: #fff
}

::-moz-selection {
	background: #AA2B3B;
	color: #fff
}

::-webkit-selection {
	background: #AA2B3B;
	color: #fff
}

a {
	text-decoration: none;
	color: #000
}

a:hover {
	color: #AA2B3B
}

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
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input,
textarea,
select,
button {
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	outline: none;
	resize: none
}

input[type="submit"],
button {
	outline: none;
	cursor: pointer
}

input[type="submit"]:focus,
button:focus {
	outline: none
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
	padding-left: 18px;
	padding-right: 18px;
	width: calc(100% - 36px);
	background-color: #ffffff;
	transition: all .3s;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 1em;
	color: #394A59;
	line-height: 18px;
	padding-bottom: 14px;
	padding-top: 14px;
	background: #fff;
	display: block;
	border-radius: 3px;
	border: 1px solid #ccd1db
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #AA2B3B
}

textarea {
	line-height: 21px;
	height: 150px;
	padding: 18px;
	display: block;
	width: calc(100% - 36px);
	background-color: #fff;
	border: 1px solid #ccd1db
}

.animated-label {
	position: relative
}

.animated-label label {
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	transition: all .15s;
	color: #8F9188;
	font-size: 1.05rem;
	pointer-events: none
}

.animated-label input:focus+label,
.animated-label input.not-empty+label,
.animated-label textarea:focus+label,
.animated-label textarea.not-empty+label {
	transform: none;
	top: 2px;
	font-size: .7rem;
	opacity: .5
}

.animated-label--textarea label {
	top: 12px;
	transform: none
}

.animated-label--textarea textarea:focus+label,
.animated-label--textarea textarea.not-empty+label {
	top: 3px
}

select {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #ccd1db;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	width: calc(100% - 36px);
	background-color: #ffffff;
	padding-bottom: 6px;
	padding-top: 7px;
	border-radius: 5px;
	font-size: 15px
}

.checkbox-input {
	display: none;
	visibility: hidden;
	opacity: 0
}

.checkbox-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	text-transform: none
}

.checkbox-label .icon-check {
	width: 17px;
	height: 17px;
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	margin-right: 8px;
	position: relative;
	flex-shrink: 0;
	border: 1px solid #fff;
	transition: all .3s ease
}

.checkbox-label .icon-check:after {
	position: absolute;
	left: 3px;
	right: 3px;
	bottom: 3px;
	top: 3px;
	content: "";
	background-color: #AA2B3B;
	transition: all 0.3s cubic-bezier(0, 0, 0, 2);
	opacity: 0;
	transform: scale(0.1, 0.1);
	border-radius: 50%
}

.checkbox-label--top {
	align-items: flex-start
}

.checkbox-label--top .icon-check {
	margin-top: 5px
}

.checkbox-input:checked+.checkbox-label .icon-check:after {
	border-radius: 2px;
	opacity: 1;
	transform: scale(1, 1)
}

.checkbox-input:checked+.checkbox-label .icon-check {
	border-color: #AA2B3B
}

.checkbox-input:hover+.checkbox-label .icon-check {
	border-color: #AA2B3B
}

.radio-input {
	display: none;
	visibility: hidden;
	opacity: 0
}

.radio-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	text-transform: none
}

.radio-label .icon-radio {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 8px;
	position: relative;
	flex-shrink: 0;
	border: 1px solid #fff;
	transition: all .3s ease
}

.radio-label .icon-radio:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	border: 4px solid #AA2B3B;
	background-color: #fff;
	transition: all 0.3s cubic-bezier(0, 0, 0, 2);
	opacity: 0;
	transform: scale(0.1, 0.1);
	border-radius: 50%
}

.radio-input:checked+.radio-label .icon-radio:after {
	opacity: 1;
	transform: scale(1, 1)
}

.radio-input:checked+.radio-label .icon-radio {
	border-color: #AA2B3B
}

.radio-input:hover+.radio-label .icon-radio {
	border-color: #AA2B3B
}

.btn {
	display: inline-block;
	line-height: 18px;
	padding: 14px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	font-style: normal;
	text-transform: uppercase;
	transition: all .3s;
	font-size: .88em;
	overflow: hidden
}

.btn .icon {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 10
}

.btn .icon img,
.btn .icon svg {
	width: 14px;
	height: 14px;
	display: block
}

.btn:hover {
	text-decoration: none
}

.btn-primary {
	background-color: #AA2B3B;
	color: #fff
}

.btn-primary:hover {
	background-color: #81212d;
	color: #fff
}

.header {
	position: relative;
	z-index: 500;
	padding-top: 15px
}

.header .sidebar-right {
	padding-left: 0
}

.header .sidebar-left {
	padding-right: 0
}

.header .header-banner-wrapper {
	height: 250px
}

.header__banner {
	width: 100%;
	max-height: 250px;
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	position: relative
}

/* holpuch */
.header__banner {
	margin: 45px 0 60px 0;
}

.header__banner .banner-text {
	position: absolute;
	right: 0;
	bottom: -16px;
	padding-top: 5px;
	font-size: .7rem;
	color: rgba(0, 0, 0, 0.35)
}

.header__banner img {
	width: 100%
}

.header__main .logo-wrapper {
	width: 100%
}

.header__main .logo {
	text-align: center;
	padding-bottom: 14px;
	font-size: 0;
	display: block;
	flex-grow: 1;
	width: 100%
}

.header__main .logo svg,
.header__main .logo img {
	width: 100%;
	max-width: 666px;
	max-height: 90px
}

.header__main .today {
	font-size: .875rem;
	height: 100%;
	width: 100%
}

.header__main .today p {
	margin-bottom: .7rem
}

.header__main .today .nameday {
	font-size: 1.25rem;
	font-weight: bold
}

.header__main .weather-item {
	margin-bottom: .6rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	font-size: .8rem;
	line-height: 1.1;
	text-align: left
}

.header__main .weather-item strong {
	font-weight: 700;
	font-size: 1.1rem
}

.header__main .weather-item .icon {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
	flex-shrink: 0
}

.header__main .weather-item .icon img,
.header__main .weather-item .icon svg {
	width: 24px;
	height: 24px;
	display: block
}

.header__main .weather-item p {
	margin-bottom: 0
}

.header__main .newspaper {
	text-align: center;
	font-size: 0.75rem;
	display: block;
}

.header__main .newspaper p {
	margin-bottom: .4rem;
	line-height: 1;
}

.header__main .newspaper img {
	max-width: 100%;
	max-height: 68px
}

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

.header__main .weather-mobile,
.header__main .today-mobile {
	display: none
}

.header__main .header-map {
	cursor: pointer;
	font-size: .875rem
}

.header__main .header-map p {
	text-align: center;
	margin-bottom: .25rem
}

.header__main .header-map .icon {
	max-width: 100%;
	max-height: 60px;
	height: auto;
	padding: 0;
	display: block;
	margin: 0 auto
}

.header--subpage .sidebar-right {
	padding-left: 15px
}

.header--subpage .sidebar-left {
	display: none !important
}

/*
.header__main--subpage .newspaper {
	font-size: .8rem
}

.header__main--subpage .newspaper p {
	display: block;
	margin-top: .2rem;
	margin-bottom: .2rem
}

.header__main--subpage .newspaper img {
	max-height: 50px
}

*/

.header__main--subpage .header-map {
	font-size: .8rem
}

.header__main--subpage .header-map p {
	display: block;
	margin-top: .2rem;
	margin-bottom: .2rem
}

.header__main--subpage .header-map .icon {
	max-height: 50px
}

.header__main--subpage .newspaper-wrapper {
	max-width: 50%;
	padding-left: 4px;
	padding-right: 4px
}

.header__main--subpage .header-map-wrapper {
	max-width: 50%;
	padding-left: 4px;
	padding-right: 4px
}

.header__main--subpage .main-wrapper {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none
}

.header__main--subpage .logo {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 1.65rem;
	margin-top: -1px;
	max-width: 260px;
	width: 50%;
	flex-grow: 0;
	padding: 0;
	text-align: left
}

.header__main--subpage .logo img,
.header__main--subpage .logo svg {
	max-height: 90px
}

.header__main--subpage .today {
	display: none
}

.header__main--subpage .today-mobile {
	display: block;
	line-height: 1.2;
	font-size: .875rem;
	margin-right: 1.25rem;
	width: 50%;
	text-align: center
}

.header__main--subpage .today-mobile .name {
	font-weight: bold
}

.header__main--subpage .today-mobile .date {
	display: block;
	padding-bottom: 3px;
	font-weight: bold
}

.header__main--subpage .weather-mobile {
	display: block;
	margin: 0;
	margin-right: .75rem
}

.header__main--subpage .weather-mobile .day {
	display: block
}

.header__main--subpage .weather-mobile .weather-item {
	display: block;
	margin: 0;
	margin-right: 1rem
}

.header__main--subpage .weather-mobile .weather-item strong {
	font-size: 1rem
}

.header__main--subpage .weather-mobile .date {
	font-size: .875rem;
	margin-bottom: .2rem;
	display: block
}

.header__main--subpage .weather-mobile .icon {
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 3px
}

.header__main--subpage .weather-mobile .icon img,
.header__main--subpage .weather-mobile .icon svg {
	width: 15px;
	height: 15px;
	display: block
}

@media screen and (max-width: 992px) {
	.header .sidebar-right {
		padding-left: 15px
	}

	.header .sidebar-left {
		padding-right: 15px
	}

	.header .header-banner-wrapper {
		height: auto
	}

	.header__banner img {
		height: auto
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding-top: 0
	}

	.header__main .main-wrapper {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: none
	}

	.header__main .logo {
		padding: 12px;
		margin-right: 1.15rem;
		margin-top: -1px
	}

	.header__main .today {
		display: none
	}

	.header__main .today-mobile {
		display: block;
		line-height: 1.2;
		font-size: .875rem;
		margin-right: 1.25rem
	}

	.header__main .today-mobile .name {
		display: block
	}

	.header__main .today-mobile .date {
		display: block;
		padding-bottom: 3px
	}

	.header__main .weather-mobile {
		display: block;
		margin: 0;
		margin-right: .75rem
	}

	.header__main .weather-mobile .day {
		display: block
	}

	.header__main .weather-mobile .weather-item {
		display: block;
		margin: 0;
		margin-right: .5rem
	}

	.header__main .weather-mobile .weather-item strong {
		font-size: 1rem
	}

	.header__main .weather-mobile .date {
		font-size: .875rem;
		margin-bottom: .2rem;
		display: block
	}

	.header__main .weather-mobile .icon {
		width: 18px;
		height: 18px;
		background-size: contain;
		background-position: center;
		vertical-align: middle;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 3px
	}

	.header__main .weather-mobile .icon img,
	.header__main .weather-mobile .icon svg {
		width: 18px;
		height: 18px;
		display: block
	}
}

@media screen and (max-width: 576px) {
	.header__main {
		position: relative
	}

	.header__main .row {
		position: relative;
		z-index: 10
	}

	.header__main .logo {
		padding: 8px;
		margin-right: .85rem;
		text-align: left;
		padding: 4px 0
	}

	.header__main .logo svg {
		max-width: 200px;
		height: 38px
	}

	.header__main .main-wrapper {
		padding: 0.5rem 0
	}

	.header__main .weather-mobile {
		margin-right: .25rem
	}

	.header__main .weather-mobile .day {
		display: none
	}

	.header__main .weather-mobile .weather-item strong {
		font-size: .875rem
	}

	.header__main .weather-mobile .date {
		display: none
	}

	.header__main .weather-mobile .weather-item:nth-child(2) {
		display: none
	}

	.header__main .today-mobile {
		font-size: .75rem;
		line-height: 1.1
	}
}

.menu {
	transition: .3s all;
	position: relative;
	z-index: 150;
	background: #FFE1DC
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center
}

.menu .sub-menu {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
	z-index: 50;
	display: none;
	visibility: hidden;
	line-height: normal;
	font-weight: 400;
	text-transform: none;
	font-size: 1rem;
	width: 175px
}

.menu .sub-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.menu .sub-menu a {
	padding: 15px;
	color: #000;
	position: relative;
	display: block
}

.menu .sub-menu a:hover {
	color: #AA2B3B;
	text-decoration: none
}

.menu&gt;ul&gt;li {
	display: inline-block;
	position: relative
}

.menu__item {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	position: relative;
	font-family: "Noticia Text", serif
}

.menu__item&gt;a,
.menu__item .item {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 60;
	padding: 12px;
	padding-left: 12px;
	padding-right: 12px;
	transition: all .3s;
	transition: color .3s
}

.menu__item:hover,
.menu__item.active {
	text-decoration: none
}

.menu__item:hover&gt;a,
.menu__item.active&gt;a {
	text-decoration: none;
	color: #AA2B3B
}

.menu__item:hover:after,
.menu__item.active:after {
	background-color: #AA2B3B
}

.menu__item--map&gt;a,
.menu__item--map .item {
	color: #AA2B3B;
	cursor: pointer
}

.menu__item--search {
	position: relative;
	cursor: pointer
}

.menu__item--search .search {
	position: absolute;
	width: 250px;
	right: 0;
	background-color: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	padding: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 1rem;
	visibility: hidden;
	display: none
}

.menu__item--search .search input {
	border: 0;
	background: none
}

.menu__item--search .search button {
	border: 0;
	background: none
}

.menu__item--search .search.show {
	visibility: visible;
	display: flex
}

.menu__item--search .icon {
	position: relative;
	top: -3px;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #000
}

.menu__item--search .icon img,
.menu__item--search .icon svg {
	width: 18px;
	height: 18px;
	display: block
}

.menu__item--search .icon path,
.menu__item--search .icon circle,
.menu__item--search .icon line,
.menu__item--search .icon polygon,
.menu__item--search .icon ellipse,
.menu__item--search .icon svg,
.menu__item--search .icon use {
	fill: #000
}

.menu-link {
	color: #fff;
	height: 36px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 50;
	display: none;
	position: relative;
	top: 3px
}

.menu-link .text {
	color: #AA2B3B;
	font-weight: bold;
	font-size: .77rem;
	padding-top: .1rem;
	display: block;
	width: 35px;
	text-align: right
}

.menu-link .icon {
	position: relative;
	transition: all .3s;
	width: 35px;
	height: 18px;
	top: 0
}

.menu-link span {
	position: absolute;
	right: 0;
	width: 100%;
	margin: 0 auto;
	border-radius: 8px;
	opacity: 1;
	height: 3px;
	display: block;
	background-color: #AA2B3B;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out
}

.menu-link span:nth-child(1) {
	top: 0;
	width: 75%
}

.menu-link span:nth-child(2),
.menu-link span:nth-child(3) {
	top: 7px;
	width: 100%
}

.menu-link span:nth-child(4) {
	top: 15px;
	width: 90%
}

.menu-link.active span:nth-child(1),
.menu-link.active span:nth-child(4) {
	width: 0%;
	right: 50%
}

.menu-link.active span:nth-child(2) {
	transform: rotate(45deg)
}

.menu-link.active span:nth-child(3) {
	transform: rotate(-45deg)
}

.menu-link:hover {
	text-decoration: none
}

@media screen and (max-width: 992px) {

	.menu__item&gt;a,
	.menu__item .item {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.15rem
	}
}

@media screen and (min-width: 767px) {
	.menu__item:hover .sub-menu {
		display: block;
		visibility: visible
	}
}

@media screen and (max-width: 767px) {
	.menu {
		padding: 0;
		border: 0;
		margin: 0;
		height: auto;
		clear: both;
		min-width: inherit;
		display: block;
		width: 100%;
		transition: all .3s;
		margin-top: 10px;
		flex-basis: 100%;
		width: 100%
	}

	.menu br {
		display: none
	}

	.menu ul ul {
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
		visibility: visible;
		opacity: 1;
		max-height: 0
	}

	.menu,
	.menu&gt;ul ul {
		overflow: hidden;
		max-height: 0
	}

	.menu&gt;li&gt;ul.sub-menu {
		padding: 0px;
		border: none
	}

	.menu&gt;ul&gt;li {
		display: block
	}

	.menu.active,
	.menu ul ul.active {
		max-height: 1500px
	}

	.menu .sub-menu {
		position: relative;
		display: block;
		visibility: visible;
		width: 100%;
		padding: 0;
		margin: 0;
		box-shadow: none
	}

	.menu .sub-menu li {
		margin: 0
	}

	.menu .sub-menu li a {
		background-color: rgba(255, 255, 255, 0.3);
		margin-bottom: 2px;
		padding-bottom: 15px;
		padding-top: 15px;
		text-align: left
	}

	.menu .sub-menu a:after {
		display: none
	}

	.menu ul {
		display: block
	}

	.menu__item {
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		display: block;
		clear: both;
		text-align: center;
		border-bottom: 1px solid #AA2B3B;
		background-color: #fff;
		font-weight: 300;
		font-size: .8rem;
		transition: background-color .3s
	}

	.menu__item&gt;a {
		text-align: left;
		width: auto;
		padding-left: 0;
		line-height: 21px;
		padding-bottom: 10px;
		padding-top: 10px;
		display: block;
		padding-left: 15px
	}

	.menu__item:last-child {
		border-bottom: 0
	}

	.menu__item:after {
		display: none
	}

	.menu__item:hover .sub-menu--lg {
		display: none
	}

	.menu__item:hover {
		color: #AA2B3B;
		background-color: rgba(170, 43, 59, 0.15);
		font-weight: 700
	}

	.menu__item:hover&gt;a {
		color: #AA2B3B
	}

	.menu__item--search .item {
		display: none
	}

	.menu__item--search .search {
		display: flex;
		visibility: visible;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		margin-top: 15px;
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0.1)
	}

	.menu__item--search:hover {
		background: #fff
	}

	.menu__item--search .icon {
		position: static
	}

	.menu-link {
		display: block
	}
}

.footer__main {
	padding: 30px;
	padding-bottom: 15px;
	background-color: #f8f8f8;
	overflow: hidden
}

.footer__main .copy {
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	padding-top: 15px;
	margin-top: 30px;
	font-size: 0.875rem
}

.footer__main .logo {
	width: 80px;
	height: 40px;
	position: relative;
	top: 2px;
	margin-right: 20px
}

.footer__main p {
	margin-bottom: 0;
	opacity: .75
}

.footer__main .title {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	opacity: .75
}

.footer__main .partners-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px
}

.footer__main .partners-list li {
	padding: 15px;
	width: 100%
}

.footer__main .partners-list li a {
	display: block
}

.footer__main .partners-list li img {
	max-height: 40px;
	max-width: 120px
}

.footer__main .footer-nav {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer__main .footer-nav li {
	margin: 0;
	padding: 0
}

.footer__main .footer-nav li a {
	text-decoration: underline;
	display: block;
	font-size: 0.875rem
}

.footer__main .footer-nav li .icon {
	width: 12px;
	height: 12px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #000;
	margin-right: 4px
}

.footer__main .footer-nav li .icon img,
.footer__main .footer-nav li .icon svg {
	width: 12px;
	height: 12px;
	display: block
}

.footer__main .footer-nav li .icon path,
.footer__main .footer-nav li .icon circle,
.footer__main .footer-nav li .icon line,
.footer__main .footer-nav li .icon polygon,
.footer__main .footer-nav li .icon ellipse,
.footer__main .footer-nav li .icon svg,
.footer__main .footer-nav li .icon use {
	fill: #000
}

.footer__main .footer-nav li:hover {
	color: #AA2B3B
}

.footer__main .footer-nav li:hover a {
	opacity: 1;
	text-decoration: none;
	color: #AA2B3B
}

.footer__main .footer-nav li:hover .icon {
	fill: #AA2B3B
}

.footer__main .footer-nav li:hover .icon path,
.footer__main .footer-nav li:hover .icon circle,
.footer__main .footer-nav li:hover .icon line,
.footer__main .footer-nav li:hover .icon polygon,
.footer__main .footer-nav li:hover .icon ellipse,
.footer__main .footer-nav li:hover .icon svg,
.footer__main .footer-nav li:hover .icon use {
	fill: #AA2B3B
}




/* holpuch - start */
.footer__main--holpuch {
	background-color: #AA2B3B;
    padding-bottom: 0;
}

.footer__main--holpuch .copy {
	background-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid white;;
	text-align: center;
    padding: 10px 0;
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);
}

.footer__main--holpuch p {
	color: white;
	opacity: 1;
}

.footer__main--holpuch .title {
	color: white;
	opacity: 1
}

.footer__main--holpuch .partners-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px
}

.footer__main--holpuch .footer-nav li a {
	color: white;
	text-decoration: none;
}

.footer__main--holpuch .footer-nav li .icon path,
.footer__main--holpuch .footer-nav li .icon circle,
.footer__main--holpuch .footer-nav li .icon line,
.footer__main--holpuch .footer-nav li .icon polygon,
.footer__main--holpuch .footer-nav li .icon ellipse,
.footer__main--holpuch .footer-nav li .icon svg,
.footer__main--holpuch .footer-nav li .icon use {
	fill: white
}

.footer__main--holpuch .footer-nav li:hover {
	color: white;
}

.footer__main--holpuch .footer-nav li:hover a {
	opacity: 1;
	color: white;
}

.footer__main--holpuch .footer-nav li:hover .icon {
	color: white;
}

.footer__main--holpuch .footer-nav li:hover .icon path,
.footer__main--holpuch .footer-nav li:hover .icon circle,
.footer__main--holpuch .footer-nav li:hover .icon line,
.footer__main--holpuch .footer-nav li:hover .icon polygon,
.footer__main--holpuch .footer-nav li:hover .icon ellipse,
.footer__main--holpuch .footer-nav li:hover .icon svg,
.footer__main--holpuch .footer-nav li:hover .icon use {
	color: white;
}
/* holpuch - end */




.footer__map {
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 45px;
	background-color: #AA2B3B;
	overflow: hidden;
	margin-bottom: 15px;
	color: #fff
}

.footer__map .hv-map {
	max-width: 500px;
	display: block;
	margin: 0 auto;
	margin-bottom: 2rem
}

.footer__map .hv-map .svg {
	width: 280px;
	height: 160px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block
}

.footer__map .hv-map .svg img,
.footer__map .hv-map .svg svg {
	width: 280px;
	height: 160px;
	display: block
}

.footer__map .hv-map .st1 {
	fill: #FFE1DC
}

.footer__map .hv-map .kraj {
	fill: #FFE1DC;
	transition: all .3s;
	cursor: pointer
}

.footer__map .hv-map .kraj:hover {
	fill: #AA2B3B
}

.footer__map .hv-map .kraj.active {
	fill: #AA2B3B
}

.footer__map .title {
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	color: #fff
}

.footer__map .vecerniky-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	list-style: none;
	padding: 0;
	margin-bottom: 1rem
}

.footer__map .vecerniky-list li {
	padding: 0;
	margin: 0
}

.footer__map .vecerniky-list li a {
	color: #fff;
	transition: color .3s;
	font-size: 0.875rem
}

.footer__map .vecerniky-list li:after {
	content: ", ";
	white-space: pre
}

.footer__map .vecerniky-list .title:after {
	content: " "
}

.footer__map .vecerniky-list li:last-child:after {
	display: none
}

.footer__map .vecerniky-list li:hover a {
	text-decoration: underline
}

@media screen and (max-width: 767px) {
	.footer .footer-nav {
		margin-top: 15px
	}

	.footer .footer-nav li {
		margin-left: 0;
		margin-right: 10px
	}
}

.hot-news {
	width: 100%;
	margin-bottom: 30px
}

.hot-news .wrapper {
	display: flex
}

.hot-news li {
	visibility: hidden;
	display: none
}

.hot-news__title {
	background-color: #000;
	color: #fccc00;
	padding: 3px;
	padding-left: 22px;
	padding-right: 22px;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center
}

.hot-news__text {
	background-color: #fccc00;
	color: #000;
	flex-grow: 1;
	padding: 3px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative
}

.hot-news__text p {
	margin-bottom: 0
}

.hot-news__text ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.hot-news__text li {
	margin: 0;
	padding: 0
}

.hot-news__text .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.12);
	content: "";
	animation: progress 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@keyframes progress {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@media screen and (max-width: 992px) {
	.hot-news .wrapper {
		flex-wrap: wrap
	}

	.hot-news .hot-news__title {
		width: 100%
	}

	.hot-news .hot-news__text {
		width: 100%
	}
}

.news-list {
	margin-bottom: 30px
}

.news-list .banner-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 100%
}

.news-list--topicarticles {
	padding: 3rem 1.5rem;
	padding-bottom: 2rem;
	margin-bottom: 1.5rem;
	position: relative
}

.news-list--topicarticles .topicarticles-wrapper {
	position: relative;
	z-index: 10
}

.news-list--topicarticles:after {
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: 0;
	top: 0;
	content: "";
	background-color: #4b4b4b;
	display: block
}

.news-list--topicarticles .news-list__title {
	margin-bottom: 1.25rem
}

.news-list--topicarticles .news-list__title h2 {
	display: block;
	text-align: center;
	color: #fff
}

.news-list--topicarticles .news-list__item h3 {
	color: #fff
}

.news-list--topicarticles .news-list__item .meta .category {
	color: #fff
}

.news-list--topicarticles .news-list__item .news-list__media li {
	background: none
}

.news-list--homepage {
	margin-top: 15px
}

/* holpuch */
.news-list--homepage {
	margin-top: 45px
}

.news-list--homepage:first-of-type {
	margin-top: 15px
}

.news-list__media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0
}

.news-list__media li {
	margin: 0;
	margin-right: .3rem;
	background-color: #fff
}

.news-list__media .comment {
	color: #AA2B3B;
	font-weight: 700;
	font-size: .875rem
}

.news-list__media .comment .icon {
	margin-right: .05rem
}

.news-list__media .icon {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #AA2B3B;
	position: relative
}

.news-list__media .icon img,
.news-list__media .icon svg {
	width: 14px;
	height: 14px;
	display: block
}

.news-list__media .icon path,
.news-list__media .icon circle,
.news-list__media .icon line,
.news-list__media .icon polygon,
.news-list__media .icon ellipse,
.news-list__media .icon svg,
.news-list__media .icon use {
	fill: #AA2B3B
}

.news-list__media .camera .icon {
	position: relative;
	top: -1px;
	right: -2px
}

.news-list__media .video {
	background-color: #AA2B3B;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .7rem;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.1
}

.news-list__title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
	padding-bottom: 10px
}

.news-list__title h2,
.news-list__title h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	color: black;
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 1rem;
	line-height: 1
}

.news-list__title h2 a:hover,
.news-list__title h1 a:hover {
	text-decoration: none
}

.news-list__title .categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.news-list__title .categories li {
	padding: 0;
	margin: 0;
	margin-right: .4rem;
	padding-right: .4rem;
	display: block;
	position: relative
}

.news-list__title .categories li:after {
	content: "|";
	position: absolute;
	right: -1px;
	opacity: .45
}

.news-list__title .categories li:last-child:after {
	display: none
}

.news-list__title .categories a {
	font-weight: bold;
	color: #AA2B3B
}

.news-list__title--sport .categories a {
	color: #367CBA
}

.news-list__title .avatar {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	overflow: hidden
}

.news-list__title .avatar img {
	width: 100%
}

.news-list__title--article {
	display: block
}

.news-list__title--article h2 {
	display: block;
	text-align: center;
	font-size: 1.75rem;
	color: #000
}

.news-list__item {
	color: #000;
	margin-bottom: 1rem;
	display: block;
	word-wrap: break-word
}

.news-list__item .thumb {
	margin-bottom: .3rem;
	position: relative;
	height: 170px;
	overflow: hidden;
	max-width: 302px;
	display: flex;
	justify-content: center;
	align-items: center
}

.news-list__item .thumb:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
	opacity: .65
}

.news-list__item .thumb img,
.news-list__item .thumb picture {
	max-width: 100%
}

.news-list__item .kicker {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 1;
	color: #AA2B3B;
	background-color: #FFE1DC;
	text-transform: uppercase;
	font-size: 1rem;
	z-index: 10;
	margin-right: 10px;
	font-weight: bold
}

.news-list__item h3 {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.05;
	margin-bottom: .3rem;
	display: block;
	overflow: hidden;
	max-height: 59.5px;
	font-family: "Libre Caslon Text", serif
}

.news-list__item p {
	margin-bottom: .3rem;
	line-height: 1.25
}

.news-list__item .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .2rem;
	min-height: 24px
}

.news-list__item .meta .category {
	text-transform: uppercase;
	color: #AA2B3B;
	font-weight: bold;
	font-size: .84rem;
	background: 0;
	border: 0;
	padding: 0;
	margin: 0
}

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

.news-list__item:hover a {
	color: #000;
	text-decoration: none
}

.news-list__item:hover h3 {
	color: #AA2B3B
}

.news-list__item--sport .kicker {
	background-color: #D3E2F2;
	color: #367CBA
}

.news-list__item-large {
	color: #000;
	display: block;
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
	margin-bottom: 1.25rem
}

.news-list__item-large .category {
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
	font-size: .84rem;
	background: 0;
	border: 0;
	padding: 0;
	margin: 0;
	display: block
}

.news-list__item-large .interview {
	color: #AA2B3B;
	text-transform: uppercase;
	font-size: .84rem;
	font-weight: 700
}

.news-list__item-large .item-wrapper {
	position: relative;
	margin-bottom: .25rem;
	display: block
}

.news-list__item-large .item-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
	opacity: .65
}

.news-list__item-large .thumb {
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.news-list__item-large .thumb img,
.news-list__item-large .thumb picture {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}

.news-list__item-large .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	padding-bottom: 30px;
	z-index: 10
}

.news-list__item-large .kicker {
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1;
	background-color: #FFE1DC;
	color: #AA2B3B;
	text-transform: uppercase;
	font-size: 1.15rem;
	margin-bottom: 1.35rem
}

.news-list__item-large h3 {
	font-family: "Libre Caslon Text", serif;
	font-weight: 900;
	font-size: 4rem;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65)
}

.news-list__item-large .media-wrapper {
	position: absolute;
	top: 15px;
	z-index: 10;
	display: flex;
	align-items: center
}

.news-list__item-large .media-wrapper .item {
	display: flex;
	background-color: #fff;
	box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.15);
	padding: 9px;
	margin-right: .5rem;
	color: #AA2B3B
}

.news-list__item-large .media-wrapper .item .icon {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #AA2B3B
}

.news-list__item-large .media-wrapper .item .icon img,
.news-list__item-large .media-wrapper .item .icon svg {
	width: 14px;
	height: 14px;
	display: block
}

.news-list__item-large .media-wrapper .item .icon path,
.news-list__item-large .media-wrapper .item .icon circle,
.news-list__item-large .media-wrapper .item .icon line,
.news-list__item-large .media-wrapper .item .icon polygon,
.news-list__item-large .media-wrapper .item .icon ellipse,
.news-list__item-large .media-wrapper .item .icon svg,
.news-list__item-large .media-wrapper .item .icon use {
	fill: #AA2B3B
}

.news-list__item-large .media-wrapper .item:first-child {
	border-radius: 0;
	position: relative
}

.news-list__item-large .media-wrapper .comments-icon {
	display: flex;
	line-height: 1;
	background-color: #fff;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	position: relative
}

.news-list__item-large .media-wrapper .comments-icon .number {
	color: #AA2B3B;
	font-weight: 700;
	margin-right: 8px
}

.news-list__item-large .media-wrapper .comments-icon .icon {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #AA2B3B;
	position: relative;
	top: 1px
}

.news-list__item-large .media-wrapper .comments-icon .icon img,
.news-list__item-large .media-wrapper .comments-icon .icon svg {
	width: 14px;
	height: 14px;
	display: block
}

.news-list__item-large .media-wrapper .comments-icon .icon path,
.news-list__item-large .media-wrapper .comments-icon .icon circle,
.news-list__item-large .media-wrapper .comments-icon .icon line,
.news-list__item-large .media-wrapper .comments-icon .icon polygon,
.news-list__item-large .media-wrapper .comments-icon .icon ellipse,
.news-list__item-large .media-wrapper .comments-icon .icon svg,
.news-list__item-large .media-wrapper .comments-icon .icon use {
	fill: #AA2B3B
}

.news-list__item-large:hover {
	color: #000;
	text-decoration: none
}

.news-list__item-large--sm .thumb {
	max-height: 400px;
	overflow: hidden
}

.news-list__item-large--sm .thumb img,
.news-list__item-large--sm .thumb picture {
	max-width: 100%
}

.news-list__item-large--sm h3 {
	font-size: 3.65rem
}

.news-list__item-list {
	display: flex;
	align-items: flex-start;
	color: #000;
	margin-bottom: 1.1rem;
	position: relative;
	width: 100%;
	word-wrap: break-word;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 1rem;
	padding-bottom: .5rem
}

.news-list__item-list .thumb {
	max-width: 200px;
	flex-shrink: 0;
	margin-right: 1rem;
	position: relative
}

.news-list__item-list .thumb img,
.news-list__item-list .thumb picture {
	max-width: 100%
}

.news-list__item-list .thumb:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
	opacity: .65
}

.news-list__item-list .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .12rem;
	min-height: 24px
}

.news-list__item-list .meta .category {
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
	font-size: .84rem;
	background: 0;
	border: 0;
	padding: 0;
	margin: 0
}

.news-list__item-list .kicker {
	display: block;
	line-height: 1;
	margin-bottom: .4rem;
	color: #AA2B3B;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	z-index: 10
}

.news-list__item-list h3,
.news-list__item-list .headline {
	font-family: "Libre Caslon Text", serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: .8;
	margin-bottom: .4rem
}

.news-list__item-list p {
	margin-bottom: .35rem;
	line-height: 1.25
}

.news-list__item-list:hover {
	color: #000;
	text-decoration: none
}

.news-list__item-list:hover h3,
.news-list__item-list:hover .headline {
	color: #AA2B3B
}

.news-list__item-list--sm {
	margin-bottom: .75rem;
	padding-bottom: .1rem
}

.news-list__item-list--sm .thumb {
	max-width: 120px;
	margin-right: .7rem
}

.news-list__item-list--sm .kicker {
	font-size: .875rem;
	margin-bottom: .2rem
}

.news-list__item-list--sm .headline {
	font-size: 0.875rem;
	line-height: 1.1;
	max-height: 70px;
	display: block;
	overflow: hidden;
	margin-bottom: 0
}

.news-list__item-list--footer .thumb {
	position: relative
}

.news-list__item-list--footer .thumb .kraj {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 12px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 1;
	color: #AA2B3B;
	background-color: #fff;
	text-transform: uppercase;
	font-size: .75rem;
	z-index: 10;
	margin-right: 10px
}

.news-list__item-list--footer .headline {
	color: #fff
}

.news-list__item-list--noborder {
	border-bottom: 0
}

.news-list__item--hp-sm {
	margin-bottom: 1.5rem
}

.news-list__item--hp-sm .thumb {
	height: 170px
}

@media screen and (max-width: 992px) {
	.news-list__item .thumb {
		width: 100%;
		height: auto
	}

	.news-list__item .thumb img,
	.news-list__item .thumb picture {
		max-width: 100%;
		max-height: none
	}

	.news-list__item--hp-sm p {
		display: none
	}

	.news-list__item--hp-sm .thumb {
		height: 125px
	}

	.news-list__item-large .item-wrapper {
		height: 100%
	}
}

@media screen and (max-width: 767px) {
	.news-list__title {
		display: block
	}

	.news-list__title h2,
	.news-list__title h1 {
		margin-bottom: .5rem
	}

	.news-list__item-large h3 {
		font-size: 4rem
	}

	.news-list__item-large .thumb {
		aspect-ratio: 3 / 2
	}
}

@media screen and (max-width: 576px) {
	.news-list--topicarticles {
		padding-left: 0;
		padding-right: 0
	}

	.news-list__title h2,
	.news-list__title h1 {
		font-size: 1.7rem
	}

	.news-list__item-list {
		display: block
	}

	.news-list__item-list .thumb {
		margin-bottom: .5rem;
		margin-right: 0
	}

	.news-list__item-list--sm .headline {
		max-height: none;
		overflow: visible
	}

	.news-list__item-large h3 {
		font-size: 2.5rem
	}

	.news-list__item-large .kicker {
		font-size: 1rem;
		margin-bottom: .75rem
	}

	.news-list__item-large .comments-icon {
		display: none
	}

	.news-list__item-large .text {
		padding: 12px
	}

	.news-list__item h3 {
		font-size: 1.5rem;
		height: auto;
		max-height: none
	}

	.news-list__item .kicker {
		font-size: .75rem;
		margin-right: 10px;
		overflow: hidden
	}

	.news-list__media .icon {
		width: 12px;
		height: 12px;
		background-size: contain;
		background-position: center;
		vertical-align: middle;
		display: inline-block
	}

	.news-list__media .icon img,
	.news-list__media .icon svg {
		width: 12px;
		height: 12px;
		display: block
	}

	.news-list__item-list--sm {
		margin-bottom: 1rem
	}

	.news-list__item-list--sm .thumb {
		max-width: none;
		height: auto
	}

	.news-list__item-list--sm .thumb img {
		width: 100%
	}

	.news-list__item--hp-sm .thumb {
		height: auto
	}
}

@media screen and (max-width: 525px) {
	.news-list__item-large h3 {
		font-size: 2rem
	}
}

.news-detail {
	padding-bottom: 30px;
	font-size: 1.125rem
}

.news-detail h1 {
	margin-bottom: 2.5rem;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-align: center
}

.news-detail h1 .headline {
	text-align: center;
	font-family: "Libre Caslon Text", serif;
	font-weight: bold;
	font-size: 3.125rem;
	line-height: 1;
	word-wrap: break-word;
	display: block
}

.news-detail h1 .kicker {
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1;
	background-color: #FFE1DC;
	color: #AA2B3B;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 1.35rem
}

.news-detail h2 {
	text-align: center;
	display: block;
	position: relative;
	padding-bottom: 5px;
	font-family: "Libre Caslon Text", serif;
	font-weight: 900;
	font-size: 2rem;
	margin-bottom: 1rem
}

.news-detail h2:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #AA2B3B;
	content: "";
	width: 90%;
	max-width: 80px;
	margin: 0 auto
}

.news-detail .text-sm {
	font-size: .875rem;
	color: rgba(0, 0, 0, 0.75)
}

.news-detail .old-article {
	background-color: #fccc00;
	color: #000;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
	font-size: 1rem
}

.news-detail--sport h1 .kicker {
	background-color: #D3E2F2;
	color: #367CBA
}

.news-detail__thumb {
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	text-align: center
}

.news-detail__thumb figcaption {
	text-align: left
}

.news-detail__thumb .main-thumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin-bottom: .75rem;
	display: block
}

.news-detail__thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}

.news-detail__text a {
	text-decoration: underline
}

.news-detail__text a:hover {
	text-decoration: none
}

.news-detail__text ol {
	list-style: none;
	padding: 0
}

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

.news-detail__text blockquote {
	padding-left: 1.15rem;
	border-left: 6px solid #AA2B3B
}

.news-detail__text blockquote i,
.news-detail__text blockquote em {
	font-size: .875rem;
	color: #666
}

.news-detail__text .tags {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.news-detail__text .tags li {
	margin-right: .5rem;
	margin-bottom: .5rem
}

.news-detail__text .tags a {
	text-decoration: none;
	font-weight: 700;
	color: #AA2B3B
}

.news-detail__text .tags a:hover {
	text-decoration: underline
}

.news-detail__text .author {
	display: flex;
	align-items: center;
	margin-top: 2.5rem;
	padding-bottom: 1.25rem
}

.news-detail__text .author .title {
	font-size: .875rem;
	display: block;
	line-height: 1.1
}

.news-detail__text .author .name {
	font-weight: 700
}

.news-detail__text .author .thumb {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px
}

.news-detail__share {
	margin-top: 15px;
	margin-bottom: 15px
}

.news-detail__share ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex
}

.news-detail__share li {
	padding: 8px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: .5rem;
	color: #fff;
	font-weight: 700;
	font-size: 0;
	cursor: pointer
}

.news-detail__share li .icon {
	width: 18px;
	height: 18px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #fff
}

.news-detail__share li .icon img,
.news-detail__share li .icon svg {
	width: 18px;
	height: 18px;
	display: block
}

.news-detail__share li .icon path,
.news-detail__share li .icon circle,
.news-detail__share li .icon line,
.news-detail__share li .icon polygon,
.news-detail__share li .icon ellipse,
.news-detail__share li .icon svg,
.news-detail__share li .icon use {
	fill: #fff
}

.news-detail__share .facebook {
	background-color: #3b5997
}

.news-detail__share .messenger {
	background-color: #3084ff
}

.news-detail__share .twitter {
	background-color: #55abee
}

.news-detail__share .email {
	background-color: #c8c8c8
}

.news-detail__share--top {
	margin-bottom: 30px
}

@media screen and (max-width: 767px) {
	.news-detail h1 .headline {
		font-size: 4rem
	}
}

@media screen and (max-width: 576px) {
	.news-detail h1 .headline {
		font-size: 2.5rem
	}

	.news-detail__text {
		font-size: 1.3125rem
	}

	.news-detail__text p,
	.news-detail__text ul,
	.news-detail__text ol,
	.news-detail__text table,
	.news-detail__text blockquote {
		font-size: 1.3125rem
	}
}

.breadcrumb {
	padding-bottom: 50px;
	padding-top: 15px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #000;
	margin: 0 auto
}

.breadcrumb .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.breadcrumb ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0
}

.breadcrumb li {
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.1px;
	font-size: .75rem;
	color: rgba(0, 0, 0, 0.5)
}

.breadcrumb li .home {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #AA2B3B;
	margin-right: 3px;
	position: relative;
	top: -1px
}

.breadcrumb li .home img,
.breadcrumb li .home svg {
	width: 14px;
	height: 14px;
	display: block
}

.breadcrumb li .home path,
.breadcrumb li .home circle,
.breadcrumb li .home line,
.breadcrumb li .home polygon,
.breadcrumb li .home ellipse,
.breadcrumb li .home svg,
.breadcrumb li .home use {
	fill: #AA2B3B
}

.breadcrumb a {
	color: rgba(0, 0, 0, 0.5);
	transition: color .3s
}

.breadcrumb .delimiter {
	margin-left: 2px;
	color: #9EA094;
	position: relative;
	top: -1px
}

.breadcrumb li:hover .home {
	fill: #AA2B3B
}

.breadcrumb li:hover .home path,
.breadcrumb li:hover .home circle,
.breadcrumb li:hover .home line,
.breadcrumb li:hover .home polygon,
.breadcrumb li:hover .home ellipse,
.breadcrumb li:hover .home svg,
.breadcrumb li:hover .home use {
	fill: #AA2B3B
}

.breadcrumb li:hover a {
	text-decoration: none;
	color: #AA2B3B
}

@media screen and (max-width: 992px) {
	.breadcrumb {
		width: 100%;
		margin-bottom: .5rem
	}

	.breadcrumb .wrapper {
		flex-wrap: wrap
	}

	.breadcrumb ul {
		justify-content: flex-start;
		flex-wrap: wrap
	}
}

@media screen and (max-width: 992px) {
	.breadcrumb {
		margin-bottom: 0
	}
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative
}

.pagination .btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
	max-width: 200px;
	text-align: center
}

.pagination .quantity {
	letter-spacing: 0.2px;
	color: #696C5E;
	font-weight: 500;
	font-size: .875rem;
	margin-right: 5rem
}

.pagination__ul {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
	margin-bottom: 1rem
}

.pagination__ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: auto
}

.pagination__item {
	display: inline-block;
	line-height: normal;
	margin: 1px;
	font-weight: 700;
	color: #000
}

.pagination__item a {
	display: block;
	color: #000;
	padding: 4px;
	transition: all .3s
}

.pagination__item .icon {
	fill: #565656
}

.pagination__item .icon path,
.pagination__item .icon circle,
.pagination__item .icon line,
.pagination__item .icon polygon,
.pagination__item .icon ellipse,
.pagination__item .icon svg,
.pagination__item .icon use {
	fill: #565656
}

.pagination__item a:hover {
	color: #AA2B3B;
	text-decoration: none
}

.pagination__item a:hover .icon {
	fill: #AA2B3B;
	opacity: 1
}

.pagination__item a:hover .icon path,
.pagination__item a:hover .icon circle,
.pagination__item a:hover .icon line,
.pagination__item a:hover .icon polygon,
.pagination__item a:hover .icon ellipse,
.pagination__item a:hover .icon svg,
.pagination__item a:hover .icon use {
	fill: #AA2B3B
}

.pagination__item--current {
	color: #AA2B3B;
	padding: 4px
}

.pagination__item--current a {
	color: #AA2B3B
}

.pagination__item--disabled {
	opacity: .5
}

.pagination__item--arrow .icon {
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #000;
	opacity: .5
}

.pagination__item--arrow .icon img,
.pagination__item--arrow .icon svg {
	width: 14px;
	height: 14px;
	display: block
}

.pagination__item--arrow .icon path,
.pagination__item--arrow .icon circle,
.pagination__item--arrow .icon line,
.pagination__item--arrow .icon polygon,
.pagination__item--arrow .icon ellipse,
.pagination__item--arrow .icon svg,
.pagination__item--arrow .icon use {
	fill: #000
}

.pagination__item--arrow .icon path,
.pagination__item--arrow .icon circle,
.pagination__item--arrow .icon line,
.pagination__item--arrow .icon polygon,
.pagination__item--arrow .icon ellipse,
.pagination__item--arrow .icon svg,
.pagination__item--arrow .icon use {
	transition: all .3s
}

@media screen and (max-width: 1000px) {
	.pagination .btn {
		position: static;
		margin-left: 0
	}
}

@media screen and (max-width: 767px) {
	.pagination {
		display: block;
		text-align: center
	}

	.pagination .btn {
		margin: 0 auto;
		margin-bottom: 1.5rem
	}

	.pagination .quantity {
		margin-right: 0
	}

	.pagination__ul {
		margin: 0 auto;
		max-width: 500px;
		flex-wrap: wrap
	}
}

@media screen and (max-width: 576px) {
	.pagination__item {
		font-size: .875rem
	}
}

.sidebar {
	margin-bottom: 1rem
}

.sidebar .more {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.1px;
	font-size: .75rem;
	color: rgba(0, 0, 0, 0.5);
	text-align: right;
	display: block
}

.sidebar__head {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px
}

.sidebar__head .headline {
	font-weight: 900;
	display: inline-block;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1;
	background-color: #AA2B3B;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem
}

.sidebar__head .headline--sport {
	background: #D3E2F2;
	color: #367CBA
}

.page {
	padding-bottom: 30px;
	min-height: 500px
}

.page h1 {
	text-align: left;
	font-family: "Libre Caslon Text", serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
	word-wrap: break-word;
	display: block
}

.page a {
	text-decoration: underline
}

.page .member {
	text-align: center;
	margin-bottom: 2rem
}

.page .member .thumb {
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: .75rem;
	background-color: rgba(0, 0, 0, 0.05)
}

.page .member .thumb img {
	max-width: 100%
}

.page .member h2 {
	margin-bottom: 0
}

.page .member span {
	display: block
}

.page .map {
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 50
}

.error__e404 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px
}

.error__e404 h1 {
	margin-bottom: 1.5rem
}

.error__e404 strong {
	display: block;
	font-size: 7rem;
	font-family: "Noticia Text", serif;
	font-weight: 900;
	line-height: .9
}

.comments {
	margin-top: 30px;
	margin-bottom: 30px
}

.comments h2 {
	text-align: left;
	padding: 0
}

.comments h2:after {
	display: none
}

.comments .close {
	cursor: pointer
}

.comments .close .icon {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	opacity: .25
}

.comments .close .icon img,
.comments .close .icon svg {
	width: 30px;
	height: 30px;
	display: block
}

.comments .voting {
	display: flex
}

.comments .voting .item {
	background-color: #fff;
	padding: 6px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: .75rem;
	color: #333;
	cursor: pointer;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	transition: all .3s
}

.comments .voting .icon {
	width: 18px;
	height: 18px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
	fill: #333;
	margin-right: 4px;
	position: relative;
	top: -2px
}

.comments .voting .icon img,
.comments .voting .icon svg {
	width: 18px;
	height: 18px;
	display: block
}

.comments .voting .icon path,
.comments .voting .icon circle,
.comments .voting .icon line,
.comments .voting .icon polygon,
.comments .voting .icon ellipse,
.comments .voting .icon svg,
.comments .voting .icon use {
	fill: #333
}

.comments .voting .icon path,
.comments .voting .icon circle,
.comments .voting .icon line,
.comments .voting .icon polygon,
.comments .voting .icon ellipse,
.comments .voting .icon svg,
.comments .voting .icon use {
	transition: all .3s
}

.comments .voting .number {
	font-weight: 700
}

.comments .voting .upvote.active {
	background-color: #159440;
	border-color: #159440;
	color: #fff
}

.comments .voting .upvote.active .icon {
	fill: #fff
}

.comments .voting .upvote.active .icon path,
.comments .voting .upvote.active .icon circle,
.comments .voting .upvote.active .icon line,
.comments .voting .upvote.active .icon polygon,
.comments .voting .upvote.active .icon ellipse,
.comments .voting .upvote.active .icon svg,
.comments .voting .upvote.active .icon use {
	fill: #fff
}

.comments .voting .upvote:not(.active):hover {
	border-color: #159440;
	color: #159440;
	text-decoration: none
}

.comments .voting .upvote:not(.active):hover .icon {
	fill: #159440
}

.comments .voting .upvote:not(.active):hover .icon path,
.comments .voting .upvote:not(.active):hover .icon circle,
.comments .voting .upvote:not(.active):hover .icon line,
.comments .voting .upvote:not(.active):hover .icon polygon,
.comments .voting .upvote:not(.active):hover .icon ellipse,
.comments .voting .upvote:not(.active):hover .icon svg,
.comments .voting .upvote:not(.active):hover .icon use {
	fill: #159440
}

.comments .voting .downvote.active {
	background-color: #a0383a;
	border-color: #a0383a;
	color: #fff
}

.comments .voting .downvote.active .icon {
	fill: #fff
}

.comments .voting .downvote.active .icon path,
.comments .voting .downvote.active .icon circle,
.comments .voting .downvote.active .icon line,
.comments .voting .downvote.active .icon polygon,
.comments .voting .downvote.active .icon ellipse,
.comments .voting .downvote.active .icon svg,
.comments .voting .downvote.active .icon use {
	fill: #fff
}

.comments .voting .downvote:not(.active):hover {
	border-color: #a0383a;
	color: #a0383a;
	text-decoration: none
}

.comments .voting .downvote:not(.active):hover .icon {
	fill: #a0383a
}

.comments .voting .downvote:not(.active):hover .icon path,
.comments .voting .downvote:not(.active):hover .icon circle,
.comments .voting .downvote:not(.active):hover .icon line,
.comments .voting .downvote:not(.active):hover .icon polygon,
.comments .voting .downvote:not(.active):hover .icon ellipse,
.comments .voting .downvote:not(.active):hover .icon svg,
.comments .voting .downvote:not(.active):hover .icon use {
	fill: #a0383a
}

.comments__new {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.03);
	margin-bottom: 1rem
}

.comments__new textarea {
	height: 21px;
	width: calc(100% - 30px)
}

.comments__new textarea:focus,
.comments__new textarea.toggle-show {
	height: 100px
}

.comments__item {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.03);
	margin-bottom: 1rem;
	overflow: hidden
}

.comments__item .author {
	display: block;
	color: #555
}

.comments__item .time {
	display: block;
	color: #aaa
}

.comments__item .text {
	margin-bottom: 0
}

.comments__item .title {
	margin-bottom: 0
}

.comments__item .reply {
	margin-top: .5rem
}

.comments__item .reply textarea {
	height: 21px;
	width: calc(100% - 30px)
}

.comments__item .reply textarea:focus,
.comments__item .reply textarea.toggle-show {
	height: 100px
}

.comments__item .reply .btn {
	flex-shrink: 0;
	position: relative;
	left: -2px
}

.comments__item .report {
	display: flex;
	justify-content: flex-end
}

.comments__item .report button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: .4;
	font-size: .875rem
}

.comments__item .report button:hover {
	text-decoration: none;
	color: #000
}

.comments__item .answer {
	margin-top: 1rem;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.03)
}

.comments__item:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 576px) {
	.comments__item .time {
		margin-bottom: 1rem
	}

	.comments__item .voting .item {
		margin-left: 0;
		margin-right: .4rem;
		padding-left: 15px;
		padding-right: 15px
	}
}

.modal-dialog {
	position: relative
}

.modal-dialog .close {
	position: absolute;
	width: 15px;
	height: 25px;
	right: 10px;
	top: 10px;
	background: transparent;
	display: block;
	border: 0;
	font-size: 1rem;
	transition: all .3s;
	font-weight: 700
}

.modal-dialog .close:hover {
	color: #AA2B3B
}

.modal-content .modal-title {
	font-size: 1.125rem;
	font-weight: 700
}

.modal-content textarea {
	height: 80px
}

.modal--map .hv-map {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 2rem;
	margin-top: 1rem
}

.modal--map .hv-map .svg {
	width: 280px;
	height: 160px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	display: inline-block
}

.modal--map .hv-map .svg img,
.modal--map .hv-map .svg svg {
	width: 280px;
	height: 160px;
	display: block
}

.modal--map .hv-map .st1 {
	fill: #e1e1e1
}

.modal--map .hv-map .kraj {
	fill: #AA2B3B;
	transition: all .3s;
	cursor: pointer
}

.modal--map .hv-map .kraj:hover {
	fill: #555555
}

.modal--map .hv-map .kraj.active {
	fill: #555555
}

.modal--map .title {
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: 2rem;
	text-transform: uppercase
}

.modal--map .vecerniky-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	list-style: none;
	padding: 0;
	margin-bottom: 1rem
}

.modal--map .vecerniky-list li {
	padding: 0;
	margin: 0
}

.modal--map .vecerniky-list li a {
	transition: color .3s
}

.modal--map .vecerniky-list li:after {
	content: ", ";
	white-space: pre
}

.modal--map .vecerniky-list .title:after {
	content: " "
}

.modal--map .vecerniky-list li:last-child:after {
	display: none
}

.modal--map .vecerniky-list li:hover a {
	color: #AA2B3B;
	text-decoration: none
}

.gallery {
	margin-bottom: 30px
}

.gallery .gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.gallery__item {
	width: calc(100% / 3 - 16px);
	margin: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 200px;
	overflow: hidden
}

.gallery__item img {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	max-width: none
}

@media screen and (max-width: 576px) {
	.gallery__item {
		width: calc(100% / 2 - 16px)
	}
}

.banner {
	background-color: rgba(0, 0, 0, 0.05);
	display: block;
	width: 300px;
	max-height: 250px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 25px
}

.banner img {
	max-width: 100%
}

.banner.vertical {
	max-height: 600px
}

.banner .banner-text {
	position: absolute;
	left: 0;
	bottom: -18px;
	padding-top: 5px;
	font-size: .7rem;
	color: rgba(0, 0, 0, 0.35)
}

.banner .item {
	display: block;
	overflow: hidden
}

.banner--article-detail {
	position: sticky;
	top: 15px
}

.banner--mobile {
	display: none
}

.hp-banner {
	display: block;
	max-width: 100%;
	margin-bottom: 2rem
}

.hp-banner .wrapper {
	position: relative
}

.hp-banner .wrapper-2 {
	width: 100%;
	display: block
}

.hp-banner .wrapper-3 {
	position: relative;
	display: inline-block
}

.hp-banner .banner-text {
	position: absolute;
	right: 0;
	bottom: -18px;
	padding-top: 5px;
	font-size: .7rem;
	color: rgba(0, 0, 0, 0.35)
}

.hp-banner--2 {
	margin-bottom: 3rem;
	margin-top: .75rem;
	text-align: center
}

.hp-banner--desktop {
	display: block
}

.hp-banner--mobile {
	display: none;
	text-align: center
}

.hp-banner--mobile img {
	max-width: 100%
}

.banner--maxheightnone {
	max-height: none
}

@media screen and (max-width: 992px) {
	.hp-banner--desktop {
		display: none
	}

	.hp-banner--mobile {
		display: block
	}
}

@media screen and (max-width: 576px) {
	.banner--mobile {
		display: block;
		margin-top: 30px
	}
}

.page-banners {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	height: 100%;
	background-color: #E5F5FE
}

.page-banners__aside {
	flex-shrink: 1;
	flex-grow: 1;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	height: 100vh;
	position: sticky;
	top: 0;
	width: calc((100% - 1000px) / 2)
}

.page-banners__aside a {
	display: block;
	width: 100%
}

.page-banners__top {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2
}

.page-banners__top img {
	max-width: 100%
}

.page-banners__aside-page {
	max-width: 1000px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.page-banners__aside--left {
	text-align: right;
	justify-content: flex-end
}

.page-banners__aside--right {
	text-align: left
}

@media screen and (max-width: 576px) {
	.page-banners__top {
		background-color: #fff;
		padding-bottom: 1rem
	}
}

.oltv {
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 45px;
	background-color: #AA2B3B;
	overflow: hidden;
	margin-bottom: 15px;
	color: #fff;
	margin-bottom: 2rem
}

/* holpuch */
.oltv {
	margin-bottom: 1.25rem
}

.oltv .title {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #fff
}

.oltv .item-title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700
}

.oltv a:hover {
	text-decoration: none
}

.glosy .item-category {
	position: absolute;
	top: -1px;
	left: 15px;
	-ms-transform: rotate(-90deg);
	text-align: center;
	text-transform: uppercase;
	background: #FFE1DC;
	color: #AA2B3B;
	font-weight: 700;
	padding: 0.125rem 0.625rem;
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: left top
}

.glosy .col-relative {
	position: relative
}

.glosy .item-date {
	margin-bottom: 0.125rem;
	color: white
}

.glosy .item-title {
	font-weight: 700;
	font-size: 1.25rem;
	font-family: "Libre Caslon Text", serif;
	line-height: 1.2;
	min-height: 2em;
	margin-bottom: 0.625rem
}

.glosy .item-text {
	padding: 0 0 0.625rem 0;
	width: 300px
}

.glosy .item-text .link img {
	max-width: 100%;
	margin-bottom: 0.25rem
}

.glosy .author img {
	width: 70px;
	height: 70px
}

.glosy .author .name {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.15;
	color: white
}

.glosy .author-text {
	padding: 0.375rem
}

.glosy .author-text .name,
.glosy .author-text .desc {
	line-height: 1.15
}



/* holpuch */
.glosy .author {
	margin-top: 25px
}

.glosy .author img {
	width: 60px;
	height: 60px
}

.glosy .author-text {
	padding: 0 0 0 0.75rem
}

.glosy .author .name {
	font-size: 1rem;
	margin-bottom: 5px;
}

.glosy .author-text .desc {
	font-size: .875rem;
}






.container-fluid {
	max-width: 1000px;
	_width: 1000px;
	background-color: #fff
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important
}

.page-wrapper {
	position: relative;
	z-index: 10
}</pre></body></html>