/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 1024px;
	--breakpoint-xl: 1366px;
	--font-family-sans-serif: -apple-system, "Helvetica", Arial, sans-serif;
	--font-family-monospace: monospace
}

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

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

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

body {
	margin: 0;
	font-size: .8rem;
	font-weight: 300;
	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[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

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

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

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

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

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

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

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

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

figure {
	margin: 0 0 1rem
}

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

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

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

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

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

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

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

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

.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: 750px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 970px
	}
}

@media (min-width:1366px) {
	.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>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

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

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

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

.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: 100%
	}

	.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: 100%
	}

	.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:1024px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

	.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:1366px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

.form-control:disabled,
.form-control[readonly] {
	opacity: 1
}

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

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

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

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

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .7rem;
	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-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

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

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

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

textarea.form-control {
	height: auto
}

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
	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: .25rem .5rem;
	margin-top: .1rem;
	font-size: .7rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
	display: 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 .custom-select,
	.form-inline .input-group {
		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;
		flex-shrink: 0;
		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
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .8rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

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

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

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

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

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

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

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

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

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

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

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

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

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

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

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

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

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

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

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
	transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
	white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
	display: block
}

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

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

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	padding: 10px 0;
	border-radius: .25rem
}

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

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

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

.card-body {
	flex: 1 1 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #010f2a;
	line-height: 1.4
}

.card-body ul {
	margin-left: 20px;
	margin-bottom: 20px
}

.card-body ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0
}

.card-body ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #424242
}

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

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

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

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

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

.card-header {
	font-family: KingsCaslon, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #010f2a;
	line-height: 1.929;
	margin-bottom: 25px;
	cursor: pointer;
	position: relative;
	padding-right: 40px;
	letter-spacing: 1px !important
}

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

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

.card-header:before {
	content: "\f147";
	font-family: awesome;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #9e9e9e;
	margin-top: 4px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 1
}

.card-header.collapsed:before {
	content: "\f196"
}

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

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

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

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

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

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
	display: flex;
	flex-direction: column
}

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

@media (min-width:576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: flex;
	flex-direction: column
}

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

@media (min-width:576px) {
	.card-group {
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

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

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

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

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

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion {
	width: 100%
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

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

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
	overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
	opacity: 0
}

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

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

.modal-header .close {
	padding: 1rem 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 #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

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

.modal-footer>: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-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}

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

@media (min-width:1024px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

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

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

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

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

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

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

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

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

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

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

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

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

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	/* display:none!important */
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: 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:1024px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

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

@media (min-width:1366px) {
	.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

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

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

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

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

.flex-row {
	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:1024px) {
	.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:1366px) {
	.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:1024px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1366px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:1024px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1366px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

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

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

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

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

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

@media (min-width:1024px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

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

@media (min-width:1366px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

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

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

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

.font-weight-bolder {
	font-weight: bolder !important
}

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

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

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

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3 !important
}

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

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54 !important
}

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

a.text-success:focus,
a.text-success:hover {
	color: #19692c !important
}

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

a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 1024px !important
	}

	.container {
		min-width: 1024px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

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

	.table-dark {
		color: inherit
	}

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

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.mapboxgl-map {
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mapboxgl-map:-webkit-full-screen {
	width: 100%;
	height: 100%
}

.mapboxgl-canary {
	background-color: salmon
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass {
	cursor: -webkit-grab;
	cursor: grab;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass:active {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
	touch-action: pan-x pan-y
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
	touch-action: pinch-zoom
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
	touch-action: none
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
	position: absolute;
	pointer-events: none;
	z-index: 2
}

.mapboxgl-ctrl-top-left {
	top: 0;
	left: 0
}

.mapboxgl-ctrl-top-right {
	top: 0;
	right: 0
}

.mapboxgl-ctrl-bottom-left {
	bottom: 0;
	left: 0
}

.mapboxgl-ctrl-bottom-right {
	right: 0;
	bottom: 0
}

.mapboxgl-ctrl {
	clear: both;
	pointer-events: auto
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
	margin: 10px 0 0 10px;
	float: left
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
	margin: 10px 10px 0 0;
	float: right
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
	margin: 0 0 10px 10px;
	float: left
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
	margin: 0 10px 10px 0;
	float: right
}

.mapboxgl-ctrl-group {
	border-radius: 4px;
	overflow: hidden;
	background: #fff
}

.mapboxgl-ctrl-group:not(:empty) {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}

.mapboxgl-ctrl-group>button {
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
	background-color: transparent;
	cursor: pointer
}

.mapboxgl-ctrl-group>button+button {
	border-top: 1px solid #ddd
}

.mapboxgl-ctrl>button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.mapboxgl-ctrl>button:hover {
	background-color: rgba(0, 0, 0, .05)
}

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon>.mapboxgl-ctrl-compass-arrow {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mapboxgl-ctrl-icon {
	padding: 5px
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
	-webkit-animation: mapboxgl-spin 2s infinite linear;
	animation: mapboxgl-spin 2s infinite linear
}

@-webkit-keyframes mapboxgl-spin {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes mapboxgl-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E")
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow {
	width: 20px;
	height: 20px;
	margin: 5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
	background-repeat: no-repeat;
	display: inline-block
}

a.mapboxgl-ctrl-logo {
	width: 85px;
	height: 21px;
	margin: 0 0 -3px -3px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E")
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
	width: 21px;
	height: 21px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E")
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	padding: 0 5px;
	background-color: rgba(255, 255, 255, .5);
	margin: 0
}

@media screen {
	.mapboxgl-ctrl-attrib.mapboxgl-compact {
		margin: 10px;
		position: relative;
		background-color: #fff;
		border-radius: 3px 12px 12px 3px
	}

	.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
		padding: 2px 24px 2px 4px;
		visibility: visible
	}

	.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
	.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
		padding: 2px 4px 2px 24px;
		border-radius: 12px 3px 3px 12px
	}

	.mapboxgl-ctrl-attrib.mapboxgl-compact>* {
		display: none
	}

	.mapboxgl-ctrl-attrib.mapboxgl-compact:hover>* {
		display: inline
	}

	.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
		content: '';
		cursor: pointer;
		position: absolute;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
		background-color: rgba(255, 255, 255, .5);
		width: 24px;
		height: 24px;
		box-sizing: border-box;
		border-radius: 12px
	}

	.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
		bottom: 0;
		right: 0
	}

	.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
		top: 0;
		right: 0
	}

	.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
		top: 0;
		left: 0
	}

	.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
		bottom: 0;
		left: 0
	}
}

.mapboxgl-ctrl-attrib a {
	color: rgba(0, 0, 0, .75);
	text-decoration: none
}

.mapboxgl-ctrl-attrib a:hover {
	color: inherit;
	text-decoration: underline
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
	font-weight: 700;
	margin-left: 2px
}

.mapboxgl-attrib-empty {
	display: none
}

.mapboxgl-ctrl-scale {
	background-color: rgba(255, 255, 255, .75);
	font-size: 10px;
	border-width: medium 2px 2px;
	border-style: none solid solid;
	border-color: #333;
	padding: 0 5px;
	color: #333;
	box-sizing: border-box
}

.mapboxgl-popup {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	will-change: transform;
	pointer-events: none
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
	flex-direction: column
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
	flex-direction: column-reverse
}

.mapboxgl-popup-anchor-left {
	flex-direction: row
}

.mapboxgl-popup-anchor-right {
	flex-direction: row-reverse
}

.mapboxgl-popup-tip {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	z-index: 1
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	align-self: center;
	border-top: none;
	border-bottom-color: #fff
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
	align-self: flex-start;
	border-top: none;
	border-left: none;
	border-bottom-color: #fff
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
	align-self: flex-end;
	border-top: none;
	border-right: none;
	border-bottom-color: #fff
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	align-self: center;
	border-bottom: none;
	border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
	align-self: flex-start;
	border-bottom: none;
	border-left: none;
	border-top-color: #fff
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
	align-self: flex-end;
	border-bottom: none;
	border-right: none;
	border-top-color: #fff
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	align-self: center;
	border-left: none;
	border-right-color: #fff
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	align-self: center;
	border-right: none;
	border-left-color: #fff
}

.mapboxgl-popup-close-button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0 3px 0 0;
	cursor: pointer;
	background-color: transparent
}

.mapboxgl-popup-close-button:hover {
	background-color: rgba(0, 0, 0, .05)
}

.mapboxgl-popup-content {
	position: relative;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding: 10px 10px 15px;
	pointer-events: auto
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
	border-top-left-radius: 0
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
	border-top-right-radius: 0
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
	border-bottom-left-radius: 0
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
	border-bottom-right-radius: 0
}

.mapboxgl-marker {
	position: absolute;
	top: 0;
	left: 0;
	will-change: transform
}

.mapboxgl-user-location-dot {
	background-color: #1da1f2;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, .25)
}

.mapboxgl-user-location-dot::before {
	background-color: #1da1f2;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	-webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
	animation: mapboxgl-user-location-dot-pulse 2s infinite
}

.mapboxgl-user-location-dot::after {
	border-radius: 50%;
	border: 2px solid #fff;
	content: '';
	height: 19px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 19px;
	box-sizing: border-box
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1
	}

	70% {
		-webkit-transform: scale(3);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes mapboxgl-user-location-dot-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	70% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.mapboxgl-user-location-dot-stale {
	background-color: #aaa
}

.mapboxgl-user-location-dot-stale::after {
	display: none
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
	cursor: crosshair
}

.mapboxgl-boxzoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: #fff;
	border: 2px dotted #202020;
	opacity: .5
}

@media print {
	.mapbox-improve-map {
		display: none
	}
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder *,
.mapboxgl-ctrl-geocoder :after,
.mapboxgl-ctrl-geocoder :before {
	box-sizing: border-box
}

.mapboxgl-ctrl-geocoder {
	font: 15px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
	width: 33.3333%;
	min-width: 240px;
	max-width: 360px;
	z-index: 1;
	border-radius: 3px
}

.mapboxgl-ctrl-geocoder input[type=text] {
	font-size: 12px;
	width: 100%;
	border: 0;
	background-color: transparent;
	height: 40px;
	margin: 0;
	color: rgba(0, 0, 0, .5);
	padding: 10px 10px 10px 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mapboxgl-ctrl-geocoder input:focus {
	color: rgba(0, 0, 0, .75);
	outline: 0;
	box-shadow: none;
	outline: thin dotted\8
}

.mapboxgl-ctrl-geocoder .geocoder-icon-search {
	position: absolute;
	top: 10px;
	left: 10px
}

.mapboxgl-ctrl-geocoder button {
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: none;
	cursor: pointer
}

.mapboxgl-ctrl-geocoder .geocoder-pin-right * {
	background-color: #fff;
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 10px;
	display: none
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder ul {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}

.mapboxgl-ctrl-geocoder ul {
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 1000;
	overflow: hidden;
	font-size: 12px
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder ul,
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-geocoder ul {
	top: auto;
	bottom: 100%
}

.mapboxgl-ctrl-geocoder ul>li>a {
	clear: both;
	cursor: default;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #404040
}

.mapboxgl-ctrl-geocoder ul>li:last-child>a {
	border-bottom: none
}

.mapboxgl-ctrl-geocoder ul>li>a:hover {
	color: #202020;
	background-color: #f3f3f3;
	text-decoration: none;
	cursor: pointer
}

.mapboxgl-ctrl-geocoder ul>li.active>a {
	color: #202020;
	background-color: #e3e3e3;
	text-decoration: none;
	cursor: pointer
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.geocoder-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	speak: none;
	background-repeat: no-repeat
}

.geocoder-icon-search {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmVyc2lvbj0iMS4xIj4NCiAgPHBhdGggZD0iTTguNSA0QzYgNCA0IDYgNCA4LjUgNCAxMSA2IDEzIDguNSAxMyA5LjQgMTMgMTAuMiAxMi44IDEwLjggMTIuM0wxMC45IDEyLjMgMTQuMyAxNS43QzE0LjUgMTUuOSAxNC43IDE2IDE1IDE2IDE1LjYgMTYgMTYgMTUuNiAxNiAxNSAxNiAxNC43IDE1LjkgMTQuNSAxNS43IDE0LjNMMTIuMyAxMC45IDEyLjMgMTAuOEMxMi44IDEwLjIgMTMgOS40IDEzIDguNSAxMyA2IDExIDQgOC41IDR6TTguNSA1LjVDMTAuMiA1LjUgMTEuNSA2LjggMTEuNSA4LjUgMTEuNSAxMC4yIDEwLjIgMTEuNSA4LjUgMTEuNSA2LjggMTEuNSA1LjUgMTAuMiA1LjUgOC41IDUuNSA2LjggNi44IDUuNSA4LjUgNS41eiIgZmlsbD0iIzAwMCIvPg0KPC9zdmc+)
}

.geocoder-icon-close {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjIwIiB3aWR0aD0iMjAiPg0KICA8cGF0aCBkPSJtNSA1IDAgMS41IDMuNSAzLjUtMy41IDMuNSAwIDEuNSAxLjUgMCAzLjUtMy41IDMuNSAzLjUgMS41IDAgMC0xLjUtMy41LTMuNSAzLjUtMy41IDAtMS41LTEuNSAwLTMuNSAzLjUtMy41LTMuNS0xLjUgMHoiIGZpbGw9IiMwMDAiLz4NCjwvc3ZnPg==)
}

.geocoder-icon-loading {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Im0xMCAyIDAgMy4zYzIuNiAwIDQuNyAyLjEgNC43IDQuN2wzLjMgMGMwLTQuNC0zLjYtOC04LTh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTEwIDJDNi44IDIgMy43IDQuMSAyLjYgNy4xIDEuNCAxMCAyLjEgMTMuNiA0LjUgMTUuOGMyLjQgMi40IDYuNCAyLjkgOS40IDEuMiAyLjUtMS40IDQuMi00LjIgNC4yLTctMS4xIDAtMi4yIDAtMy4zIDAgMC4xIDIuMi0xLjcgNC4zLTMuOCA0LjZDOC43IDE1IDYuNCAxMy44IDUuNyAxMS43IDQuOCA5LjcgNS42IDcuMSA3LjYgNiA4LjMgNS42IDkuMSA1LjMgMTAgNS4zYzAtMS4xIDAtMi4yIDAtMy4zeiIgc3R5bGU9ImZpbGw6IzAwMDtvcGFjaXR5OjAuMiIvPjwvc3ZnPg==);
	-webkit-animation: rotate .4s linear infinite;
	animation: rotate .4s linear infinite
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em
}

.daterangepicker:after,
.daterangepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, .2);
	content: ''
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
	right: 9px
}

.daterangepicker.opensleft:after {
	right: 10px
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.opensright:before {
	left: 9px
}

.daterangepicker.opensright:after {
	left: 10px
}

.daterangepicker.drop-up {
	margin-top: -7px
}

.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none
}

.daterangepicker.single .drp-selected {
	display: none
}

.daterangepicker.show-calendar .drp-calendar {
	display: block
}

.daterangepicker.show-calendar .drp-buttons {
	display: block
}

.daterangepicker.auto-apply .drp-buttons {
	display: none
}

.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
	padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid #000;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px
}

.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #999
}

.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff
}

.daterangepicker th.month {
	width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}

.daterangepicker select.yearselect {
	width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}

.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle
}

.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer
}

.daterangepicker .ranges li:hover {
	background-color: #eee
}

.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff
}

@media (min-width:564px) {
	.daterangepicker {
		width: auto
	}

	.daterangepicker .ranges ul {
		width: 140px
	}

	.daterangepicker.single .ranges ul {
		width: 100%
	}

	.daterangepicker.single .drp-calendar.left {
		clear: none
	}

	.daterangepicker.single .drp-calendar,
	.daterangepicker.single .ranges {
		float: left
	}

	.daterangepicker {
		direction: ltr;
		text-align: left
	}

	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.daterangepicker .drp-calendar.right {
		margin-left: 0
	}

	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px
	}

	.daterangepicker .drp-calendar,
	.daterangepicker .ranges {
		float: left
	}
}

@media (min-width:730px) {
	.daterangepicker .ranges {
		width: auto
	}

	.daterangepicker .ranges {
		float: left
	}

	.daterangepicker.rtl .ranges {
		float: right
	}

	.daterangepicker .drp-calendar.left {
		clear: none !important
	}
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
	padding: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker-rtl {
	direction: rtl
}

.datepicker-rtl.dropdown-menu {
	left: auto
}

.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}

.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker td,
.datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}

.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background-color: #fde19a;
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
	background-color: #fdf59a
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
	background-color: #fbf069\9
}

.datepicker table tr td.today:hover:hover {
	color: #000
}

.datepicker table tr td.today.active:hover {
	color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
	background: #eee;
	border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
	background-color: #f3d17a;
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
	background-color: #f3e97a
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
	background-color: #efe24b\9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
	background-color: #9e9e9e;
	background-image: linear-gradient(to bottom, #b3b3b3, grey);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='grey', GradientType=0);
	border-color: grey grey #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
	background-color: grey
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
	background-color: #666\9
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
	background-color: #04c
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
	background-color: #039\9
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
	background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
	background-color: #04c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: #039\9
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #999
}

.datepicker .datepicker-switch {
	width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
	visibility: hidden
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
	cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
	margin-top: 3px
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px
}

/*!
 * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
	display: none !important
}

.bootstrap-select {
	width: 220px\0;
	vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
	position: relative;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
	margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
	color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: .5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
	z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
	border-color: #28a745
}

.bootstrap-select.fit-width {
	width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	/* width:220px; */
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: thin dotted #333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
	height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	float: none;
	z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
	width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
	padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
	padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
	padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
	width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
	cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
	outline: 0 !important
}

.bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0 !important;
	padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
	position: static;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow: hidden;
	flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
	padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	padding-top: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
	padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
	width: 0 !important;
	float: left;
	opacity: 0 !important;
	overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select .dropdown-menu {
	min-width: 100%;
	box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
	outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none
}

.bootstrap-select .dropdown-menu li {
	position: relative
}

.bootstrap-select .dropdown-menu li.active small {
	color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	box-sizing: border-box
}

.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
	content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
	content: '';
	display: block;
	width: .5em;
	height: 1em;
	border-style: solid;
	border-width: 0 .26em .26em 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
	display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #010f2a;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(../images/default-skin.svg) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../images/default-skin.svg)
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: 0 0
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(/images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
.tablesaw {
	width: 100%;
	max-width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 0;
	padding: 0
}

.tablesaw * {
	box-sizing: border-box
}

.tablesaw-btn {
	border: 1px solid #ccc;
	border-radius: .25em;
	background: 0 0;
	box-shadow: 0 1px 0 #fff;
	color: #4a4a4a;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: .5em .85em .4em .85em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.tablesaw-btn {
	color: #1c95d4
}

.tablesaw-btn:hover {
	text-decoration: none
}

.tablesaw-btn:active {
	background-color: #ddd
}

@supports (box-shadow:none) {
	.tablesaw-btn:focus {
		background-color: #fff;
		outline: 0
	}

	.tablesaw-btn:focus {
		box-shadow: 0 0 .35em #4faeef !important
	}
}

.tablesaw-btn-select select {
	background: 0 0;
	border: none;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
	opacity: 0;
	color: transparent
}

.tablesaw-btn select option {
	background: #fff;
	color: #000
}

.tablesaw-btn {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0
}

.tablesaw-btn.btn-small {
	font-size: 1.0625em;
	line-height: 19px;
	padding: .3em 1em .3em 1em
}

.tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .4em .7em .25em .7em
}

.tablesaw-btn-select {
	padding-right: 1.5em;
	text-align: left;
	display: inline-block;
	color: #4d4d4d;
	padding-right: 2.5em;
	min-width: 7.25em
}

.tablesaw-btn-select:after {
	content: " ";
	position: absolute;
	background: 0 0;
	background-repeat: no-repeat;
	background-position: .25em .45em;
	content: "\25bc";
	font-size: .55em;
	padding-top: 1.2em;
	padding-left: 1em;
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	width: 1.8em
}

.tablesaw-btn-select.btn-micro:after,
.tablesaw-btn-select.btn-small:after {
	width: 1.2em;
	font-size: .5em;
	padding-top: 1em;
	padding-right: .5em;
	line-height: 1.65;
	background: 0 0;
	box-shadow: none;
	border-left-width: 0
}

.tablesaw-advance .tablesaw-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	text-shadow: 0 1px 0 #fff;
	border-radius: .25em
}

.tablesaw-advance .tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .3em .7em .25em .7em
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
	margin-left: 0
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
	margin-right: 0
}

.tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	width: 1.8em;
	height: 1.8em;
	background-position: 50% 50%;
	margin-left: .25em;
	margin-right: .25em;
	position: relative;
	text-indent: -9999px
}

.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
	content: "\0020";
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid grey
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid grey
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
	border-right: 5px solid grey
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
	border-left: 5px solid grey
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
	opacity: .25;
	cursor: default;
	pointer-events: none
}

.tablesaw-bar {
	clear: both
}

.tablesaw-bar * {
	box-sizing: border-box
}

.tablesaw-bar-section {
	float: left
}

.tablesaw-bar-section label {
	font-size: .875em;
	padding: .5em 0;
	clear: both;
	display: block;
	color: #888;
	margin-right: .5em;
	text-transform: uppercase
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
	margin-top: .5em;
	margin-bottom: .5em
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
	margin-bottom: 0
}

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
	margin-left: .4em;
	margin-top: 0;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	background: 0 0;
	font-size: 1em;
	padding-left: .3em
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
	min-width: 0
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
	padding-top: .9em
}

.tablesaw-bar .tablesaw-bar-section select {
	color: #888;
	text-transform: none;
	background: 0 0
}

.tablesaw-bar-section~table {
	clear: both
}

.tablesaw-bar-section .abbreviated {
	display: inline
}

.tablesaw-bar-section .longform {
	display: none
}

@media (min-width:24em) {
	.tablesaw-bar-section .abbreviated {
		display: none
	}

	.tablesaw-bar-section .longform {
		display: inline
	}
}

.tablesaw td,
.tablesaw th {
	padding: .5em .7em;
	text-align: left;
	vertical-align: middle
}

.tablesaw-sortable-btn {
	padding: .5em .7em
}

.tablesaw thead th {
	text-align: left
}

.tablesaw-row-border tr {
	border-bottom: 1px solid #dfdfdf
}

.tablesaw-row-zebra tr:nth-child(2n) {
	background-color: #f8f8f8
}

.tablesaw caption {
	text-align: left;
	margin: .59375em 0
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
	border-right: 2px solid #e4e1de
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	border-right-width: 1px
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	box-shadow: 3px 0 4px -1px #e4e1de
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
	display: none
}

@media only all {
	.tablesaw-stack {
		clear: both
	}

	.tablesaw-stack td,
	.tablesaw-stack th {
		text-align: left;
		display: block
	}

	.tablesaw-stack tr {
		clear: both;
		display: table-row
	}

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		display: inline-block;
		padding: 0 .6em 0 0;
		width: 30%
	}

	.tablesaw-stack td .tablesaw-cell-label-top,
	.tablesaw-stack th .tablesaw-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0
	}

	.tablesaw-cell-label {
		display: block
	}

	.tablesaw-stack tbody th.group {
		margin-top: -1px
	}

	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important
	}
}

@media (max-width:39.9375em) {
	.tablesaw-stack tbody tr {
		display: block;
		width: 100%;
		border-bottom: 1px solid #dfdfdf
	}

	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: none
	}

	.tablesaw-stack tbody td,
	.tablesaw-stack tbody th {
		display: block;
		float: left;
		clear: left;
		width: 100%
	}

	.tablesaw-cell-label {
		vertical-align: top
	}

	.tablesaw-cell-content {
		display: inline-block;
		max-width: 67%
	}

	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content,
	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0
	}

	.tablesaw-stack td:empty,
	.tablesaw-stack th:empty {
		display: none
	}
}

@media (min-width:40em) {
	.tablesaw-stack tr {
		display: table-row
	}

	.tablesaw-stack td,
	.tablesaw-stack th,
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: table-cell;
		margin: 0
	}

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		display: none !important
	}
}

.tablesaw-fix-persist {
	table-layout: fixed
}

@media only all {

	.tablesaw-swipe td.tablesaw-swipe-cellhidden,
	.tablesaw-swipe th.tablesaw-swipe-cellhidden {
		display: none
	}
}

.tablesaw-overflow {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.tablesaw-overflow>.tablesaw {
	margin-top: 2px
}

.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block
}

.tablesaw-columntoggle-btnwrap {
	position: relative
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	padding: .5em
}

.tablesaw-columntoggle tbody td {
	line-height: 1.5
}

.tablesaw-columntoggle-popup {
	display: none
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fff;
	padding: .5em .8em;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: .2em;
	z-index: 1
}

.tablesaw-columntoggle-popup fieldset {
	margin: 0
}

@media only all {

	.tablesaw-columntoggle td.tablesaw-priority-0,
	.tablesaw-columntoggle td.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-6,
	.tablesaw-columntoggle th.tablesaw-priority-0,
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle th.tablesaw-priority-6 {
		display: none
	}
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none
}

@media (min-width:20em) {

	.tablesaw-columntoggle td.tablesaw-priority-1,
	.tablesaw-columntoggle th.tablesaw-priority-1 {
		display: table-cell
	}
}

@media (min-width:30em) {

	.tablesaw-columntoggle td.tablesaw-priority-2,
	.tablesaw-columntoggle th.tablesaw-priority-2 {
		display: table-cell
	}
}

@media (min-width:40em) {

	.tablesaw-columntoggle td.tablesaw-priority-3,
	.tablesaw-columntoggle th.tablesaw-priority-3 {
		display: table-cell
	}

	.tablesaw-columntoggle tbody td {
		line-height: 2
	}
}

@media (min-width:50em) {

	.tablesaw-columntoggle td.tablesaw-priority-4,
	.tablesaw-columntoggle th.tablesaw-priority-4 {
		display: table-cell
	}
}

@media (min-width:60em) {

	.tablesaw-columntoggle td.tablesaw-priority-5,
	.tablesaw-columntoggle th.tablesaw-priority-5 {
		display: table-cell
	}
}

@media (min-width:70em) {

	.tablesaw-columntoggle td.tablesaw-priority-6,
	.tablesaw-columntoggle th.tablesaw-priority-6 {
		display: table-cell
	}
}

@media only all {

	.tablesaw-columntoggle td.tablesaw-toggle-cellhidden,
	.tablesaw-columntoggle th.tablesaw-toggle-cellhidden {
		display: none
	}

	.tablesaw-columntoggle td.tablesaw-toggle-cellvisible,
	.tablesaw-columntoggle th.tablesaw-toggle-cellvisible {
		display: table-cell
	}
}

.tablesaw-columntoggle-popup .tablesaw-btn-group>label {
	display: block;
	padding: .2em 0;
	white-space: nowrap;
	cursor: default
}

.tablesaw-columntoggle-popup .tablesaw-btn-group>label input {
	margin-right: .8em
}

.tablesaw-sortable-head {
	position: relative;
	vertical-align: top
}

.tablesaw .tablesaw-sortable-head {
	padding: 0
}

.tablesaw-sortable-btn {
	min-width: 100%;
	color: inherit;
	background: 0 0;
	border: 0;
	text-align: inherit;
	font: inherit;
	text-transform: inherit
}

.tablesaw-sortable-arrow:after {
	display: inline-block;
	width: 10px;
	height: 14px;
	content: " ";
	margin-left: .3125em
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\0020"
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "\2191"
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\2193"
}

.tablesaw-advance {
	float: right
}

.tablesaw-advance.minimap {
	margin-right: .4em
}

.tablesaw-advance-dots {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none
}

.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
	padding: .4em .2em
}

.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	background: #555;
	border-radius: 100%;
	display: inline-block
}

.tablesaw-advance-dots-hide {
	opacity: .25;
	cursor: default;
	pointer-events: none
}

.blog__body,
.card-loyalty__thumb,
.image-full,
.item__img,
.masonry__item,
.swiper-slide .slide-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.editor-content .contact-block .title,
.slide-listing__title,
.table-note-italic,
.title-italic {
	color: #010f2a;
	font-size: 24px;
	font-family: KingsCaslon, Arial, sans-serif;
	font-style: italic;
	line-height: .958;
	margin-bottom: 30px;
	width: 100%
}

.list-link__item a {
	color: #010f2a;
	font-size: 13px
}

.alpha,
.beta,
.delta,
.epsilon,
.gamma,
.zeta,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #b5a191;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 20px
}

.alpha,
h1 {
	font-size: 38px;
	font-size: 47.5px;
	line-height: 1.25;
	color: #b5a191
}

.beta,
h2 {
	font-size: 32px;
	font-size: 40px;
	line-height: 1.25
}

.gamma,
h3 {
	font-size: 28px;
	font-size: 35px;
	line-height: 1.25
}

.delta,
h4 {
	font-size: 21px;
	font-size: 26.25px;
	line-height: 1.25
}

.epsilon,
h5 {
	font-size: 18px;
	font-size: 22.5px;
	line-height: 1.25
}

.zeta,
h6 {
	font-size: 16px;
	font-size: 20px;
	line-height: 1.25
}

html {
	font-family: Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5;
	background-color: #fff;
	color: #021843;
	overflow-y: scroll;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	touch-action: manipulation;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html[lang=de] .booking__form-room-info__primary .btn-primary,
html[lang=ru] .booking__form-room-info__primary .btn-primary {
	font-size: 11px;
	white-space: nowrap
}

@media screen and (min-width:80em) {
	html {
		font-size: 1em
	}
}

hr {
	border: none;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 23px
}

blockquote {
	border-left: 5px solid #eee;
	padding: 10px 20px
}

abbr {
	cursor: help
}

acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help
}

dfn,
ins {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

p {
	font-weight: 300;
	line-height: 1.8
}

p:last-child,
p:only-child {
	margin-bottom: 0
}

img {
	max-width: 100%
}

a {
	transition: all .2s 50ms linear;
	color: #b5a191;
	text-decoration: none;
	cursor: pointer
}

a:active,
a:focus,
a:hover {
	color: #b5a191;
	text-decoration: underline
}

.listing-pages {
	padding: 5%
}

.listing-pages .cookie,
.listing-pages .footer,
.listing-pages .header,
.listing-pages .modal,
.listing-pages .nav {
	display: none !important
}

.listing-pages ul {
	margin-bottom: 50px
}

.listing-pages a {
	color: #000
}

.container.full-fluid {
	padding-left: 0;
	padding-right: 0
}

.container.has-relative {
	position: relative
}

@media (min-width:1024px) {
	.container.has-relative [class^=swiper-button-] {
		-webkit-transform: translateY(150px);
		transform: translateY(150px)
	}
}

.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #b5a191;
	font-size: 12px;
	color: #fff;
	display: none
}

.cookie.is-showing {
	display: flex
}

.cookie__close {
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 40px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer
}

.cookie .container {
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	flex-direction: column
}

@media (min-width:1024px) {
	.cookie .container {
		max-width: 1500px
	}
}

.cookie .agree {
	background: 0 0;
	border: 2px solid #fff;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-left: 15px;
	line-height: 1;
	padding: 3px;
	min-width: 80px
}

.cookie p {
	font-weight: 300;
	width: 100%
}

@media (min-width:1024px) {
	.cookie p {
		font-size: 14px
	}
}

.cookie p a {
	color: #fff;
	text-decoration: underline
}

.cookie p a:hover {
	text-decoration: none
}

@media (min-width:1024px) {
	.cookie__close {
		right: -40px
	}
}

.first-audio-container {
	padding: 15px 0
}

.first-audio-container .thumb-audio {
	position: relative;
	margin-bottom: 15px
}

.first-audio-container .thumb-audio button.play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/images/play-btn.png);
	width: 80px;
	height: 80px;
	background-size: cover;
	border: none
}

.first-audio-container .thumb-audio button.play.playing {
	background: url(/images/pause-btn.png);
	background-size: cover
}

.first-audio-container audio {
	width: 100%;
	outline: 0
}

.no-item-msg {
	color: #010f2a;
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-weight: 300;
	display: block;
	width: 100%;
	text-align: center
}

.region-name {
	font-size: 1.4em;
	line-height: 1.2;
	transition: all 1s ease;
	letter-spacing: 5px;
	margin-bottom: 30px
}

@media (min-width:1024px) {
	.ie-browser .offer__desc {
		flex: 0 0 70%
	}
}

.footer {
	background: #010f2a;
	padding-top: 15px;
	padding-bottom: 30px;
	position: relative;
	font-weight: 300
}

@media (min-width:768px) {
	.footer {
		padding-top: 25px
	}
}

.footer__wrapper {
	max-width: 300px;
	margin: 0 auto
}

@media (min-width:768px) {
	.footer__wrapper {
		max-width: none
	}
}

.footer__title {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
	letter-spacing: 2px;
	color: #b5a191;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase
}

@media (min-width:768px) {
	.footer__title {
		text-align: inherit
	}
}

.footer__info {
	font-size: 12px;
	text-decoration: none;
	word-wrap: break-word;
	text-align: center
}

@media (min-width:768px) {
	.footer__info {
		text-align: inherit
	}
}

.footer__links {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.footer__links {
		display: flex
	}
}

.footer__links ul {
	margin-bottom: 10px;
	padding-top: 15px
}

@media (min-width:768px) {
	.footer__links ul {
		flex: 50%
	}
}

.footer__links ul li {
	padding-left: 20px;
	position: relative;
	line-height: 2.1;
	font-size: 11px
}

.footer__links ul li:before {
	content: "\e903";
	font-family: icomoon;
	position: absolute;
	z-index: 2;
	top: 6px;
	left: 5px;
	color: #fff;
	font-size: 6px
}

.footer__links ul li:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #b5a191;
	border-radius: 50%
}

.footer__link {
	font-size: 11px;
	position: relative;
	display: inline-block;
	letter-spacing: .1px;
	text-transform: uppercase
}

.footer__link:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #b5a191;
	transition: width .3s
}

.footer__link:active,
.footer__link:focus,
.footer__link:hover {
	text-decoration: none
}

.footer__link:active:before,
.footer__link:focus:before,
.footer__link:hover:before {
	width: 100%
}

.footer__img-link {
	display: block;
	margin-bottom: 15px;
	text-align: center
}

@media (min-width:768px) {
	.footer__img-link {
		text-align: initial
	}
}

.footer__copyright {
	color: #b5a191;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
}

@media (min-width:768px) {
	.footer__copyright {
		text-align: initial
	}
}

.footer__address {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	padding: 0 10px;
	letter-spacing: 2px;
	color: #b5a191
}

.footer__socials {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center
}

@media (min-width:768px) {
	.footer__socials {
		text-align: inherit;
		display: flex
	}
}

@media (min-width:1024px) {
	.footer__socials {
		flex-wrap: wrap
	}
}

.footer__socials a {
	display: inline-block;
	margin-right: 12px;
	font-size: 0;
	margin-top: 5px
}

.footer__socials a:active,
.footer__socials a:focus,
.footer__socials a:hover {
	opacity: .7;
	text-decoration: none
}

.footer__socials i {
	font-size: 32px
}

.footer__booking {
	padding-left: 45px;
	position: relative;
	display: flex;
	align-items: center;
	height: 38px;
	margin-bottom: 25px
}

.footer__booking .icon-edit {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	width: 38px;
	height: 38px
}

.footer__booking .icon-edit:before {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.footer__booking .icon-edit:after {
	content: '';
	background: #b5a191;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%
}

.footer__booking .footer__link {
	margin-right: 12px
}

.footer__booking .footer__link:after {
	content: "/";
	position: absolute;
	right: -8px
}

.footer__booking .footer__link:last-child,
.footer__booking .footer__link:only-child {
	margin-right: 0
}

.footer__booking .footer__link:last-child:after,
.footer__booking .footer__link:only-child:after {
	display: none
}

.footer a:active,
.footer a:focus,
.footer a:hover {
	color: #b5a191
}

.footer .btn-primary {
	text-transform: uppercase;
	padding: 10px 15px;
	width: 100%;
	cursor: pointer;
	margin-bottom: 25px
}

.footer .btn-primary:hover {
	color: #fff
}

.footer .back-to-top {
	display: block;
	margin-top: 10px;
	text-align: center
}

.footer .back-to-top .icon-arrow-up-circle {
	color: #b5a191;
	cursor: pointer;
	font-size: 38px
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000
}

button::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000
}

button:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
	outline: 0
}

.btn-primary {
	border: 2px solid #b5a191;
	background: #b5a191;
	transition: all .3s;
	color: #fff;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	outline: 0 !important;
	text-transform: uppercase;
	cursor: pointer
}

.btn-primary:hover {
	background-color: transparent;
	border-color: #b5a191;
	outline: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	color: inherit
}

.btn-secondary {
	background-color: transparent;
	border: 2px solid #b5a191;
	color: #010f2a;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	outline: 0 !important;
	text-transform: uppercase;
	cursor: pointer
}

.btn-secondary:hover {
	background-color: #b5a191;
	border-color: #b5a191;
	outline: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	color: #fff
}

.btn-secondary--longer {
	min-width: 153px
}

@media (min-width:1024px) {
	.btn-secondary--longer {
		min-width: auto
	}
}

.btn-photo {
	position: absolute;
	top: 295px;
	left: 25px;
	max-width: 210px;
	width: 100%;
	text-transform: uppercase
}

.btn-photo:hover {
	background-color: #fff
}

@media (min-width:1024px) {
	.btn-photo {
		bottom: 25px;
		top: auto
	}
}

.btn--light:focus,
.btn--light:hover {
	color: #021843;
	outline: 0
}

.btn--lg {
	padding: 10px 15px;
	border-radius: 0;
	font-weight: 300;
	font-size: 13px
}

.form__label {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 7px
}

.form__control:not([type]),
.form__control[type=email],
.form__control[type=file],
.form__control[type=number],
.form__control[type=password],
.form__control[type=tel],
.form__control[type=text],
.form__controlselect {
	border-radius: 0;
	height: 34px;
	box-shadow: none;
	font-size: 14px;
	color: #021843;
	width: 100%;
	border: solid 1px #ccc;
	outline: 0;
	padding: 6px 12px
}

.form__control:not([type]):focus,
.form__control[type=email]:focus,
.form__control[type=file]:focus,
.form__control[type=number]:focus,
.form__control[type=password]:focus,
.form__control[type=tel]:focus,
.form__control[type=text]:focus,
.form__controlselect:focus {
	box-shadow: none;
	border-color: #b5a191
}

.form__control.error {
	border-color: #a94442 !important
}

.form__checkbox>label {
	cursor: pointer;
	padding-left: 25px;
	position: relative
}

.form__checkbox>label>span {
	position: absolute;
	width: 18px;
	height: 18px;
	border: solid 1px #ccc;
	top: 0;
	left: 0
}

.form__checkbox>label>span::before {
	content: '\f00c';
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	font-size: 13px;
	color: #021843;
	position: absolute;
	left: 2px;
	top: 2px
}

.form__checkbox>label>input[type=checkbox] {
	display: none
}

.form__checkbox>label>input[type=checkbox]:checked~span::before {
	opacity: 1
}

.form__content textarea {
	min-height: 100px
}

.form__content input[type=radio] {
	position: relative
}

.form__content input[type=radio]::after {
	position: absolute !important;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transition: all .3s ease
}

.form__content input[type=radio]::before {
	position: absolute;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.form__content input[type=radio]:checked:before {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.form__content .form-radio .form__label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left
}

.form__content .form-radio .form__label input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.form__content .form-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #ccc;
	border-radius: 50%
}

.form__content .form-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.form__content .form-radio .form__label input:checked~.checkmark:after {
	display: block
}

.form__content .form-radio .form__label .checkmark:after {
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #010f2a
}

.form__content .form-file .form__control {
	display: none
}

.form__content .form-file label {
	cursor: pointer;
	width: 100%;
	border: solid 1px #b5a191;
	font-size: 14px;
	border-radius: 0
}

.form__content .form-file label .form-file__button {
	font-weight: 300;
	background: #b5a191;
	color: #fff;
	float: left;
	padding: 6px 10px
}

.form__content .form-file label .form-file__name {
	position: absolute;
	padding: 6px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.form__group {
	margin-bottom: 15px
}

.form__group--inline {
	display: flex;
	align-items: baseline;
	margin-bottom: 6px
}

.form__group--inline .form__label {
	font-size: 13px;
	color: #021843 !important;
	display: block;
	text-align: left
}

@media (min-width:768px) {
	.form__group--inline .form__label {
		text-align: right
	}
}

.form__group--inline .form__label-child {
	text-align: left !important
}

.form__group--inline .input-wrapper--hasIcon i {
	font-size: 16px
}

.form__group--inline .input-wrapper--hasIcon input {
	padding-right: 34px
}

.form .select2-container {
	width: 100% !important;
	border: solid 1px #ccc;
	border-radius: 0;
	min-width: 110px
}

.form .select2-container .select2-selection {
	box-shadow: none;
	padding: 6px 34px 6px 12px
}

.form .select2-container .select2-selection--single {
	text-transform: initial;
	letter-spacing: 1.2px;
	font-weight: 300
}

.form .select2-container .select2-selection__arrow {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	width: 22px;
	height: 22px;
	font-size: 22px;
	top: 4px;
	right: 4px
}

.form .select2-container .select2-selection__arrow::before {
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.form .select2-container .select2-selection__arrow b {
	display: none
}

.form__content--center {
	font-size: 13px;
	font-weight: 400
}

.form__content--center .form__group--inline {
	align-items: center
}

.form__content--center .form__label {
	text-align: left;
	width: 100%;
	font-weight: 400;
	margin-bottom: 0
}

.form__content--center .select2-container {
	min-width: auto
}

@media (min-width:768px) {
	.form__content--center .form__label {
		text-align: right;
		margin-bottom: 0
	}

	.form__content--center .form__label-child {
		text-align: left
	}
}

.form__content--left .form__group--inline {
	align-items: center;
	margin-bottom: 15px
}

.form__content--left .form__group--inline .form__label {
	margin-bottom: 0
}

.form__content--left .form__group--inline .form__control[type=number],
.form__content--left .form__group--inline .form__control[type=tel],
.form__content--left .form__group--inline .form__control[type=text] {
	border-radius: 0
}

.form__content--left .form__group--inline .form__control textarea {
	border: 0
}

.input-wrapper {
	position: relative;
	margin-right: 10px
}

.input-wrapper:last-child,
.input-wrapper:only-child {
	margin-right: 0
}

.input-wrapper input {
	width: 100%;
	min-width: 195px;
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	line-height: 1.6;
	text-align: left;
	padding: 5px 10px;
	font-weight: 400;
	letter-spacing: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	outline: 0
}

.input-wrapper--hasIcon input {
	padding-right: 40px
}

.input-wrapper--hasIcon i {
	font-size: 16px;
	color: #b5a191;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.select2-container {
	min-width: 125px
}

.select2-container .select2-selection--single {
	height: auto;
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 10px;
	font-weight: 400;
	letter-spacing: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 1.6;
	padding: 0
}

.select2-container .select2-results {
	font-size: 13px
}

.select2-container .select2-results strong {
	font-weight: 700
}

.error-message {
	font-size: 10px;
	width: 100%;
	background: #a94442;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	text-align: center
}

.error-note {
	display: none;
	font-size: 13px;
	width: 100%;
	color: #a94442;
	padding: 5px 0;
	text-align: left
}

.error,
.field-validation-error {
	font-size: 13px;
	width: 100%;
	color: #a94442;
	padding: 5px 0;
	text-align: left
}

.discovery {
	background: linear-gradient(#fff, #eaeaea);
	position: relative;
	padding: 37px 46px 37px 46px;
	border: 1px solid #dfdede;
	border-radius: 15px 15px 15px 0;
	margin-top: 40px
}

.discovery .form__checkbox label {
	color: #010f2a;
	font-weight: 400;
	font-size: 13px
}

.discovery .form__checkbox label a {
	color: #010f2a;
	text-decoration: underline
}

.discovery .form__checkbox label a:hover {
	color: #010f2a
}

.discovery .note {
	margin-left: 25px;
	font-size: 13px
}

@media (min-width:768px) {
	.discovery {
		min-height: 300px;
		padding: 37px 46px 37px 295px
	}

	.discovery::after {
		content: "";
		background: url(https://www.kempinski.com/images/booking-step/gold_card_with_details.png) no-repeat;
		background-size: 254px;
		background-position: center;
		position: absolute;
		bottom: 0;
		left: 15px;
		width: 254px;
		height: 100%;
		z-index: 0
	}
}

.policy-checkbox {
	text-align: center;
	color: #010f2a;
	font-weight: 400;
	font-size: 13px
}

.policy-checkbox a {
	color: #010f2a;
	text-decoration: underline
}

.policy-checkbox a:hover {
	color: #010f2a
}

.block-alert {
	margin: 40px auto;
	max-width: 750px
}

.block-alert .alert-wrap {
	background: #e0e0e0;
	min-height: 70px;
	position: relative;
	text-align: left;
	padding: 0 25px;
	display: flex;
	align-items: center
}

.block-alert .alert-wrap a,
.block-alert .alert-wrap span {
	font-size: 14px;
	color: #97233f;
	line-height: 1.5;
	vertical-align: baseline
}

.form-location-hotel-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}

.form-location-hotel-field .select2-selection__clear {
	display: none
}

.slider-double {
	background-position: center 25px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative
}

.slider-double::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 70px;
	left: 0;
	top: 0;
	background-image: linear-gradient(to left, rgba(243, 243, 243, 0), #f3f3f3);
	background-repeat: repeat-y;
	z-index: 100
}

.slider-double::after {
	content: '';
	position: absolute;
	width: 20%;
	height: 70px;
	right: 0;
	top: 0;
	background-image: linear-gradient(to right, rgba(243, 243, 243, 0), #f3f3f3);
	background-repeat: repeat-y;
	z-index: 100
}

.slider-double:hover .slider-pager [class^=swiper-button-]:not(.swiper-button-disabled) {
	opacity: 1;
	visibility: visible
}

.slider-double.switch-navigation .slider-pager [class^=swiper-button-] {
	display: none
}

.slider-double.switch-navigation .slider-primary [class^=swiper-button-] {
	display: block
}

.slider-double .slider-primary .slider-item>[class^=swiper-button-] {
	top: 170px
}

@media (min-width:768px) {
	.slider-double .slider-primary .slider-item>[class^=swiper-button-] {
		top: 210px
	}
}

@media (min-width:1366px) {
	.slider-double .slider-primary .slider-item>[class^=swiper-button-] {
		top: 50%
	}
}

.slider-pager {
	padding-bottom: 10px;
	z-index: 2;
	overflow: initial
}

.slider-pager .swiper-slide {
	height: 60px;
	text-align: center
}

.slider-pager .swiper-slide.swiper-slide-active:before {
	content: '';
	position: absolute;
	top: 55px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -20px 0 0 -10px;
	background: #fff;
	border-radius: 50%;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.slider-pager h3 {
	color: #010f2a;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	height: auto;
	max-width: 230px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
	word-wrap: break-word
}

.slider-pager [class^=swiper-button-] {
	-webkit-transform: translateY(240px);
	transform: translateY(240px)
}

@media (min-width:768px) {
	.slider-pager [class^=swiper-button-] {
		-webkit-transform: translateY(250px);
		transform: translateY(250px)
	}
}

@media (min-width:1366px) {
	.slider-pager [class^=swiper-button-] {
		-webkit-transform: translateY(300px);
		transform: translateY(300px)
	}
}

@media (min-width:768px) {
	.slider-pager--shorten .swiper-wrapper {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		justify-content: center
	}
}

.slider-primary>.swiper-slide {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity .5s
}

.slider-primary>.swiper-slide.is-active {
	height: auto;
	opacity: 1
}

.slider-primary [class^=swiper-button-] {
	display: none
}

.slider-quaternary,
.slider-secondary {
	padding: 30px 0
}

.slider-quaternary .swiper-slide,
.slider-secondary .swiper-slide {
	background: #f3f3f3;
	padding: 25px;
	height: 668px;
	opacity: .5;
	transition: opacity .3s
}

@media (min-width:768px) {

	.slider-quaternary .swiper-slide,
	.slider-secondary .swiper-slide {
		height: 725px
	}
}

@media (min-width:1024px) {

	.slider-quaternary .swiper-slide,
	.slider-secondary .swiper-slide {
		display: flex;
		height: 450px
	}
}

.slider-quaternary .swiper-slide.swiper-slide-active,
.slider-secondary .swiper-slide.swiper-slide-active {
	opacity: 1
}

.slider-quaternary .swiper-slide .slide-img,
.slider-secondary .swiper-slide .slide-img {
	width: 100%;
	display: block;
	height: 300px
}

@media (min-width:1024px) {

	.slider-quaternary .swiper-slide .slide-img,
	.slider-secondary .swiper-slide .slide-img {
		width: 50%;
		height: auto
	}
}

.slider-quaternary .swiper-slide .slide-iframe,
.slider-secondary .swiper-slide .slide-iframe {
	width: 100%
}

@media (min-width:1024px) {

	.slider-quaternary .swiper-slide .slide-iframe,
	.slider-secondary .swiper-slide .slide-iframe {
		width: 50%
	}
}

.slider-quaternary .swiper-slide .slide-iframe__wrapper,
.slider-secondary .swiper-slide .slide-iframe__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.slider-quaternary .swiper-slide .slide-iframe iframe,
.slider-secondary .swiper-slide .slide-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1 !important
}

.slider-quaternary .swiper-slide .slide-video video,
.slider-secondary .swiper-slide .slide-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slider-quaternary .swiper-slide .slide-caption,
.slider-secondary .swiper-slide .slide-caption {
	position: relative;
	padding: 40px 0 0 0;
	height: 310px
}

.slider-quaternary .swiper-slide .slide-caption::before,
.slider-secondary .swiper-slide .slide-caption::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 48px;
	width: 100%;
	height: 60px;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(243, 243, 243, .2) 0, rgba(243, 243, 243, .82) 31%, #f3f3f3 100%)
}

@media (min-width:768px) {

	.slider-quaternary .swiper-slide .slide-caption::before,
	.slider-secondary .swiper-slide .slide-caption::before {
		bottom: 86px
	}
}

@media (min-width:1024px) {

	.slider-quaternary .swiper-slide .slide-caption::before,
	.slider-secondary .swiper-slide .slide-caption::before {
		left: 20px;
		bottom: 65px
	}
}

@media (min-width:1366px) {

	.slider-quaternary .swiper-slide .slide-caption::before,
	.slider-secondary .swiper-slide .slide-caption::before {
		bottom: 36px
	}
}

@media (min-width:768px) {

	.slider-quaternary .swiper-slide .slide-caption,
	.slider-secondary .swiper-slide .slide-caption {
		height: 370px
	}
}

@media (min-width:1024px) {

	.slider-quaternary .swiper-slide .slide-caption,
	.slider-secondary .swiper-slide .slide-caption {
		width: 50%;
		padding: 0 0 0 20px;
		height: auto
	}
}

.slider-quaternary .swiper-slide .slide-caption__desc,
.slider-secondary .swiper-slide .slide-caption__desc {
	max-height: 165px;
	overflow: hidden
}

@media (min-width:768px) {

	.slider-quaternary .swiper-slide .slide-caption__desc,
	.slider-secondary .swiper-slide .slide-caption__desc {
		max-height: 200px
	}
}

@media (min-width:1024px) {

	.slider-quaternary .swiper-slide .slide-caption__desc,
	.slider-secondary .swiper-slide .slide-caption__desc {
		max-height: 270px
	}
}

@media (min-width:1366px) {

	.slider-quaternary .swiper-slide .slide-caption__desc,
	.slider-secondary .swiper-slide .slide-caption__desc {
		max-height: 300px
	}
}

.slider-quaternary .btn-secondary,
.slider-secondary .btn-secondary {
	text-transform: uppercase
}

.slider-quaternary [class^=swiper-button-],
.slider-secondary [class^=swiper-button-] {
	top: 215px
}

@media (min-width:768px) {

	.slider-quaternary [class^=swiper-button-],
	.slider-secondary [class^=swiper-button-] {
		top: 50%
	}
}

.slider-single {
	background: #f3f3f3
}

.slider-single .swiper-slide {
	height: 50vh;
	opacity: .5;
	transition: opacity .3s;
	margin: 0
}

@media (min-width:768px) {
	.slider-single .swiper-slide {
		height: 40vh
	}
}

@media (min-width:1024px) {
	.slider-single .swiper-slide {
		display: flex;
		height: 576px
	}
}

.slider-single .swiper-slide .slide-img {
	height: 100%
}

.slider-single .swiper-slide.swiper-slide-active {
	opacity: 1
}

.slider-quinary,
.slider-tertiary {
	padding-bottom: 50px
}

.slider-quinary .swiper-slide .slide-img,
.slider-tertiary .swiper-slide .slide-img {
	display: block;
	height: 245px;
	margin-bottom: 20px
}

.slider-quinary .swiper-slide .slide-caption,
.slider-tertiary .swiper-slide .slide-caption {
	padding-bottom: 50px
}

.slider-quinary [class^=swiper-button-],
.slider-tertiary [class^=swiper-button-] {
	top: 115px;
	z-index: 3
}

.slider-quinary .swiper-button-next,
.slider-tertiary .swiper-button-next {
	right: 0
}

@media (min-width:1024px) {

	.slider-quinary .swiper-button-next,
	.slider-tertiary .swiper-button-next {
		right: 70px
	}
}

.slider-quinary .swiper-button-prev,
.slider-tertiary .swiper-button-prev {
	left: 0
}

@media (min-width:1024px) {

	.slider-quinary .swiper-button-prev,
	.slider-tertiary .swiper-button-prev {
		left: 70px
	}
}

.slider-quinary .slide-caption__desc,
.slider-tertiary .slide-caption__desc {
	overflow: hidden;
	position: relative
}

.slider-quinary .slide-caption__desc::before,
.slider-tertiary .slide-caption__desc::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	z-index: 1
}

.slider-quinary .btn-photo,
.slider-tertiary .btn-photo {
	left: 0;
	top: 215px
}

@media (min-width:1024px) {

	.slider-quinary .btn-photo,
	.slider-tertiary .btn-photo {
		top: 215px;
		bottom: auto
	}
}

@media only screen and (min-width:1280px) {

	.slider-quinary .btn-photo,
	.slider-tertiary .btn-photo {
		top: 213px
	}
}

.slider-quinary .swiper-slide {
	opacity: .5;
	transition: opacity .5s
}

.slider-quinary .swiper-slide.swiper-slide-active {
	opacity: 1
}

.slider-item .slide-img {
	height: 350px
}

@media (min-width:768px) {
	.slider-item .slide-img {
		height: 450px
	}
}

@media (min-width:1366px) {
	.slider-item .slide-img {
		height: 580px
	}
}

.slider-item .slide-caption {
	background: #fff;
	padding: 35px 20px 60px 20px
}

@media (min-width:768px) {
	.slider-item .slide-caption {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 100px;
		width: 620px;
		margin: 0 0 0 10%
	}
}

@media (min-width:1366px) {
	.slider-item .slide-caption {
		margin: 0 0 0 calc((100vw - 1120px)/ 2)
	}
}

.swiper-slide .slide-img {
	width: 100%;
	position: relative;
	display: block
}

.swiper-slide .slide-img .js-slide-img {
	position: absolute;
	opacity: 0
}

.swiper-slide .slide-caption {
	max-width: 100%
}

.swiper-slide .slide-caption__title {
	text-transform: uppercase;
	color: #010f2a;
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-weight: 300
}

.swiper-slide .slide-caption__desc p {
	letter-spacing: .1px;
	font-size: 13px;
	color: #010f2a;
	line-height: 1.8;
	margin-bottom: 15px
}

.swiper-slide .slide-caption__desc p:last-child,
.swiper-slide .slide-caption__desc p:only-child {
	margin-bottom: 0
}

.swiper-slide .slide-caption__desc a {
	color: #010f2a;
	text-decoration: underline
}

.swiper-slide .slide-caption__desc a:active,
.swiper-slide .slide-caption__desc a:focus,
.swiper-slide .slide-caption__desc a:hover {
	color: #010f2a
}

.swiper-slide .slide-caption__btn {
	position: absolute;
	bottom: 0
}

.slider-desc {
	display: flex;
	background: #fff;
	flex-direction: column-reverse
}

@media (min-width:1024px) {
	.slider-desc {
		flex-direction: row
	}
}

.slider-desc__img {
	background-size: cover;
	background-position: center;
	flex: 0 0 50%;
	min-height: 400px;
	max-height: 500px
}

.slider-desc__content {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding: 30px 20px
}

.slider-desc__content-title {
	font-size: 18px;
	color: #010f2a;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.slider-desc__content-title {
		margin-bottom: 24px
	}
}

.slider-desc__content-text {
	margin-bottom: 40px
}

.slider-desc__content-text--special {
	margin-bottom: 0
}

.slider-desc__content-text--special p {
	margin-bottom: 0
}

.slider-desc__content-text--special strong {
	margin-right: 8px
}

.slider-desc__content-text--special img {
	margin-right: 4px
}

.slider-desc__content-btns {
	display: flex;
	flex-direction: column
}

.slider-desc__content-btns .btn {
	text-transform: uppercase
}

.slider-desc__content-btns .btn-secondary {
	min-width: 200px;
	margin-bottom: 10px
}

.slider-desc__content-btns .btn-primary {
	min-width: 120px
}

.slider-desc__content-btns .btn-primary:focus,
.slider-desc__content-btns .btn-primary:hover {
	color: #010f2a
}

.slider-desc__content-btns .btn-same-color {
	margin-top: 10px
}

@media (min-width:768px) {
	.slider-desc__content-btns {
		flex-direction: row
	}

	.slider-desc__content-btns .btn-secondary {
		margin-bottom: 0
	}

	.slider-desc__content-btns .btn-same-color {
		margin-top: 0;
		margin-left: 10px
	}
}

@media (min-width:768px) {
	.slider-desc__content {
		padding: 60px 30px
	}
}

@media (min-width:1024px) {
	.slider-desc__content {
		padding: 60px 30px 30px calc(50vw - 480px)
	}
}

@media (min-width:1366px) {
	.slider-desc__content {
		padding: 60px 30px 30px calc(50vw - 555px)
	}
}

.swiper-container {
	position: relative
}

.swiper-container:hover [class^=swiper-button-]:not(.swiper-button-disabled) {
	opacity: 1;
	visibility: visible
}

.swiper-container:hover .swiper-button-disabled {
	opacity: .5;
	visibility: visible;
	cursor: default
}

.swiper-button-gallery-next,
.swiper-button-gallery-prev,
.swiper-button-next,
.swiper-button-photo-gallery-next,
.swiper-button-photo-gallery-prev,
.swiper-button-prev {
	outline: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .2);
	transition: all .3s;
	background-image: none;
	position: absolute;
	z-index: 3
}

.swiper-button-gallery-next:hover,
.swiper-button-gallery-prev:hover,
.swiper-button-next:hover,
.swiper-button-photo-gallery-next:hover,
.swiper-button-photo-gallery-prev:hover,
.swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, .6)
}

.swiper-button-gallery-next [class^=icon-],
.swiper-button-gallery-prev [class^=icon-],
.swiper-button-next [class^=icon-],
.swiper-button-photo-gallery-next [class^=icon-],
.swiper-button-photo-gallery-prev [class^=icon-],
.swiper-button-prev [class^=icon-] {
	font-size: 24px;
	position: relative;
	top: 8px;
	color: #2e2e2e
}

.swiper-button-gallery-next.swiper-button-disabled,
.swiper-button-gallery-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-photo-gallery-next.swiper-button-disabled,
.swiper-button-photo-gallery-prev.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none
}

@media (min-width:768px) {

	.swiper-button-gallery-next,
	.swiper-button-gallery-prev,
	.swiper-button-next,
	.swiper-button-photo-gallery-next,
	.swiper-button-photo-gallery-prev,
	.swiper-button-prev {
		width: 70px;
		height: 70px
	}

	.swiper-button-gallery-next [class^=icon-],
	.swiper-button-gallery-prev [class^=icon-],
	.swiper-button-next [class^=icon-],
	.swiper-button-photo-gallery-next [class^=icon-],
	.swiper-button-photo-gallery-prev [class^=icon-],
	.swiper-button-prev [class^=icon-] {
		font-size: 46px;
		top: 12px
	}
}

@media (min-width:1366px) {

	.swiper-button-gallery-next,
	.swiper-button-gallery-prev,
	.swiper-button-next,
	.swiper-button-photo-gallery-next,
	.swiper-button-photo-gallery-prev,
	.swiper-button-prev {
		opacity: 0;
		visibility: hidden
	}
}

.swiper-button-gallery-next,
.swiper-button-gallery-prev {
	top: 40%
}

@media (min-width:1366px) {

	.swiper-button-gallery-next,
	.swiper-button-gallery-prev {
		opacity: 1;
		visibility: visible
	}
}

.swiper-button-gallery-prev,
.swiper-button-photo-gallery-prev,
.swiper-button-prev {
	left: 20px
}

.swiper-button-gallery-prev [class^=icon-],
.swiper-button-photo-gallery-prev [class^=icon-],
.swiper-button-prev [class^=icon-] {
	left: 7px
}

.swiper-button-gallery-next,
.swiper-button-next,
.swiper-button-photo-gallery-next {
	right: 20px
}

.swiper-button-gallery-next [class^=icon-],
.swiper-button-next [class^=icon-],
.swiper-button-photo-gallery-next [class^=icon-] {
	right: -10px
}

@media (min-width:1024px) {
	.slider-list .slider-pager [class^=swiper-button-] {
		-webkit-transform: translateY(375px);
		transform: translateY(375px)
	}
}

.slider-list .slider-quaternary .swiper-slide {
	padding: 0;
	background: #fff;
	flex-wrap: wrap;
	height: auto
}

.slider-list .slider-quaternary .swiper-slide .slide-caption {
	padding: 20px 20px 0 20px
}

.slider-list .slider-quaternary .swiper-slide .slide-caption:before {
	content: none
}

.slider-list .slider-quaternary .swiper-slide .slide-listing {
	opacity: 0
}

.slider-list .slider-quaternary .swiper-slide.swiper-slide-active .slide-listing {
	opacity: 1
}

@media (min-width:768px) and (max-width:1365px) {
	.slider-list .slider-quaternary .swiper-slide .slide-caption__desc {
		max-height: 136px
	}
}

@media (min-width:1024px) {
	.slider-list .slider-quaternary .swiper-slide .slide-caption {
		padding: 40px 0 0 30px;
		height: 325px
	}
}

@media (min-width:1366px) {
	.slider-list .slider-quaternary .swiper-slide .slide-caption__desc {
		max-height: 200px
	}
}

.slide-listing {
	margin-top: 45px;
	padding: 0 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.slide-listing__title {
	text-align: center
}

.slide-listing ul {
	display: inline-block;
	width: 50%;
	color: #010f2a;
	letter-spacing: .1px;
	vertical-align: top;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	list-style-type: disc;
	padding-left: 15px
}

.slide-listing ul li {
	font-size: 13px;
	padding-bottom: 2px;
	margin-right: 10px
}

@media (min-width:1024px) {
	.slide-listing {
		padding: 0
	}

	.slide-listing ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

.gallery-visual,
.photo-gallery-visual {
	margin-bottom: 5px;
	overflow: visible
}

.gallery-visual .swiper-slide__caption,
.photo-gallery-visual .swiper-slide__caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(1, 15, 42, .6);
	padding: 15px 10px 15px 80px;
	color: #fff;
	font-size: 13px
}

.gallery-visual .swiper-button-gallery-next,
.gallery-visual .swiper-button-gallery-prev,
.gallery-visual .swiper-button-photo-gallery-next,
.gallery-visual .swiper-button-photo-gallery-prev,
.photo-gallery-visual .swiper-button-gallery-next,
.photo-gallery-visual .swiper-button-gallery-prev,
.photo-gallery-visual .swiper-button-photo-gallery-next,
.photo-gallery-visual .swiper-button-photo-gallery-prev {
	opacity: 1;
	visibility: visible;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 9999
}

.gallery-thumb,
.photo-gallery-thumb {
	background-color: rgba(1, 15, 42, .5)
}

.gallery-thumb .swiper-slide,
.photo-gallery-thumb .swiper-slide {
	width: 5%;
	opacity: .4;
	cursor: pointer;
	transition: opacity .5s
}

.gallery-thumb .swiper-slide.swiper-slide-thumb-active,
.gallery-thumb .swiper-slide:hover,
.photo-gallery-thumb .swiper-slide.swiper-slide-thumb-active,
.photo-gallery-thumb .swiper-slide:hover {
	opacity: 1
}

.gallery-visual .swiper-slide {
	cursor: pointer
}

.gallery-thumb {
	display: none;
	flex-wrap: wrap;
	background: 0 0;
	transition: all .3s
}

.gallery-thumb .swiper-slide {
	width: 6.25%;
	border: 1px solid #fff;
	margin-bottom: 1px
}

.gallery-thumb .swiper-control {
	opacity: 1;
	cursor: pointer;
	position: relative;
	width: 6.25%;
	border: 1px solid #fff;
	margin-bottom: 1px
}

.gallery-thumb .swiper-control:before {
	content: "\f067";
	font-family: awesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px
}

.gallery-thumb .swiper-control:after {
	background: #b5a191;
	content: '';
	display: block;
	padding-bottom: 100%
}

.gallery-thumb .swiper-control.is-active:before {
	content: "\f068"
}

@media (min-width:768px) {
	.gallery-thumb {
		display: flex
	}
}

.slider-image-gallery {
	padding: 60px 0;
	background: #fff
}

.slider-image-gallery .btn-download,
.slider-image-gallery .btn-expand {
	position: absolute;
	top: 15px;
	background: #b5a191;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1001
}

.slider-image-gallery .btn-download:before,
.slider-image-gallery .btn-expand:before {
	font-family: awesome;
	color: #fff;
	font-size: 20px
}

.slider-image-gallery .btn-download {
	right: 57px
}

.slider-image-gallery .btn-download:before {
	content: "\f019"
}

.slider-image-gallery .btn-expand {
	right: 15px
}

.slider-image-gallery .btn-expand:before {
	content: "\f0b2"
}

@media (min-width:768px) {
	.slider-image-gallery {
		min-height: 500px
	}
}

.swiper-container.has-one [class^=swiper-button-] {
	display: none
}

.swiper-container.has-one .swiper-slide-duplicate {
	display: none
}

.swiper-container.has-one .swiper-slide-duplicate-active {
	opacity: 1
}

.mapboxgl-map {
	font: 400 11px Roboto, Arial, sans-serif
}

@media (min-width:576px) {
	.modal-dialog {
		overflow: visible !important
	}
}

.mapboxgl-canvas {
	left: 0;
	right: 0
}

.mapbox-wrapper {
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
	position: relative
}

.mapbox-wrapper .mapbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	z-index: 9;
	cursor: pointer
}

@media (min-width:768px) {
	.mapbox-wrapper .mapbox-overlay {
		display: none
	}
}

.mapbox-wrapper .mapbox-active-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-49%, -49%);
	transform: translate(-49%, -49%);
	border: 1px solid #9d938a;
	cursor: pointer;
	width: auto;
	background: #fff;
	padding: 10px 30px;
	color: grey;
	letter-spacing: 4px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap
}

@media (min-width:768px) {
	.mapbox-wrapper .mapbox-active-btn {
		display: none
	}
}

.mapbox-wrapper .mapbox-deactive-btn {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9;
	background: grey;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 5px 12px;
	border: 2px solid #b5a191;
	font-size: 11px;
	display: none
}

@media (min-width:768px) {
	.mapbox-wrapper .mapbox-deactive-btn {
		display: none
	}
}

.mapbox-wrapper.is-showing .mapbox-active-btn,
.mapbox-wrapper.is-showing .mapbox-overlay {
	display: none
}

.mapbox-wrapper.is-showing .mapbox-deactive-btn {
	display: block
}

.mapboxgl-marker {
	background-size: cover
}

.mapboxgl-popup {
	width: 80vw;
	max-height: 350px;
	overflow: hidden
}

@media (min-width:768px) {
	.mapboxgl-popup {
		max-width: 600px;
		max-height: none
	}
}

.mapboxgl-popup-content {
	overflow-y: scroll
}

@media (min-width:768px) {
	.mapboxgl-popup-content {
		overflow-y: initial
	}
}

#baidu-global,
#mapbox-global {
	width: 100%;
	height: 650px;
	background: #e5e3df;
	position: relative
}

#baidu-global:after,
#baidu-global:before,
#mapbox-global:after,
#mapbox-global:before {
	content: '';
	position: absolute;
	bottom: -70px;
	border: 70px solid transparent;
	z-index: 9
}

@media (min-width:768px) {

	#baidu-global:after,
	#baidu-global:before,
	#mapbox-global:after,
	#mapbox-global:before {
		bottom: -100px;
		border: 100px solid transparent
	}
}

#baidu-global:before,
#mapbox-global:before {
	border-left-color: #fff;
	border-left-width: 50vw;
	left: 0
}

#baidu-global:after,
#mapbox-global:after {
	border-right-color: #fff;
	border-right-width: 50vw;
	right: 0
}

#baidu-global .mapboxgl-ctrl-bottom-left,
#mapbox-global .mapboxgl-ctrl-bottom-left {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

#mapbox-hotel {
	height: 100%;
	min-height: 380px;
	background: rgba(237, 229, 221, .75)
}

section.map-section .block-map-container.full-width .map-container {
	bottom: 0
}

section.map-section .block-map-container .map-container .map-overlay {
	z-index: 2
}

#mapbox-modal {
	width: 100%;
	height: 100%
}

.map-modal .modal-dialog {
	width: 100%;
	max-width: 850px
}

.map-modal .modal-body {
	height: 80vh;
	max-height: 768px;
	padding: 0
}

.map-modal .modal-header {
	border: 0;
	padding: 0;
	min-height: 0
}

.map-modal button.close {
	border: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #373534 url(/images/close-welcome.png) center center no-repeat;
	text-indent: -666px;
	overflow: hidden;
	position: absolute;
	top: 1px;
	right: -31px
}

.kem-mapbox {
	padding: 5px
}

.kem-mapbox--baidu {
	min-height: 250px
}

.kem-mapbox__group {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

@media (min-width:768px) {
	.kem-mapbox__group {
		flex-direction: row
	}
}

.kem-mapbox__group .kemp-mapbox__hotel {
	width: 100%;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px
}

.kem-mapbox__group .kemp-mapbox__hotel .hotel-link {
	margin-top: auto
}

.kem-mapbox__group .kemp-mapbox__hotel:last-child,
.kem-mapbox__group .kemp-mapbox__hotel:only-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.kem-mapbox__group .kemp-mapbox__hotel {
		width: calc(50% - 10px);
		flex-basis: 50%;
		margin-bottom: 0;
		margin-right: 20px
	}

	.kem-mapbox__group .kemp-mapbox__hotel:last-child {
		margin-right: 0
	}
}

.kem-mapbox__group .kem-mapbox__hotelname {
	font-size: 14px
}

.kem-mapbox__group .kemp-mapbox__hotel-img {
	margin-bottom: 20px
}

.kem-mapbox__group .kemp-mapbox__hotel-img img {
	width: 100%
}

.kem-mapbox__group .kem-mapbox__contact {
	flex-direction: column;
	align-items: flex-start
}

.kem-mapbox__group .kem-mapbox__contact .hotel-contact {
	margin-bottom: 15px
}

.kem-mapbox__hotelname {
	margin: 0 0 10px;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #010f2a;
	font-weight: 300;
	font-family: Helvetica
}

.kem-mapbox__content {
	display: flex;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.kem-mapbox__content {
		flex-direction: row
	}
}

.kem-mapbox__thumb {
	width: 100%;
	margin-bottom: 15px
}

.kem-mapbox__thumb img {
	width: 100%;
	max-width: none
}

@media (min-width:768px) {
	.kem-mapbox__thumb {
		width: 240px;
		margin-right: 30px
	}

	.kem-mapbox__thumb img {
		width: 240px
	}
}

.kem-mapbox__desc {
	font-size: 12px;
	line-height: 1.6;
	flex: 1
}

.kem-mapbox__contact {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column
}

.kem-mapbox__contact p {
	padding: 0 15px;
	position: relative;
	font-size: 11px;
	margin-bottom: 3px
}

.kem-mapbox__contact p i {
	position: absolute;
	left: 0;
	top: 3px
}

.kem-mapbox__contact .hotel-contact {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.kem-mapbox__contact {
		flex-direction: row
	}

	.kem-mapbox__contact p {
		padding: 0 25px 0 15px
	}

	.kem-mapbox__contact .hotel-contact {
		margin-bottom: 0;
		flex: 2
	}
}

@media (min-width:768px) {
	.kem-mapbox {
		padding: 10px 10px 5px 10px
	}
}

@media (min-width:1024px) {
	.mapbox-hotel {
		position: absolute;
		width: calc(50vw - 30px);
		height: 100%;
		top: 0
	}
}

.mapbox-hotel__weather {
	position: relative;
	z-index: 99;
	background: rgba(255, 255, 255, .8);
	height: 100%;
	min-width: 270px;
	padding: 30px 20px 20px 20px;
	text-align: center
}

@media (min-width:768px) {
	.mapbox-hotel__weather {
		position: absolute;
		left: 20px;
		top: 0
	}
}

@media (min-width:1024px) {
	.mapbox-hotel__weather {
		left: 5px
	}
}

.mapbox-hotel__contact {
	width: 100%;
	text-align: left;
	padding: 30px 15px
}

@media (min-width:768px) {
	.mapbox-hotel__contact {
		position: absolute;
		bottom: 0;
		left: 0
	}
}

.mapbox-hotel__contact p {
	position: relative;
	text-align: left;
	font-size: 11px;
	margin: 7px 0;
	line-height: 1.4;
	padding-left: 20px;
	letter-spacing: 1px
}

.mapbox-hotel__contact p i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px
}

.mapbox-hotel__contact p a {
	color: #333;
	text-decoration: underline
}

.mapbox-hotel-location {
	position: relative
}

.mapbox-hotel-location #mapbox-hotel {
	height: 90vh;
	max-height: 380px
}

@media (min-width:768px) {
	.mapbox-hotel-location #mapbox-hotel {
		max-height: none
	}
}

.mapbox-hotel-location .mapbox-hotel__weather {
	font-family: "KingsCaslon Normal", Arial, sans-serif;
	position: relative;
	left: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

.mapbox-hotel-location .mapbox-hotel__weather .weather__detail {
	width: calc(100% + 40px)
}

.mapbox-hotel-location .mapbox-hotel__weather .weather-estimate,
.mapbox-hotel-location .mapbox-hotel__weather .weather-handler-location {
	width: 100%
}

@media (min-width:768px) and (max-width:1365px) {
	.mapbox-hotel-location .mapbox-hotel__weather {
		flex-direction: row
	}

	.mapbox-hotel-location .mapbox-hotel__weather .weather-handler-location,
	.mapbox-hotel-location .mapbox-hotel__weather .weather__wrapper {
		width: 50%
	}
}

@media (min-width:1366px) {
	.mapbox-hotel-location .mapbox-hotel__weather {
		position: absolute;
		left: calc(50% - 600px);
		min-width: 450px;
		max-width: 500px
	}
}

.section {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	z-index: 100
}

.sectionX {
	padding: 0px 0;
	overflow: hidden;
	position: relative;
	z-index: 100
}

.section--fluid {
	overflow: hidden
}

.section--single {
	padding-bottom: 0
}

.section--single .slider-double {
	padding-bottom: 0
}

.section--bigger {
	padding: 30px 0 98px 0
}

.section__title {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: all .3s
}

.section__title.is-inview {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.section__title:last-child,
.section__title:only-child {
	margin-bottom: 0
}

.section__title h2 {
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 1.44;
	color: #010f2a;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px
}

.section__title h3 {
	font-family: KingsCaslon, Arial, sans-serif;
	z-index: 9;
	padding: 0 30px;
	font-size: 18px;
	color: #010f2a;
	position: relative
}

.section__title h3.is-empty span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100px;
	max-width: 100%;
	height: 1px;
	background: #b5a191;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.section__title h3.is-empty span:after {
	display: none
}

@media (min-width:768px) {
	.section__title h3.is-empty span:before {
		min-width: 413px
	}

	.section__title h3.is-empty span:after {
		min-width: 413px
	}
}

.section__title h3 span {
	position: relative;
	background-color: inherit;
	padding: 0 30px;
	display: inline-block
}

.section__title h3 span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 50px;
	height: 1px;
	background: #b5a191
}

.section__title h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 50px;
	height: 1px;
	background: #b5a191
}

@media (min-width:768px) {

	.section__title h3 span:after,
	.section__title h3 span:before {
		width: 80%;
		max-width: 150px
	}
}

@media (min-width:1024px) {
	.section__title h3 {
		white-space: nowrap
	}
}

.section__title h4 {
	font-size: 10px;
	letter-spacing: 5px;
	color: #010f2a;
	text-transform: uppercase;
	font-weight: 300
}

.section__title--noline h3 span:after,
.section__title--noline h3 span:before {
	display: none
}

.section__desc {
	max-width: 620px;
	margin: 0 auto 40px auto;
	text-align: center
}

.section__desc p {
	letter-spacing: .1px;
	font-size: 13px;
	margin-bottom: 15px
}

.section__content {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: all .3s;
	margin-bottom: 30px
}

.section__content.is-inview {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media (min-width:768px) {
	.section__content {
		margin-bottom: 55px
	}
}

.hotel-intro {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 40px
}

.hotel-intro__title {
	font-size: 18px;
	color: #010f2a;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 30px;
	width: 100%
}

.hotel-intro__desc {
	width: 100%
}

@media (min-width:1024px) {
	.hotel-intro {
		text-align: left;
		min-height: 380px
	}
}

.page-feature {
	width: 100%;
	margin-bottom: 20px
}

.page-feature img {
	width: 100%
}

.page-title {
	font-size: 21px;
	letter-spacing: 5px;
	line-height: 1.44;
	color: #010f2a;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px
}

.column-title {
	color: #010f2a;
	font-size: 22px;
	font-family: "KingsCaslon Normal", Arial, sans-serif;
	position: relative;
	margin-bottom: 8px;
	text-decoration: none;
	display: block
}

.column-title:before {
	content: " ";
	display: block;
	height: 1px;
	width: 100%;
	max-width: 135px;
	background: #b5a191;
	opacity: .6;
	bottom: 2px;
	position: absolute;
	transition: all .25s
}

.column-title:hover {
	text-decoration: none;
	color: #010f2a
}

.column-title:hover:before {
	max-width: 150px
}

.site-map-column .col-md-3 {
	margin-bottom: 30px
}

@media (min-width:1024px) {
	.site-map-column .col-md-3 {
		margin-bottom: 50px
	}
}

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

.modal {
	z-index: 1057
}

.modal-body {
	padding: 25px;
	text-align: center
}

.modal-body__no-padding {
	padding: 0
}

.modal-backdrop {
	z-index: 1056
}

.modal-content {
	border-radius: 2px;
	border: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .4)
}

.modal-content .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	text-shadow: none;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	opacity: 1;
	outline: 0;
	z-index: 10;
	margin: 0;
	font-size: 0;
	background-image: url(../images/icon-close.svg);
	background-size: 14px 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer
}

.modal-content .close:not(:disabled):not(.disabled):focus,
.modal-content .close:not(:disabled):not(.disabled):hover {
	opacity: 1
}

.modal-header {
	border-radius: 0;
	border-bottom: none
}

.modal-open {
	padding-right: 0 !important
}

.modal-dialog {
	max-width: 400px;
	max-height: 85%;
	overflow: auto;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	margin: 0
}

@media (min-width:576px) {
	.modal-dialog {
		overflow: initial
	}
}

.modal-header {
	background: #010f2a;
	flex-direction: column;
	align-items: center;
	padding: 0 25px
}

.modal__logo {
	padding: 10px 0
}

.modal-body__title,
.modal-title {
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 1.44;
	color: #fff;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center
}

.modal-body__title {
	margin-bottom: 14px;
	color: #010f2a;
	font-weight: 500
}

.modal-body__datetime {
	margin-bottom: 8px;
	font-size: 12px;
	color: rgba(0, 0, 0, .72);
	position: relative;
	text-align: center
}

.modal-corner .ah-image-container {
	margin-bottom: 0
}

.modal-corner .modal-dialog {
	max-width: 90%;
	position: absolute;
	bottom: 20px;
	right: 5%;
	left: auto;
	top: auto;
	-webkit-transform: none !important;
	transform: none !important
}

@media (min-width:768px) {
	.modal-corner .modal-dialog {
		max-width: 360px;
		right: 10px
	}
}

.modal-corner .modal-body {
	max-height: 80vh;
	overflow-y: auto;
	padding: 15px;
	font-size: 14px
}

.modal-corner .modal-body p {
	line-height: 1.714;
	-webkit-margin-after: 10px;
	margin-block-end: 10px
}

.modal-corner .modal-body a {
	color: #555;
	text-decoration: underline
}

.modal-corner figure img {
	width: 100%
}

.modal-corner .modal-content {
	border: 1px solid rgba(0, 0, 0, .2)
}

@media (min-width:768px) {
	.modal-corner .modal-content {
		box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
		border: none
	}
}

.modal-corner .btn-group {
	margin-top: 15px;
	margin-bottom: 15px
}

.modal-corner-backdrop {
	z-index: 1053
}

.modal.dark .modal-content .close {
	background-image: url(../images/icon-close-white.svg);
	background-color: rgba(1, 15, 42, .64)
}

.modal.dark .modal-content {
	background: #010f2a;
	color: rgba(255, 255, 255, .72)
}

.modal.dark .modal-body__title,
.modal.dark .modal-title {
	color: #fff
}

.modal.dark .modal-body__datetime {
	color: rgba(255, 255, 255, .72)
}

.modal .close.dark {
	background-image: url(../images/icon-close-white.svg);
	background-color: rgba(1, 15, 42, .64)
}

.modal .form__checkbox label {
	color: #8c8179;
	font-size: 14px;
	margin: 5px 0 7px 0
}

.modal .form__label {
	color: #8c8179
}

.modal .form .btn {
	width: 85%;
	max-width: 240px;
	margin: 10px auto;
	text-align: center
}

.modal .form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.modal .form input::-moz-placeholder {
	color: rgba(0, 0, 0, .3)
}

.modal .form input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.modal .form input:-moz-placeholder {
	color: rgba(0, 0, 0, .3)
}

.modal-top .modal-dialog {
	max-width: 720px
}

@media (min-width:768px) {
	.modal-top .modal-dialog {
		top: 150px;
		-webkit-transform: translate(-50%, 0) !important;
		transform: translate(-50%, 0) !important
	}
}

.modal-top .modal-header {
	padding: 25px 16px 0 16px;
	background: #fff;
	flex-direction: initial;
	align-items: stretch
}

.modal-top .modal-header .btn-link {
	color: #fff;
	text-transform: uppercase;
	background: #010f2a;
	padding: 8px 10px;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 4px;
	line-height: 1.44;
	display: inline-flex;
	align-items: center
}

.modal-top .modal-title {
	background: #b5a191;
	padding: 8px 10px;
	font-size: 12px;
	flex: 1;
	text-align: left;
	letter-spacing: 4px;
	margin-bottom: 0;
	min-width: 50%
}

.modal-top .modal-content .close {
	width: 20px;
	height: 20px;
	right: 3px;
	top: 3px;
	font-size: 18px;
	background: 0 0;
	color: #b5a191
}

.modal-top .modal-body {
	padding: 10px 16px 16px 16px;
	font-size: 14px
}

@media (min-width:768px) {
	.destination-modal .image-container {
		margin-bottom: 0
	}
}

.destination-modal .image-container img {
	height: 36px
}

.destination-modal form {
	padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: 3px solid #b5a191
}

.destination-modal form .btn {
	width: 100% !important;
	max-width: none !important;
	font-weight: 300;
	font-size: 13px;
	margin: 0 !important;
	line-height: 1.4
}

.preference-modal {
	z-index: 1060
}

.preference-modal .modal-dialog {
	max-width: 654px
}

.preference-modal .modal-title {
	text-align: left;
	font-size: 11px
}

@media (min-width:768px) {
	.preference-modal .modal-title {
		font-size: 13px
	}
}

.preference-modal .modal-body {
	background: #010f2a;
	color: #fff;
	padding: 30px
}

.preference-modal .img-responsive {
	margin-bottom: 5px
}

.preference-modal .img-responsive~span {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px
}

@media (min-width:768px) {
	.preference-modal .img-responsive~span {
		font-size: 13px
	}
}

.preference-modal a:hover {
	text-decoration: none !important
}

.loading-screen {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 1061;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	text-align: center;
	transition: ease-in-out .2s opacity;
	opacity: 0
}

.loading-screen.is-active {
	left: 0;
	opacity: 1
}

.loading-screen__content {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	max-width: 560px;
	padding: 53px 80px
}

.loading-screen__logo {
	text-align: center
}

.loading-screen__logo img {
	height: 75px
}

.loading-screen__msg {
	margin: 16px 0 48px 0;
	color: #b5a191;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 4px
}

.loading-screen__tks {
	font-size: 16px;
	color: #8c8179;
	font-family: KingsCaslon, Arial, sans-serif
}

.welcome-modal.modal {
	z-index: 1600
}

.newsletter-modal .btn-primary:focus {
	border: 2px solid #b5a191;
	background: #b5a191;
	color: #fff;
	box-shadow: none;
	outline: 0
}

.newsletter-modal .modal-content,
.newsletter-modal .modal-dialog {
	overflow: visible;
	display: block
}

.newsletter-modal .modal-body {
	overflow-y: auto
}

.video-modal.modal .modal-dialog {
	max-width: 654px
}

.video-modal.modal .modal-body {
	padding: 0
}

.video-modal.modal iframe {
	display: block;
	width: 100%
}

.webcam-modal.modal .modal-dialog {
	max-width: 1024px
}

.webcam-modal.modal .modal-body {
	padding: 0
}

.webcam-modal.modal iframe {
	display: block;
	width: 100%
}

.transit-modal .modal-header--modified {
	position: absolute;
	top: 0;
	right: -30px;
	border: 0;
	padding: 0;
	min-height: 0
}

.transit-modal button.close {
	border: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #000 url(../images/close-welcome.png) center center no-repeat;
	text-indent: -666px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	cursor: pointer;
	z-index: 9;
	margin-right: -1px
}

.transit-modal .modal-dialog {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
	max-width: 375px;
	text-align: center
}

.transit-modal .modal-content {
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	background-clip: padding-box
}

.transit-modal .modal-content .modal-body {
	padding: 20px 40px
}

.transit-modal .modal-content .btn--wrapper {
	padding-top: 24px;
	display: flex
}

.transit-modal .modal-content .btn {
	padding: 6px 24px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 300
}

.transit-modal .modal-content .btn:last-child {
	flex: 1;
	margin-left: 15px
}

@media (max-width:767px) {
	.transit-modal .modal-header--modified {
		right: 0
	}
}

.photo-gallery-modal .modal-dialog {
	max-width: none
}

.photo-gallery-modal .modal-body {
	padding: 0;
	background: rgba(1, 15, 42, .9)
}

.photo-gallery-modal .modal-content .close {
	top: -30px;
	color: #fff;
	background: 0 0
}

.login-error-modal .modal-title,
.login-modal .modal-title {
	letter-spacing: 0;
	text-align: left
}

.login-error-modal .modal-title img,
.login-modal .modal-title img {
	padding-top: 5px
}

.login-error-modal .modal-title span,
.login-modal .modal-title span {
	color: #b5a191;
	font-style: italic;
	font-size: 24px;
	font-family: serif;
	padding-left: 10px;
	white-space: nowrap
}

.login-modal .modal-body button[type=submit] {
	margin-top: 70px;
	border-radius: 5px
}

.login-error-modal {
	font-size: 13px;
	z-index: 1061
}

.login-error-modal .seclect-acc {
	margin-bottom: 8px
}

.login-error-modal .acc-title {
	display: flex;
	color: #8c8179;
	font-size: 12px;
	margin-bottom: 4px
}

.login-error-modal .acc-title .acc-level {
	width: 84px
}

.login-error-modal .acc-list {
	margin-bottom: 10px
}

.login-error-modal .acc-list .acc-item {
	padding: 3px;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
	margin-bottom: 10px
}

.login-error-modal .acc-list .acc-item__content {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px
}

.login-error-modal .acc-list .acc-item__content p {
	margin-bottom: 0
}

.login-error-modal .acc-list .acc-item__content p:last-child {
	color: #d6d6d6
}

.login-error-modal .acc-list .acc-item img {
	width: 72px;
	height: auto
}

.login-error-modal .btn-group {
	width: 100%;
	margin-top: 10px
}

.login-error-modal .btn-group .btn {
	font-weight: 400;
	font-size: 13px
}

.alert-box {
	background: #e0e0e0;
	min-height: 70px;
	position: relative;
	padding-right: 60px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left
}

.alert-box>span {
	color: #97233f;
	font-size: 14px;
	padding-left: 90px;
	padding-top: 24px;
	padding-bottom: 24px;
	display: inline-block;
	font-weight: 400
}

.alert-box span.icon {
	background-image: none;
	background-repeat: no-repeat;
	display: inline-block;
	width: 78px;
	margin-right: 20px;
	padding-left: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	height: 100%;
	background-color: #97233f
}

.alert-box span.icon::before {
	content: '';
	background-image: url(https://www.kempinski.com/images/spritesheet_v4.png);
	width: 78px;
	height: 67px;
	position: absolute;
	top: 50%;
	left: 0;
	background-position: -329px -153px;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.photo-gallery-modal .modal-dialog {
	overflow: visible
}

@media (max-width:767px) {
	.photo-gallery-modal .modal-dialog {
		width: 100%
	}
}

.welcome-modal.modal-corner .modal-body p {
	line-height: 1.25
}

#olapic-slider-widget {
	direction: ltr !important
}

.olapic #olapic-slider-widget a.olapic-nav-button:link::before,
.olapic #olapic-slider-widget a.olapic-nav-button:visited::before {
	width: 22px;
	margin: 0
}

.olapic #olapic-slider-widget .olapic-nav-next::before {
	float: right
}

.olapic #olapic-slider-widget .olapic-nav-next:hover::before {
	content: url(https://olapic-data.s3.amazonaws.com/kempinskimaster/assets/arrows/Kempinski_ArrowButtons_CarousselD_RightArrow_Inactive.svg)
}

.olapic #olapic-slider-widget .olapic-nav-prev:hover::before {
	content: url(https://olapic-data.s3.amazonaws.com/kempinskimaster/assets/arrows/Kempinski_ArrowButtons_CarousselD_LeftArrow_Inactive.svg)
}

.olapic #olapic-slider-widget .olapic-slider-copy {
	font-size: 13px !important;
	font-weight: 100;
	font-family: Helvetica, Arial, sans-serif !important;
	color: #bab4af;
	letter-spacing: .7px
}

.olapic #olapic-slider-widget .olapic-footer-button a {
	color: #021843 !important;
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif !important;
	background: 0 0 !important;
	width: auto;
	padding: 0;
	border: 2px solid #b5a191;
	padding: 7px 40px;
	display: block
}

.olapic #olapic-slider-widget .olapic-footer-button a:hover {
	background: #b5a191 !important;
	color: #fff !important;
	border-color: #b5a191 !important;
	transition: all .3s
}

.olapic .modal {
	z-index: 1057 !important
}

.video-wrapper__iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.video-wrapper__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1 !important
}

.item {
	margin-bottom: 45px
}

.item--expand {
	padding: 0 0 !important;
	display: flex;
	flex-direction: column
}

.item--expand .item__content {
	padding: 0 15px
}

.item--expand .item__btn {
	padding: 0 15px
}

@media (min-width:768px) {
	.item--expand {
		padding: 0 10px !important
	}

	.item--expand .item__btn,
	.item--expand .item__content {
		padding: 0
	}
}

.item__img {
	display: block;
	min-height: 255px;
	margin-bottom: 20px
}

.item__title {
	text-transform: uppercase;
	color: #010f2a;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	font-weight: 300
}

.item__subtitle {
	letter-spacing: .1px;
	font-size: 13px;
	font-weight: 700;
	color: #4a4a4a
}

.item__desc {
	letter-spacing: .1px;
	font-size: 13px;
	font-weight: 700;
	color: #010f2a;
	line-height: 1.8;
	margin-bottom: 15px;
	height: 46px;
	overflow: hidden
}

.item__desc:last-child,
.item__desc:only-child {
	margin-bottom: 0
}

.item__desc.item__desc--secondary {
	font-weight: 400;
	height: auto;
	margin-bottom: 20px
}

.item__desc.item__desc--secondary strong {
	font-weight: 700
}

.item__desc.item__desc--secondary a {
	color: #010f2a;
	text-decoration: underline
}

.item__link {
	position: relative;
	font-size: 11px;
	font-weight: 700;
	line-height: 2.1;
	padding-left: 20px;
	letter-spacing: .1px;
	color: #666;
	display: block
}

.item__link:before {
	content: "";
	border-left: 8px solid #b5a191;
	border-right: 8px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-radius: 0;
	width: 5px;
	height: 5px;
	margin: 6px 5px 0 0;
	position: absolute;
	left: 4px;
	top: 0
}

.item__btn {
	margin-top: auto
}

.contact-infor .contact-infor-content {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px
}

.contact-infor dl {
	font-size: 13px;
	margin-bottom: 3rem
}

.contact-infor dl a {
	color: #010f2a;
	text-decoration: underline
}

.contact-infor dl dt {
	line-height: 20px
}

.contact-infor dl dd {
	margin-bottom: 0;
	line-height: 20px
}

@media (min-width:1024px) {
	.contact-infor dl dd {
		margin-left: 240px;
		margin-top: -20px
	}

	.contact-infor dl dd:after,
	.contact-infor dl dd:before {
		content: '';
		display: inline-block
	}
}

.contact-infor--closer dl {
	font-weight: 400;
	margin-bottom: 20px
}

.contact-infor--closer dl dt {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 130px;
	text-align: right
}

.contact-infor--closer dl dd {
	margin-left: 155px;
	margin-top: -20px;
	line-height: 20px
}

.contact-infor--closer dl dd:after,
.contact-infor--closer dl dd:before {
	content: '';
	display: inline-block
}

.contact-infor--light {
	border-bottom: 1px solid #8c8179;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.contact-infor--light dl dt {
		float: left;
		text-align: left;
		width: auto
	}

	.contact-infor--light dl dd {
		margin-left: 0;
		margin-top: 0
	}
}

@media (min-width:768px) {
	.contact-infor--light dt {
		font-weight: 400
	}
}

.contact-box {
	background: #b5a191;
	color: #fff;
	padding: 2px 40px 12px 40px;
	margin-top: 15px;
	word-break: break-word
}

.contact-box__title {
	font-size: 25px;
	margin-top: 9px;
	margin-bottom: 13px
}

.contact-box__title img {
	margin-left: 20px
}

.contact-box dl {
	font-size: 13px;
	font-weight: 400
}

.contact-box dl dt {
	font-weight: 400
}

.contact-box dl dd a {
	color: #fff;
	white-space: nowrap
}

.contact-box a[href^="mailto:"] {
	text-decoration: underline
}

@media (min-width:768px) {
	.contact-box dt {
		width: 72px;
		line-height: 20px;
		text-align: right
	}

	.contact-box dd {
		margin-left: 90px;
		margin-top: -20px;
		line-height: 20px
	}

	.contact-box dd:after,
	.contact-box dd:before {
		content: '';
		display: inline-block
	}
}

@media (min-width:1024px) {
	.contact-box {
		margin-top: 0
	}

	.contact-box--small {
		max-width: 350px
	}
}

.title-italic--small {
	font-size: 20px;
	margin-bottom: 10px
}

.title-big {
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 1.44;
	font-weight: 400;
	min-height: 55px;
	margin-bottom: 10px
}

.review-pro {
	padding-left: 110px;
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: all .3s;
	margin-top: 30px
}

.review-pro.is-inview {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media (min-width:768px) {
	.review-pro {
		padding-left: 70px;
		margin-top: 0
	}
}

@media (min-width:1024px) {
	.review-pro {
		padding-left: 110px
	}
}

.review-pro #rp-widget {
	width: 100% !important;
	position: relative
}

.review-pro .rp-widget-top {
	background-image: none !important
}

.review-pro .rp-widget-top-title {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.review-pro .rp-widget-top-title #rp-widget-js-info {
	cursor: pointer
}

.review-pro .rp-widget-top .rp-widget-gri-value {
	font-size: 30px !important;
	font-family: Helvetica, Arial, sans-serif;
	color: #010f2a !important;
	font-weight: 700 !important;
	position: relative;
	bottom: 13px;
	float: left;
	text-align: left !important;
	margin: 20px 10px 5px 6px !important
}

.review-pro .rp-widget-top .rp-widget-sources {
	font-size: 13px;
	display: flex !important;
	flex-wrap: wrap;
	margin-top: 15px !important;
	font-weight: 400;
	width: auto !important;
	color: #010f2a !important
}

.review-pro .rp-widget-top .rp-widget-sources-element:first-child {
	margin-right: 6px
}

.review-pro .rp-widget-top .rp-widget-sources .rp-widget-label {
	margin-left: 3px
}

.review-pro .rp-widget-gri-title {
	display: none
}

.review-pro .rp-widget-graph {
	display: none !important
}

.review-pro .rp-widget-bottom {
	display: none !important
}

.review-pro #rp-widget-dialog {
	display: none;
	position: absolute;
	top: 35px !important;
	right: -20px;
	left: auto !important
}

.review-pro #rp-widget-dialog .tooltip-bubrt {
	max-width: 250px;
	box-shadow: 0 7px 15px -6px rgba(0, 0, 0, .75)
}

.review-pro #rp-widget-dialog .tooltip-bubrt .tooltip-content {
	padding: 10px 15px 10px 25px;
	background: #d6ebff
}

.review-pro #rp-widget-dialog .tooltip-bubrt .tooltip-content .cross-close {
	color: #39f;
	text-decoration: none;
	display: block;
	padding: 8px 4px;
	background: url(https://sapi.reviewpro.com/static/img/icons/icon-cross-close.gif) no-repeat left center;
	float: right
}

.review-pro #rp-widget-dialog .tooltip-bubrt .tooltip-content h5 {
	font-size: 16px;
	font-weight: 700;
	color: #010f2a;
	margin-bottom: 0
}

.review-pro #rp-widget-dialog .tooltip-bubrt .tooltip-content p {
	margin-top: 7px;
	font-size: 13px;
	line-height: 1;
	font-weight: 400
}

.review-pro #rp-widget-dialog .tooltip-bubrt .tooltip-content a {
	color: #010f2a
}

.review-pro #rp-widget-dialog .tooltip-bubrt .tooltip-content::before {
	content: '';
	position: absolute;
	top: -35px;
	right: 8px;
	border: 20px solid transparent;
	border-bottom: 20px solid #d6ebff
}

.review-pro--inline {
	padding-left: 0 !important;
	margin-bottom: 25px
}

.review-pro--inline .rp-widget-top .rp-widget-top-title {
	display: block !important;
	width: 125px
}

.review-pro--inline .rp-widget-top .rp-widget-top-title #rp-widget-js-info {
	padding-left: 5px
}

.review-pro--inline .rp-widget-top .rp-widget-sources {
	margin-top: 25px !important
}

.review-pro--inline #rp-widget-dialog {
	right: auto
}

@media (min-width:576px) {
	.review-pro--inline .rp-widget-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative
	}

	.review-pro--inline .rp-widget-top .rp-widget-sources {
		margin-top: 0 !important
	}

	.review-pro--inline .rp-widget-top .rp-widget-gri-value {
		position: absolute !important;
		right: 160px !important;
		bottom: -7px !important
	}
}

.review-pro .is-showing {
	display: block !important
}

.contact-block {
	padding-top: 40px;
	padding-left: 0
}

.contact-block dl {
	font-size: 13px;
	margin-bottom: 3rem
}

.contact-block dl a {
	color: #010f2a;
	text-decoration: underline
}

.contact-block dl dt {
	line-height: 20px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 110px
}

.contact-block dl dd {
	margin-left: 110px;
	margin-top: -20px;
	line-height: 20px
}

.contact-block dl dd a {
	white-space: nowrap
}

@media (min-width:768px) {
	.contact-block {
		padding-left: 70px
	}
}

@media (min-width:1024px) {
	.contact-block {
		padding-left: 110px
	}
}

.contact-block__btns {
	display: flex
}

.contact-block__btns>* {
	display: inline-flex;
	align-items: center
}

.contact-block__btns .bootstrap .btn {
	margin: 0 !important;
	min-width: 90px;
	line-height: 1.5;
	padding: 6px 10px
}

.contact-block__btns .bootstrap .btn:focus,
.contact-block__btns .bootstrap .btn:visited {
	outline: 0 !important;
	box-shadow: none !important
}

.image-full {
	min-height: 250px
}

@media (min-width:768px) {
	.image-full {
		min-height: 300px
	}
}

@media (min-width:1024px) {
	.image-full {
		min-height: 400px
	}
}

.press__items {
	margin-top: 50px
}

.press__item {
	width: 100%;
	border: 20px solid #f4f1f1;
	padding: 20px 0;
	margin: 0 auto 35px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column
}

@media (min-width:1024px) {
	.press__item {
		flex-direction: row;
		width: 83.3333333333%
	}
}

.press__item-content {
	margin-bottom: 30px;
	padding: 0 20px
}

@media (min-width:1024px) {
	.press__item-content {
		width: 70%;
		margin-bottom: 0
	}
}

.press__item-btn {
	width: 80%;
	padding: 0 20px
}

.press__item-btn .btn-primary {
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
	display: block
}

@media (min-width:1024px) {
	.press__item-btn {
		width: 30%
	}
}

.press__subtitle {
	font-size: 12px;
	font-weight: 300;
	color: #010f2a;
	text-transform: uppercase;
	margin-bottom: 5px
}

.press__title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
	overflow: hidden;
	text-decoration: none;
	letter-spacing: 3px;
	color: #010f2a;
	display: block;
	font-weight: 300;
	text-transform: uppercase
}

.press__title:focus,
.press__title:hover {
	color: #010f2a
}

@media (min-width:768px) {
	.press__description {
		padding-right: 30px
	}
}

.blog__items {
	padding-top: 20px;
	padding-bottom: 20px
}

.blog__items .overlap-black {
	display: none
}

@media (min-width:1024px) {
	.blog__items .overlap-black {
		display: block
	}
}

.blog__item {
	width: 100%;
	border: 20px solid #010f2a;
	position: relative
}

.blog__item:hover .overlap-black {
	opacity: 0
}

@media (min-width:768px) {
	.blog__item {
		padding: 179px 17px 20px 17px
	}
}

@media (min-width:1024px) {
	.blog__item {
		padding-right: 160px
	}
}

@media (min-width:1366px) {
	.blog__item {
		padding-right: 17px
	}
}

@media (min-width:768px) {
	.blog__item-media img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%
	}
}

.blog__item-content {
	padding: 20px;
	position: relative;
	z-index: 1;
	background-color: #fff
}

@media (min-width:768px) {
	.blog__item-content {
		padding: 23px 40px
	}
}

.blog__item-btn {
	text-align: right;
	margin-top: 20px
}

.blog__item-btn .btn-primary {
	width: 100%;
	max-width: 153px
}

.blog__subtitle {
	font-size: 12px;
	font-weight: 300;
	color: #010f2a;
	text-transform: uppercase;
	margin-bottom: 5px
}

.blog__title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
	overflow: hidden;
	letter-spacing: 5px;
	display: block;
	text-transform: uppercase
}

.blog__description {
	font-size: 13px;
	margin-bottom: 15px
}

.blog__description h2 {
	margin: 19px 0;
	letter-spacing: 5px;
	font-size: 21px;
	color: #010f2a
}

.guest-review#reviewPro {
	font-weight: 400;
	margin: 10px 0;
	font: 11px/14px Helvetica, Arial, sans-serif
}

.guest-review#reviewPro ul li {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	color: #666;
	list-style-type: none
}

.guest-review#reviewPro ul li>div {
	display: flex;
	justify-content: space-between;
	font-size: 10px
}

.guest-review#reviewPro ul li>div span.source {
	display: inline-block;
	margin: 0 0 10px
}

.guest-review#reviewPro ul li>div span.source a {
	color: #010f2a;
	font-size: 12px;
	font-weight: 700
}

.guest-review#reviewPro ul li>div .rating-wrapper {
	min-width: 30%;
	max-width: 50%;
	margin-top: 5px
}

.guest-review#reviewPro ul li>div .rating-wrapper .rating {
	display: inline-block;
	width: 80px;
	height: 16px;
	background: url(../images/iconset.reviewpro.ratings.png) no-repeat
}

.guest-review#reviewPro ul li>div .rating-wrapper a {
	color: #010f2a
}

.guest-review#reviewPro ul li blockquote {
	font-size: 11.5px !important;
	font-weight: 500;
	margin: 20px 0
}

@media (min-width:768px) {
	.guest-review#reviewPro ul li {
		flex-direction: row
	}

	.guest-review#reviewPro ul li>div {
		flex-direction: column;
		justify-content: flex-start;
		width: 30%
	}

	.guest-review#reviewPro ul li>div .rating-wrapper {
		max-width: 100%
	}

	.guest-review#reviewPro ul li blockquote {
		width: 70%;
		margin-top: 0
	}
}

.guest-review#reviewPro footer a {
	color: #010f2a
}

.list-link {
	margin-bottom: 50px
}

.list-link .title-italic {
	font-size: 22px;
	position: relative;
	margin-bottom: 8px;
	display: block;
	padding-bottom: 2px
}

.list-link .title-italic:hover {
	color: inherit;
	text-decoration: none
}

.list-link .title-italic::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	max-width: 135px;
	background: #b5a191;
	opacity: .6;
	bottom: 0;
	position: absolute
}

.list-link__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px
}

.list-link__item a {
	margin-bottom: 5px
}

.widget {
	margin: 20px 0
}

.widget-title {
	font-size: 18px;
	font-weight: 700;
	color: #b5a191;
	text-transform: uppercase
}

.widget-title:hover {
	color: #b5a191;
	text-decoration: none
}

.widget-tags {
	margin-bottom: 35px
}

.widget-tags__list {
	margin-top: 20px
}

.widget-tags__list .tag-item {
	background: url(../images/bg-tag-item.png) no-repeat;
	color: #010f2a;
	font-size: 14px;
	line-height: 26px;
	font-family: KingsCaslon, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	padding: 0 10px 0 22px;
	margin: 0 10px 10px 0;
	display: inline-block;
	position: relative
}

.widget-tags__list .tag-item:hover {
	text-decoration: none
}

.widget-tags__list .tag-item::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 26px;
	background: url(../images/bg-tag-item.png) no-repeat center right;
	vertical-align: top;
	position: absolute;
	right: -4px
}

.widget .widget-contact,
.widget .widget-map {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px
}

.widget .widget-contact__icon,
.widget .widget-map__icon {
	width: 42px;
	height: 40px;
	display: inline-block;
	margin-right: 35px
}

.widget .widget-contact .widget-contact__icon {
	background: url(../images/icon-blog-contact.png) no-repeat
}

.widget .widget-map .widget-map__icon {
	background: url(../images/icon-blog-contact.png) no-repeat;
	background-position: 0 -53px
}

.pagination-wrapper {
	text-align: center
}

.pagination-wrapper input {
	border: 1px solid #ccc;
	width: 100%;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	line-height: 31px;
	height: 31px;
	padding: 0;
	vertical-align: top;
	text-align: center;
	outline: 0;
	border-radius: 0
}

.pagination-wrapper .pagination {
	margin: 0 -12px;
	display: inline-block
}

.pagination-wrapper .pagination>li {
	display: inline
}

.pagination-wrapper .pagination a {
	border: 0 none !important;
	font-size: 11px;
	color: #9d938a;
	text-transform: uppercase;
	font-weight: 400;
	background: transparent none repeat scroll 0 0;
	padding: 6px 12px
}

.pagination-wrapper .pagination a.current {
	text-decoration: underline
}

@media (min-width:768px) {
	.pagination-wrapper {
		text-align: right
	}
}

.not-found .notice {
	font-size: 18px;
	margin: 19px 0;
	font-weight: 400
}

.not-found .btn-primary {
	color: #fff
}

.not-found .btn-primary:hover {
	color: #010f2a
}

#weather-handler .date {
	color: #4b4d52;
	font-size: 15px;
	width: 100%;
	text-align: center
}

#weather-handler .time {
	color: #010f2a;
	font-size: 21px;
	width: 100%;
	text-align: center;
	margin-top: 2px
}

#weather-handler .weather {
	font-size: 44px;
	color: #4b4d52;
	width: 100%;
	text-align: center;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

#weather-handler .weather:focus,
#weather-handler .weather:hover {
	text-decoration: none
}

#weather-handler .weather__icon {
	flex-basis: 100%;
	width: 100%
}

#weather-handler .btn-primary {
	text-transform: uppercase
}

#weather-handler .btn-primary:focus,
#weather-handler .btn-primary:hover {
	color: #021843
}

#weather-handler.weather-handler-location .date,
#weather-handler.weather-handler-location .place {
	font-size: 21px
}

#weather-handler.weather-handler-location .weather {
	font-size: 80px;
	line-height: 1.2
}

#weather-handler.weather-handler-location .weather__icon {
	line-height: 0
}

.weather__wrapper {
	width: 100%
}

.weather__detail {
	background: rgba(74, 75, 79, .06);
	margin: 0 -20px;
	padding: 20px 40px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between
}

.weather__detail>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.weather__detail img {
	margin-bottom: 15px;
	display: block;
	height: 25px
}

.weather__detail .status {
	font-size: 11px;
	margin-top: 5px
}

.weather__detail .value {
	font-size: 30px;
	line-height: 1;
	margin-top: 10px
}

.weather__detail .value span {
	font-size: .5em
}

.weather-estimate {
	display: flex
}

.weather-estimate-date {
	text-align: center;
	width: 20%;
	padding: 0 15px
}

.weather-estimate-date .day {
	font-size: 13px
}

.weather-estimate-date .weather-icon {
	margin-bottom: 10px
}

.weather-estimate-date .weather-icon img {
	display: inline-block;
	max-width: 25px
}

.weather-estimate-date .value {
	display: block;
	font-size: 30px;
	line-height: 1
}

.weather-estimate-date .value-last {
	font-size: 16px
}

.editor-content {
	letter-spacing: .1px;
	font-size: 13px;
	color: #010f2a
}

.editor-content h3,
.editor-content__title {
	font-size: 18px;
	color: #010f2a;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px
}

.editor-content h5 {
	font-size: 21px;
	letter-spacing: 5px;
	color: inherit
}

.editor-content h6 {
	font-size: 12px;
	letter-spacing: 5px;
	color: #010f2a
}

.editor-content strong {
	font-weight: 700
}

.editor-content a {
	color: #010f2a;
	text-decoration: underline
}

.editor-content ul {
	margin-left: 20px;
	margin-bottom: 20px
}

.editor-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0
}

.editor-content ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #424242
}

.editor-content blockquote {
	font-size: 17.5px
}

.editor-content .btn-primary {
	color: #fff
}

.editor-content .btn-primary:hover {
	color: #010f2a
}

.editor-content .contact-block {
	padding: 0 !important
}

.editor-content .contact-block .title {
	font-size: 20px;
	margin-bottom: 40px
}

.editor-content .contact-block .about-tab-item .panel-group .panel {
	margin-bottom: 30px
}

.editor-content .contact-block .about-tab-item .panel-group .panel .panel-heading {
	font-weight: 700;
	text-transform: capitalize;
	text-decoration: underline;
	margin-bottom: 10px
}

.editor-content .contact-block .about-tab-item .panel-group .panel .panel-collapse {
	padding-left: 10px
}

.media {
	margin-bottom: 20px
}

.media img {
	display: block;
	width: 100%
}

@media (min-width:768px) {
	.media {
		float: right;
		width: 50%;
		margin-left: 20px
	}

	.media1 {
		float: left;
		width: 50%;
		/* margin-left:20px; */
		margin-right: 20px;
	}
}

.media--verse {
	float: none !important
}

.offers {
	padding: 15px 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.offers__item {
	background-size: cover;
	height: 92px;
	width: calc(50% - 20px);
	position: relative;
	cursor: pointer;
	margin: 0 10px 20px
}

.offers__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #010f2a;
	opacity: .25;
	transition: all .3s
}

.offers__item.is-active:before,
.offers__item:hover:before {
	opacity: 1;
	background: #b5a191
}

.offers__label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center
}

.offers__label span {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px
}

@media (min-width:768px) {
	.offers__item {
		width: 243px
	}
}

@media (min-width:1366px) {
	.offers {
		max-width: 1369px;
		margin: 0 auto
	}
}

.offer__items {
	width: 100%
}

.offer__item {
	background: #fff;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column
}

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

.offer__thumb {
	background-size: cover;
	background-position: center;
	flex: 0 0 100%;
	min-height: 200px
}

@media (min-width:768px) {
	.offer__thumb {
		flex: 0 0 50%;
		max-height: 220px
	}
}

@media (min-width:1024px) {
	.offer__thumb {
		flex: 0 0 25%;
		max-height: 165px
	}
}

.offer__desc {
	flex: 0 0 75%;
	padding: 15px
}

@media (min-width:768px) {
	.offer__desc {
		flex: 0 0 50%
	}
}

@media (min-width:1024px) {
	.offer__desc {
		display: flex;
		justify-content: center;
		flex: 0 0 75%;
		flex-direction: row;
		min-height: 165px
	}
}

.offer__content {
	flex: 0 0 100%;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.offer__content {
		flex: 0 0 60%
	}
}

@media (min-width:1024px) {
	.offer__content {
		flex: 0 0 65%;
		margin-bottom: 0
	}
}

.offer__content-title {
	font-family: KingsCaslon, Arial, sans-serif;
	font-size: 22px;
	color: #010f2a;
	margin-bottom: 10px
}

.offer__content-detail {
	height: 70px;
	overflow: hidden;
	position: relative;
	transition: all .5s
}

.offer__content-detail.is-full {
	height: auto;
	margin-bottom: 15px
}

.offer__content-detail.is-full:before {
	display: none
}

.offer__content-detail:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .39) 0, rgba(255, 255, 255, .39) 0, rgba(255, 255, 255, .77) 33%, rgba(255, 255, 255, .89) 51%, rgba(255, 255, 255, .9) 54%, #fff 74%, #fff 100%);
	height: 30px;
	z-index: 1
}

.offer__content-more {
	cursor: pointer;
	text-decoration: underline;
	font-size: 13px
}

.offer__actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 100%
}

@media (min-width:768px) {
	.offer__actions {
		flex: 0 0 40%
	}
}

@media (min-width:1024px) {
	.offer__actions {
		flex: 0 0 35%
	}
}

.offer__price {
	padding: 0 15px;
	text-align: center;
	flex: 1;
	font-family: KingsCaslon, Arial, sans-serif
}

.offer__label {
	font-size: 14px
}

.offer__money {
	font-size: 24px
}

.offer__money:after {
	content: attr(data-currency);
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400
}

.offer__btn {
	text-transform: uppercase
}

.offer__btn:hover {
	background-color: transparent;
	color: #021843;
	transition: all .3s;
	border-color: #b5a191
}

.offer__notice {
	font-size: 12px;
	text-align: right;
	padding-right: 0;
	color: #757575;
	font-family: KingsCaslon, Arial, sans-serif
}

.offer-filter {
	display: flex;
	max-width: 100vw;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
	padding: 15px
}

@media (min-width:768px) {
	.offer-filter {
		flex-direction: row;
		max-width: 80vw
	}
}

.offer-filter__field {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.offer-filter__field {
		width: 50%
	}

	.offer-filter__field:last-child {
		width: 100%
	}
}

@media (min-width:1366px) {
	.offer-filter__field {
		width: 18%
	}

	.offer-filter__field:last-child {
		width: 15%
	}

	.offer-filter__field:first-child {
		width: 31%
	}
}

.offer-filter__label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px
}

.offer-filter__items {
	display: flex;
	justify-content: space-between
}

.offer-filter .input-wrapper {
	margin-right: 0;
	width: 48%
}

.offer-filter .input-wrapper input {
	border: 1px solid #ccc;
	background: 0 0;
	text-transform: uppercase;
	min-width: 100%
}

.offer-filter .btn {
	width: 100%;
	background: #b5a191;
	color: #fefbfb;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 0;
	border: none;
	line-height: 1.7;
	padding: 5px 10px;
	font-weight: 400
}

.offer-filter .bootstrap-select {
	width: 100% !important
}

.offer-filter .bootstrap-select:focus {
	outline: 0 !important
}

.offer-filter .bootstrap-select .btn-light {
	border: 1px solid #ccc;
	background: 0 0;
	border-radius: 0;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.6;
	transition: all .3s;
	color: #010f2a
}

.offer-filter .bootstrap-select .btn-light:hover {
	background-color: #b5a191;
	color: #fff
}

.offer-filter .bootstrap-select .btn-light:focus {
	outline: 0 !important
}

.offer-filter .bootstrap-select .btn-light .filter-option-inner-inner {
	padding-left: 0
}

.offer-filter .bootstrap-select.show .btn-light {
	background-color: #b5a191;
	color: #fff
}

.offer-filter .bootstrap-select .notShow {
	display: none
}

.offer-filter .bootstrap-select li:first-child .notShow {
	display: block
}

.offer-filter__date-container {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1062;
	top: calc(100% + 10px);
	display: none
}

.offer-filter__date-container .month-wrapper {
	display: flex;
	justify-content: center;
	width: 100% !important
}

.offer-filter__date-container .month-wrapper .gap {
	width: 20px;
	margin: 0
}

.offer-filter__date-container .month-wrapper table {
	width: 50%
}

.offer-filter__date-container .footer {
	display: none
}

.offer-filter.is-date-opening .offer-filter__date-container {
	display: block !important
}

.offer-result {
	display: flex;
	max-width: 100vw;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto
}

@media (min-width:768px) {
	.offer-result {
		max-width: 80vw
	}
}

.offer-result__main {
	width: 100%;
	padding: 15px;
	display: flex;
	margin: 0 auto;
	flex-direction: column
}

@media (min-width:768px) {
	.offer-result__main {
		flex-direction: row;
		margin: 50px auto;
		padding: 30px
	}
}

.offer-result__main-thumb {
	width: 100%;
	flex: 0 100%;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.offer-result__main-thumb {
		width: 30%;
		flex: 0 30%;
		min-height: 350px;
		max-height: 450px
	}
}

.offer-result__main-desc {
	width: 100%;
	flex: 0 100%;
	padding: 0 15px
}

@media (min-width:768px) {
	.offer-result__main-desc {
		width: 70%;
		flex: 0 70%;
		padding: 0 30px
	}
}

.offer-result__main-title {
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.offer-result__main-title {
		margin-bottom: 30px
	}
}

.offer-result__item {
	width: 100%;
	padding: 15px
}

@media (min-width:768px) {
	.offer-result__item {
		width: 33%;
		padding: 30px
	}
}

.offer-result__item-thumb {
	background-size: cover;
	min-height: 250px;
	margin-bottom: 15px;
	display: block;
	position: relative
}

@media (min-width:768px) {
	.offer-result__item-thumb {
		min-height: 350px;
		margin-bottom: 35px
	}
}

.offer-result__item-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	background: rgba(1, 15, 42, .5)
}

.offer-result__item-hotel {
	font-family: KingsCaslon, Arial, sans-serif;
	font-size: 1.25em;
	color: #363636
}

.offer-result__item-destination {
	font-family: serif;
	letter-spacing: 10px;
	font-size: 1.5em;
	color: #707070
}

.offer-result__item-content {
	font-family: KingsCaslon, Arial, sans-serif;
	font-size: 1.25em;
	color: #010f2a
}

.offer-hotel__item {
	border: 5px solid #010f2a;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column
}

@media (min-width:1024px) {
	.offer-hotel__item {
		border: 15px solid #010f2a;
		flex-direction: row
	}
}

.offer-hotel__thumb {
	background-size: cover;
	background-position: center;
	flex: 0 0 100%;
	min-height: 200px
}

@media (min-width:768px) {
	.offer-hotel__thumb {
		flex: 0 0 50%;
		max-height: 220px
	}
}

@media (min-width:1024px) {
	.offer-hotel__thumb {
		flex: 0 0 25%;
		max-height: 165px
	}
}

.offer-hotel__desc {
	flex: 0 0 75%;
	padding: 15px
}

@media (min-width:768px) {
	.offer-hotel__desc {
		flex: 0 0 50%
	}
}

@media (min-width:1024px) {
	.offer-hotel__desc {
		display: flex;
		justify-content: center;
		flex: 0 0 75%;
		flex-direction: row;
		min-height: 165px
	}
}

.offer-hotel__content {
	flex: 0 0 100%;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 30px
}

@media (min-width:768px) {
	.offer-hotel__content {
		flex: 0 0 calc(100% - 295px)
	}
}

@media (min-width:1024px) {
	.offer-hotel__content {
		margin-bottom: 0
	}
}

.offer-hotel__content-title {
	font-family: KingsCaslon, Arial, sans-serif;
	font-size: 22px;
	color: #010f2a;
	margin-bottom: 10px
}

.offer-hotel__content-detail {
	height: 60px;
	overflow: hidden;
	position: relative;
	transition: all .5s
}

@media (min-width:768px) {
	.offer-hotel__content-detail {
		height: 66px
	}
}

.offer-hotel__content-detail.is-full {
	height: auto;
	margin-bottom: 15px
}

.offer-hotel__content-detail.is-full:before {
	display: none
}

.offer-hotel__content-detail:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .39) 0, rgba(255, 255, 255, .39) 0, rgba(255, 255, 255, .77) 33%, rgba(255, 255, 255, .89) 51%, rgba(255, 255, 255, .9) 54%, #fff 74%, #fff 100%);
	height: 30px
}

.offer-hotel__content-valid {
	position: absolute;
	bottom: 0;
	font-size: 13px
}

.offer-hotel__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 100%
}

@media (min-width:768px) {
	.offer-hotel__actions {
		flex: 0 0 290px
	}
}

.offer-hotel__price {
	padding: 0 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 1;
	font-family: KingsCaslon, Arial, sans-serif
}

.offer-hotel__label {
	font-size: 14px
}

.offer-hotel__money {
	font-size: 24px
}

.offer-hotel__money--member {
	color: #b5a191
}

.offer-hotel__money:after {
	content: attr(data-currency);
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400
}

.offer-hotel__btns {
	display: flex
}

.offer-hotel__btn {
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap
}

.offer-hotel__btn:last-child {
	margin-left: 10px
}

.offer-hotel__btn:hover {
	background-color: transparent;
	color: #021843;
	transition: all .3s;
	border-color: #b5a191
}

.offer-hotel__notice {
	font-size: 12px;
	text-align: right;
	padding-right: 0;
	color: #757575;
	font-family: KingsCaslon, Arial, sans-serif
}

.destination-filter {
	display: flex;
	max-width: 100vw;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto 20px;
	padding: 15px 0
}

@media (min-width:768px) {
	.destination-filter {
		flex-direction: row;
		max-width: 80vw
	}
}

.destination-filter__field {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.destination-filter__field {
		width: 50%
	}
}

@media (min-width:1366px) {
	.destination-filter__field {
		width: 25%
	}
}

.destination-filter .input-wrapper {
	margin-right: 0;
	width: 48%
}

.destination-filter .input-wrapper input {
	border: 1px solid #ccc;
	background: 0 0;
	text-transform: uppercase;
	min-width: 100%
}

.destination-filter .btn {
	width: 100%;
	background: #b5a191;
	color: #fefbfb;
	font-size: 11px;
	border-radius: 0;
	border: none;
	line-height: 1.7;
	padding: 5px 10px;
	font-weight: 700
}

.destination-filter .bootstrap-select {
	width: 100% !important
}

.destination-filter .bootstrap-select:focus {
	outline: 0 !important
}

.destination-filter .bootstrap-select .btn-light {
	border: 1px solid #ccc;
	background: 0 0;
	border-radius: 0;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.6;
	transition: all .3s;
	color: #010f2a
}

.destination-filter .bootstrap-select .btn-light:hover {
	background-color: #b5a191;
	color: #fff
}

.destination-filter .bootstrap-select .btn-light:focus {
	outline: 0 !important
}

.destination-filter .bootstrap-select .btn-light .filter-option-inner-inner {
	padding-left: 0
}

.destination-filter .bootstrap-select.show .btn-light {
	background-color: #b5a191;
	color: #fff
}

.destination-filter .bootstrap-select .dropdown-menu {
	max-height: 200px !important;
	min-height: 30px !important
}

.destination-filter .bootstrap-select .dropdown-menu .inner {
	min-height: 30px !important
}

.destination-filter .bootstrap-select .dropdown-menu li.disabled {
	display: none
}

.destination__name {
	font-weight: 700;
	text-transform: uppercase;
	transition: all 1s ease;
	color: #010f2a;
	font-size: 13px;
	line-height: 2;
	width: 100%
}

.destination__items {
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.destination__item {
	position: relative;
	width: 100%;
	font-size: 13px
}

@media (min-width:569px) and (max-width:768px) {
	.destination__item {
		width: 50%
	}
}

.destination__item a {
	color: #010f2a;
	line-height: 2;
	display: block
}

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

.destination__item a.type-hotel:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #b5a191;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block
}

.destination__item a.type-residence:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #b5a191;
	background: #b5a191;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block
}

.destination__introduce {
	margin-bottom: 30px
}

.destination__desc {
	margin-bottom: 50px;
	cursor: pointer
}

.destination__notice {
	border-top: 1px solid #b5a191;
	padding: 25px 0
}

.destination__notice p {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px
}

.destination__notice p:after {
	position: absolute;
	left: 0;
	top: 6px
}

.destination__notice p.type-hotel:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #b5a191;
	border-radius: 50%
}

.destination__notice p.type-residence:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #b5a191;
	background: #b5a191;
	border-radius: 50%
}

.destination .not-match {
	opacity: .2
}

.destination--single {
	overflow: visible;
	position: relative;
	z-index: 200
}

.destination--single .destination-filter {
	justify-content: flex-end
}

@media (min-width:768px) {
	.destination--single .destination-filter {
		max-width: 100%
	}
}

.destination--single .destination-filter__field {
	width: 100%
}

@media (min-width:768px) {
	.destination--single .destination-filter__field {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		min-width: 230px
	}
}

.destination--single .destination-filter__field .btn {
	text-transform: uppercase
}

.destination--single .destination-filter .dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.destination--single .destination-filter .dropdown-menu li a {
	font-size: .875rem
}

.destination--single .destination-filter .dropdown-menu li a:focus,
.destination--single .destination-filter .dropdown-menu li a:hover {
	color: #02215c
}

.cc-form {
	max-width: 600px;
	margin: 0 auto
}

.cc-form input::-webkit-input-placeholder {
	opacity: .5
}

.cc-form input::-moz-placeholder {
	opacity: .5
}

.cc-form input:-ms-input-placeholder {
	opacity: .5
}

.cc-form input:-moz-placeholder {
	opacity: .5
}

.cc-form input:active,
.cc-form input:focus,
.cc-form input:hover {
	outline: 0
}

.cc-form .btn-primary {
	width: 100%;
	margin: 0 auto;
	display: inline-block
}

#credit-card {
	background-image: url(/images/cc.png);
	background-position: 2px -121px;
	background-size: 120px 655px;
	background-repeat: no-repeat;
	padding-left: 54px
}

#credit-card.visa {
	background-position: 2px -163px
}

#credit-card.visa_electron {
	background-position: 2px -205px
}

#credit-card.mastercard {
	background-position: 2px -247px
}

#credit-card.maestro {
	background-position: 2px -289px
}

#credit-card.discover {
	background-position: 2px -331px
}

#credit-card.amex {
	background-position: 2px -373px
}

#credit-card.dankort {
	background-position: 2px -415px
}

#credit-card.diners_club_carte_blanche {
	background-position: 2px -456px
}

#credit-card.jcb {
	background-position: 2px -542px
}

#credit-card.laser {
	background-position: 2px -583px
}

#credit-card.uatp {
	background-position: 2px -627px
}

table.tablesaw {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 300
}

table.tablesaw th {
	vertical-align: bottom;
	text-align: center;
	font-weight: 300
}

table.tablesaw th:nth-child(2n+1) {
	background: #f7f8f6
}

table.tablesaw tr th:first-child {
	text-align: left
}

table.tablesaw tr td:nth-child(n+2) {
	text-align: center
}

table.tablesaw>tbody tr td:nth-child(2n+1) {
	background: #f7f8f6
}

table.tablesaw .table-head {
	border-bottom: 1px solid #b5a191
}

table.tablesaw .table-head-image {
	text-align: center
}

table.tablesaw .table-head-special:not(:first-child) td {
	text-align: center
}

table.tablesaw span.table-tick {
	position: relative
}

table.tablesaw span.table-tick::before {
	content: '';
	height: 9px;
	width: 18px;
	border-left: 2px solid #b5a191;
	border-bottom: 2px solid #b5a191;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

table.tablesaw .tablesaw-swipe-cellpersist {
	border-right: none
}

.tablesaw-advance .tablesaw-btn.btn-micro {
	position: relative;
	font-size: 16px;
	border-radius: 50%;
	background-color: #b5a191;
	border: none;
	text-shadow: none;
	color: #fff;
	width: 2em;
	height: 2em
}

.tablesaw-advance .tablesaw-btn.btn-micro.icon-arrow-left::before,
.tablesaw-advance .tablesaw-btn.btn-micro.icon-arrow-right::before {
	position: absolute;
	text-indent: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:1024px) {
	.tablesaw-advance .tablesaw-btn.btn-micro {
		background-color: #fff
	}
}

.icon-g,
.icon-k {
	width: 16px;
	height: 16px;
	margin-right: 12px;
	display: inline-block;
	position: relative;
	top: 3px
}

.icon-g {
	background: url(https://www.kempinski.com/images/icon-g.svg) center no-repeat
}

.icon-k {
	background: url(https://www.kempinski.com/images/icon-k.svg) center no-repeat
}

.table-note {
	margin-left: 10px
}

.table-note .icon-k {
	margin-left: 15px
}

.table-list tbody tr td {
	min-width: 100px
}

.table-list tbody tr td:nth-child(1) {
	min-width: 100px;
	max-width: 200px
}

@media (min-width:768px) {
	.table-list tbody tr td {
		min-width: 115px
	}

	.table-list tbody tr td:nth-child(1) {
		min-width: 380px
	}
}

.table-list .table-head .table-head-special::nth-child(1) {
	padding-bottom: 1em
}

.table-guest>thead tr th {
	padding: 0
}

.table-guest>thead tr th>table {
	width: 100%
}

.table-guest>tbody tr td a {
	text-decoration: underline !important
}

@media (min-width:768px) {
	.table-guest>tbody tr td:nth-child(1) {
		min-width: 220px
	}
}

.table-guest .table-head-image {
	background: #fff;
	padding-bottom: 14px
}

.table-guest .table-head-image:first-child img {
	min-height: 40px
}

.table-guest .table-head-special {
	vertical-align: top
}

.table-guest .table-head-special::nth-child(1) {
	padding-bottom: 1em
}

.table-note-italic {
	font-size: 13px;
	margin-left: 30px
}

.table__wrapper {
	position: relative
}

.table__wrapper .tablesaw-bar {
	display: none
}

@media (max-width:1023px) {
	.table__wrapper {
		padding-top: 35px
	}

	.table__wrapper .tablesaw-bar {
		display: block;
		position: absolute;
		top: 0;
		right: 0
	}
}

.table-contact.tablesaw {
	width: 100%;
	font-size: 14px
}

.table-contact.tablesaw .table-head-top th {
	padding-left: 0;
	padding-right: 0;
	background: 0 0 !important
}

.table-contact.tablesaw th {
	text-align: left;
	background: #f7f8f6 !important
}

.table-contact.tablesaw td {
	text-align: left !important;
	background: #f7f8f6 !important
}

.table-contact.tablesaw strong {
	font-weight: 700
}

.table-small {
	background-color: #f7f8f6;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 485px
}

.table-small li {
	display: flex
}

.table-small li>* {
	width: 50%;
	padding: 10px 15px
}

.table-small li>:first-child {
	text-align: right
}

.table-small li>:last-child {
	text-align: left
}

.table-small a {
	color: #010f2a
}

.table__head {
	color: #010f2a;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	border-bottom: 1px solid #b5a191;
	padding: 10px
}

.table__footer {
	border-top: 5px solid #fff;
	padding: 10px;
	text-align: center;
	font-size: 14px
}

.table__footer a {
	white-space: nowrap
}

.wuhan-virus__wrapper {
	background: #b5a191;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	max-width: 992px;
	margin: 0 auto
}

.wuhan-virus__notice {
	text-transform: uppercase;
	color: #fff;
	margin-right: 15px;
	font-size: 14px
}

@media (min-width:768px) {
	.wuhan-virus__notice {
		font-size: 18px;
		margin-right: 25px
	}
}

.wuhan-virus__notice span {
	display: inline-block;
	font-weight: 100
}

.wuhan-virus__notice span:last-child {
	font-weight: 700;
	margin-left: 5px
}

.wuhan-virus__btn {
	color: #fff;
	border-color: #fff;
	padding: 5px 15px;
	line-height: 16px;
	text-transform: uppercase
}

.wuhan-virus__btn i {
	font-size: 1.5em;
	line-height: 16px;
	float: right;
	margin-left: 10px;
	margin-top: -1px;
	font-weight: 700
}

.wuhan-virus__btn:hover {
	border-color: #021843;
	background: #021843
}

@media (max-width:1023px) {
	.wuhan-virus {
		padding: 0 !important
	}

	.wuhan-virus .container {
		padding: 0
	}

	.wuhan-virus__wrapper {
		padding: 15px;
		justify-content: space-between
	}

	.wuhan-virus__notice span {
		display: block
	}

	.wuhan-virus__notice span:last-child {
		margin-left: 0
	}
}

.filter {
	max-width: 80%;
	margin: 0 auto
}

@media (min-width:768px) {
	.filter {
		max-width: none
	}
}

.filter__title {
	font-family: "KingsCaslon Normal", Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 3px;
	letter-spacing: -1px
}

@media (max-width:1023px) {
	.filter__title {
		text-align: center;
		margin-bottom: 10px
	}
}

.filter__controls {
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.filter__controls>* {
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.filter__controls>* {
		width: 33.33%
	}
}

.filter__controls .input-wrapper {
	margin-right: 0
}

.filter__controls .input-wrapper input {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #444
}

.filter__controls .btn-primary {
	height: 34px;
	text-transform: uppercase
}

.filter__controls.filter__controls--moreitems {
	flex-wrap: nowrap
}

.filter__controls.filter__controls--moreitems>* {
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.filter__controls.filter__controls--moreitems>* {
		width: 25%
	}
}

.filter__controls.filter__controls--moreitems .col-md-4 {
	width: 100%;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.filter__controls.filter__controls--moreitems .col-md-4 {
		width: 15%
	}
}

@media (max-width:1365px) {
	.filter__controls.filter__controls--moreitems {
		flex-wrap: wrap
	}

	.filter__controls.filter__controls--moreitems .col-md-4 {
		padding: 0
	}
}

.filter .form .select2-container .select2-selection--single {
	text-transform: uppercase
}

.filter .pager {
	padding: 0 15px;
	font-size: 11px;
	color: #b5a191;
	text-transform: uppercase;
	text-align: center
}

@media (min-width:768px) {
	.filter .pager {
		text-align: left
	}
}

@media (max-width:1365px) {
	.filter .pager {
		margin-bottom: 30px
	}
}

.filter-loyalty {
	border-top: 1px solid #b5a191;
	border-bottom: 1px solid #b5a191;
	padding: 20px 0;
	position: relative;
	z-index: 999
}

.filter-loyalty .container {
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width:1365px) {
	.filter-loyalty .container {
		flex-direction: column
	}
}

.filter-loyalty__wrapper {
	position: relative;
	margin-right: 10px
}

.filter-loyalty__wrapper:last-child {
	margin-right: 0
}

@media (max-width:1365px) {
	.filter-loyalty__wrapper {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		text-align: center
	}

	.filter-loyalty__wrapper .bootstrap-select,
	.filter-loyalty__wrapper .date-range-picker,
	.filter-loyalty__wrapper .select2-container {
		width: 100% !important
	}
}

.filter-loyalty__wrapper--datePicker {
	position: absolute;
	top: calc(100% + 10px);
	right: 0
}

.filter-loyalty .date-range-picker {
	font-size: 11px;
	padding: 6px 12px;
	border: 1px solid #8c8179;
	border-radius: 0;
	line-height: 1.5;
	min-width: 250px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	background-color: transparent;
	cursor: pointer;
	background: #fff
}

.filter-loyalty .date-picker-wrapper {
	width: auto
}

.filter-loyalty .date-picker-wrapper .footer {
	display: none
}

.filter-loyalty .date-picker-wrapper .month-wrapper {
	width: auto !important;
	display: flex
}

.filter-loyalty .date-picker-wrapper .month-wrapper table {
	min-width: 200px
}

.filter-loyalty .icon-calendar {
	position: absolute;
	right: 10px;
	color: #b5a191;
	top: 10px;
	z-index: 2;
	cursor: pointer
}

.filter-loyalty .bootstrap-select,
.filter-loyalty .select2-container {
	border-radius: 0;
	border: 1px solid #8c8179;
	background: #fff
}

.filter-loyalty .select2-container {
	min-width: 320px
}

.filter-loyalty .select2-container .select2-selection--single {
	font-size: 11px
}

.filter-loyalty .select2-container .select2-selection__rendered {
	line-height: 1.5;
	color: #000;
	font-weight: 500
}

.filter-loyalty .select2-container .select2-selection__arrow {
	height: auto;
	width: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px;
	margin-left: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.filter-loyalty .select2-container .select2-selection__arrow b {
	display: none
}

.filter-loyalty .bootstrap-select .dropdown-toggle {
	background: #fff;
	padding: 5px 10px
}

.filter-loyalty .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	padding-left: 0;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase
}

.filter-loyalty .bootstrap-select.show-tick {
	max-width: 130px
}

.filter-loyalty .bootstrap-select.show-tick .dropdown-item {
	position: relative;
	padding: .25rem 1rem .25rem 2.5rem
}

.filter-loyalty .bootstrap-select.show-tick .dropdown-item:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 5px;
	border-radius: 0;
	border: 1px solid #8c8179;
	width: 18px;
	height: 18px
}

.filter-loyalty .bootstrap-select.show-tick .dropdown-item:focus,
.filter-loyalty .bootstrap-select.show-tick .dropdown-item:hover {
	background: #f5f1ea
}

.filter-loyalty .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	top: 5px;
	left: 11px
}

.filter-loyalty .btn {
	padding: .25rem .75rem;
	min-width: 120px;
	border-radius: 0
}

.filter-region {
	display: flex;
	justify-content: center;
	max-width: 70%;
	margin: 30px auto;
	flex-direction: column
}

.filter-region .form__group {
	display: flex;
	align-items: center;
	justify-content: center
}

.filter-region .form__group .form__label {
	line-height: 29px;
	color: #010f2a;
	font-weight: 300;
	font-size: 13px;
	font-weight: 300;
	margin: 0 15px;
	min-width: 50px
}

.filter-region .form__group .bootstrap-select {
	width: 100%;
	min-width: 220px
}

.filter-region .form__group .bootstrap-select .dropdown-toggle {
	background: 0 0;
	border-color: #b5a191
}

@media (min-width:1024px) {
	.filter-region {
		flex-direction: row;
		justify-content: space-between
	}
}

.card-loyalty {
	width: 100%;
	background: #fff;
	margin: 0 auto 30px;
	display: flex;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: all .5s
}

@media (max-width:767px) {
	.card-loyalty {
		flex-direction: column
	}
}

.card-loyalty.is-inview {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.card-loyalty:last-child {
	margin-bottom: 60px
}

.card-loyalty__thumb {
	height: 236px;
	width: 25%
}

@media (max-width:1023px) {
	.card-loyalty__thumb {
		width: 30%;
		height: 255px
	}
}

@media (max-width:767px) {
	.card-loyalty__thumb {
		width: 100%
	}
}

.card-loyalty__body {
	width: 75%;
	padding: 45px 15px 15px;
	position: relative;
	display: flex
}

@media (max-width:1023px) {
	.card-loyalty__body {
		flex-direction: column;
		width: 70%
	}
}

@media (max-width:767px) {
	.card-loyalty__body {
		width: 100%
	}
}

.card-loyalty__label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between
}

.card-loyalty__label--black {
	background: #000
}

.card-loyalty__label--gold {
	background: #c4ad67
}

.card-loyalty__label--red {
	background: #5b0017
}

.card-loyalty__label--platinum {
	background: #b7babe
}

.card-loyalty__label .mapbox-modal-control {
	color: #fff;
	cursor: pointer
}

.card-loyalty__label .mapbox-modal-control:hover {
	text-decoration: none
}

.card-loyalty__title {
	font-family: "KingsCaslon Normal", Arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	color: #010f2a;
	margin-bottom: 5px;
	line-height: 1
}

.card-loyalty__subtitle {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #b5a191;
	line-height: 1
}

.card-loyalty__subtitle:focus,
.card-loyalty__subtitle:hover {
	color: #010f2a
}

.card-loyalty__content {
	width: 80%;
	position: relative
}

@media (max-width:1023px) {
	.card-loyalty__content {
		width: 100%;
		margin-bottom: 20px
	}
}

.card-loyalty__btns {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center
}

.card-loyalty__btns .btn:only-child {
	margin-left: auto
}

@media (max-width:1023px) {
	.card-loyalty__btns {
		width: 100%
	}
}

.card-loyalty__content-full {
	transition: all .3s;
	overflow: hidden;
	opacity: .75;
	max-height: 25px;
	position: relative;
	padding-bottom: 10px
}

.card-loyalty__content-full:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.card-loyalty__content-full.is-full {
	max-height: 1000px
}

.card-loyalty__readmore {
	cursor: pointer;
	text-decoration: underline;
	transition: all .5s
}

.card-loyalty__readmore:focus,
.card-loyalty__readmore:hover {
	color: #b5a191
}

.masonry__note {
	font-size: 30px;
	text-align: center;
	font-family: KingsCaslon, Arial, sans-serif
}

.masonry__items {
	width: 100%
}

.masonry__item {
	width: calc(100% - 20px);
	margin: 10px;
	min-height: 205px;
	border: 10px solid #fff
}

.masonry__item--double {
	border: none;
	min-height: 410px
}

.masonry__item--double .masonry__caption {
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px)
}

.masonry__item--double .masonry__caption-hotel-name {
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	width: 150px
}

.masonry__item:hover .masonry__caption {
	color: #fff;
	background: rgba(1, 15, 42, .5)
}

@media (min-width:768px) {
	.masonry__item {
		width: calc(50% - 20px)
	}
}

@media (min-width:1024px) {
	.masonry__item {
		width: calc(33.3% - 20px)
	}
}

.masonry__caption {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	transition: all .8s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	color: #010f2a
}

.masonry__caption-hotel-name {
	font-size: 9px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 10px
}

.masonry__caption-title {
	padding: 0 10px;
	font-family: KingsCaslon, Arial, sans-serif;
	font-size: 25px;
	margin-bottom: 5px;
	line-height: 1.25
}

.masonry__caption-subtitle {
	font-size: 10px;
	letter-spacing: 5px
}

.masonry__caption-desc {
	padding: 0 15%;
	height: 75px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 12px;
	overflow-wrap: break-word
}

.masonry__caption-desc p {
	line-height: 1.5
}

.tab {
	padding-top: 50px;
	margin: 30px auto;
	display: none
}

.tab.is-active {
	display: block
}

.tab__heading {
	font-size: 19px;
	color: #010f2a;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 300;
	padding: 30px 0;
	text-indent: 5px;
	word-wrap: break-word
}

.tab__subheading {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0
}

.tab__desc {
	font-size: 14px;
	text-align: center;
	margin: 0 auto 10px;
	width: 80%;
	max-width: 485px
}

.tab__wrapper {
	border-top: 2px solid #b5a191;
	max-width: 970px;
	margin: 0 auto
}

.blog {
	display: flex;
	flex-direction: column;
	padding: 20px 0
}

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

.blog__body {
	max-width: 100%;
	border: 15px solid #010f2a;
	padding: 200px 10px 10px 10px;
	position: relative;
	margin: 0 -15px 40px
}

.blog__body:before {
	content: '';
	opacity: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: opacity .3s
}

@media (max-width:1365px) {
	.blog__body:before {
		display: none
	}
}

.blog__body:hover:before {
	opacity: 0
}

@media (min-width:768px) {
	.blog__body {
		padding: 180px 20px 20px 20px
	}
}

.blog__content {
	position: relative;
	background: #fff;
	z-index: 2;
	background: #fff;
	padding: 15px 20px;
	color: #010f2a
}

@media (min-width:768px) {
	.blog__content {
		padding: 25px 40px
	}
}

.blog__content-title {
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 30px
}

.blog__content-desc {
	margin-bottom: 30px
}

.blog__content-btn {
	text-align: right
}

.blog__relative {
	display: flex;
	flex-direction: column;
	padding: 0 0
}

@media (min-width:768px) {
	.blog__relative {
		padding: 0 15px 0 30px
	}
}

.blog__relative-title {
	margin-bottom: 20px;
	font-size: 18px;
	color: #b5a191;
	font-weight: 700;
	text-transform: uppercase
}

.blog__relative-link {
	display: flex;
	align-items: center;
	color: #b5a191;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px
}

.blog__relative-link img {
	max-width: 30px
}

@media (min-width:768px) {
	.blog__relative-link img {
		max-width: 40px
	}
}

.blog__relative-link span:first-child {
	display: inline-block;
	width: 40px;
	margin-right: 10px
}

@media (min-width:768px) {
	.blog__relative-link span:first-child {
		width: 50px;
		margin-right: 20px
	}
}

.blog__relative-link:hover {
	color: #58a3ba;
	text-decoration: none
}

.blog__tag-list {
	margin-bottom: 40px
}

.blog__tag-item {
	position: relative;
	color: #010f2a;
	font-family: "KingsCaslon Normal", Arial, sans-serif;
	margin: 0 10px 10px 0;
	padding-left: 15px;
	display: inline-block;
	line-height: 1.6;
	font-size: 13px
}

.blog__tag-item:hover {
	color: #b5a191;
	text-decoration: none
}

.blog__tag-item:first-child,
.blog__tag-item:only-child {
	margin-left: 0
}

.blog__tag-item:before {
	content: '';
	background: url(/images/bgd-tag-item-primary.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 100%
}

.blog__tag-item span {
	display: inline-block;
	padding: 3px 7px 3px;
	border: 2px solid #b5a191;
	border-left: none
}

.blog .editor-content {
	margin: 0 -15px
}

.blog__pager {
	margin: 0 -15px 30px;
	display: flex;
	justify-content: space-between
}

.blog__pager a {
	color: #000;
	font-size: 12px;
	display: flex;
	align-self: center;
	justify-content: center
}

.blog__pager a:hover {
	text-decoration: underline
}

.blog__pager a i {
	font-size: 16px
}

.blog__pager .blog__pager-prev i {
	margin-right: 15px
}

.blog__pager .blog__pager-next i {
	margin-left: 15px
}

.blog__pager .blog__pager-back {
	margin: 0 auto
}

.btn-primary--dynamic:not(:hover) {
	background-color: #97233f !important;
	color: #ffffff !important;
	border-color: #97233f !important;
}

.btn-primary--dynamic:hover,
.photo-link.btn-primary--dynamic:hover {
	/*background-color: transparent !important;*/
	color: #97233f !important;
	border-color: #97233f !important;
}

.btn-secondary--dynamic:not(:hover) {
	/*background-color: transparent !important;*/
	color: ;
	border-color: ;
}

.btn-secondary--dynamic:hover {
	background-color: ;
	color: ;
	border-color: ;
}

.btn-booking-widget--dynamic {
	background-color: #97233f !important;
	color: #ffffff !important;
	border-color: #97233f !important;
}

.btn--full-width {
	width: 100%;
}

.olapic #olapic-slider-widget .olapic-footer-button>a {
	background-color: transparent !important;
	color: ;
	border-color: ;
}

.olapic #olapic-slider-widget .olapic-footer-button>a:hover {
	background-color: ;
	color: ;
	border-color: ;
}

.facilities-main {
	background: url(../images/facilities/room-bg.jpg) no-repeat scroll 0 0;
	background-attachment: fixed;
	transition: all 0.3s ease 0s;
	background-size: cover;
	background-position: center center;
	min-height: 100%;
	padding: 70px 5% 10px 5%;
	/* margin: 50px 0 50px 0; */
	overflow: hidden;
}

.properties_list li {
	color: white;
	padding-left: 45px;
	line-height: 32px;
	width: 90%;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
}

.room-detail-desc-p {
	padding-left: 30px;
	width: 100%;
	height: auto;
	float: right;
	margin: 50px 0 50px 0
}

.room-grid {
	height: auto;
	display: grid;
	grid-template-columns: 15% 75%;
	border-bottom: 1px solid #F2F2F2;
}

.bed {
	background-image: url(../images/facilities/room.png);
	background-position: left;
	background-repeat: no-repeat
}

.person-c {
	background-image: url(../images/facilities/people.png);
	background-position: left;
	background-repeat: no-repeat
}

.room-size {
	background-image: url(../images/facilities/size.png);
	background-position: left;
	background-repeat: no-repeat
}

.view {
	background-image: url(../images/facilities/view.png);
	background-position: left;
	background-repeat: no-repeat
}

.breakfast-d {
	background-image: url(../images/facilities/breakfast.png);
	background-position: left;
	background-repeat: no-repeat
}

.shower {
	background-image: url(../images/facilities/shower1.png);
	background-position: left;
	background-repeat: no-repeat
}

.room-grid p {
	color: #444;
	line-height: 45px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

  /* SAAT VE TARIH */
	
.Ust-datepicker{
	z-index: 1050;
    position:absolute;
    top:50px;
    right:0;
    width:610px
}
.Ust-datepicker .Ust-datepicker{
    position:absolute;
    left:0;
    bottom:-20px;
    width:100%;
    opacity:0;
    visibility:hidden;
    transition:all .3s cubic-bezier(.77,0,.175,1)
}
.Ust-datepicker .Ust-datepicker.active{
    opacity:1;
    bottom:0;
    visibility:visible
}
.Ust-datepicker .Ust-datepicker .ui-Ust-datepicker-inline{
    float:left;
    width:100%!important;
    box-sizing:border-box;
    padding:20px;
    border:0;
    border-radius:0
}
.Ust-datepicker .Ust-datepicker .ui-Ust-datepicker-inline *{
    font-family:"Gotham Medium",sans-serif;
    font-weight:normal
}
.Ust-datepicker .Ust-datepicker .ui-Ust-datepicker-inline .ui-Ust-datepicker-header{
    padding:0;
    border-radius:0;
    border:0;
    height:40px;
    line-height:40px;
    background:#fff
}
.Ust-datepicker .Ust-datepicker .ui-Ust-datepicker-inline .ui-Ust-datepicker-header .ui-Ust-datepicker-title{
    padding:0;
    height:40px;
    line-height:40px
}
.Ust-datepicker .ui-Ust-datepicker td span,.Ust-datepicker .ui-Ust-datepicker td a{
    padding:0!important;
    height:38px;
    line-height:38px;
    width:38px;
    text-align:center;
    border:0!important;
    background:#fff;
    transition:all .3s cubic-bezier(.77,0,.175,1);
    font-family:"Gotham Medium",sans-serif!important;
    font-size:12px
}
.Ust-datepicker .ui-Ust-datepicker td span.ui-state-highlight,.Ust-datepicker .ui-Ust-datepicker td a.ui-state-highlight{
    background:rgba(208,188,110,.2)
}
.Ust-datepicker .ui-Ust-datepicker td span.ui-state-hover,.Ust-datepicker .ui-Ust-datepicker td a.ui-state-hover,.Ust-datepicker .ui-Ust-datepicker td span.ui-state-active,.Ust-datepicker .ui-Ust-datepicker td a.ui-state-active{
    background:#22313f;
    color:#fff
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-prev,.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-next{
    opacity:1;
    border-radius:0;
    height:30px;
    line-height:30px;
    width:30px;
    padding:0!important;
    border:0!important;
    background-color:#eee;
    color:#000;
    left:0!important;
    top:0!important;
    cursor:pointer;
    margin:5px 0!important;
    background-image:url(../Elements/img/bg-sprite.svg);
    transition:all .3s cubic-bezier(.77,0,.175,1)
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-next{
    right:0!important;
    left:inherit!important
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-prev{
    background-position:-71px -101px
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-prev.ui-state-disabled{
    opacity:.5
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-prev:not(.ui-state-disabled):hover{
    background-position:-101px -101px;
    background-color:#d0bc6e
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-next{
    background-position:-101px -131px
}
.Ust-datepicker .ui-Ust-datepicker .ui-Ust-datepicker-next:hover{
    background-position:-71px -131px;
    background-color:#d0bc6e
}
.dateweather{
    position:absolute;
    right:45px;
    top:100px;
    width:170px;
    z-index:1
}
.dateweather .datetime{
    float:left;
    width:100%
}
.dateweather .datetime .time{
    float:left;
    width:100%;
    color:#fff;
    height:35px
}
.dateweather .datetime .time .icon{
    float:left;
    width:35px;
    height:35px;
    background-position:0 -77px
}
.dateweather .datetime .time .text{
    float:right;
    width:calc(100% - 35px);
    height:35px;
    line-height:35px;
    text-align:right;
    color:#fff;
    font-size:42px
}
.dateweather .datetime .date{
    text-align:right;
    color:#fff;
    float:left;
    width:100%;
    margin-top:20px;
    letter-spacing:5px;
    white-space:nowrap
}
.dateweather .weather{
    float:left;
    width:100%;
    margin-top:0px
}
.dateweather .weather a{
    display:block;
    float:left;
    width:100%
}
.dateweather .weather .icon{
    display:block;
    width:100px;
    height:70px;
    background-image:url(../Elements/img/weather-sprite.svg);
    margin:auto;
    background-position:0 0
}
.dateweather .weather .icon.w-01d,.content .dateweather .weather .icon.w-01n{
    background-position:0 0
}
.dateweather .weather .icon.w-02d,.content .dateweather .weather .icon.w-02n{
    background-position:0 -70px
}
.dateweather .weather .icon.w-03d,.content .dateweather .weather .icon.w-03n{
    background-position:0 -140px
}
.dateweather .weather .icon.w-04d,.content .dateweather .weather .icon.w-04n{
    background-position:0 -210px
}
.dateweather .weather .icon.w-09d,.content .dateweather .weather .icon.w-09n{
    background-position:0 -280px
}
.dateweather .weather .icon.w-10d,.content .dateweather .weather .icon.w-10n{
    background-position:0 -350px
}
.dateweather .weather .icon.w-11d,.content .dateweather .weather .icon.w-11n{
    background-position:0 -420px
}
.dateweather .weather .icon.w-13d,.content .dateweather .weather .icon.w-13n{
    background-position:0 -490px
}
.dateweather .weather .icon.w-50d,.content .dateweather .weather .icon.w-50n{
    background-position:0 -560px
}
.dateweather .weather .text{
    float:left;
    width:100%;
    color:#fff;
    font-family:"Gotham Book",sans-serif;
    font-size:28px;
    text-align:right;
    letter-spacing:.5px;
    margin-top:20px;
    white-space:nowrap
}
.dateweather .weather .city{
    text-align:center;
    color:#fff;
    float:left;
    width:100%;
    letter-spacing:14px;
    margin-top:20px
}
.icon{
    background-image:url(../images/bg-sprite.svg);
    background-repeat:no-repeat;
}
.sagalt {
			position: fixed;
			left: 30px;
			bottom: 55px;
			z-index: 99999;
			padding: 5px;
			border-radius: 5px;
		}

@media screen and (max-width:1025px){
	.Ust-datepicker{
        display: none;
    }

  /* SAAT VE TARIH */