@charset "UTF-8";
/*! UIkit 3.0.2 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
	/* 1 */
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	background: #fff;
	color: #666;
}

/*
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	-webkit-text-decoration-skip: objects;
}

/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
	outline: none;
}

/*
 * Style
 */
a,
.uk-link {
	color: #1e87f0;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
.uk-link:hover {
	color: #0f6ecd;
	text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add an underline text decoration in Safari, Edge and IE.
 * 2. Add `dotted` style in Safari.
 * Note: The shorthand declaration `underline dotted` is not supported in Safari, Edge and IE.
 */
abbr[title] {
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
	/* 1 */
	/*font-family: Consolas, monaco, monospace;*/
	/* 2 */
	font-size: 0.875rem;
	/* 3 */
	color: #f0506e;
	white-space: nowrap;
	padding: 2px 6px;
	background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
	color: #f0506e;
}

/*
 * Insert
 */
ins {
	background: #ffd;
	color: #666;
	text-decoration: none;
}

/*
 * Mark
 */
mark {
	background: #ffd;
	color: #666;
}

/*
 * Quote
 */
q {
	font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
	/* 1 */
	max-width: 100%;
	/* 2 */
	height: auto;
	/* 3 */
	box-sizing: border-box;
}

/* 4 */
@supports (display: block) {
	svg {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/*
 * Hide `alt` text for lazy load images
 * Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
	visibility: hidden;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
	border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
	margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
	margin-top: 20px;
}

/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
	margin: 0 0 20px 0;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-weight: normal;
	color: #333;
	text-transform: none;
}

/* Add margin if adjacent element */
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
	margin-top: 40px;
}

/*
 * Sizes
 */
h1,
.uk-h1 {
	font-size: 2.23125rem;
	line-height: 1.2;
}

h2,
.uk-h2 {
	font-size: 1.7rem;
	line-height: 1.3;
}

h3,
.uk-h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}

h4,
.uk-h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}

h5,
.uk-h5 {
	font-size: 16px;
	line-height: 1.4;
}

h6,
.uk-h6 {
	font-size: 0.875rem;
	line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	h1,
	.uk-h1 {
		font-size: 2.625rem;
	}
	h2,
	.uk-h2 {
		font-size: 2rem;
	}
}
/* Lists
 ========================================================================== */
ul,
ol {
	padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
	margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Add the correct box sizing and height in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 3. Add the correct text-align in Edge and IE.
 * 4. Style
 */
hr,
.uk-hr {
	/* 1 */
	box-sizing: content-box;
	height: 0;
	/* 2 */
	overflow: visible;
	/* 3 */
	text-align: inherit;
	/* 4 */
	margin: 0 0 20px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
	margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
	font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
	margin: 0 0 20px 0;
	font-size: 1.25rem;
	line-height: 1.5;
	font-style: italic;
	color: #333;
}

/* Add margin if adjacent element */
* + blockquote {
	margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
	margin-bottom: 0;
}

blockquote footer {
	margin-top: 10px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #666;
}

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

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
	font: 0.875rem/1.5 Consolas, monaco, monospace;
	color: #666;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
	/* 1 */
	overflow: auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
}

pre code {
	/*font-family: Consolas, monaco, monospace;*/
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
	/* 2 */
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
	content: "640px";
}

.uk-breakpoint-m::before {
	content: "960px";
}

.uk-breakpoint-l::before {
	content: "1200px";
}

.uk-breakpoint-xl::before {
	content: "1600px";
}

:root {
	--uk-breakpoint-s: 640px;
	--uk-breakpoint-m: 960px;
	--uk-breakpoint-l: 1200px;
	--uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
	color: #999;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover {
	color: #666;
}

/* Text
 ========================================================================== */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
	color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover {
	color: #999;
}

/* Heading
 ========================================================================== */
a.uk-link-heading:not(:hover),
.uk-link-heading a:not(:hover) {
	color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover {
	color: #1e87f0;
	text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
a.uk-link-reset:hover,
.uk-link-reset a,
.uk-link-reset a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
/* Primary
 ========================================================================== */
.uk-heading-primary {
	font-size: 3rem;
	line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-heading-primary {
		font-size: 3.375rem;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-heading-primary {
		font-size: 3.75rem;
		line-height: 1.1;
	}
}
/* Hero
 ========================================================================== */
.uk-heading-hero {
	font-size: 4rem;
	line-height: 1.1;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-heading-hero {
		font-size: 6rem;
		line-height: 1;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-heading-hero {
		font-size: 8rem;
		line-height: 1;
	}
}
/* Divider
 ========================================================================== */
.uk-heading-divider {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
	position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
	content: "";
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	/* 3 */
	height: 0.9em;
	margin-right: 10px;
	border-left: 5px solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
	overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
	display: inline-block;
	position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
	content: "";
	/* 1 */
	position: absolute;
	top: calc(50% - 0.5px);
	/* 2 */
	width: 2000px;
	/* 3 */
	border-bottom: 1px solid #e5e5e5;
}

.uk-heading-line > ::before {
	right: 100%;
	margin-right: 0.6em;
}

.uk-heading-line > ::after {
	left: 100%;
	margin-left: 0.6em;
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
	/* 1 */
	border: none;
	/* 2 */
	margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*=uk-divider] {
	margin-top: 20px;
}

/* Icon
 ========================================================================== */
.uk-divider-icon {
	position: relative;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - 25px);
	border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
	right: calc(50% + 25px);
	width: 100%;
}

.uk-divider-icon::after {
	left: calc(50% + 25px);
	width: 100%;
}

/* Small
 ========================================================================== */
/*
 * Fix height of `hr` element not being expanded by child border width.
 * `height` also needed to reset the child `line-height` caused by `inline-block`
 */
.uk-divider-small {
	height: 1px;
}

.uk-divider-small::after {
	content: "";
	display: inline-block;
	width: 100px;
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
	vertical-align: top;
}

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
	width: 1px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
	padding: 0;
	list-style: none;
}

/*
 * Micro clearfix
 */
.uk-list > li::before,
.uk-list > li::after {
	content: "";
	display: table;
}

.uk-list > li::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
	margin-bottom: 0;
}

/*
 * Nested lists
 */
.uk-list ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}

/*
 * Style
 */
.uk-list > li:nth-child(n+2),
.uk-list > li > ul {
	margin-top: 10px;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > li:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-list-striped > li {
	padding: 10px 10px;
}

.uk-list-striped > li:nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped > li:nth-of-type(odd) {
	background: #f8f8f8;
}

.uk-list-striped > li:nth-child(n+2) {
	margin-top: 0;
}

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.uk-list-bullet > li {
	position: relative;
	padding-left: calc(1.5em + 10px);
}

.uk-list-bullet > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* 1 */
	display: block;
}

/* Size modifier
 ========================================================================== */
.uk-list-large > li:nth-child(n+2),
.uk-list-large > li > ul {
	margin-top: 20px;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider > li:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > li {
	padding: 20px 10px;
}

.uk-list-large.uk-list-striped > li:nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-list-large.uk-list-striped > li:nth-child(n+2) {
	margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
	color: #333;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n+2) {
	margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
	/* 1 */
	border-collapse: collapse;
	border-spacing: 0;
	/* 2 */
	width: 100%;
	/* 3 */
	margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table {
	margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	/* 1 */
	font-size: 0.875rem;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.uk-table td {
	padding: 16px 12px;
	vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
	margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
	font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
	font-size: 0.875rem;
	text-align: left;
	color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
	vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
	border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
	background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
	background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
	padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
	padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
	padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
	padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
	width: 1px;
}

.uk-table-expand {
	min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
	padding: 0 !important;
}

.uk-table-link > a {
	display: block;
	padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
	padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
	.uk-table-responsive,
	.uk-table-responsive tbody,
	.uk-table-responsive th,
	.uk-table-responsive td,
	.uk-table-responsive tr {
		display: block;
	}
	.uk-table-responsive thead {
		display: none;
	}
	.uk-table-responsive th,
	.uk-table-responsive td {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}
	.uk-table-responsive th:not(:first-child):not(.uk-table-link),
	.uk-table-responsive td:not(:first-child):not(.uk-table-link),
	.uk-table-responsive .uk-table-link:not(:first-child) > a {
		padding-top: 5px !important;
	}
	.uk-table-responsive th:not(:last-child):not(.uk-table-link),
	.uk-table-responsive td:not(:last-child):not(.uk-table-link),
	.uk-table-responsive .uk-table-link:not(:last-child) > a {
		padding-bottom: 5px !important;
	}
	.uk-table-justify.uk-table-responsive th,
	.uk-table-justify.uk-table-responsive td {
		padding-left: 0;
		padding-right: 0;
	}
}
.uk-table tbody tr {
	transition: background-color 0.1s linear;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
	/* 1 */
	margin: 0;
	/* 2 */
	border: none;
	/* 3 */
	border-radius: 0;
	/* 4 */
	overflow: visible;
	/* 5 */
	font: inherit;
	color: inherit;
	/* 6 */
	text-transform: none;
	/* 7. */
	padding: 0;
	background-color: transparent;
	/* 8 */
	display: inline-block;
	/* 9 */
	fill: currentcolor;
	/* 10 */
	line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
	cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
	fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
	stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
	transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
	color: #999;
}

.uk-icon-link:hover,
.uk-icon-link:focus {
	color: #666;
	outline: none;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
	color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	/* 1 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
	background-color: #ebebeb;
	color: #666;
	outline: none;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
	background-color: #dfdfdf;
	color: #666;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
	/* 1 */
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
	/* 2 */
	max-width: 100%;
	/* 3 */
	width: 100%;
	/* 4 */
	-webkit-appearance: none;
	/* 5 */
	background: transparent;
	/* 6 */
	padding: 0;
}

/* Focus */
.uk-range:focus {
	outline: none;
}

.uk-range::-moz-focus-outer {
	border: none;
}

/* IE11 Reset */
.uk-range::-ms-track {
	height: 15px;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
	cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
	cursor: pointer;
}

.uk-range:not(:disabled)::-ms-thumb {
	cursor: pointer;
}

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
	/* 1 */
	-webkit-appearance: none;
	margin-top: -7px;
	/* 2 */
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

/* Firefox */
.uk-range::-moz-range-thumb {
	/* 1 */
	border: none;
	/* 2 */
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

/* Edge */
.uk-range::-ms-thumb {
	/* 1 */
	margin-top: 0;
}

/* IE11 */
.uk-range::-ms-thumb {
	/* 1 */
	border: none;
	/* 2 */
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

/* Edge + IE11 */
.uk-range::-ms-tooltip {
	display: none;
}

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
	background: #d2d2d2;
}

/* Firefox */
.uk-range::-moz-range-track {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
	background: #d2d2d2;
}

/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
	background: #d2d2d2;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
	/* 1 */
	box-sizing: border-box;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	/* 4 */
	font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
	overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
	text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
	/* 1 */
	font: inherit;
	/* 2 */
	font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
	overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
	opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
	cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
	-webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
	/* 1 */
	max-width: 100%;
	/* 2 */
	width: 100%;
	/* 3 */
	border: 0 none;
	/* 4 */
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
	height: 40px;
	vertical-align: middle;
	/* 1 */
	display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
	line-height: 38px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
	outline: none;
	background-color: #fff;
	color: #666;
	border-color: #1e87f0;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e5e5e5;
}

/*
 * Placeholder
 */

.uk-input::-moz-placeholder {
	color: #999;
}

.uk-input::placeholder {
	color: #999;
}

.uk-textarea::-moz-placeholder {
	color: #999;
}

.uk-textarea::placeholder {
	color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
	font-size: 0.875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
	line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
	font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
	line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
	color: #f0506e;
	border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
	color: #32d296;
	border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
	background: none;
	border-color: transparent;
}

.uk-form-blank:focus {
	border-color: #e5e5e5;
	border-style: dashed;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
	width: 50px;
}

select.uk-form-width-xsmall {
	width: 75px;
}

.uk-form-width-small {
	width: 130px;
}

.uk-form-width-medium {
	width: 200px;
}

.uk-form-width-large {
	width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
	/* 1 */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* 2 */
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
	display: none;
}

/* 4 */
.uk-select:not([multiple]):not([size]) option {
	color: #444;
}

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
	/* 1 */
	display: inline-block;
	height: 16px;
	width: 16px;
	/* 2 */
	overflow: hidden;
	/* 3 */
	margin-top: -4px;
	vertical-align: middle;
	/* 4 */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* 5 */
	background-color: transparent;
	/* 6 */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #cccccc;
	transition: 0.2s ease-in-out;
	transition-property: background-color, border;
}

.uk-radio {
	border-radius: 50%;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
	outline: none;
	border-color: #1e87f0;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
	background-color: #1e87f0;
	border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
	background-color: #0e6dcd;
}

/*
 * Icons
 */
.uk-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
	background-color: #f8f8f8;
	border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
	/* 1 */
	width: 100%;
	/* 2 */
	color: inherit;
	/* 3 */
	padding: 0;
	/* 4 */
	font-size: 1.5rem;
	line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
	/* 4 */
	vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
	/* 1 */
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	/* 2 */
	left: 0;
	/* 3 */
	-webkit-appearance: none;
	/* 4 */
	opacity: 0;
	cursor: pointer;
}

.uk-form-custom input[type=file] {
	/* 5 */
	font-size: 500px;
	/* 6 */
	overflow: hidden;
}

/* Label
 ========================================================================== */
.uk-form-label {
	color: #333;
	font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
	/* Behave like `uk-form-stacked` */
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 5px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}
	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}
	/* Better vertical alignment if controls are checkboxes and radio buttons with text */
	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 7px;
	}
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
	/* 1 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	width: 40px;
	/* 3 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* 4 */
	color: #999;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
	color: #666;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
	padding-left: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
	right: 0;
	left: auto;
}

.uk-form-icon-flip ~ .uk-input {
	padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Style
 * 7. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 8. Align text if button has a width
 * 9. Required for `a`.
 */
.uk-button {
	/* 1 */
	margin: 0;
	/* 2 */
	border: none;
	/* 3 */
	overflow: visible;
	/* 4 */
	font: inherit;
	color: inherit;
	/* 5 */
	text-transform: none;
	/* 6 */
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 0.875rem;
	/* 7 */
	line-height: 38px;
	/* 8 */
	text-align: center;
	/* 9 */
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
	cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Hover */
.uk-button:hover {
	/* 9 */
	text-decoration: none;
}

/* Focus */
.uk-button:focus {
	outline: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #e5e5e5;
}

/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
	background-color: transparent;
	color: #333;
	border-color: #b2b2b2;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
	background-color: transparent;
	color: #333;
	border-color: #999999;
}

/*
 * Primary
 */
.uk-button-primary {
	background-color: #1e87f0;
	color: #fff;
	border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #0f7ae5;
	color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
	background-color: #0e6dcd;
	color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
	background-color: #151515;
	color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
	background-color: #080808;
	color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
	background-color: #f0506e;
	color: #fff;
	border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
	background-color: #ee395b;
	color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
	background-color: #ec2147;
	color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
	background-color: transparent;
	color: #999;
	border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: 0.875rem;
}

.uk-button-large {
	padding: 0 40px;
	line-height: 53px;
	font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
	/* 1 */
	padding: 0;
	line-height: 1.5;
	background: none;
	/* 2 */
	color: #333;
	position: relative;
}

.uk-button-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid #333;
	transition: right 0.3s ease-out;
}

/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
	color: #333;
}

.uk-button-text:hover::before,
.uk-button-text:focus::before {
	right: 0;
}

/* Disabled */
.uk-button-text:disabled {
	color: #999;
}

.uk-button-text:disabled::before {
	display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
	/* 1 */
	padding: 0;
	line-height: 1.5;
	background: none;
	/* 2 */
	color: #1e87f0;
}

/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
	color: #0f6ecd;
	text-decoration: underline;
}

/* Disabled */
.uk-button-link:disabled {
	color: #999;
	text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
	/* 1 */
	display: inline-flex;
	/* 2 */
	vertical-align: middle;
	/* 3 */
	position: relative;
}

/* Group
     ========================================================================== */
/*
     * Collapse border
     */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
	margin-left: -1px;
}

/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
	position: relative;
	z-index: 1;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
	box-sizing: border-box;
	/* 1 */
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
	.uk-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
/*
 * Micro clearfix
 */
.uk-section::before,
.uk-section::after {
	content: "";
	display: table;
}

.uk-section::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
	margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
 * Large
 */
.uk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-section-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}
/*
 * XLarge
 */
.uk-section-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-section-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
	background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
	background: #f8f8f8;
}

/*
 * Primary
 */
.uk-section-primary {
	background: #1e87f0;
}

/*
 * Secondary
 */
.uk-section-secondary {
	background: #222;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
	/* 1 */
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
	content: "";
	display: table;
}

.uk-container::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
	margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
	max-width: 750px;
}

.uk-container-small {
	max-width: 900px;
}

.uk-container-large {
	max-width: 1600px;
}

.uk-container-expand {
	max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
	margin-left: 0;
}

.uk-container-expand-right {
	margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container-expand-left.uk-container-xsmall,
	.uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + 375px - 30px);
	}
	.uk-container-expand-left.uk-container-small,
	.uk-container-expand-right.uk-container-small {
		max-width: calc(50% + 450px - 30px);
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-container-expand-left,
	.uk-container-expand-right {
		max-width: calc(50% + 600px - 40px);
	}
	.uk-container-expand-left.uk-container-xsmall,
	.uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + 375px - 40px);
	}
	.uk-container-expand-left.uk-container-small,
	.uk-container-expand-right.uk-container-small {
		max-width: calc(50% + 450px - 40px);
	}
	.uk-container-expand-left.uk-container-large,
	.uk-container-expand-right.uk-container-large {
		max-width: calc(50% + 800px - 40px);
	}
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
	width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
	margin-left: -15px;
}

.uk-container-item-padding-remove-right {
	margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right {
		width: calc(100% + 30px);
	}
	.uk-container-item-padding-remove-left {
		margin-left: -30px;
	}
	.uk-container-item-padding-remove-right {
		margin-right: -30px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right {
		width: calc(100% + 40px);
	}
	.uk-container-item-padding-remove-left {
		margin-left: -40px;
	}
	.uk-container-item-padding-remove-right {
		margin-right: -40px;
	}
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
	margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
	margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
	margin-left: -30px;
}

.uk-grid > * {
	padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
	margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid {
		margin-left: -40px;
	}
	.uk-grid > * {
		padding-left: 40px;
	}
	/* Vertical */
	.uk-grid + .uk-grid,
	.uk-grid > .uk-grid-margin,
	* + .uk-grid-margin {
		margin-top: 40px;
	}
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small {
	margin-left: -15px;
}

.uk-grid-small > * {
	padding-left: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
* + .uk-grid-margin-small {
	margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium {
	margin-left: -30px;
}

.uk-grid-medium > * {
	padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
	margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large {
	margin-left: -40px;
}

.uk-grid-large > * {
	padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid-large > .uk-grid-margin,
* + .uk-grid-margin-large {
	margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid-large {
		margin-left: -70px;
	}
	.uk-grid-large > * {
		padding-left: 70px;
	}
	/* Vertical */
	.uk-grid + .uk-grid-large,
	.uk-grid-large > .uk-grid-margin,
	* + .uk-grid-margin-large {
		margin-top: 70px;
	}
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse {
	margin-left: 0;
}

.uk-grid-collapse > * {
	padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin {
	margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
	position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
	margin-left: -60px;
}

.uk-grid-divider > * {
	padding-left: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid-divider {
		margin-left: -80px;
	}
	.uk-grid-divider > * {
		padding-left: 80px;
	}
	.uk-grid-divider > :not(.uk-first-column)::before {
		left: 40px;
	}
	/* Vertical */
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
		margin-top: 80px;
	}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
		top: -40px;
		left: 80px;
	}
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small {
	margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > * {
	padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
	left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
	margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
	top: -15px;
	left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium {
	margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium > * {
	padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
	left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large {
	margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > * {
	padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
	margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
	top: -40px;
	left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Horizontal */
	.uk-grid-divider.uk-grid-large {
		margin-left: -140px;
	}
	.uk-grid-divider.uk-grid-large > * {
		padding-left: 140px;
	}
	.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
		left: 70px;
	}
	/* Vertical */
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
		margin-top: 140px;
	}
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
		top: -70px;
		left: 140px;
	}
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]),
.uk-grid-item-match > :not([class*=uk-width]) {
	/* 2 */
	box-sizing: border-box;
	width: 100%;
	/* 3 */
	flex: auto;
}

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-tile {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-tile {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
/*
 * Micro clearfix
 */
.uk-tile::before,
.uk-tile::after {
	content: "";
	display: table;
}

.uk-tile::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
	margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
 * Small
 */
.uk-tile-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
 * Large
 */
.uk-tile-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-tile-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}
/*
 * XLarge
 */
.uk-tile-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-tile-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
	background: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
	background: #f8f8f8;
}

/*
 * Primary
 */
.uk-tile-primary {
	background: #1e87f0;
}

/*
 * Secondary
 */
.uk-tile-secondary {
	background: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
	position: relative;
	box-sizing: border-box;
	transition: box-shadow 0.1s ease-in-out;
}

/* Sections
 ========================================================================== */
.uk-card-body {
	padding: 30px 30px;
}

.uk-card-header {
	padding: 15px 30px;
}

.uk-card-footer {
	padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-card-body {
		padding: 40px 40px;
	}
	.uk-card-header {
		padding: 20px 40px;
	}
	.uk-card-footer {
		padding: 20px 40px;
	}
}
/*
 * Micro clearfix
 */
.uk-card-body::before,
.uk-card-body::after,
.uk-card-header::before,
.uk-card-header::after,
.uk-card-footer::before,
.uk-card-footer::after {
	content: "";
	display: table;
}

.uk-card-body::after,
.uk-card-header::after,
.uk-card-footer::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
	margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
}

/* Badge
 ========================================================================== */
.uk-card-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
	margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
	background: #fff;
	color: #666;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-default .uk-card-title {
	color: #333;
}

.uk-card-default.uk-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
	border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
	border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.uk-card-primary {
	background: #1e87f0;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary .uk-card-title {
	color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
	background-color: #1e87f0;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
.uk-card-secondary {
	background: #222;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-secondary .uk-card-title {
	color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
	background-color: #222;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
	padding: 20px 20px;
}

.uk-card-small .uk-card-header {
	padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
	padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-card-large.uk-card-body,
	.uk-card-large .uk-card-body {
		padding: 70px 70px;
	}
	.uk-card-large .uk-card-header {
		padding: 35px 70px;
	}
	.uk-card-large .uk-card-footer {
		padding: 35px 70px;
	}
}
/*
     * Default
     */
.uk-card-body > .uk-nav-default {
	margin-left: -30px;
	margin-right: -30px;
}

.uk-card-body > .uk-nav-default:only-child {
	margin-top: -15px;
	margin-bottom: -15px;
}

.uk-card-body .uk-nav-default > li > a,
.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-body .uk-nav-default .uk-nav-divider {
	padding-left: 30px;
	padding-right: 30px;
}

.uk-card-body .uk-nav-default .uk-nav-sub {
	padding-left: 45px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-card-body > .uk-nav-default {
		margin-left: -40px;
		margin-right: -40px;
	}
	.uk-card-body > .uk-nav-default:only-child {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	.uk-card-body .uk-nav-default > li > a,
	.uk-card-body .uk-nav-default .uk-nav-header,
	.uk-card-body .uk-nav-default .uk-nav-divider {
		padding-left: 40px;
		padding-right: 40px;
	}
	.uk-card-body .uk-nav-default .uk-nav-sub {
		padding-left: 55px;
	}
}
/*
     * Small
     */
.uk-card-small > .uk-nav-default {
	margin-left: -20px;
	margin-right: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
	margin-top: -5px;
	margin-bottom: -5px;
}

.uk-card-small .uk-nav-default > li > a,
.uk-card-small .uk-nav-default .uk-nav-header,
.uk-card-small .uk-nav-default .uk-nav-divider {
	padding-left: 20px;
	padding-right: 20px;
}

.uk-card-small .uk-nav-default .uk-nav-sub {
	padding-left: 35px;
}

/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-card-large > .uk-nav-default {
		margin: 0;
	}
	.uk-card-large > .uk-nav-default:only-child {
		margin: 0;
	}
	.uk-card-large .uk-nav-default > li > a,
	.uk-card-large .uk-nav-default .uk-nav-header,
	.uk-card-large .uk-nav-default .uk-nav-divider {
		padding-left: 0;
		padding-right: 0;
	}
	.uk-card-large .uk-nav-default .uk-nav-sub {
		padding-left: 15px;
	}
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
	color: #999;
	transition: 0.1s ease-in-out;
	transition-property: color, opacity;
}

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
	color: #666;
	outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
	animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(270deg);
	}
}
/*
 * Circle
 */
.uk-spinner > * > * {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: uk-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}

@keyframes uk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}
	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 88px;
		transform: rotate(450deg);
	}
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
	padding: 5px;
	color: #999;
	transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
	color: #666;
	outline: none;
}

/* OnClick */
.uk-totop:active {
	color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
	padding: 5px;
	background: #222;
	color: #fff;
	border-radius: 500px;
}

/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
	color: #fff;
	outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 29px 15px 15px;
	background: #f8f8f8;
	color: #666;
}

/* Add margin if adjacent element */
* + .uk-alert {
	margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
	margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
	position: absolute;
	top: 20px;
	right: 15px;
	color: inherit;
	opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
	margin-top: 0;
}

/*
 * Hover + Focus
 */
.uk-alert-close:hover,
.uk-alert-close:focus {
	color: inherit;
	opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
	background: #d8eafc;
	color: #1e87f0;
}

/*
 * Success
 */
.uk-alert-success {
	background: #edfbf6;
	color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
	background: #fff6ee;
	color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
	background: #fef4f6;
	color: #f0506e;
}

/*
     * Content
     */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
	color: inherit;
}

.uk-alert a:not([class]) {
	color: inherit;
	text-decoration: underline;
}

.uk-alert a:not([class]):hover {
	color: inherit;
	text-decoration: underline;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
	box-sizing: border-box;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	/* 1 */
	background: #1e87f0;
	color: #fff;
	font-size: 0.875rem;
	/* 2 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
	display: inline-block;
	padding: 0 10px;
	background: #1e87f0;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
	background-color: #32d296;
	color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
	background-color: #faa05a;
	color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
	background-color: #f0506e;
	color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
	padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
	margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
	background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
	background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-article::before,
.uk-article::after {
	content: "";
	display: table;
}

.uk-article::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
	margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
	margin-top: 70px;
}

/* Title
 ========================================================================== */
.uk-article-title {
	font-size: 2.23125rem;
	line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-article-title {
		font-size: 2.625rem;
	}
}
/* Meta
 ========================================================================== */
.uk-article-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}

.uk-article-meta a {
	color: #999;
}

.uk-article-meta a:hover {
	color: #666;
	text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.uk-comment-header {
	margin-bottom: 20px;
}

/*
 * Micro clearfix
 */
.uk-comment-body::before,
.uk-comment-body::after,
.uk-comment-header::before,
.uk-comment-header::after {
	content: "";
	display: table;
}

.uk-comment-body::after,
.uk-comment-header::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
	margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
	font-size: 1.25rem;
	line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
	padding: 0;
	list-style: none;
}

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
	margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
	margin: 70px 0 0 0;
	padding-left: 30px;
	list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
	.uk-comment-list .uk-comment ~ ul {
		padding-left: 100px;
	}
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
	margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
	padding: 30px;
	background-color: #f8f8f8;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
	/* 4 */
	margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
	opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
	/* 1 */
	box-sizing: border-box;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	/* 4 */
	font: inherit;
	/* 5 */
	overflow: visible;
	/* 6 */
	-webkit-appearance: none;
	/* 7 */
	vertical-align: middle;
	/* 8 */
	width: 100%;
	/* 9 */
	border: none;
	color: #666;
}

.uk-search-input:focus {
	outline: none;
}

/* Placeholder */

.uk-search-input::-moz-placeholder {
	color: #999;
}

.uk-search-input::placeholder {
	color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
	outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
	/* 1 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* 3 */
	color: #999;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
	color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
	right: 0;
	left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
	width: 180px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
	height: 40px;
	padding-left: 6px;
	padding-right: 6px;
	background: transparent;
	border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
	background-color: transparent;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
	width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
	width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
	height: 40px;
	background: transparent;
	font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
	width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
	width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
	height: 80px;
	background: transparent;
	font-size: 2.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
	width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
	color: #999;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
	color: #666;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 2 */
.uk-nav li > a {
	display: block;
	text-decoration: none;
}

/* 3 */
.uk-nav li > a:focus {
	outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
	padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
	padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
	padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
	padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Header
 ========================================================================== */
.uk-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
	margin-top: 20px;
}

/* Divider
 ========================================================================== */
.uk-nav-divider {
	margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
	font-size: 0.875rem;
}

/*
 * Items
 */
.uk-nav-default > li > a {
	color: #999;
}

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
	color: #666;
}

/* Active */
.uk-nav-default > li.uk-active > a {
	color: #333;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
	color: #333;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
	color: #999;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
	color: #666;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #333;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #999;
}

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
	color: #666;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
	color: #333;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
	color: #333;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
	color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
	color: #666;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #333;
}

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
	text-align: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
	padding-left: 0;
}

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
	position: absolute;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
	display: flex;
	/* 1 */
	position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #f8f8f8;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
	display: none !important;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
	display: flex;
	/* 1 */
	align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 3. Fix text wrapping if the centered section is larger than 50% of the navbar
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
	margin-left: auto;
}

.uk-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	/* 1 */
	position: relative;
}

.uk-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 2 */
	z-index: 990;
}

/* 3 */
.uk-navbar-center:not(:only-child) .uk-navbar-nav > li > a,
.uk-navbar-center:not(:only-child) .uk-navbar-item,
.uk-navbar-center:not(:only-child) .uk-navbar-toggle {
	white-space: nowrap;
}

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
	position: absolute;
	top: 0;
}

.uk-navbar-center-left {
	right: 100%;
}

.uk-navbar-center-right {
	left: 100%;
}

[class*=uk-navbar-center-] .uk-navbar-nav > li > a,
[class*=uk-navbar-center-] .uk-navbar-item,
[class*=uk-navbar-center-] .uk-navbar-toggle {
	white-space: nowrap;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
	display: flex;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
	flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
	/* 1 */
	display: flex;
	justify-content: center;
	align-items: center;
	/* 2 */
	box-sizing: border-box;
	min-height: 80px;
	padding: 0 15px;
	/* 3 */
	font-size: 0.875rem;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	/* 4 */
	text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
	color: #999;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
	color: #666;
	outline: none;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
	color: #333;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
	color: #333;
}

/* Item
 ========================================================================== */
.uk-navbar-item {
	color: #666;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
	color: #999;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
	color: #666;
	outline: none;
	text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
	font-size: 0.875rem;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1020;
	/* 3 */
	box-sizing: border-box;
	width: 200px;
	/* 4 */
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.uk-navbar-dropdown.uk-open {
	display: block;
}

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*=uk-navbar-dropdown-top] {
	margin-top: -15px;
}

[class*=uk-navbar-dropdown-bottom] {
	margin-top: 15px;
}

[class*=uk-navbar-dropdown-left] {
	margin-left: -15px;
}

[class*=uk-navbar-dropdown-right] {
	margin-left: 15px;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
	margin-left: -50px;
}

.uk-navbar-dropdown-grid > * {
	padding-left: 50px;
}

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
	margin-top: 50px;
}

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
	width: 100% !important;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
	width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
	width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
	width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
	width: 1000px;
}

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
	font-size: 0.875rem;
}

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
	color: #999;
}

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
	color: #666;
}

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
	color: #333;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
	color: #333;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
	color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
	color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #333;
}

/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
	background: #fff;
}

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
	position: absolute;
	z-index: 980;
	left: 0;
	right: 0;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

/*
     * Navbar
     */
.uk-navbar-container > .uk-container .uk-navbar-left {
	margin-left: -15px;
	margin-right: -15px;
}

.uk-navbar-container > .uk-container .uk-navbar-right {
	margin-right: -15px;
}

/*
     * Grid Divider
     */
.uk-navbar-dropdown-grid > * {
	position: relative;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50px;
	right: 0;
	border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-subnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin-left: -20px;
	/* 3 */
	padding: 0;
	list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child {
	/* 1 */
	display: block;
	/* 2 */
	color: #999;
	font-size: 0.875rem;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
	color: #666;
	text-decoration: none;
	outline: none;
}

/* Active */
.uk-subnav > .uk-active > a {
	color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.uk-subnav-divider > * {
	/* 1 */
	display: flex;
	align-items: center;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	content: "";
	height: 1.5em;
	margin-left: 0px;
	margin-right: 20px;
	border-left: 1px solid #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
	padding: 5px 10px;
	background: transparent;
	color: #999;
}

/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
	background-color: #f8f8f8;
	color: #666;
}

/* OnClick */
.uk-subnav-pill > * > a:active {
	background-color: #f8f8f8;
	color: #666;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
	background-color: #1e87f0;
	color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
	color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.uk-breadcrumb {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	padding: 0;
	list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-breadcrumb > * {
	flex: none;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
	display: inline-block;
	font-size: 0.875rem;
	color: #999;
}

/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
	color: #666;
	text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > * {
	color: #666;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	content: "/";
	display: inline-block;
	margin: 0 20px;
	color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin-left: -20px;
	/* 3 */
	padding: 0;
	list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
	/* 1 */
	display: block;
	/* 2 */
	color: #999;
	transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
	color: #666;
	text-decoration: none;
}

/* Active */
.uk-pagination > .uk-active > * {
	color: #666;
}

/* Disabled */
.uk-pagination > .uk-disabled > * {
	color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin-left: -20px;
	/* 3 */
	padding: 0;
	list-style: none;
	position: relative;
}

.uk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 20px;
	/* 3 */
	position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a {
	/* 1 */
	display: block;
	text-align: center;
	/* 2 */
	padding: 5px 10px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: 0.875rem;
	text-transform: uppercase;
	transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
	color: #666;
	text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
	color: #333;
	border-color: #1e87f0;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
	color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
	top: 0;
	bottom: auto;
}

.uk-tab-bottom > * > a {
	border-top: 1px solid transparent;
	border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
	flex-direction: column;
	/* 1 */
	margin-left: 0;
}

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
	padding-left: 0;
}

.uk-tab-left::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-tab-right::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-tab-left > * > a {
	text-align: left;
	border-right: 1px solid transparent;
	border-bottom: none;
}

.uk-tab-right > * > a {
	text-align: left;
	border-left: 1px solid transparent;
	border-bottom: none;
}

.uk-tab .uk-dropdown {
	margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, 0.5);
	transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
	color: rgba(102, 102, 102, 0.9);
	outline: none;
}

/* OnClick */
.uk-slidenav:active {
	color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
	padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
	display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
	/* 1 */
	flex: none;
	/* 2 */
	padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	/* 1 */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid rgba(102, 102, 102, 0.4);
	transition: 0.2s ease-in-out;
	transition-property: background-color, border-color;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
	background-color: rgba(102, 102, 102, 0.6);
	outline: none;
	border-color: transparent;
}

/* OnClick */
.uk-dotnav > * > :active {
	background-color: rgba(102, 102, 102, 0.2);
	border-color: transparent;
}

/* Active */
.uk-dotnav > .uk-active > * {
	background-color: rgba(102, 102, 102, 0.6);
	border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
	/* 1 */
	flex-direction: column;
	/* 2 */
	margin-left: 0;
	margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
	padding-left: 0;
	padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
	/* 1 */
	padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
	display: inline-block;
	position: relative;
}

.uk-thumbnav > * > *::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.4);
	transition: background-color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
	outline: none;
}

.uk-thumbnav > * > :hover::after,
.uk-thumbnav > * > :focus::after {
	background-color: transparent;
}

/* Active */
.uk-thumbnav > .uk-active > *::after {
	background-color: transparent;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
	/* 1 */
	flex-direction: column;
	/* 2 */
	margin-left: 0;
	margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > * {
	padding-left: 0;
	padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
	padding: 0;
	list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
	margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}

.uk-accordion-title::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
	color: #666;
	text-decoration: none;
	outline: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
	margin-top: 20px;
}

/*
 * Micro clearfix
 */
.uk-accordion-content::before,
.uk-accordion-content::after {
	content: "";
	display: table;
}

.uk-accordion-content::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
	margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1020;
	/* 3 */
	box-sizing: border-box;
	width: 300px;
}

/* Show */
.uk-drop.uk-open {
	display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-drop-top] {
	margin-top: -20px;
}

[class*=uk-drop-bottom] {
	margin-top: 20px;
}

[class*=uk-drop-left] {
	margin-left: -20px;
}

[class*=uk-drop-right] {
	margin-left: 20px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
	width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1020;
	/* 3 */
	box-sizing: border-box;
	min-width: 200px;
	/* 4 */
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.uk-dropdown.uk-open {
	display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
	white-space: nowrap;
	font-size: 0.875rem;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
	color: #999;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
	color: #666;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
	color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
	color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #666;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-dropdown-top] {
	margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
	margin-top: 10px;
}

[class*=uk-dropdown-left] {
	margin-left: -10px;
}

[class*=uk-dropdown-right] {
	margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
	width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	padding: 15px 15px;
	/* 5 */
	background: rgba(0, 0, 0, 0.6);
	/* 6 */
	opacity: 0;
	transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-modal {
		padding: 50px 30px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-modal {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/*
 * Open
 */
.uk-modal.uk-open {
	opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
	overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
	/* 1 */
	position: relative;
	/* 2 */
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	/* 3 */
	max-width: calc(100% - 0.01px) !important;
	/* 4 */
	background: #fff;
	/* 5 */
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.3s linear;
	transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
	width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
	padding: 0;
	background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
	padding: 30px 30px;
}

.uk-modal-header {
	padding: 15px 30px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
	padding: 15px 30px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
	content: "";
	display: table;
}

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
	margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
	font-size: 2rem;
	line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
	margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
	top: 0;
	/* 1 */
	right: -5px;
	transform: translate(0, -100%);
	color: #ffffff;
}

.uk-modal-close-outside:hover {
	color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	/* 1 */
	.uk-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}
/*
 * Full
 */
.uk-modal-close-full {
	top: 0;
	right: 0;
	padding: 20px;
	background: #fff;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-lightbox {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 5 */
	background: #000;
	/* 6 */
	opacity: 0;
	transition: opacity 0.15s linear;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
	display: block;
	/* 2 */
	opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
	overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 */
.uk-lightbox-items > * {
	/* 1 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	display: none;
	justify-content: center;
	align-items: center;
	/* 3 */
	color: rgba(255, 255, 255, 0.7);
	/* 4 */
	will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items > * > * {
	max-width: 100vw;
	max-height: 100vh;
}

.uk-lightbox-items > * > :not(iframe) {
	width: auto;
	height: auto;
}

.uk-lightbox-items > .uk-active {
	display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
	padding: 10px 10px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
	color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
	padding: 5px;
	color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
	color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
	/* 1 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/*
 * Hover
 */
.uk-lightbox-button:hover {
	color: #fff;
}

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
	width: 80%;
	height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
	/* 1 */
	position: relative;
	z-index: 0;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	overflow: hidden;
	/* 4 */
	-webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 */
.uk-slideshow-items > * {
	/* 1 */
	position: absolute;
	top: 0;
	left: 0;
	/* 2 */
	right: 0;
	bottom: 0;
	/* 3 */
	overflow: hidden;
	/* 4 */
	will-change: transform, opacity;
	/* 5 */
	touch-action: pan-y;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
	display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
	/* 1 */
	overflow: hidden;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
	/* 1 */
	will-change: transform;
	/* 2 */
	position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
	display: flex;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 2 */
	-webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
	flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 */
.uk-slider-items > * {
	/* 1 */
	flex: none;
	/* 2 */
	position: relative;
	/* 3 */
	touch-action: pan-y;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.uk-sticky-fixed {
	z-index: 980;
	box-sizing: border-box;
	margin: 0 !important;
	/* 1 */
	backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-] {
	animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
	animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
	right: 0;
	left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
	/* 1 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	/* 2 */
	box-sizing: border-box;
	width: 270px;
	padding: 20px 20px;
	background: #222;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-offcanvas-bar {
		left: -350px;
		width: 350px;
		padding: 40px 40px;
	}
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
	left: auto;
	right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-offcanvas-flip .uk-offcanvas-bar {
		right: -350px;
	}
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
	left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
	left: auto;
	right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
	transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
	transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
	/* 1 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* 2 */
	width: 0;
	overflow: hidden;
	/* 3 */
	transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
	/* 4 */
	left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
	/* 4 */
	left: auto;
	right: 0;
}

.uk-open > .uk-offcanvas-reveal {
	width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-open > .uk-offcanvas-reveal {
		width: 350px;
	}
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
	right: 0;
	left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
	/* 1 */
	width: 100vw;
	/* 2 */
	touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
	/* 1 */
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
	/* 2 */
	opacity: 0;
	transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
	opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
	overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
	position: relative;
	left: 0;
	transition: left 0.3s ease-out;
	/* 1 */
	box-sizing: border-box;
	width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
	left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
	left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
		left: 350px;
	}
	.uk-offcanvas-flip.uk-offcanvas-container-animation {
		left: -350px;
	}
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
	display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
	margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
	overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
	/* 1 */
	display: inline-block;
	margin-left: 15px;
	/* 2 */
	width: 0;
	/* 3 */
	content: attr(data-fill);
	/* 4 */
	white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
	display: none;
}

/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
	content: ".";
}

:root {
	--uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 3 */
	margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
	/* 1 */
	padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-iconnav > * > a {
	/* 1 */
	display: block;
	/* 2 */
	color: #999;
}

/* Hover + Focus */
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
	color: #666;
	outline: none;
}

/* Active */
.uk-iconnav > .uk-active > a {
	color: #666;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
	/* 1 */
	flex-direction: column;
	/* 2 */
	margin-left: 0;
	margin-top: -10px;
}

/* 2 */
.uk-iconnav-vertical > * {
	padding-left: 0;
	padding-top: 10px;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
	/* 1 */
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	/* 2 */
	box-sizing: border-box;
	width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
	left: auto;
	right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
	left: 50%;
	margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
	top: auto;
	bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
	.uk-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
}
/* Message
========================================================================== */
.uk-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer;
}

* + .uk-notification-message {
	margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
	display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
	color: #1e87f0;
}

/*
 * Success
 */
.uk-notification-message-success {
	color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
	color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
	color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-tooltip {
	/* 1 */
	display: none;
	/* 2 */
	position: absolute;
	z-index: 1030;
	/* 3 */
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	/* 4 */
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
	display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-tooltip-top] {
	margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
	margin-top: 10px;
}

[class*=uk-tooltip-left] {
	margin-left: -10px;
}

[class*=uk-tooltip-right] {
	margin-left: 10px;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
	margin-bottom: 20px;
	padding: 30px 30px;
	background: transparent;
	border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
	margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
	margin-bottom: 0;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.uk-progress {
	/* 1 */
	vertical-align: baseline;
	/* 2 */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* 3 */
	display: block;
	width: 100%;
	/* 4 */
	border: 0;
	/* 5 */
	background-color: #f8f8f8;
	/* 6 */
	margin-bottom: 20px;
	height: 15px;
	border-radius: 500px;
	overflow: hidden;
}

/* Add margin if adjacent element */
* + .uk-progress {
	margin-top: 20px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
	color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
	background-color: #f8f8f8;
	border-radius: 500px;
	overflow: hidden;
}

/* 2 */
.uk-progress:indeterminate::-moz-progress-bar {
	width: 0;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
	background-color: #1e87f0;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
	background-color: #1e87f0;
}

.uk-progress::-ms-fill {
	background-color: #1e87f0;
	-ms-transition: width 0.6s ease;
	transition: width 0.6s ease;
	/* 1 */
	border: 0;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
	position: relative;
}

/*
 * Deactivate pointer-events on SVGs in Safari
 */
.uk-sortable svg {
	pointer-events: none;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
	margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
	position: absolute !important;
	z-index: 1050 !important;
	pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
	opacity: 0;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
	min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
	cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/*
 * 1. Center numbers and separators vertically
 */
.uk-countdown-number,
.uk-countdown-separator {
	/* 1 */
	line-height: 70px;
}

/* Number
 ========================================================================== */
.uk-countdown-number {
	font-size: 2rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-countdown-number {
		font-size: 4rem;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-countdown-number {
		font-size: 6rem;
	}
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
	font-size: 1rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-countdown-separator {
		font-size: 2rem;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-countdown-separator {
		font-size: 3rem;
	}
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
	animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
	outline: none;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
	animation-name: uk-fade;
	animation-duration: 0.8s;
	animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
	animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
	animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
	animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
	animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
	animation-name: uk-fade-left;
}

.uk-animation-slide-right {
	animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
	animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
	animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
	animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
	animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
	animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
	animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
	animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
	animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
	animation-name: uk-scale-kenburns;
	animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
	animation-name: uk-shake;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
	animation-duration: 0.1s;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*
 * Slide Top
 */
@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Left
 */
@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Right
 */
@keyframes uk-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
	0% {
		opacity: 0;
		transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
/*
 * Shake
 */
@keyframes uk-shake {
	0%, 100% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(-9px);
	}
	20% {
		transform: translateX(8px);
	}
	30% {
		transform: translateX(-7px);
	}
	40% {
		transform: translateX(6px);
	}
	50% {
		transform: translateX(-5px);
	}
	60% {
		transform: translateX(4px);
	}
	70% {
		transform: translateX(-3px);
	}
	80% {
		transform: translateX(2px);
	}
	90% {
		transform: translateX(-1px);
	}
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
	box-sizing: border-box;
	width: 100%;
}

.uk-child-width-1-2 > * {
	width: 50%;
}

.uk-child-width-1-3 > * {
	width: 33.3222259247%;
}

.uk-child-width-1-4 > * {
	width: 25%;
}

.uk-child-width-1-5 > * {
	width: 20%;
}

.uk-child-width-1-6 > * {
	width: 16.6638893518%;
}

.uk-child-width-auto > * {
	width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
	flex: 1;
	/* 1 */
	min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-child-width-1-1\@s > * {
		width: 100%;
	}
	.uk-child-width-1-2\@s > * {
		width: 50%;
	}
	.uk-child-width-1-3\@s > * {
		width: 33.3222259247%;
	}
	.uk-child-width-1-4\@s > * {
		width: 25%;
	}
	.uk-child-width-1-5\@s > * {
		width: 20%;
	}
	.uk-child-width-1-6\@s > * {
		width: 16.6638893518%;
	}
	.uk-child-width-auto\@s > * {
		width: auto;
	}
	.uk-child-width-expand\@s > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-child-width-1-1\@m > * {
		width: 100%;
	}
	.uk-child-width-1-2\@m > * {
		width: 50%;
	}
	.uk-child-width-1-3\@m > * {
		width: 33.3222259247%;
	}
	.uk-child-width-1-4\@m > * {
		width: 25%;
	}
	.uk-child-width-1-5\@m > * {
		width: 20%;
	}
	.uk-child-width-1-6\@m > * {
		width: 16.6638893518%;
	}
	.uk-child-width-auto\@m > * {
		width: auto;
	}
	.uk-child-width-expand\@m > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-child-width-1-1\@l > * {
		width: 100%;
	}
	.uk-child-width-1-2\@l > * {
		width: 50%;
	}
	.uk-child-width-1-3\@l > * {
		width: 33.3222259247%;
	}
	.uk-child-width-1-4\@l > * {
		width: 25%;
	}
	.uk-child-width-1-5\@l > * {
		width: 20%;
	}
	.uk-child-width-1-6\@l > * {
		width: 16.6638893518%;
	}
	.uk-child-width-auto\@l > * {
		width: auto;
	}
	.uk-child-width-expand\@l > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-child-width-1-1\@xl > * {
		width: 100%;
	}
	.uk-child-width-1-2\@xl > * {
		width: 50%;
	}
	.uk-child-width-1-3\@xl > * {
		width: 33.3222259247%;
	}
	.uk-child-width-1-4\@xl > * {
		width: 25%;
	}
	.uk-child-width-1-5\@xl > * {
		width: 20%;
	}
	.uk-child-width-1-6\@xl > * {
		width: 16.6638893518%;
	}
	.uk-child-width-auto\@xl > * {
		width: auto;
	}
	.uk-child-width-expand\@xl > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
	box-sizing: border-box;
	width: 100%;
	/* 1 */
	max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
	width: 50%;
}

/* Thirds */
.uk-width-1-3 {
	width: 33.3222259247%;
}

.uk-width-2-3 {
	width: 66.6444518494%;
}

/* Quarters */
.uk-width-1-4 {
	width: 25%;
}

.uk-width-3-4 {
	width: 75%;
}

/* Fifths */
.uk-width-1-5 {
	width: 20%;
}

.uk-width-2-5 {
	width: 40%;
}

.uk-width-3-5 {
	width: 60%;
}

.uk-width-4-5 {
	width: 80%;
}

/* Sixths */
.uk-width-1-6 {
	width: 16.6638893518%;
}

.uk-width-5-6 {
	width: 83.3194467589%;
}

/* Pixel */
.uk-width-small {
	width: 150px;
}

.uk-width-medium {
	width: 300px;
}

.uk-width-large {
	width: 450px;
}

.uk-width-xlarge {
	width: 600px;
}

.uk-width-xxlarge {
	width: 750px;
}

/* Auto */
.uk-width-auto {
	width: auto;
}

/* Expand */
.uk-width-expand {
	flex: 1;
	min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	/* Whole */
	.uk-width-1-1\@s {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@s {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@s {
		width: 33.3222259247%;
	}
	.uk-width-2-3\@s {
		width: 66.6444518494%;
	}
	/* Quarters */
	.uk-width-1-4\@s {
		width: 25%;
	}
	.uk-width-3-4\@s {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@s {
		width: 20%;
	}
	.uk-width-2-5\@s {
		width: 40%;
	}
	.uk-width-3-5\@s {
		width: 60%;
	}
	.uk-width-4-5\@s {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@s {
		width: 16.6638893518%;
	}
	.uk-width-5-6\@s {
		width: 83.3194467589%;
	}
	/* Pixel */
	.uk-width-small\@s {
		width: 150px;
	}
	.uk-width-medium\@s {
		width: 300px;
	}
	.uk-width-large\@s {
		width: 450px;
	}
	.uk-width-xlarge\@s {
		width: 600px;
	}
	.uk-width-xxlarge\@s {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@s {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	/* Whole */
	.uk-width-1-1\@m {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@m {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@m {
		width: 33.3222259247%;
	}
	.uk-width-2-3\@m {
		width: 66.6444518494%;
	}
	/* Quarters */
	.uk-width-1-4\@m {
		width: 25%;
	}
	.uk-width-3-4\@m {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@m {
		width: 20%;
	}
	.uk-width-2-5\@m {
		width: 40%;
	}
	.uk-width-3-5\@m {
		width: 60%;
	}
	.uk-width-4-5\@m {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@m {
		width: 16.6638893518%;
	}
	.uk-width-5-6\@m {
		width: 83.3194467589%;
	}
	/* Pixel */
	.uk-width-small\@m {
		width: 150px;
	}
	.uk-width-medium\@m {
		width: 300px;
	}
	.uk-width-large\@m {
		width: 450px;
	}
	.uk-width-xlarge\@m {
		width: 600px;
	}
	.uk-width-xxlarge\@m {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@m {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	/* Whole */
	.uk-width-1-1\@l {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@l {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@l {
		width: 33.3222259247%;
	}
	.uk-width-2-3\@l {
		width: 66.6444518494%;
	}
	/* Quarters */
	.uk-width-1-4\@l {
		width: 25%;
	}
	.uk-width-3-4\@l {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@l {
		width: 20%;
	}
	.uk-width-2-5\@l {
		width: 40%;
	}
	.uk-width-3-5\@l {
		width: 60%;
	}
	.uk-width-4-5\@l {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@l {
		width: 16.6638893518%;
	}
	.uk-width-5-6\@l {
		width: 83.3194467589%;
	}
	/* Pixel */
	.uk-width-small\@l {
		width: 150px;
	}
	.uk-width-medium\@l {
		width: 300px;
	}
	.uk-width-large\@l {
		width: 450px;
	}
	.uk-width-xlarge\@l {
		width: 600px;
	}
	.uk-width-xxlarge\@l {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@l {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	/* Whole */
	.uk-width-1-1\@xl {
		width: 100%;
	}
	/* Halves */
	.uk-width-1-2\@xl {
		width: 50%;
	}
	/* Thirds */
	.uk-width-1-3\@xl {
		width: 33.3222259247%;
	}
	.uk-width-2-3\@xl {
		width: 66.6444518494%;
	}
	/* Quarters */
	.uk-width-1-4\@xl {
		width: 25%;
	}
	.uk-width-3-4\@xl {
		width: 75%;
	}
	/* Fifths */
	.uk-width-1-5\@xl {
		width: 20%;
	}
	.uk-width-2-5\@xl {
		width: 40%;
	}
	.uk-width-3-5\@xl {
		width: 60%;
	}
	.uk-width-4-5\@xl {
		width: 80%;
	}
	/* Sixths */
	.uk-width-1-6\@xl {
		width: 16.6638893518%;
	}
	.uk-width-5-6\@xl {
		width: 83.3194467589%;
	}
	/* Pixel */
	.uk-width-small\@xl {
		width: 150px;
	}
	.uk-width-medium\@xl {
		width: 300px;
	}
	.uk-width-large\@xl {
		width: 450px;
	}
	.uk-width-xlarge\@xl {
		width: 600px;
	}
	.uk-width-xxlarge\@xl {
		width: 750px;
	}
	/* Auto */
	.uk-width-auto\@xl {
		width: auto;
	}
	/* Expand */
	.uk-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
	box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
	height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
	min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
	height: 150px;
}

.uk-height-medium {
	height: 300px;
}

.uk-height-large {
	height: 450px;
}

.uk-height-max-small {
	max-height: 150px;
}

.uk-height-max-medium {
	max-height: 300px;
}

.uk-height-max-large {
	max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
}

.uk-text-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}

.uk-text-meta a {
	color: #999;
}

.uk-text-meta a:hover {
	color: #666;
	text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
	font-size: 0.875rem;
	line-height: 1.5;
}

.uk-text-large {
	font-size: 1.5rem;
	line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-bold {
	font-weight: bolder;
}

/* Transform modifier
 ========================================================================== */
.uk-text-uppercase {
	text-transform: uppercase !important;
}

.uk-text-capitalize {
	text-transform: capitalize !important;
}

.uk-text-lowercase {
	text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
	color: #999 !important;
}

.uk-text-emphasis {
	color: #333 !important;
}

.uk-text-primary {
	color: #1e87f0 !important;
}

.uk-text-success {
	color: #32d296 !important;
}

.uk-text-warning {
	color: #faa05a !important;
}

.uk-text-danger {
	color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
	/* 1 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* 2 */
	display: inline-block;
	/* 3 */
	color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
	.uk-text-background {
		background-color: #1e87f0;
	}
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
	text-align: left !important;
}

.uk-text-right {
	text-align: right !important;
}

.uk-text-center {
	text-align: center !important;
}

.uk-text-justify {
	text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-text-left\@s {
		text-align: left !important;
	}
	.uk-text-right\@s {
		text-align: right !important;
	}
	.uk-text-center\@s {
		text-align: center !important;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-text-left\@m {
		text-align: left !important;
	}
	.uk-text-right\@m {
		text-align: right !important;
	}
	.uk-text-center\@m {
		text-align: center !important;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-text-left\@l {
		text-align: left !important;
	}
	.uk-text-right\@l {
		text-align: right !important;
	}
	.uk-text-center\@l {
		text-align: center !important;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-text-left\@xl {
		text-align: left !important;
	}
	.uk-text-right\@xl {
		text-align: right !important;
	}
	.uk-text-center\@xl {
		text-align: center !important;
	}
}
/*
 * Vertical
 */
.uk-text-top {
	vertical-align: top !important;
}

.uk-text-middle {
	vertical-align: middle !important;
}

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

.uk-text-baseline {
	vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
	white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
	/* 1 */
	max-width: 100%;
	/* 2 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
	max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
	/* 1 */
	overflow-wrap: break-word;
	/* 2 */
	word-wrap: break-word;
}

/* 3 */
th.uk-text-break,
td.uk-text-break {
	word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
	-moz-column-gap: 30px;
	     column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	[class*=uk-column-] {
		-moz-column-gap: 40px;
		     column-gap: 40px;
	}
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
	transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
	-moz-column-rule: 1px solid #e5e5e5;
	     column-rule: 1px solid #e5e5e5;
	/* 1 */
	-moz-column-gap: 60px;
	     column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-column-divider {
		-moz-column-gap: 80px;
		     column-gap: 80px;
	}
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
	-moz-column-count: 2;
	     column-count: 2;
}

.uk-column-1-3 {
	-moz-column-count: 3;
	     column-count: 3;
}

.uk-column-1-4 {
	-moz-column-count: 4;
	     column-count: 4;
}

.uk-column-1-5 {
	-moz-column-count: 5;
	     column-count: 5;
}

.uk-column-1-6 {
	-moz-column-count: 6;
	     column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-column-1-2\@s {
		-moz-column-count: 2;
		     column-count: 2;
	}
	.uk-column-1-3\@s {
		-moz-column-count: 3;
		     column-count: 3;
	}
	.uk-column-1-4\@s {
		-moz-column-count: 4;
		     column-count: 4;
	}
	.uk-column-1-5\@s {
		-moz-column-count: 5;
		     column-count: 5;
	}
	.uk-column-1-6\@s {
		-moz-column-count: 6;
		     column-count: 6;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-column-1-2\@m {
		-moz-column-count: 2;
		     column-count: 2;
	}
	.uk-column-1-3\@m {
		-moz-column-count: 3;
		     column-count: 3;
	}
	.uk-column-1-4\@m {
		-moz-column-count: 4;
		     column-count: 4;
	}
	.uk-column-1-5\@m {
		-moz-column-count: 5;
		     column-count: 5;
	}
	.uk-column-1-6\@m {
		-moz-column-count: 6;
		     column-count: 6;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-column-1-2\@l {
		-moz-column-count: 2;
		     column-count: 2;
	}
	.uk-column-1-3\@l {
		-moz-column-count: 3;
		     column-count: 3;
	}
	.uk-column-1-4\@l {
		-moz-column-count: 4;
		     column-count: 4;
	}
	.uk-column-1-5\@l {
		-moz-column-count: 5;
		     column-count: 5;
	}
	.uk-column-1-6\@l {
		-moz-column-count: 6;
		     column-count: 6;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-column-1-2\@xl {
		-moz-column-count: 2;
		     column-count: 2;
	}
	.uk-column-1-3\@xl {
		-moz-column-count: 3;
		     column-count: 3;
	}
	.uk-column-1-4\@xl {
		-moz-column-count: 4;
		     column-count: 4;
	}
	.uk-column-1-5\@xl {
		-moz-column-count: 5;
		     column-count: 5;
	}
	.uk-column-1-6\@xl {
		-moz-column-count: 6;
		     column-count: 6;
	}
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
	-moz-column-span: all;
	     column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
	/* 1 */
	max-width: none;
	/* 2 */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

iframe.uk-cover {
	pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
	/* 1 */
	overflow: hidden;
	/* 2 */
	position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
	background-color: #fff;
}

.uk-background-muted {
	background-color: #f8f8f8;
}

.uk-background-primary {
	background-color: #1e87f0;
}

.uk-background-secondary {
	background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.uk-background-cover {
	background-size: cover;
}

.uk-background-contain {
	background-size: contain;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
	background-position: 0 0;
}

.uk-background-top-center {
	background-position: 50% 0;
}

.uk-background-top-right {
	background-position: 100% 0;
}

.uk-background-center-left {
	background-position: 0 50%;
}

.uk-background-center-center {
	background-position: 50% 50%;
}

.uk-background-center-right {
	background-position: 100% 50%;
}

.uk-background-bottom-left {
	background-position: 0 100%;
}

.uk-background-bottom-center {
	background-position: 50% 100%;
}

.uk-background-bottom-right {
	background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
	background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
	background-attachment: fixed;
	/* 1 */
	backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
	.uk-background-fixed {
		background-attachment: scroll;
	}
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
	.uk-background-image\@s {
		background-image: none !important;
	}
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
	.uk-background-image\@m {
		background-image: none !important;
	}
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
	.uk-background-image\@l {
		background-image: none !important;
	}
}
/* Desktop and smaller */
@media (max-width: 1599px) {
	.uk-background-image\@xl {
		background-image: none !important;
	}
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
	background-blend-mode: multiply;
}

.uk-background-blend-screen {
	background-blend-mode: screen;
}

.uk-background-blend-overlay {
	background-blend-mode: overlay;
}

.uk-background-blend-darken {
	background-blend-mode: darken;
}

.uk-background-blend-lighten {
	background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
	background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
	background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
	background-blend-mode: soft-light;
}

.uk-background-blend-difference {
	background-blend-mode: difference;
}

.uk-background-blend-exclusion {
	background-blend-mode: exclusion;
}

.uk-background-blend-hue {
	background-blend-mode: hue;
}

.uk-background-blend-saturation {
	background-blend-mode: saturation;
}

.uk-background-blend-color {
	background-blend-mode: color;
}

.uk-background-blend-luminosity {
	background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
	display: block;
	margin-bottom: 30px;
}

* + [class*=uk-align] {
	margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
	margin-left: auto;
	margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left;
}

.uk-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	.uk-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	.uk-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-align-left\@l {
		margin-top: 0;
		float: left;
	}
	.uk-align-right\@l {
		margin-top: 0;
		float: right;
	}
	.uk-align-left,
	.uk-align-left\@s,
	.uk-align-left\@m,
	.uk-align-left\@l {
		margin-right: 40px;
	}
	.uk-align-right,
	.uk-align-right\@s,
	.uk-align-right\@m,
	.uk-align-right\@l {
		margin-left: 40px;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-align-left\@xl {
		margin-top: 0;
		margin-right: 40px;
		float: left;
	}
	.uk-align-right\@xl {
		margin-top: 0;
		margin-left: 40px;
		float: right;
	}
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
	fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
	stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
	transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
	position: relative;
	box-sizing: border-box;
}

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
	content: "";
	display: table;
}

.uk-panel::after {
	clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
	margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
	content: "";
	display: table-cell;
}

/* 2 */
.uk-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
	float: left;
}

.uk-float-right {
	float: right;
}

/* 1 */
[class*=uk-float-] {
	max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
	overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
	margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
	resize: both;
}

.uk-resize-vertical {
	resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
	display: block !important;
}

.uk-display-inline {
	display: inline !important;
}

.uk-display-inline-block {
	display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
	/* 4 */
	vertical-align: middle;
	/* 5 */
	-webkit-backface-visibility: hidden;
}

.uk-inline-clip {
	/* 6 */
	overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
	max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
	box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
	/* 1 */
	max-width: 100% !important;
	/* 2 */
	height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
	/* 1 */
	max-height: 100%;
	/* 2 */
	width: auto;
	/* 3 */
	max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
	border-radius: 50%;
}

.uk-border-pill {
	border-radius: 500px;
}

.uk-border-rounded {
	border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
	-webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
	transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
	.uk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		max-width: 100%;
		vertical-align: middle;
	}
	.uk-box-shadow-bottom::before {
		content: "";
		/* 1 */
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		/* 2 */
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
	}
	/* 3 */
	.uk-box-shadow-bottom > * {
		position: relative;
	}
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
	.uk-dropcap::first-letter,
	.uk-dropcap > p:first-of-type::first-letter {
		margin-top: 1.1%;
	}
}
/* 3 */
@supports (-ms-ime-align: auto) {
	.uk-dropcap > p:first-of-type::first-letter {
		font-size: 1em;
	}
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
	font-size: 1.5rem;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	color: #666;
	/* 1 */
	text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
	color: #666;
	outline: none;
	/* 1 */
	text-decoration: none;
}

.uk-logo-inverse {
	display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
	pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
	cursor: move;
}

/* 2 */
.uk-drag iframe {
	pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
	mix-blend-mode: multiply;
}

.uk-blend-screen {
	mix-blend-mode: screen;
}

.uk-blend-overlay {
	mix-blend-mode: overlay;
}

.uk-blend-darken {
	mix-blend-mode: darken;
}

.uk-blend-lighten {
	mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
	mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
	mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
	mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
	mix-blend-mode: soft-light;
}

.uk-blend-difference {
	mix-blend-mode: difference;
}

.uk-blend-exclusion {
	mix-blend-mode: exclusion;
}

.uk-blend-hue {
	mix-blend-mode: hue;
}

.uk-blend-saturation {
	mix-blend-mode: saturation;
}

.uk-blend-color {
	mix-blend-mode: color;
}

.uk-blend-luminosity {
	mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
	transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
	transform-origin: 0 0;
}

.uk-transform-origin-top-center {
	transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
	transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
	transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
	transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
	transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
	display: flex;
}

.uk-flex-inline {
	display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
	display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
	justify-content: flex-start;
}

.uk-flex-center {
	justify-content: center;
}

.uk-flex-right {
	justify-content: flex-end;
}

.uk-flex-between {
	justify-content: space-between;
}

.uk-flex-around {
	justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-flex-left\@s {
		justify-content: flex-start;
	}
	.uk-flex-center\@s {
		justify-content: center;
	}
	.uk-flex-right\@s {
		justify-content: flex-end;
	}
	.uk-flex-between\@s {
		justify-content: space-between;
	}
	.uk-flex-around\@s {
		justify-content: space-around;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-flex-left\@m {
		justify-content: flex-start;
	}
	.uk-flex-center\@m {
		justify-content: center;
	}
	.uk-flex-right\@m {
		justify-content: flex-end;
	}
	.uk-flex-between\@m {
		justify-content: space-between;
	}
	.uk-flex-around\@m {
		justify-content: space-around;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-flex-left\@l {
		justify-content: flex-start;
	}
	.uk-flex-center\@l {
		justify-content: center;
	}
	.uk-flex-right\@l {
		justify-content: flex-end;
	}
	.uk-flex-between\@l {
		justify-content: space-between;
	}
	.uk-flex-around\@l {
		justify-content: space-around;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-flex-left\@xl {
		justify-content: flex-start;
	}
	.uk-flex-center\@xl {
		justify-content: center;
	}
	.uk-flex-right\@xl {
		justify-content: flex-end;
	}
	.uk-flex-between\@xl {
		justify-content: space-between;
	}
	.uk-flex-around\@xl {
		justify-content: space-around;
	}
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
	align-items: stretch;
}

.uk-flex-top {
	align-items: flex-start;
}

.uk-flex-middle {
	align-items: center;
}

.uk-flex-bottom {
	align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
	flex-direction: row;
}

.uk-flex-row-reverse {
	flex-direction: row-reverse;
}

.uk-flex-column {
	flex-direction: column;
}

.uk-flex-column-reverse {
	flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
	flex-wrap: nowrap;
}

.uk-flex-wrap {
	flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
	align-content: stretch;
}

.uk-flex-wrap-top {
	align-content: flex-start;
}

.uk-flex-wrap-middle {
	align-content: center;
}

.uk-flex-wrap-bottom {
	align-content: flex-end;
}

.uk-flex-wrap-between {
	align-content: space-between;
}

.uk-flex-wrap-around {
	align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
	order: -1;
}

.uk-flex-last {
	order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-flex-first\@s {
		order: -1;
	}
	.uk-flex-last\@s {
		order: 99;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-flex-first\@m {
		order: -1;
	}
	.uk-flex-last\@m {
		order: 99;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-flex-first\@l {
		order: -1;
	}
	.uk-flex-last\@l {
		order: 99;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-flex-first\@xl {
		order: -1;
	}
	.uk-flex-last\@xl {
		order: 99;
	}
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
	flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
	flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
	flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
	margin-bottom: 20px;
}

* + .uk-margin {
	margin-top: 20px !important;
}

.uk-margin-top {
	margin-top: 20px !important;
}

.uk-margin-bottom {
	margin-bottom: 20px !important;
}

.uk-margin-left {
	margin-left: 20px !important;
}

.uk-margin-right {
	margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
	margin-bottom: 10px;
}

* + .uk-margin-small {
	margin-top: 10px !important;
}

.uk-margin-small-top {
	margin-top: 10px !important;
}

.uk-margin-small-bottom {
	margin-bottom: 10px !important;
}

.uk-margin-small-left {
	margin-left: 10px !important;
}

.uk-margin-small-right {
	margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
	margin-bottom: 40px;
}

* + .uk-margin-medium {
	margin-top: 40px !important;
}

.uk-margin-medium-top {
	margin-top: 40px !important;
}

.uk-margin-medium-bottom {
	margin-bottom: 40px !important;
}

.uk-margin-medium-left {
	margin-left: 40px !important;
}

.uk-margin-medium-right {
	margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
	margin-bottom: 40px;
}

* + .uk-margin-large {
	margin-top: 40px !important;
}

.uk-margin-large-top {
	margin-top: 40px !important;
}

.uk-margin-large-bottom {
	margin-bottom: 40px !important;
}

.uk-margin-large-left {
	margin-left: 40px !important;
}

.uk-margin-large-right {
	margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-margin-large {
		margin-bottom: 70px;
	}
	* + .uk-margin-large {
		margin-top: 70px !important;
	}
	.uk-margin-large-top {
		margin-top: 70px !important;
	}
	.uk-margin-large-bottom {
		margin-bottom: 70px !important;
	}
	.uk-margin-large-left {
		margin-left: 70px !important;
	}
	.uk-margin-large-right {
		margin-right: 70px !important;
	}
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
	margin-bottom: 70px;
}

* + .uk-margin-xlarge {
	margin-top: 70px !important;
}

.uk-margin-xlarge-top {
	margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
	margin-left: 70px !important;
}

.uk-margin-xlarge-right {
	margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-margin-xlarge {
		margin-bottom: 140px;
	}
	* + .uk-margin-xlarge {
		margin-top: 140px !important;
	}
	.uk-margin-xlarge-top {
		margin-top: 140px !important;
	}
	.uk-margin-xlarge-bottom {
		margin-bottom: 140px !important;
	}
	.uk-margin-xlarge-left {
		margin-left: 140px !important;
	}
	.uk-margin-xlarge-right {
		margin-right: 140px !important;
	}
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
	margin: 0 !important;
}

.uk-margin-remove-top {
	margin-top: 0 !important;
}

.uk-margin-remove-bottom {
	margin-bottom: 0 !important;
}

.uk-margin-remove-left {
	margin-left: 0 !important;
}

.uk-margin-remove-right {
	margin-right: 0 !important;
}

.uk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + * {
	margin-top: 0 !important;
}

/* Auto
 ========================================================================== */
.uk-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.uk-margin-auto-top {
	margin-top: auto !important;
}

.uk-margin-auto-bottom {
	margin-bottom: auto !important;
}

.uk-margin-auto-left {
	margin-left: auto !important;
}

.uk-margin-auto-right {
	margin-right: auto !important;
}

.uk-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
	padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-padding {
		padding: 40px;
	}
}
/* Small
 ========================================================================== */
.uk-padding-small {
	padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
	padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-padding-large {
		padding: 70px;
	}
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
	padding: 0 !important;
}

.uk-padding-remove-top {
	padding-top: 0 !important;
}

.uk-padding-remove-bottom {
	padding-bottom: 0 !important;
}

.uk-padding-remove-left {
	padding-left: 0 !important;
}

.uk-padding-remove-right {
	padding-right: 0 !important;
}

.uk-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
	position: absolute !important;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
	top: 0;
	left: 0;
	right: 0;
}

.uk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}

.uk-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}

/* Corners
 ========================================================================== */
.uk-position-top-left {
	top: 0;
	left: 0;
}

.uk-position-top-right {
	top: 0;
	right: 0;
}

.uk-position-bottom-left {
	bottom: 0;
	left: 0;
}

.uk-position-bottom-right {
	bottom: 0;
	right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 1 */
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
	top: 50%;
	transform: translateY(-50%);
}

.uk-position-center-left {
	left: 0;
}

.uk-position-center-right {
	right: 0;
}

.uk-position-center-left-out {
	right: 100%;
	width: -moz-max-content;
	width: max-content;
}

.uk-position-center-right-out {
	left: 100%;
	width: -moz-max-content;
	width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
	left: 50%;
	transform: translateX(-50%);
	/* 1 */
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.uk-position-top-center {
	top: 0;
}

.uk-position-bottom-center {
	bottom: 0;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Utility
 ========================================================================== */
.uk-position-relative {
	position: relative !important;
}

.uk-position-absolute {
	position: absolute !important;
}

.uk-position-fixed {
	position: fixed !important;
}

.uk-position-z-index {
	z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
	max-width: calc(100% - 30px);
	margin: 15px;
}

.uk-position-small.uk-position-center {
	transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*=uk-position-center-left],
.uk-position-small[class*=uk-position-center-right] {
	transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
	transform: translateX(-50%) translateX(-15px);
}

/*
 * Medium
 */
.uk-position-medium {
	max-width: calc(100% - 60px);
	margin: 30px;
}

.uk-position-medium.uk-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-medium[class*=uk-position-center-left],
.uk-position-medium[class*=uk-position-center-right] {
	transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
	transform: translateX(-50%) translateX(-30px);
}

/*
 * Large
 */
.uk-position-large {
	max-width: calc(100% - 60px);
	margin: 30px;
}

.uk-position-large.uk-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-large[class*=uk-position-center-left],
.uk-position-large[class*=uk-position-center-right] {
	transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
	transform: translateX(-50%) translateX(-30px);
}

/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-position-large {
		max-width: calc(100% - 100px);
		margin: 50px;
	}
	.uk-position-large.uk-position-center {
		transform: translate(-50%, -50%) translate(-50px, -50px);
	}
	.uk-position-large[class*=uk-position-center-left],
	.uk-position-large[class*=uk-position-center-right] {
		transform: translateY(-50%) translateY(-50px);
	}
	.uk-position-large.uk-position-top-center,
	.uk-position-large.uk-position-bottom-center {
		transform: translateX(-50%) translateX(-50px);
	}
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
	outline: none;
}

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
	transition: 0.3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
	opacity: 1;
}

/*
 * Scale
 * Note: Using `scale3d` for better image rendering
 */
.uk-transition-scale-up {
	transform: scale3d(1, 1, 1);
}

.uk-transition-scale-down {
	transform: scale3d(1.1, 1.1, 1);
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
	opacity: 1;
	transform: scale3d(1.1, 1.1, 1);
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/*
 * Slide
 */
.uk-transition-slide-top {
	transform: translateY(-100%);
}

.uk-transition-slide-bottom {
	transform: translateY(100%);
}

.uk-transition-slide-left {
	transform: translateX(-100%);
}

.uk-transition-slide-right {
	transform: translateX(100%);
}

.uk-transition-slide-top-small {
	transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
	transform: translateY(10px);
}

.uk-transition-slide-left-small {
	transform: translateX(-10px);
}

.uk-transition-slide-right-small {
	transform: translateX(10px);
}

.uk-transition-slide-top-medium {
	transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
	transform: translateY(50px);
}

.uk-transition-slide-left-medium {
	transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
	transform: translateX(50px);
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-active.uk-active [class*=uk-transition-slide] {
	opacity: 1;
	transform: translate(0, 0);
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
	opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
	transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
	display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-hidden\@s {
		display: none !important;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
	.uk-hidden\@m {
		display: none !important;
	}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
	.uk-hidden\@l {
		display: none !important;
	}
}
/* Large screen and bigger */
@media (min-width: 1600px) {
	.uk-hidden\@xl {
		display: none !important;
	}
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
	.uk-visible\@s {
		display: none !important;
	}
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
	.uk-visible\@m {
		display: none !important;
	}
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
	.uk-visible\@l {
		display: none !important;
	}
}
/* Desktop and smaller */
@media (max-width: 1599px) {
	.uk-visible\@xl {
		display: none !important;
	}
}
/* Visibility
 ========================================================================== */
.uk-invisible {
	visibility: hidden !important;
}

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	/* 3 */
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
	/* 3 */
	opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
	/* 1 */
	-webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
	outline: none;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
	.uk-hidden-touch {
		display: none !important;
	}
}
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
	display: none !important;
}

@media (pointer: coarse) {
	.uk-hidden-notouch {
		display: block !important;
	}
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-overlay-primary,
.uk-offcanvas-bar {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
	color: #fff;
}

.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-link:hover {
	color: #fff;
}

.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > code,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > code,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > code,
.uk-overlay-primary :not(pre) > kbd,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > code,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > samp {
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.1);
}

.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*=uk-card-media]) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*=uk-card-media]) em,
.uk-overlay-primary em,
.uk-offcanvas-bar em {
	color: #fff;
}

.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*=uk-card-media]) h1,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h1,
.uk-card-primary > :not([class*=uk-card-media]) h2,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h2,
.uk-card-primary > :not([class*=uk-card-media]) h3,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h3,
.uk-card-primary > :not([class*=uk-card-media]) h4,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h4,
.uk-card-primary > :not([class*=uk-card-media]) h5,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h5,
.uk-card-primary > :not([class*=uk-card-media]) h6,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*=uk-card-media]) h1,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h1,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h2,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h3,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h4,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h5,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.uk-offcanvas-bar h1,
.uk-offcanvas-bar .uk-h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar .uk-h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar .uk-h3,
.uk-offcanvas-bar h4,
.uk-offcanvas-bar .uk-h4,
.uk-offcanvas-bar h5,
.uk-offcanvas-bar .uk-h5,
.uk-offcanvas-bar h6,
.uk-offcanvas-bar .uk-h6 {
	color: #fff;
}

.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*=uk-card-media]) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*=uk-card-media]) blockquote,
.uk-overlay-primary blockquote,
.uk-offcanvas-bar blockquote {
	color: #fff;
}

.uk-light blockquote footer,
.uk-section-primary:not(.uk-preserve-color) blockquote footer,
.uk-section-secondary:not(.uk-preserve-color) blockquote footer,
.uk-tile-primary:not(.uk-preserve-color) blockquote footer,
.uk-tile-secondary:not(.uk-preserve-color) blockquote footer,
.uk-card-primary.uk-card-body blockquote footer,
.uk-card-primary > :not([class*=uk-card-media]) blockquote footer,
.uk-card-secondary.uk-card-body blockquote footer,
.uk-card-secondary > :not([class*=uk-card-media]) blockquote footer,
.uk-overlay-primary blockquote footer,
.uk-offcanvas-bar blockquote footer {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light hr,
.uk-light .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-tile-primary:not(.uk-preserve-color) hr,
.uk-tile-primary:not(.uk-preserve-color) .uk-hr,
.uk-tile-secondary:not(.uk-preserve-color) hr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary > :not([class*=uk-card-media]) hr,
.uk-card-primary > :not([class*=uk-card-media]) .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary > :not([class*=uk-card-media]) hr,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-hr,
.uk-overlay-primary hr,
.uk-overlay-primary .uk-hr,
.uk-offcanvas-bar hr,
.uk-offcanvas-bar .uk-hr {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body a.uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-secondary.uk-card-body a.uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-overlay-primary a.uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar a.uk-link-muted,
.uk-offcanvas-bar .uk-link-muted a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body a.uk-link-muted:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body a.uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-overlay-primary a.uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-offcanvas-bar a.uk-link-muted:hover,
.uk-offcanvas-bar .uk-link-muted a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body a.uk-link-text:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body a.uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-overlay-primary a.uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-offcanvas-bar a.uk-link-text:hover,
.uk-offcanvas-bar .uk-link-text a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body a.uk-link-heading:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body a.uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-overlay-primary a.uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-offcanvas-bar a.uk-link-heading:hover,
.uk-offcanvas-bar .uk-link-heading a:hover {
	color: #fff;
}

.uk-light .uk-heading-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-card-primary.uk-card-body .uk-heading-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider,
.uk-card-secondary.uk-card-body .uk-heading-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider,
.uk-overlay-primary .uk-heading-divider,
.uk-offcanvas-bar .uk-heading-divider {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-card-primary.uk-card-body .uk-heading-bullet::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before,
.uk-card-secondary.uk-card-body .uk-heading-bullet::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before,
.uk-overlay-primary .uk-heading-bullet::before,
.uk-offcanvas-bar .uk-heading-bullet::before {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-offcanvas-bar .uk-heading-line > ::after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-card-primary.uk-card-body .uk-divider-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon,
.uk-card-secondary.uk-card-body .uk-divider-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon,
.uk-overlay-primary .uk-divider-icon,
.uk-offcanvas-bar .uk-divider-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::before,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::before,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::before,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::before,
.uk-offcanvas-bar .uk-divider-icon::after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-card-primary.uk-card-body .uk-divider-small::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after,
.uk-card-secondary.uk-card-body .uk-divider-small::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after,
.uk-overlay-primary .uk-divider-small::after,
.uk-offcanvas-bar .uk-divider-small::after {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-card-primary.uk-card-body .uk-divider-vertical::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical::after,
.uk-card-secondary.uk-card-body .uk-divider-vertical::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical::after,
.uk-overlay-primary .uk-divider-vertical::after,
.uk-offcanvas-bar .uk-divider-vertical::after {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-divider > li:nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > li:nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > li:nth-child(n+2),
.uk-overlay-primary .uk-list-divider > li:nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-list-bullet > li::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-card-primary.uk-card-body .uk-list-bullet > li::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > li::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > li::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > li::before,
.uk-overlay-primary .uk-list-bullet > li::before,
.uk-offcanvas-bar .uk-list-bullet > li::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th,
.uk-tile-primary:not(.uk-preserve-color) .uk-table th,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table th,
.uk-card-primary.uk-card-body .uk-table th,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-offcanvas-bar .uk-table th {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-card-primary.uk-card-body .uk-table caption,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-offcanvas-bar .uk-table caption {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table > tr.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table > tr.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-offcanvas-bar .uk-table > tr.uk-active,
.uk-offcanvas-bar .uk-table tbody tr.uk-active {
	background: rgba(255, 255, 255, 0.08);
}

.uk-light .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
.uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, 0.1);
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-offcanvas-bar .uk-table-hover > tr:hover,
.uk-offcanvas-bar .uk-table-hover tbody tr:hover {
	background: rgba(255, 255, 255, 0.08);
}

.uk-light .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link,
.uk-overlay-primary .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:hover,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:hover,
.uk-overlay-primary .uk-icon-link:focus,
.uk-offcanvas-bar .uk-icon-link:hover,
.uk-offcanvas-bar .uk-icon-link:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link:active,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.uk-offcanvas-bar .uk-icon-button {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:hover,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:hover,
.uk-overlay-primary .uk-icon-button:focus,
.uk-offcanvas-bar .uk-icon-button:hover,
.uk-offcanvas-bar .uk-icon-button:focus {
	background-color: rgba(242, 242, 242, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button:active,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-card-primary.uk-card-body .uk-icon-button:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active,
.uk-card-secondary.uk-card-body .uk-icon-button:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active,
.uk-overlay-primary .uk-icon-button:active,
.uk-offcanvas-bar .uk-icon-button:active {
	background-color: rgba(230, 230, 230, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-input,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
	background-clip: padding-box;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-input:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-offcanvas-bar .uk-textarea:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder, .uk-overlay-primary .uk-input::-moz-placeholder, .uk-offcanvas-bar .uk-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-card-primary.uk-card-body .uk-input::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder,
.uk-card-secondary.uk-card-body .uk-input::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder,
.uk-overlay-primary .uk-input::placeholder,
.uk-offcanvas-bar .uk-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder, .uk-overlay-primary .uk-textarea::-moz-placeholder, .uk-offcanvas-bar .uk-textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-card-primary.uk-card-body .uk-textarea::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder,
.uk-overlay-primary .uk-textarea::placeholder,
.uk-offcanvas-bar .uk-textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]),
.uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),
.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),
.uk-overlay-primary .uk-select:not([multiple]):not([size]),
.uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-radio,
.uk-offcanvas-bar .uk-checkbox {
	background-color: rgba(242, 242, 242, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-radio:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-radio:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-overlay-primary .uk-radio:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-radio:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-radio:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
	background-color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-radio:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
	background-color: #e6e6e6;
}

.uk-light .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-overlay-primary .uk-radio:checked,
.uk-offcanvas-bar .uk-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.uk-offcanvas-bar .uk-form-label {
	color: #fff;
}

.uk-light .uk-form-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-card-primary.uk-card-body .uk-form-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon,
.uk-card-secondary.uk-card-body .uk-form-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon,
.uk-overlay-primary .uk-form-icon,
.uk-offcanvas-bar .uk-form-icon {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-card-primary.uk-card-body .uk-form-icon:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover,
.uk-card-secondary.uk-card-body .uk-form-icon:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover,
.uk-overlay-primary .uk-form-icon:hover,
.uk-offcanvas-bar .uk-form-icon:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.uk-offcanvas-bar .uk-button-default:hover,
.uk-offcanvas-bar .uk-button-default:focus {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default:active,
.uk-offcanvas-bar .uk-button-default.uk-active {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.uk-offcanvas-bar .uk-button-primary {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.uk-offcanvas-bar .uk-button-primary:hover,
.uk-offcanvas-bar .uk-button-primary:focus {
	background-color: #f2f2f2;
	color: #666;
}

.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary:active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.uk-offcanvas-bar .uk-button-secondary {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.uk-offcanvas-bar .uk-button-secondary:hover,
.uk-offcanvas-bar .uk-button-secondary:focus {
	background-color: #f2f2f2;
	color: #666;
}

.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary:active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.uk-offcanvas-bar .uk-button-text {
	color: #fff;
}

.uk-light .uk-button-text::before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-card-primary.uk-card-body .uk-button-text::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before,
.uk-card-secondary.uk-card-body .uk-button-text::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before,
.uk-overlay-primary .uk-button-text::before,
.uk-offcanvas-bar .uk-button-text::before {
	border-bottom-color: #fff;
}

.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:hover,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:hover,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:hover,
.uk-overlay-primary .uk-button-text:focus,
.uk-offcanvas-bar .uk-button-text:hover,
.uk-offcanvas-bar .uk-button-text:focus {
	color: #fff;
}

.uk-light .uk-button-text:disabled,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-card-primary.uk-card-body .uk-button-text:disabled,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled,
.uk-card-secondary.uk-card-body .uk-button-text:disabled,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled,
.uk-overlay-primary .uk-button-text:disabled,
.uk-offcanvas-bar .uk-button-text:disabled {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-card-primary.uk-card-body .uk-button-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link,
.uk-card-secondary.uk-card-body .uk-button-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link,
.uk-overlay-primary .uk-button-link,
.uk-offcanvas-bar .uk-button-link {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:hover,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:hover,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:hover,
.uk-overlay-primary .uk-button-link:focus,
.uk-offcanvas-bar .uk-button-link:hover,
.uk-offcanvas-bar .uk-button-link:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close,
.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close,
.uk-overlay-primary .uk-close,
.uk-offcanvas-bar .uk-close {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover,
.uk-light .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:hover,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:hover,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close:focus,
.uk-overlay-primary .uk-close:hover,
.uk-overlay-primary .uk-close:focus,
.uk-offcanvas-bar .uk-close:hover,
.uk-offcanvas-bar .uk-close:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop,
.uk-section-primary:not(.uk-preserve-color) .uk-totop,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop,
.uk-card-primary.uk-card-body .uk-totop,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop,
.uk-card-secondary.uk-card-body .uk-totop,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop,
.uk-overlay-primary .uk-totop,
.uk-offcanvas-bar .uk-totop {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-card-primary.uk-card-body .uk-totop:hover,
.uk-card-primary.uk-card-body .uk-totop:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:hover,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:focus,
.uk-overlay-primary .uk-totop:hover,
.uk-overlay-primary .uk-totop:focus,
.uk-offcanvas-bar .uk-totop:hover,
.uk-offcanvas-bar .uk-totop:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.uk-offcanvas-bar .uk-totop:active {
	color: #fff;
}

.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker,
.uk-overlay-primary .uk-marker,
.uk-offcanvas-bar .uk-marker {
	background: #f8f8f8;
	color: #666;
}

.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.uk-offcanvas-bar .uk-marker:hover,
.uk-offcanvas-bar .uk-marker:focus {
	color: #666;
}

.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge,
.uk-overlay-primary .uk-badge,
.uk-offcanvas-bar .uk-badge {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-card-primary.uk-card-body .uk-badge:hover,
.uk-card-primary.uk-card-body .uk-badge:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-badge:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:hover,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:focus,
.uk-overlay-primary .uk-badge:hover,
.uk-overlay-primary .uk-badge:focus,
.uk-offcanvas-bar .uk-badge:hover,
.uk-offcanvas-bar .uk-badge:focus {
	color: #666;
}

.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*=uk-card-media]) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-label,
.uk-overlay-primary .uk-label,
.uk-offcanvas-bar .uk-label {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-article-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-card-primary.uk-card-body .uk-article-meta,
.uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta,
.uk-card-secondary.uk-card-body .uk-article-meta,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta,
.uk-overlay-primary .uk-article-meta,
.uk-offcanvas-bar .uk-article-meta {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input,
.uk-overlay-primary .uk-search-input,
.uk-offcanvas-bar .uk-search-input {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder, .uk-overlay-primary .uk-search-input::-moz-placeholder, .uk-offcanvas-bar .uk-search-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-card-primary.uk-card-body .uk-search-input::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder,
.uk-card-secondary.uk-card-body .uk-search-input::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder,
.uk-overlay-primary .uk-search-input::placeholder,
.uk-offcanvas-bar .uk-search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon,
.uk-overlay-primary .uk-search .uk-search-icon,
.uk-offcanvas-bar .uk-search .uk-search-icon {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,
.uk-overlay-primary .uk-search .uk-search-icon:hover,
.uk-offcanvas-bar .uk-search .uk-search-icon:hover {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input,
.uk-overlay-primary .uk-search-default .uk-search-input,
.uk-offcanvas-bar .uk-search-default .uk-search-input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-search-default .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,
.uk-overlay-primary .uk-search-default .uk-search-input:focus,
.uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
	background-color: transparent;
}

.uk-light .uk-search-navbar .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,
.uk-overlay-primary .uk-search-navbar .uk-search-input,
.uk-offcanvas-bar .uk-search-navbar .uk-search-input {
	background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input,
.uk-overlay-primary .uk-search-large .uk-search-input,
.uk-offcanvas-bar .uk-search-large .uk-search-input {
	background-color: transparent;
}

.uk-light .uk-search-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-card-primary.uk-card-body .uk-search-toggle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle,
.uk-card-secondary.uk-card-body .uk-search-toggle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle,
.uk-overlay-primary .uk-search-toggle,
.uk-offcanvas-bar .uk-search-toggle {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:hover,
.uk-overlay-primary .uk-search-toggle:focus,
.uk-offcanvas-bar .uk-search-toggle:hover,
.uk-offcanvas-bar .uk-search-toggle:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after,
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
	color: #fff;
}

.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {
	color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,
.uk-overlay-primary .uk-nav-default .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-light .uk-nav-primary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a,
.uk-overlay-primary .uk-nav-primary > li > a,
.uk-offcanvas-bar .uk-nav-primary > li > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-overlay-primary .uk-nav-primary > li > a:focus,
.uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
	color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
	color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,
.uk-overlay-primary .uk-nav-primary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-light .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active,
.uk-overlay-primary .uk-navbar-nav > li > a:active,
.uk-offcanvas-bar .uk-navbar-nav > li > a:active {
	color: #fff;
}

.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
	color: #fff;
}

.uk-light .uk-navbar-item,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-card-primary.uk-card-body .uk-navbar-item,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item,
.uk-card-secondary.uk-card-body .uk-navbar-item,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item,
.uk-overlay-primary .uk-navbar-item,
.uk-offcanvas-bar .uk-navbar-item {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-offcanvas-bar .uk-navbar-toggle {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle.uk-open,
.uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-offcanvas-bar .uk-navbar-toggle:focus,
.uk-offcanvas-bar .uk-navbar-toggle.uk-open {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-offcanvas-bar .uk-subnav > * > :first-child {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:hover,
.uk-overlay-primary .uk-subnav > * > a:focus,
.uk-offcanvas-bar .uk-subnav > * > a:hover,
.uk-offcanvas-bar .uk-subnav > * > a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.uk-offcanvas-bar .uk-subnav > .uk-active > a {
	color: #fff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child,
.uk-overlay-primary .uk-subnav-pill > * > :first-child,
.uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-overlay-primary .uk-subnav-pill > * > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > * > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active,
.uk-overlay-primary .uk-subnav-pill > * > a:active,
.uk-offcanvas-bar .uk-subnav-pill > * > a:active {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-subnav > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a,
.uk-overlay-primary .uk-subnav > .uk-disabled > a,
.uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *,
.uk-overlay-primary .uk-breadcrumb > * > *,
.uk-offcanvas-bar .uk-breadcrumb > * > * {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :focus,
.uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-offcanvas-bar .uk-breadcrumb > * > :focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *,
.uk-overlay-primary .uk-breadcrumb > :last-child > *,
.uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-card-primary.uk-card-body .uk-pagination > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *,
.uk-card-secondary.uk-card-body .uk-pagination > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *,
.uk-overlay-primary .uk-pagination > * > *,
.uk-offcanvas-bar .uk-pagination > * > * {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :hover,
.uk-overlay-primary .uk-pagination > * > :focus,
.uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-offcanvas-bar .uk-pagination > * > :focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *,
.uk-overlay-primary .uk-pagination > .uk-active > *,
.uk-offcanvas-bar .uk-pagination > .uk-active > * {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *,
.uk-overlay-primary .uk-pagination > .uk-disabled > *,
.uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab::before,
.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-card-primary.uk-card-body .uk-tab::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before,
.uk-card-secondary.uk-card-body .uk-tab::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before,
.uk-overlay-primary .uk-tab::before,
.uk-offcanvas-bar .uk-tab::before {
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-tab > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-card-primary.uk-card-body .uk-tab > * > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a,
.uk-card-secondary.uk-card-body .uk-tab > * > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a,
.uk-overlay-primary .uk-tab > * > a,
.uk-offcanvas-bar .uk-tab > * > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:hover,
.uk-overlay-primary .uk-tab > * > a:focus,
.uk-offcanvas-bar .uk-tab > * > a:hover,
.uk-offcanvas-bar .uk-tab > * > a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.uk-offcanvas-bar .uk-tab > .uk-active > a {
	color: #fff;
	border-color: #fff;
}

.uk-light .uk-tab > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a,
.uk-overlay-primary .uk-tab > .uk-disabled > a,
.uk-offcanvas-bar .uk-tab > .uk-disabled > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:hover,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:hover,
.uk-overlay-primary .uk-slidenav:focus,
.uk-offcanvas-bar .uk-slidenav:hover,
.uk-offcanvas-bar .uk-slidenav:focus {
	color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-card-primary.uk-card-body .uk-slidenav:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active,
.uk-card-secondary.uk-card-body .uk-slidenav:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active,
.uk-overlay-primary .uk-slidenav:active,
.uk-offcanvas-bar .uk-slidenav:active {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > * {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :focus,
.uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-offcanvas-bar .uk-dotnav > * > :focus {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent;
}

.uk-light .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-offcanvas-bar .uk-dotnav > * > :active {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent;
}

.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.uk-offcanvas-bar .uk-dotnav > .uk-active > * {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent;
}

.uk-light .uk-accordion-title,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-card-primary.uk-card-body .uk-accordion-title,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title,
.uk-card-secondary.uk-card-body .uk-accordion-title,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title,
.uk-overlay-primary .uk-accordion-title,
.uk-offcanvas-bar .uk-accordion-title {
	color: #fff;
}

.uk-light .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:hover,
.uk-overlay-primary .uk-accordion-title:focus,
.uk-offcanvas-bar .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-card-primary.uk-card-body .uk-iconnav > * > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a,
.uk-overlay-primary .uk-iconnav > * > a,
.uk-offcanvas-bar .uk-iconnav > * > a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-overlay-primary .uk-iconnav > * > a:focus,
.uk-offcanvas-bar .uk-iconnav > * > a:hover,
.uk-offcanvas-bar .uk-iconnav > * > a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a,
.uk-overlay-primary .uk-iconnav > .uk-active > a,
.uk-offcanvas-bar .uk-iconnav > .uk-active > a {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.uk-offcanvas-bar .uk-text-lead {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-card-primary.uk-card-body .uk-text-meta,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta,
.uk-card-secondary.uk-card-body .uk-text-meta,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta,
.uk-overlay-primary .uk-text-meta,
.uk-offcanvas-bar .uk-text-meta {
	color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-card-primary.uk-card-body .uk-text-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted,
.uk-card-secondary.uk-card-body .uk-text-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted,
.uk-overlay-primary .uk-text-muted,
.uk-offcanvas-bar .uk-text-muted {
	color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis,
.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-card-primary.uk-card-body .uk-text-emphasis,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis,
.uk-card-secondary.uk-card-body .uk-text-emphasis,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis,
.uk-overlay-primary .uk-text-emphasis,
.uk-offcanvas-bar .uk-text-emphasis {
	color: #fff !important;
}

.uk-light .uk-text-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-card-primary.uk-card-body .uk-text-primary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary,
.uk-card-secondary.uk-card-body .uk-text-primary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary,
.uk-overlay-primary .uk-text-primary,
.uk-offcanvas-bar .uk-text-primary {
	color: rgba(255, 255, 255, 0.7) !important;
}

.uk-light .uk-column-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-card-primary.uk-card-body .uk-column-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider,
.uk-card-secondary.uk-card-body .uk-column-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider,
.uk-overlay-primary .uk-column-divider,
.uk-offcanvas-bar .uk-column-divider {
	-moz-column-rule-color: rgba(255, 255, 255, 0.2);
	     column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo,
.uk-section-primary:not(.uk-preserve-color) .uk-logo,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo,
.uk-card-primary.uk-card-body .uk-logo,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo,
.uk-card-secondary.uk-card-body .uk-logo,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo,
.uk-overlay-primary .uk-logo,
.uk-offcanvas-bar .uk-logo {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:hover,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:hover,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:focus,
.uk-overlay-primary .uk-logo:hover,
.uk-overlay-primary .uk-logo:focus,
.uk-offcanvas-bar .uk-logo:hover,
.uk-offcanvas-bar .uk-logo:focus {
	color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
	display: none;
}

.uk-light .uk-logo-inverse,
.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-card-primary.uk-card-body .uk-logo-inverse,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse,
.uk-card-secondary.uk-card-body .uk-logo-inverse,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse,
.uk-overlay-primary .uk-logo-inverse,
.uk-offcanvas-bar .uk-logo-inverse {
	display: inline;
}

.uk-light .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-accordion-title::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-accordion-title::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before,
.uk-overlay-primary .uk-accordion-title::before,
.uk-offcanvas-bar .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-open > .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before,
.uk-overlay-primary .uk-open > .uk-accordion-title::before,
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
@font-face {
	font-family: "Radikal";
	src: url("../fonts/radikal-light-webfont.woff2") format("woff2"), url("../fonts/radikal-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Radikal";
	src: url("../fonts/radikal-webfont.woff2") format("woff2"), url("../fonts/radikal-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Radikal";
	src: url("../fonts/radikal-medium-webfont.woff2") format("woff2"), url("../fonts/radikal-medium-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Radikal";
	src: url("../fonts/radikal-bold-webfont.woff2") format("woff2"), url("../fonts/radikal-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Altaona one";
	src: url("../fonts/altaona_one-webfont.woff2") format("woff2"), url("../fonts/altaona_one-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Altaona two";
	src: url("../fonts/altaona_two-webfont.woff2") format("woff2"), url("../fonts/altaona_two-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Altaona three";
	src: url("../fonts/altaona_three-webfont.woff2") format("woff2"), url("../fonts/altaona_three-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "*";
}

.glyphicon-plus:before {
	content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "€";
}

.glyphicon-minus:before {
	content: "−";
}

.glyphicon-cloud:before {
	content: "☁";
}

.glyphicon-envelope:before {
	content: "✉";
}

.glyphicon-pencil:before {
	content: "✏";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "⛺";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "⌛";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "¥";
}

.glyphicon-jpy:before {
	content: "¥";
}

.glyphicon-ruble:before {
	content: "₽";
}

.glyphicon-rub:before {
	content: "₽";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

* {
	box-sizing: border-box;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Radikal", sans-serif;
	font-size: 13px;
	line-height: 1.428571429;
	color: #000;
	background-color: #fff;
}

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

a {
	color: inherit;
	text-decoration: none;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 18px;
	margin-bottom: 9px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 9px;
	margin-bottom: 9px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 33px;
}

h2, .h2 {
	font-size: 27px;
}

h3, .h3 {
	font-size: 23px;
}

h4, .h4 {
	font-size: 17px;
}

h5, .h5 {
	font-size: 13px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 9px;
}

.lead {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 19.5px;
	}
}

small,
.small {
	font-size: 92%;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 8px;
	margin: 36px 0 18px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

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

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 18px;
}

dt,
dd {
	line-height: 1.428571429;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 9px 18px;
	margin: 0 0 18px;
	font-size: 16.25px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: " —";
}

address {
	margin-bottom: 18px;
	font-style: normal;
	line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

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

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
	padding-right: 3px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 726px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 946px;
	}
}
@media (min-width: 1240px) {
	.container {
		width: 1072px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
	padding-right: 3px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -3px;
	margin-right: -3px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.3333333333%;
}

.col-xs-push-2 {
	left: 16.6666666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.3333333333%;
}

.col-xs-push-5 {
	left: 41.6666666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.3333333333%;
}

.col-xs-push-8 {
	left: 66.6666666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.3333333333%;
}

.col-xs-push-11 {
	left: 91.6666666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.3333333333%;
	}
	.col-sm-2 {
		width: 16.6666666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.3333333333%;
	}
	.col-sm-5 {
		width: 41.6666666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.3333333333%;
	}
	.col-sm-8 {
		width: 66.6666666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.3333333333%;
	}
	.col-sm-11 {
		width: 91.6666666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.3333333333%;
	}
	.col-sm-pull-2 {
		right: 16.6666666667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.3333333333%;
	}
	.col-sm-pull-5 {
		right: 41.6666666667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.3333333333%;
	}
	.col-sm-pull-8 {
		right: 66.6666666667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.3333333333%;
	}
	.col-sm-pull-11 {
		right: 91.6666666667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.3333333333%;
	}
	.col-sm-push-2 {
		left: 16.6666666667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.3333333333%;
	}
	.col-sm-push-5 {
		left: 41.6666666667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.3333333333%;
	}
	.col-sm-push-8 {
		left: 66.6666666667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.3333333333%;
	}
	.col-sm-push-11 {
		left: 91.6666666667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.3333333333%;
	}
	.col-md-2 {
		width: 16.6666666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.3333333333%;
	}
	.col-md-5 {
		width: 41.6666666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.3333333333%;
	}
	.col-md-8 {
		width: 66.6666666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.3333333333%;
	}
	.col-md-11 {
		width: 91.6666666667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.3333333333%;
	}
	.col-md-pull-2 {
		right: 16.6666666667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.3333333333%;
	}
	.col-md-pull-5 {
		right: 41.6666666667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.3333333333%;
	}
	.col-md-pull-8 {
		right: 66.6666666667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.3333333333%;
	}
	.col-md-pull-11 {
		right: 91.6666666667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.3333333333%;
	}
	.col-md-push-2 {
		left: 16.6666666667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.3333333333%;
	}
	.col-md-push-5 {
		left: 41.6666666667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.3333333333%;
	}
	.col-md-push-8 {
		left: 66.6666666667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.3333333333%;
	}
	.col-md-push-11 {
		left: 91.6666666667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.3333333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.6666666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.3333333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.6666666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.3333333333%;
	}
	.col-md-offset-8 {
		margin-left: 66.6666666667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.3333333333%;
	}
	.col-md-offset-11 {
		margin-left: 91.6666666667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1500px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.3333333333%;
	}
	.col-lg-2 {
		width: 16.6666666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.3333333333%;
	}
	.col-lg-5 {
		width: 41.6666666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.3333333333%;
	}
	.col-lg-8 {
		width: 66.6666666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.3333333333%;
	}
	.col-lg-11 {
		width: 91.6666666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.3333333333%;
	}
	.col-lg-pull-2 {
		right: 16.6666666667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.3333333333%;
	}
	.col-lg-pull-5 {
		right: 41.6666666667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.3333333333%;
	}
	.col-lg-pull-8 {
		right: 66.6666666667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.3333333333%;
	}
	.col-lg-pull-11 {
		right: 91.6666666667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.3333333333%;
	}
	.col-lg-push-2 {
		left: 16.6666666667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.3333333333%;
	}
	.col-lg-push-5 {
		left: 41.6666666667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.3333333333%;
	}
	.col-lg-push-8 {
		left: 66.6666666667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.3333333333%;
	}
	.col-lg-push-11 {
		left: 91.6666666667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 18px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

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

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 13.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

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

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type=search] {
	box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9 ;
	line-height: normal;
}

input[type=file] {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #f8f5f3;
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #f8f5f3;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 32px;
	}
	input[type=date].input-sm,
	.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
	input[type=time].input-sm,
	.input-group-sm > .input-group-btn > input[type=time].btn,
	.input-group-sm input[type=time],
	input[type=datetime-local].input-sm,
	.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
	.input-group-sm input[type=datetime-local],
	input[type=month].input-sm,
	.input-group-sm > .input-group-btn > input[type=month].btn,
	.input-group-sm input[type=month] {
		line-height: 30px;
	}
	input[type=date].input-lg,
	.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
	input[type=time].input-lg,
	.input-group-lg > .input-group-btn > input[type=time].btn,
	.input-group-lg input[type=time],
	input[type=datetime-local].input-lg,
	.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
	.input-group-lg input[type=datetime-local],
	input[type=month].input-lg,
	.input-group-lg > .input-group-btn > input[type=month].btn,
	.input-group-lg input[type=month] {
		line-height: 45px;
	}
}
.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 18px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 31px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 30px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 45px;
	line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-lg .form-control {
	height: 45px;
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 45px;
	line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 45px;
	min-height: 35px;
	padding: 11px 16px;
	font-size: 17px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 40px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #404040;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type=radio],
	.form-inline .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 25px;
}
.form-horizontal .form-group {
	margin-left: -3px;
	margin-right: -3px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 3px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 17px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

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

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: inherit;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: inherit;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

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

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

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

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}
.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9 ;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}

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

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

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9 ;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

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

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

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

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

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

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

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

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #f8f5f3;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 17px;
	border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
	margin-top: 0;
}

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

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: inherit;
}
.nav .nav-divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #f8f5f3;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}

.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

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

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

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 18px;
	border: 1px solid transparent;
}
.navbar:before, .navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 3px;
	padding-left: 3px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -3px;
	margin-left: -3px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 16px 3px;
	font-size: 17px;
	line-height: 18px;
	height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -3px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 3px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 8px -3px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 18px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.navbar-form {
	margin-left: -3px;
	margin-right: -3px;
	padding: 10px 3px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 9px;
	margin-bottom: 9px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type=radio],
	.navbar-form .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 9px;
	margin-bottom: 9px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 16px;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -3px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 18px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #777777;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: inherit;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 18px 0;
	list-style: none;
	text-align: center;
}
.pager:before, .pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #286090;
}

.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: inherit;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 3px;
	padding-right: 3px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 59px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 18px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: inherit;
}

.alert {
	padding: 15px;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

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

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 18px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}
.panel-body:before, .panel-body:after {
	content: " ";
	display: table;
}
.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 18px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

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

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}

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

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
	content: " ";
	display: table;
}
.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

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

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

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

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Radikal", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Radikal", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 13px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 13px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		transition: transform 0.6s ease-in-out;
		backface-visibility: hidden;
		perspective: 1000px;
	}
	.carousel-inner > .item.next, .carousel-inner > .item.active.right {
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: "‹";
}
.carousel-control .icon-next:before {
	content: "›";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9 ;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

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

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}
.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1239px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1500px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1500px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1500px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1500px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1239px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1500px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
:root {
	--parador-space-x: 18rem;
}
@media (max-width: 1239px) {
	:root {
		--parador-space-x: 8rem;
	}
}
@media (max-width: 991px) {
	:root {
		--parador-space-x: 4rem;
	}
}
@media (max-width: 767px) {
	:root {
		--parador-space-x: 2rem;
	}
}

html {
	height: 100% !important;
}

body {
	min-width: 320px;
	font-family: "Radikal", sans-serif;
	font-size: 13px;
	line-height: 1.6923076923;
	font-weight: 300;
	color: #000;
	background: transparent;
	margin: 0;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	height: 100%;
	letter-spacing: 3px;
}
body.menu-opened {
	overflow: hidden;
}
body.videoScroll {
	overflow: hidden;
}
body.contact .paralax-triangle {
	margin-top: 0;
}
body.page-parador .paralax-triangle {
	background-color: #fefaf0;
}
body.page-parador h1 {
	font: 6.171875vw/1 "Altaona three", serif; /*158*/
	text-transform: uppercase;
	letter-spacing: 6px;
}
body.page-parador h1 img {
	max-width: 4.84375vw; /*124*/
	height: 4.84375vw;
	margin: 0.4296875vw 0; /*11*/
	vertical-align: top;
}
@media (max-width: 767px) {
	body.page-parador h1 {
		font-size: 50px;
	}
	body.page-parador h1 img {
		max-width: 39px;
		height: 39px;
		margin: 3px 0;
	}
}
body.page-parador h2 {
	font: 5.66406vw/0.8 "Altaona three", serif; /*145*/
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	        hyphens: auto;
}
body.page-parador h2 img {
	margin: 0 0.1953125vw; /*5*/
	max-width: 4.4140625vw;
	height: 4.4140625vw;
}
@media (max-width: 767px) {
	body.page-parador h2 {
		font-size: 45px;
	}
	body.page-parador h2 img {
		max-width: 35px;
		height: 35px;
	}
}
body.page-parador h3 {
	font: 44px/0.9318181818 "Altaona three", serif;
	color: #fff;
	letter-spacing: 0px;
}
body.page-parador h3 img {
	max-width: 35px;
	height: 35px;
	margin: 1px;
	vertical-align: top;
}
@media (max-width: 991px) {
	body.page-parador h3 {
		font-size: 35px;
	}
	body.page-parador h3 img {
		max-width: 26px;
		height: 26px;
	}
}
body.page-golf .paralax-triangle {
	background: url(../images/bg-parallax-01.png) 100% 0 repeat-y;
	background-size: contain;
	margin-top: 2700px;
	margin-bottom: 0;
	z-index: 1;
}
@media (max-width: 991px) {
	body.page-golf .paralax-triangle {
		margin-top: 2000px;
	}
}
@media (max-width: 767px) {
	body.page-golf .paralax-triangle {
		margin-top: 180vw;
	}
}
body.page-golf h2 {
	font: 400 103px/0.95 "Altaona two", serif;
	margin-top: 0;
	letter-spacing: -6px;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	        hyphens: auto;
}
@media (min-width: 1921px) {
	body.page-golf h2 {
		font-size: 124px;
	}
}
@media (max-width: 1239px) {
	body.page-golf h2 {
		font-size: 103px;
	}
}
body.page-golf h2 .cr-green {
	color: #4ea054;
}
body.page-golf h2 img {
	max-width: 88px;
	height: 88px;
	margin: -1px 0px;
}
@media (max-width: 991px) {
	body.page-golf h2 {
		font-size: 90px;
	}
	body.page-golf h2 img {
		max-width: 60px;
		height: 60px;
	}
}
@media (max-width: 767px) {
	body.page-golf h2 {
		font-size: 45px;
		line-height: 1.0444444444;
	}
	body.page-golf h2 img {
		height: 30px;
		margin: 5px 0;
	}
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.3s;
}

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

blockquote,
q {
	quotes: none;
}

q:before,
q:after {
	content: "";
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.09);
	}
}
@keyframes rotate3d {
	0% {
		transform: rotate3d(0, 1, 1, -24deg) skew(14deg, 1deg) scale3d(1, 1, 1);
	}
	100% {
		transform: rotate3d(0, 1, 1, 0deg) skew(0deg, 0deg) scale3d(1, 1, 1);
	}
}
@keyframes rotate3d32 {
	0% {
		transform: rotate3d(0, 1, 1, 0);
	}
	50% {
		transform: rotate3d(0, 1, 1, 46deg) skewY(-18deg) scale3d(1, 1, 1);
	}
	100% {
		transform: rotate3d(0, 1, 1, 48deg) skewY(-19deg) scale3d(1.2, 1.2, 1);
	}
}
@keyframes customMargin {
	0% {
		top: 0;
	}
	100% {
		margin-top: 50px;
		margin-left: 0;
		width: 90%;
	}
}
@keyframes customMargin2 {
	0% {
		top: 0;
	}
	100% {
		margin-top: 10px;
		margin-left: 0;
		width: 95%;
	}
}
@keyframes customMargin3 {
	0% {
		top: 0;
	}
	100% {
		margin-top: -33px;
		margin-left: 25px;
		width: 84%;
	}
}
@keyframes currentFilter {
	0% {
		filter: grayscale(1);
	}
	5% {
		filter: grayscale(0);
	}
	100% {
		filter: grayscale(1);
	}
}
@keyframes opacityAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}
@keyframes opacityOff {
	0% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@keyframes zoomImage {
	100% {
		width: 100%;
		margin-left: 0;
	}
}
.filter-01 {
	filter: grayscale(1);
}

.appear-item {
	transition: all 0.8s;
	transform: translateY(100px);
	opacity: 0;
	position: relative;
}
.appear-item.fade {
	transform: none;
}
.appear-item.delay1 {
	transition: all 1s;
	transition-delay: 0.3s;
}
.appear-item.delay2 {
	transition: all 1s;
	transition-delay: 0.5s;
}
.appear-item.left {
	transform: translateX(-100%);
}
@media (max-width: 1239px) {
	.appear-item.left {
		transform: translateX(-80%);
	}
}
.appear-item.right {
	transform: translateX(100%);
}
@media (max-width: 991px) {
	.appear-item.right {
		transform: translateX(80%);
	}
}
.appear-item.bottom {
	transform: translateY(-100px);
}
.appear-item.appeared {
	transform: translate(0);
	opacity: 1;
}

.form-control {
	height: auto;
	padding: 0;
	box-shadow: none;
	border: none;
	background-color: transparent;
	font: 300 28px/1 "Radikal", sans-serif;
	line-height: normal;
	color: #ccc;
	letter-spacing: 5px;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.form-control:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

#wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}
#wrapper #main {
	flex: 1 0 auto;
	position: relative;
}
#wrapper #main + #footer {
	padding-top: 38px;
}
@media (min-width: 1921px) {
	#wrapper #main + #footer {
		padding-top: 152px;
	}
}
@media (max-width: 767px) {
	#wrapper #main + #footer {
		padding-top: 30px;
	}
}
#wrapper #footer {
	flex-shrink: 0;
	flex-grow: 0;
}

.paralax-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: -1;
	background: #f8f5f3 url("../images/bg-main.png") 100% 0 repeat-y;
	margin-top: -56.2%;
	margin-bottom: -56.2%;
	background-size: contain;
}

* {
	box-sizing: border-box;
}

.bg-img {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bg-img > img {
	display: none;
}

[class*=uk-animation-] {
	animation-duration: 1s;
}

.img-frame {
	display: block;
	overflow: hidden;
}
.img-frame .bg-video {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.img-frame .bg-video.bg-img {
	padding-bottom: 100%;
}
.img-frame .bg-video > * {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	border: none;
}

.self-end {
	align-self: flex-end;
}

.bg-video {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.bg-video.bg-img {
	padding-bottom: 100%;
}

.bg-video > * {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	border: none;
}

h2 {
	font: 400 122px/0.85 "Altaona one", sans-serif;
	margin: 0 0 15px;
	letter-spacing: 2px;
	-webkit-hyphens: auto;
	        hyphens: auto;
	word-wrap: normal;
}
@media (min-width: 1921px) {
	h2 {
		font-size: 5.781vw;
	}
}
h2 img {
	max-width: 91px;
	height: 91px;
	vertical-align: top;
	margin: 8px 5px;
}

@media (min-width: 1921px) {
	.f-db {
		display: block !important;
	}
	.f-dn {
		display: none !important;
	}
	.container {
		width: auto;
		padding: 0 104px;
	}
	.col-full-2 {
		width: calc(19% - 13px) !important;
	}
	.col-full-3 {
		width: 16% !important;
	}
	.col-full-7 {
		width: calc(44% + 15px) !important;
	}
	html {
		font-size: 0.625vw;
	}
	body {
		line-height: 1.6875;
		font-size: 1.3rem;
	}
	.form-control {
		font-size: 1.4453125vw;
		letter-spacing: 9px;
	}
}
@media (max-width: 1920px) {
	.f-db {
		display: none !important;
	}
	.f-dn {
		display: block !important;
	}
}
@media (max-width: 1239px) {
	body {
		letter-spacing: 0;
	}
	h2 {
		font-size: 90px;
		letter-spacing: 3px;
	}
	h2 img {
		max-width: 60px;
		height: 60px;
	}
}
@media (max-width: 767px) {
	body {
		line-height: 1.9230769231;
		letter-spacing: 2px;
	}
	.container {
		padding: 0 25px;
	}
	h2 {
		font-size: 45px;
		line-height: 1.0444444444;
		margin: 0 0 15px;
	}
	h2 img {
		height: 35px;
		margin: 6px 2px;
	}
	.form-control {
		font-size: 20px;
		letter-spacing: 4px;
	}
}
.ie {
	display: flex;
	height: auto;
}
.ie #wrapper {
	width: 100%;
}
@media (max-width: 767px) {
	.ie #wrapper #main {
		height: auto;
		max-height: 100%;
	}
}

#searchform {
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	#searchform {
		padding-bottom: 20px;
	}
}
#searchform .form-control {
	border-bottom: 1px solid #000;
}
#searchform .btn-submit {
	font-size: 15px;
	padding: 10px 25px;
}
@media (max-width: 767px) {
	#searchform .btn-submit {
		width: 100%;
		margin-top: 15px;
	}
}

.text-tuscany {
	color: #c15231 !important;
}

.text-red {
	color: #c0583b !important;
}

.text-green {
	color: #4da55f !important;
}

.bull-list {
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
}
.bull-list > li {
	position: relative;
	padding: 0 0 8px 16px;
	letter-spacing: 1.5px;
	text-transform: none;
}
.bull-list > li::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 100%;
	margin-top: 9px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* 

The MIT License (MIT)

Copyright (c) 2014 etienne-martin
Contributions by Miro Hudak <mhudak@dev.enscope.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

*/
.mapify-holder {
	position: relative;
	display: inline-block;
	font-size: 0;
	max-width: 100%;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.mapify-imgHolder {
	position: relative;
	z-index: 1;
}

.mapify-GPU, .mapify-holder * {
	transform: translate3d(0, 0, 0);
}

.mapify-imgHolder .mapify {
	max-width: 100%;
	height: auto;
}

.mapify-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.mapify-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.mapify-polygon {
	transition: all 0.5s;
	fill: transparent;
	stroke: transparent;
	stroke-width: 0;
}

.mapify-hover {
	fill: #09f;
}

.mapify-popOver {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 30px;
	width: 260px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 2px;
	z-index: 999;
	transform: translateY(-15px);
	border-radius: 5px;
	text-align: center;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	z-index: -1;
	opacity: 0;
}

.mapify-popOver .mapify-popOver-arrow {
	content: "";
	width: 15px;
	height: 15px;
	z-index: -2;
	margin-top: -3px;
	box-shadow: inset #fff 0 0 0 100px;
	border-top: solid transparent 2px;
	border-left: solid transparent 2px;
	border-right: solid rgba(0, 0, 0, 0.15) 2px;
	border-bottom: solid rgba(0, 0, 0, 0.15) 2px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-15px) rotate(45deg) translateY(-50%);
}

.mapify-popOver.mapify-bottom .mapify-popOver-arrow {
	top: auto;
	bottom: 100%;
	margin-top: auto;
	margin-bottom: -3px;
	border-bottom: solid transparent 2px;
	border-right: solid transparent 2px;
	border-top: solid rgba(0, 0, 0, 0.15) 2px;
	border-left: solid rgba(0, 0, 0, 0.15) 2px;
	transform: rotate(45deg) translateY(50%);
}

.mapify-popOver.mapify-visible {
	opacity: 1;
	transform: translateY(0);
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	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: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 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: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
	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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
	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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.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: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.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%;
	transform: translate3d(0px, -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%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 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%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	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");
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.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;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	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 {
	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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
	pointer-events: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */
.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}
/* Transition effects */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}
/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
.btn {
	position: relative;
	vertical-align: top;
	outline: 0 !important;
	white-space: normal;
	padding: 9px 20px;
	font-size: 13px;
	line-height: 1.385;
	border-radius: 0;
	font-weight: 300;
	font-family: "Radikal", sans-serif;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	border: solid 1px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	min-width: 127px;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}
.btn:hover,
.btn .active {
	text-decoration: none;
}
.btn-primary {
	color: #fff;
	background-color: #c0583b;
	border-color: #c0583b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle.focus, .btn-primary:hover {
	background-color: #ac4f35;
	border-color: #ac4f35;
	color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #4da55f;
	border-color: #4da55f;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle, .btn-success:focus, .btn-success.focus, .btn-success:active:hover, .btn-success.active:hover, .open > .btn-success.dropdown-toggle:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .btn-success.dropdown-toggle:focus, .btn-success.focus:active, .btn-success.active.focus, .open > .btn-success.dropdown-toggle.focus, .btn-success:hover {
	background-color: #459455;
	border-color: #459455;
	color: #fff;
}
.btn-outlined.btn-dark {
	color: #000;
	border-color: #000;
	background-color: transparent;
}
.btn-outlined.btn-dark:active, .btn-outlined.btn-dark.active, .open > .btn-outlined.btn-dark.dropdown-toggle, .btn-outlined.btn-dark:focus, .btn-outlined.btn-dark.focus, .btn-outlined.btn-dark:active:hover, .btn-outlined.btn-dark.active:hover, .open > .btn-outlined.btn-dark.dropdown-toggle:hover, .btn-outlined.btn-dark:active:focus, .btn-outlined.btn-dark.active:focus, .open > .btn-outlined.btn-dark.dropdown-toggle:focus, .btn-outlined.btn-dark.focus:active, .btn-outlined.btn-dark.active.focus, .open > .btn-outlined.btn-dark.dropdown-toggle.focus, .btn-outlined.btn-dark:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn input {
	position: absolute;
	z-index: 25;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: none;
	opacity: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.page-golf #header .navbar-brand img.scroll:not(.green) {
	display: none;
}
.page-golf #header .navbar-brand img.scroll.green {
	display: block;
}

.page-parador #header .navbar-brand img.scroll:not(.brown) {
	display: none;
}
.page-parador #header .navbar-brand img.scroll.brown {
	display: block;
}

#header {
	padding: 86px 0;
	position: relative;
	z-index: 99;
	height: 262px;
}
@media (min-width: 1921px) {
	#header {
		height: 312px;
	}
}
@media (max-width: 1239px) {
	#header {
		height: 242px;
	}
}
@media (max-width: 991px) {
	#header {
		height: 225px;
	}
}
@media (max-width: 767px) {
	#header {
		height: 81px;
	}
}
#header .navbar-brand {
	padding: 0;
	height: auto;
	position: relative;
	margin-top: -7px;
	z-index: 10;
}
#header .navbar-brand img {
	transition: all 0.3s;
	max-width: 384px;
	height: 97px;
	vertical-align: top;
}
#header .navbar-brand img.scroll {
	transition-delay: 0.3s;
	transition: all 1s;
	position: absolute;
	top: 0;
	left: 182px;
	max-width: 95px;
	height: 96px; /*97*/
	z-index: 50;
}
#header .navbar-brand img.scroll.green {
	display: none;
}
#header .navbar-brand img.scroll.brown {
	display: none;
}
#header .sub-logo {
	max-width: 84px;
	height: 45px;
	vertical-align: top;
}
@media (min-width: 1921px) {
	#header .sub-logo {
		display: none;
	}
}
#header .header-holder {
	display: flex;
	font-size: 8px;
	line-height: 13px;
	font-weight: 300;
	margin: -2px 0 0;
	letter-spacing: 0.2125em;
	align-items: flex-start;
}
#header .weather {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	padding-left: 16px;
	font-size: 0.9rem;
}
@media (max-width: 991px) {
	#header .weather {
		padding-left: 0;
		flex-direction: column;
		align-items: center;
	}
}
#header .weather > span {
	display: flex;
}
@media (max-width: 991px) {
	#header .weather > span:first-child {
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	#header .weather > span + span::before {
		content: "|";
		width: 11px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
}
#header .weather .deg {
	margin-left: 4px;
}
#header .weather .ico {
	width: 24px;
	display: inline-block;
	vertical-align: top;
	margin: -6px 5px -6px 0;
}
#header .weather img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#header .language {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
#header .language:after {
	content: "";
	clear: both;
	display: block;
}
#header .language li {
	display: inline-block;
	vertical-align: top;
	font-size: 8px;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 1.3px;
	float: left;
	margin-bottom: 16px;
}
#header .language li:nth-child(3n+4) {
	clear: left;
}
#header .language li:nth-child(3n+4):before {
	display: none;
}
#header .language li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}
#header .language li a {
	color: inherit;
}
#header .new-langs {
	position: relative;
	margin-right: 11px;
	flex-shrink: 0;
	font-size: 0.9rem;
}
#header .new-langs .opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
	padding: 0 10px;
	cursor: pointer;
}
#header .new-langs .arrow-el {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 7px;
	height: 4px;
	border-top: 1px solid;
	overflow: hidden;
}
#header .new-langs .arrow-el::after, #header .new-langs .arrow-el::before {
	content: "";
	position: absolute;
	top: 0;
	height: 200%;
	width: 0;
}
#header .new-langs .arrow-el::before {
	left: 0;
	border-left: 1px solid;
	transform-origin: 0 0;
	transform: rotate(-45deg);
}
#header .new-langs .arrow-el::after {
	right: 0;
	border-right: 1px solid;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
#header .new-langs .language {
	position: absolute;
	top: 100%;
	left: -1px;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
#header .new-langs .language li {
	margin: 0;
	display: block;
	float: none;
	line-height: 1.2222222222;
}
#header .new-langs .language li + li {
	border-top: 1px solid;
}
#header .new-langs .language li::before {
	display: none;
}
#header .new-langs .language li.active {
	display: none;
}
#header .new-langs .language a {
	display: block;
	padding: 5px 11px;
	white-space: nowrap;
	background-color: #fff;
}
#header .new-langs .language a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
}
#header .new-langs:hover .language {
	opacity: 1;
	visibility: visible;
}
#header.scrolled .col-sm-5 {
	position: relative;
	z-index: 990;
}
#header.scrolled .navbar-brand {
	max-width: 95px;
}
@media (max-width: 1239px) {
	#header.scrolled .navbar-brand {
		max-width: 70px;
	}
}
@media (max-width: 991px) {
	#header.scrolled .navbar-brand {
		max-width: 60px;
	}
}
@media (max-width: 767px) {
	#header.scrolled .navbar-brand {
		max-width: 35px;
	}
}
#header.scrolled .navbar-brand.uk-active img.scroll {
	left: 0;
}
#header.scrolled .navbar-brand img:not(.scroll) {
	opacity: 0;
	visibility: hidden;
}
#header .logo-2 {
	display: block;
	width: 102%;
	margin-inline-start: 3px;
}
#header .logo-2 img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 1239px) {
	#header .sub-logo {
		max-width: 74px;
		height: 40px;
	}
	#header .navbar-brand img {
		max-width: 312px;
		height: 70px;
	}
	#header .navbar-brand img.scroll {
		left: 140px;
		max-width: 70px;
		height: 70px;
	}
}
@media (max-width: 991px) {
	#header .navbar-brand img {
		max-width: 265px;
		height: 60px;
	}
	#header .navbar-brand img.scroll {
		left: 120px;
		max-width: 60px;
		height: 60px;
	}
}
@media (max-width: 767px) {
	#header {
		padding: 21px 0 15px;
	}
	#header .uk-sticky.uk-sticky-fixed {
		top: 21px !important;
	}
	#header .container {
		padding: 0 30px;
	}
	#header .container > .row::before, #header .container > .row::after {
		display: none;
	}
	#header .container > .row > [class*=col] {
		margin-bottom: 10px;
	}
	#header .container > .row > [class*=col].uk-sticky {
		position: absolute;
		right: 30px;
		width: 35px !important;
	}
	#header .sub-logo {
		margin-left: 24px;
		height: 31px;
	}
	#header .navbar-brand {
		margin-top: 0;
	}
	#header .navbar-brand img {
		max-width: 145px;
		height: 35px;
	}
	#header .navbar-brand img.scroll {
		left: 70px;
		max-width: 35px;
		height: 35px;
	}
	#header .logo-2 {
		margin-block-start: 6px;
		margin-inline-start: 0;
		width: 76px;
	}
}
@media (min-width: 1921px) {
	#header {
		padding: 98px 0;
	}
	#header .sub-logo {
		max-width: 97px;
		height: 75px;
	}
	#header .navbar-brand {
		margin-top: 3px;
	}
	#header .navbar-brand img {
		max-width: 646px;
		height: 113px;
	}
	#header .navbar-brand img.scroll {
		left: 225px;
		max-width: 143px;
		height: 114px;
	}
	#header .navbar-brand.uk-active {
		max-width: 114px;
	}
	#header .language {
		text-align: right;
		margin-right: 21px;
	}
	#header .language li {
		font-size: 10px;
	}
	#header .language li + li:before {
		padding: 0 11px;
	}
}
@media (max-width: 374px) {
	#header .logo-2 {
		margin-inline-start: 15px;
		width: 70px;
	}
}

/*mobile menu*/
.open-menu {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	position: relative;
	z-index: 101;
	transition: all 0s;
	margin-left: auto;
	text-decoration: none;
	margin-top: 6px;
}
.open-menu:hover, .open-menu:focus {
	text-decoration: none;
}
.open-menu span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 2px;
	margin-top: -1px;
	border-radius: 2px;
	background: #000;
	transition: all 0.5s;
}
.open-menu span:nth-child(1) {
	margin-top: -14px;
}
.open-menu span:nth-child(3) {
	margin-top: 11px;
}
.open-menu span:nth-child(4) {
	margin-top: -26px;
}
.open-menu span:nth-child(5) {
	margin-top: 24px;
}
.menu-opened .open-menu {
	margin-right: -20px;
}
@media (max-width: 767px) {
	.open-menu {
		width: 35px;
		margin-top: 0;
	}
	.open-menu span {
		width: 35px;
		margin-top: -9px;
	}
	.open-menu span:nth-child(1) {
		margin-top: -19px;
	}
	.open-menu span:nth-child(3) {
		margin-top: 1px;
	}
	.open-menu span:nth-child(4) {
		display: none;
	}
	.open-menu span:nth-child(5) {
		margin-top: 12px;
	}
}
@media (min-width: 1921px) {
	.open-menu {
		width: 47px;
	}
	.open-menu span {
		width: 47px;
		margin-top: 5px;
	}
	.open-menu span:nth-child(1) {
		margin-top: -11px;
	}
	.open-menu span:nth-child(3) {
		margin-top: 19px;
	}
	.open-menu span:nth-child(4) {
		margin-top: -27px;
	}
	.open-menu span:nth-child(5) {
		margin-top: 35px;
	}
}

#main-nav {
	display: block;
	position: fixed;
	top: -200%;
	right: -100%;
	bottom: auto;
	width: 33.33%;
	z-index: 50;
	background: #c05131;
	transition: all 1s;
	overflow-y: auto;
	padding: 266px 52px 86px 112px;
	max-height: 100%;
}
#main-nav > ul {
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 1s;
}
#main-nav ul:not(.language) {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-nav ul:not(.language) li {
	color: #fff;
}
#main-nav ul:not(.language) li a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	min-height: 36px;
	letter-spacing: 0.3538461538em;
}
#main-nav ul:not(.language) li a:hover, #main-nav ul:not(.language) li a:focus {
	text-decoration: none;
	font-size: 15px;
}
#main-nav ul:not(.language) li ul {
	margin-top: 6px;
	margin-bottom: -6px;
}
#main-nav ul:not(.language) li ul li {
	font-size: 9px;
}
#main-nav ul:not(.language) li ul li a {
	min-height: 36px;
	letter-spacing: 0.2222222222em;
}
#main-nav ul:not(.language) li ul li a:hover, #main-nav ul:not(.language) li ul li a:focus {
	text-decoration: none;
	font-size: 10px;
}
@media (max-width: 767px) {
	#main-nav {
		width: 100%;
		padding: 107px 20px 51px 20px;
		bottom: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	#main-nav ul:not(.language) {
		flex: 1 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#main-nav ul:not(.language) li {
		font-size: 18px;
	}
	#main-nav ul:not(.language) li a {
		min-height: 46px;
	}
	#main-nav ul:not(.language) li a:hover, #main-nav ul:not(.language) li a:focus {
		font-size: 19px;
	}
	#main-nav ul:not(.language) li ul {
		margin-top: 7px;
		margin-bottom: -11px;
	}
	#main-nav ul:not(.language) li ul li a {
		min-height: 46px;
		font-size: 11px;
	}
	#main-nav ul:not(.language) li ul li a:hover, #main-nav ul:not(.language) li ul li a:focus {
		font-size: 12px;
	}
	#main-nav .language {
		flex-grow: 0;
		flex-shrink: 0;
		text-align: center;
	}
	#main-nav .language li {
		font-size: 12px;
		color: #fff;
		letter-spacing: 2px;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	#main-nav .language li + li:before {
		padding: 0 11px;
	}
}

/* /mobile menu*/
.menu-opened .open-menu span {
	background: #fff;
	margin-top: -2px;
	height: 3px;
	width: 56px;
}
.menu-opened .open-menu span:nth-child(2), .menu-opened .open-menu span:nth-child(4), .menu-opened .open-menu span:nth-child(5) {
	opacity: 0;
}
.menu-opened .open-menu span:nth-child(1) {
	animation: openMenu1 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}
.menu-opened .open-menu span:nth-child(3) {
	animation: openMenu2 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}
@media (max-width: 767px) {
	.menu-opened .open-menu span {
		width: 40px;
	}
}
.menu-opened #main-nav {
	right: 0;
	top: 0;
}
.menu-opened #main-nav > ul {
	opacity: 1;
}

@media (max-width: 767px) {
	.ie #main {
		height: 100%;
	}
}

@keyframes openMenu1 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-65deg);
	}
}
@keyframes openMenu2 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(65deg);
	}
}
.visual {
	margin-top: -312px;
	text-align: center;
	line-height: 1.425;
}
@media (min-width: 768px) {
	.visual {
		font-size: 1.5625vw; /*40*/
	}
}
@media (max-width: 991px) {
	.visual {
		margin-top: -225px;
	}
}
@media (max-width: 767px) {
	.visual {
		margin-top: -81px;
	}
}
.visual h1 {
	text-align: left;
	margin: -265px 0 426px 68px;
}
@media (max-width: 1920px) {
	.visual h1 {
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.visual h1 {
		margin-top: -120px;
	}
}
@media (max-width: 767px) {
	.visual h1 {
		margin-top: -70px;
		margin-left: 0;
		text-align: center;
	}
}
.visual p {
	margin-bottom: 9.1015625vw;
}
@media (min-width: 1921px) {
	.visual p {
		letter-spacing: 8px;
	}
}
.visual .holder-ttl {
	background-size: auto 100%;
	position: relative;
	left: -140px;
	margin-top: 62px;
}
@media (max-width: 1920px) {
	.visual .holder-ttl {
		left: 0;
	}
}
@media (max-width: 991px) {
	.visual .holder-ttl {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.visual .holder-ttl {
		margin: 0 -25px;
	}
}
.visual .holder-ttl h3 {
	position: relative;
	top: 31px;
	left: 67px;
	padding-top: 649px;
	padding-bottom: 460px;
	text-align: left;
	max-width: 215px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.visual .holder-ttl h3 {
		padding-top: 324px;
		padding-bottom: 230px;
		top: 0;
		left: 40px;
		max-width: 145px;
	}
}
@media (max-width: 767px) {
	.visual .holder-ttl h3 {
		padding-top: 243px;
		padding-bottom: 172px;
		font-size: 27px;
		left: 36px;
		max-width: 120px;
	}
	.visual .holder-ttl h3 img {
		max-width: 21px;
		height: 21px;
	}
}
.visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 auto 13.90625vw;
}
.visual img.md-large {
	max-width: 1165px;
}

.img-holder {
	margin-top: 26px;
	margin-bottom: 84px;
}
.img-holder:after {
	content: "";
	clear: both;
	display: block;
}
.img-holder.right img, .img-holder.left img {
	box-shadow: none;
}
.img-holder > img {
	width: 63.9%;
	height: auto;
	vertical-align: top;
	float: right;
	box-shadow: 0 0 30px #d8d5d2;
}
.img-holder figure {
	max-width: 70vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
@media (max-width: 991px) {
	.img-holder figure {
		max-width: none;
	}
}
.img-holder figure figcaption {
	position: relative;
	z-index: 9;
	max-width: 50%;
	margin: 0 auto;
}
.img-holder figure figcaption h2 {
	text-align: center;
	margin-bottom: 12px;
}
.img-holder .bg-img {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	top: -147px;
	box-shadow: 0 0 30px #d8d5d2;
}
.img-holder.caption {
	margin-bottom: 13px;
}
@media (min-width: 1921px) {
	.img-holder.caption {
		padding: 0 104px;
		margin-top: 27px;
		margin-bottom: 126px;
	}
	.img-holder.caption figure {
		max-width: 75vw;
	}
	.img-holder.caption figcaption {
		margin: 0 auto;
		max-width: 50%;
	}
	.img-holder.caption figcaption h2 {
		margin-bottom: 15px;
		text-align: center;
	}
	.img-holder.caption .bg-img {
		top: -150px;
	}
	.img-holder:not(.caption) {
		margin-top: 10px;
	}
	.img-holder:not(.caption) > img {
		width: 64%;
	}
	.img-holder:not(.caption) + .two-column {
		margin-top: 159px;
	}
	.img-holder:not(.caption) + .two-column > .container {
		padding-left: 369px;
	}
	.img-holder:not(.caption) + .two-column > .container > .row .col-sm-3 {
		width: 17%;
	}
	.img-holder:not(.caption) + .two-column > .container > .row .col-sm-offset-1 {
		margin-left: 9.33333%;
	}
	.img-holder:not(.caption) + .two-column + .reverse {
		margin-top: 442px;
		margin-bottom: 46px;
	}
	.img-holder:not(.caption) + .two-column + .reverse h2 {
		margin-bottom: 75px;
	}
	.img-holder:not(.caption) + .two-column + .reverse > .container {
		padding-left: 182px;
	}
	.img-holder:not(.caption) + .two-column + .reverse > .container > .row .col-sm-8 {
		width: 40.56668%;
	}
	.img-holder:not(.caption) + .two-column + .reverse > .container > .row .col-sm-3 {
		width: 16%;
	}
}
@media (max-width: 991px) {
	.img-holder.left {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.img-holder {
		margin-bottom: 51px;
		margin-top: 0;
	}
	.img-holder > img {
		width: 100%;
	}
	.img-holder figure {
		display: flex;
		flex-direction: column-reverse;
	}
	.img-holder figure figcaption {
		padding: 36px 18px 12px;
		max-width: 425px;
	}
	.img-holder figure figcaption h2 {
		margin-bottom: 28px;
	}
	.img-holder figure .bg-img {
		top: 0;
	}
}

.thumbnail {
	padding: 0;
	margin: 0;
	line-height: inherit;
	border: none;
	border-radius: 0;
	overflow: hidden;
	min-height: 631px;
	display: flex;
	margin-bottom: 261px;
	position: relative;
	z-index: 0;
}
.thumbnail p {
	margin-bottom: 0;
}
.thumbnail .row {
	width: 100%;
}
.thumbnail .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}
.thumbnail .bg-img > img {
	display: none;
}
.thumbnail:before {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	right: 100%;
	width: 500%;
	height: 200%;
	background-color: #fff;
	transition: all 5s;
	transform: skewY(146deg);
	transform-origin: 100% 0;
}
.thumbnail:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 5s;
}
.thumbnail.top-right {
	margin-top: 70px;
}
.thumbnail.top-right + .two-column {
	margin-top: -86px;
}
@media (max-width: 767px) {
	.thumbnail.top-right + .two-column {
		margin-top: 0;
	}
}
.thumbnail.top-right .row {
	margin-top: -4px;
	align-self: flex-start;
}
.thumbnail.top-right:before {
	top: auto;
	bottom: 0;
	height: 100%;
	right: auto;
	left: -100%;
	transform: skew(227deg);
	transform-origin: 0 100%;
}
.thumbnail.top-right:after {
	display: none;
}
.thumbnail.top-right.appeared:before {
	left: 83%;
	right: auto;
}
.thumbnail.top-right .container {
	padding-top: 0;
	padding-bottom: 35vw;
}
@media (max-width: 991px) {
	.thumbnail.top-right .container {
		padding-bottom: 47vw;
	}
}
.thumbnail.top-right .container [class*=col] {
	display: flex;
}
.thumbnail.top-right .container [class*=col] h2 {
	flex: 0 0 auto;
	margin-top: 5px;
	margin-right: 61px;
	max-width: 100%;
	word-break: break-all;
}
.thumbnail.top-right .container [class*=col] p {
	flex: 0 1 auto;
}
@media (min-width: 1921px) {
	.thumbnail.top-right .container [class*=col] p {
		max-width: 50%;
	}
}
@media (max-width: 767px) {
	.thumbnail.top-right {
		margin-top: 0;
	}
	.thumbnail.top-right .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.thumbnail.top-right .container [class*=col] {
		flex-direction: column;
	}
	.thumbnail.top-right .container [class*=col] h2 {
		margin: 0 0 15px;
	}
}
.thumbnail.left-slide {
	margin-top: -6px;
}
.thumbnail.left-slide .container {
	padding-top: calc(30vw + 5px);
}
@media (max-width: 767px) {
	.thumbnail.left-slide .container {
		padding-top: 15px;
	}
}
.thumbnail.left-slide:before {
	left: 100%;
	right: auto;
	transform: skewY(43deg);
	transform-origin: 0 0;
}
.thumbnail.left-slide:after {
	left: auto;
	right: 0;
}
.thumbnail.left-slide.appeared:before {
	right: auto;
	left: 22%;
}
.thumbnail.left-slide.appeared:after {
	left: auto;
	right: 78%;
}
@media (min-width: 1921px) {
	.thumbnail.left-slide {
		margin-bottom: 462px;
	}
	.thumbnail.left-slide:before {
		transform: skewY(29deg);
	}
	.thumbnail.left-slide:after {
		margin-right: -1px;
	}
	.thumbnail.left-slide .container {
		margin: 0;
		padding-top: calc(17vw + 8px);
		padding-bottom: 163px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.thumbnail.left-slide .bg-img {
		max-width: 76vw;
		left: auto;
		right: 0;
	}
}
.thumbnail.appeared:before {
	right: 0;
}
.thumbnail.appeared:after {
	left: 100%;
}
@media (min-width: 768px) {
	.thumbnail.appeared .bg-img {
		animation: zoomin 8s ease-in;
		animation-fill-mode: forwards;
	}
}
.thumbnail .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-top: 35vw;
}
@media (max-width: 991px) {
	.thumbnail .container {
		padding-top: 50vw;
	}
}
@media (max-width: 767px) {
	.thumbnail .container {
		padding-top: 0;
	}
}
.thumbnail .container > * {
	position: relative;
	z-index: 10;
}
.thumbnail + .three-column {
	margin-top: -174px;
}
@media (max-width: 767px) {
	.thumbnail + .three-column {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.thumbnail {
		margin-bottom: 30px;
		display: block;
		min-height: auto;
	}
	.thumbnail .bg-img {
		position: static;
		padding-bottom: 69.7222222222%;
		height: 0;
	}
	.thumbnail.left-slide {
		margin-top: 0;
		margin-bottom: 0;
	}
	.thumbnail.left-slide .bg-img {
		padding-bottom: 53.6111111111%;
		height: 0;
	}
	.thumbnail.left-slide .container {
		padding-top: 37px;
		padding-bottom: 22px;
	}
	.thumbnail .container {
		position: relative;
		background-color: #fff;
		padding: 58px 25px 30px;
	}
	.thumbnail:before, .thumbnail:after {
		display: none;
	}
}

.small-thumbnail small {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 57px;
}
.small-thumbnail .bg-img {
	height: 0;
	padding-bottom: 71.3541666667%;
	box-shadow: 0 0 30px #d8d5d2;
	margin-bottom: 38px;
}
.small-thumbnail p {
	margin: 0 0 40px;
	max-width: 50%;
}
@media (max-width: 991px) {
	.small-thumbnail small {
		margin-bottom: 30px;
		font-size: 12px;
	}
	.small-thumbnail .bg-img {
		margin-bottom: 30px;
	}
	.small-thumbnail p {
		max-width: none;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.small-thumbnail small {
		margin-bottom: 15px;
	}
}

.page-parador .visual .container {
	width: auto;
}

.slide-column {
	margin-bottom: 60px;
}
@media (min-width: 1921px) {
	.slide-column {
		float: right;
		width: 60%;
		margin-top: 74px;
		margin-right: 94px;
		margin-bottom: 77px;
	}
	.slide-column .container {
		padding: 0 104px 0 0;
	}
	.slide-column .row {
		margin: 0 -21px;
	}
	.slide-column .row [class*=col] {
		padding: 0 7px;
	}
	.slide-column + .two-column.wrapp {
		margin-bottom: 120px;
	}
	.slide-column + .two-column.wrapp .col-sm-3 {
		margin-right: 412px;
	}
	.slide-column + .two-column.wrapp [class*=col] + [class*=col] {
		margin-top: 252px;
	}
}
@media (max-width: 767px) {
	.slide-column {
		margin-bottom: 44px;
	}
	.slide-column [class*=col] + [class*=col] {
		margin-top: 70px;
	}
}

.page-golf .two-column h2 + p {
	margin-top: 38px;
	max-width: 360px;
}
@media (max-width: 767px) {
	.page-golf .two-column h2 + p {
		margin-top: 15px;
	}
}
.page-golf .two-column .row + .row {
	margin-top: 137px;
}
@media (max-width: 767px) {
	.page-golf .two-column .row + .row {
		margin-top: 15px;
	}
}

.two-column {
	position: relative;
	margin-bottom: 66px;
}
@media (max-width: 767px) {
	.two-column .xs-rotate {
		flex-direction: column !important;
	}
}
.two-column + .reverse {
	margin-top: 201px;
}
@media (max-width: 767px) {
	.two-column + .reverse {
		margin-top: -3px;
		margin-bottom: 28px;
	}
	.two-column + .reverse .row {
		flex-direction: column !important;
	}
}
.two-column .row:before, .two-column .row:after {
	display: none;
}
.two-column .relative-item {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	max-width: 529px;
}
@media (min-width: 1921px) {
	.two-column .relative-item {
		max-width: none;
	}
}
.two-column .img-model {
	position: relative;
	top: -68px;
}
.two-column.table-type {
	margin-bottom: 224px;
}
.two-column.table-type + .slider-section {
	background: none;
}
@media (min-width: 1921px) {
	.two-column.table-type {
		margin-bottom: 437px;
	}
	.two-column.table-type .detail-info {
		padding: 0 194px 0 15px;
	}
	.two-column.table-type .detail-info table {
		margin-bottom: 18px;
	}
	.two-column.table-type .detail-info table thead th {
		font-size: 16px;
		padding-bottom: 18px;
	}
	.two-column.table-type .detail-info table tbody tr:first-child td {
		padding-top: 21px;
	}
	.two-column.table-type .detail-info table tbody tr td {
		font-size: 9px;
		padding-bottom: 11px;
	}
	.two-column.table-type .detail-info table tbody tr td:last-child {
		font-size: 16px;
	}
	.two-column.table-type .img-model {
		top: -35px;
		right: -197px;
	}
	.two-column.table-type .img-model img {
		width: 85%;
	}
	.two-column.table-type + .slider-section > .container {
		float: right;
		width: 38%;
		padding-left: 4.0625vw;
		padding-right: 4.0625vw;
	}
	.two-column.table-type + .slider-section > .container .col-md-7.col-md-offset-4 {
		margin-left: 0;
		width: 100%;
	}
	.two-column.table-type + .slider-section .slider-04 {
		padding-left: 104px;
		overflow: hidden;
		margin-bottom: 432px;
	}
	.two-column.table-type + .slider-section .slider-04 .slick-dots {
		left: calc(66.66667% + 40px);
		right: auto;
	}
	.two-column.table-type + .slider-section .slider-04 .text {
		max-height: 15vw;
	}
	.two-column.table-type + .slider-section .slider-04 .slick-slide img {
		width: 98%;
	}
	.two-column.table-type + .slider-section .slider-04 .slick-slide .col-sm-3.col-sm-offset-1 {
		margin-left: 0;
	}
}
.two-column .detail-info table {
	width: 100%;
	margin-bottom: 14px;
}
.two-column .detail-info table + table {
	margin-bottom: 8px;
}
.two-column .detail-info table thead {
	padding-bottom: 20px;
}
.two-column .detail-info table thead th {
	font: 300 13px/1 "Radikal", sans-serif;
	padding-bottom: 15px;
}
.two-column .detail-info table tbody {
	border-top: 1px solid #000;
}
.two-column .detail-info table tbody th {
	font: 300 121px/60px "Altaona one", sans-serif;
	position: relative;
	top: 56px;
	vertical-align: top;
	width: 91px;
}
.two-column .detail-info table tbody tr:first-child td {
	padding-top: 16px;
}
.two-column .detail-info table tbody tr:last-child td {
	padding-bottom: 16px;
}
.two-column .detail-info table tbody tr:last-child td.active-area:before {
	bottom: 15px;
}
.two-column .detail-info table tbody tr td {
	font: 300 8px/1 "Radikal", sans-serif;
	padding-bottom: 9px;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
}
.two-column .detail-info table tbody tr td:not([data-count]) {
	cursor: pointer;
}
.two-column .detail-info table tbody tr td.active-area {
	position: relative;
}
.two-column .detail-info table tbody tr td.active-area:before {
	content: "";
	position: absolute;
	bottom: 9px;
	left: 9px;
	right: 9px;
	height: 1px;
	background-color: #000;
	transition: all 0.3s;
}
.two-column .detail-info table tbody tr td.active-area + .active-area:before {
	left: -9px;
}
.two-column .detail-info table tbody tr td:last-child {
	text-align: right;
	font-size: 13px;
}
.two-column .full-width {
	min-width: 50vw;
	height: auto;
	vertical-align: top;
	box-shadow: 0 0 30px #d8d5d2;
	margin-bottom: 71px;
	float: left;
	clear: both;
}
.two-column .full-width.medium {
	min-width: 45vw;
}
@media (max-width: 767px) {
	.two-column .full-width {
		min-width: auto;
		width: 100%;
		margin-bottom: 15px;
	}
}
.two-column .ttl-img {
	border: 1px solid #000;
	margin-bottom: 67px;
}
.two-column .ttl-img .bg-img {
	height: 193px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.two-column .ttl-img .bg-img {
		height: 72.8125vw;
	}
}
.two-column .ttl-img figcaption {
	padding: 10px 15px;
	font-size: 8px;
	line-height: 1.625;
	letter-spacing: 1px;
	background-color: #fff;
}
.two-column h2 + p {
	margin-top: 87px;
	max-width: 270px;
}
.two-column.custom-height {
	min-height: 50vw;
}
@media (min-width: 1921px) {
	.two-column.custom-height {
		min-height: 40vw;
	}
	.two-column.custom-height .col-sm-6:not(.relative-item) {
		padding-left: 15vw;
	}
	.two-column.custom-height .img-frame {
		border-width: 61px;
		margin-right: 546px;
		width: 771px;
		height: 771px;
	}
	.two-column.custom-height .img-frame + p {
		max-width: 325px !important;
		margin-top: 115px !important;
	}
}
.two-column.custom-height .img-frame + p {
	max-width: 270px;
	margin-top: 87px;
}
.two-column.wrapp {
	margin-bottom: 35px;
	clear: both;
}
.two-column.wrapp [class*=col] + [class*=col] {
	margin-top: 178px;
}
@media (min-width: 1921px) {
	.two-column.wrapp + .thumbnail {
		background-color: transparent;
		margin-bottom: 245px;
	}
	.two-column.wrapp + .thumbnail.appeared:after {
		margin-left: -1px;
	}
	.two-column.wrapp + .thumbnail .f-relative {
		margin-left: 67%;
		width: 24%;
	}
	.two-column.wrapp + .thumbnail .container {
		padding-top: calc(41vw - 1px);
		padding-bottom: 116px;
	}
}
.two-column.plans {
	padding-bottom: 50px;
	position: relative;
}
.two-column.plans [class*=col].scale-item {
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.two-column.plans [class*=col]:not(.scale-item) {
		min-height: 213px;
	}
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row {
		flex-direction: column;
		animation: none;
	}
	.two-column.plans.appeared .slider-05 .row [class*=col].scale-item {
		height: 50vw;
	}
}
.two-column.plans.appeared .slider-05 .row.hover-active:hover [class*=col].scale-item {
	transform: scale(1);
}
.two-column.plans.appeared .slider-05 .row.hover-active [class*=col].scale-item {
	transform: scale(0.9);
}
.two-column.plans.appeared .slider-05 .row:nth-child(1) {
	z-index: 3;
}
.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active {
	animation: none;
	opacity: 0.2;
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active {
		opacity: 1;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active:hover {
	z-index: 50;
	opacity: 1;
}
.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active:hover .plans-holder img {
	width: 100%;
}
.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active .plans-holder {
	margin-top: -35px;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active .plans-holder {
		margin: 0;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(1).hover-active .plans-holder img {
	margin-top: 0;
	animation: none;
	margin-left: 0;
	width: 100%;
}
.two-column.plans.appeared .slider-05 .row:nth-child(1) .plans-holder img {
	transition: all 0.3s;
	animation: 3s ease 3s customMargin;
	animation-fill-mode: forwards;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(1) .plans-holder img {
		animation: none;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(2) {
	z-index: 2;
}
.two-column.plans.appeared .slider-05 .row:nth-child(2).hover-active {
	animation: none;
	opacity: 0.2;
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(2).hover-active {
		opacity: 1;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(2).hover-active:hover {
	z-index: 50;
	opacity: 1;
}
.two-column.plans.appeared .slider-05 .row:nth-child(2).hover-active:hover .plans-holder img {
	width: 100%;
}
.two-column.plans.appeared .slider-05 .row:nth-child(2).hover-active .plans-holder img {
	animation: none;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
}
.two-column.plans.appeared .slider-05 .row:nth-child(2) .plans-holder img {
	transition: all 0.3s;
	animation: 3s ease 3s customMargin2;
	animation-fill-mode: forwards;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(2) .plans-holder img {
		animation: none;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(3) {
	z-index: 1;
}
.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active {
	animation: none;
	opacity: 0.2;
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active {
		opacity: 1;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active .mapify-svg {
	margin-left: 0;
}
.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active:hover {
	z-index: 50;
	opacity: 1;
}
.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active:hover .plans-holder img {
	width: 100%;
}
.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active .plans-holder {
	margin-top: -67px;
	margin-left: 25px;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active .plans-holder {
		margin: 0;
	}
}
.two-column.plans.appeared .slider-05 .row:nth-child(3).hover-active .plans-holder img {
	animation: none;
	margin: 0;
	width: 100%;
}
.two-column.plans.appeared .slider-05 .row:nth-child(3) .plans-holder img {
	transition: all 0.3s;
	animation: 3s ease 3s customMargin3;
	animation-fill-mode: forwards;
}
@media (max-width: 767px) {
	.two-column.plans.appeared .slider-05 .row:nth-child(3) .plans-holder img {
		animation: none;
	}
}
@media (min-width: 768px) {
	.two-column.plans.appeared .plans-holder {
		transform: rotate3d(0, 1, 1, -24deg) skew(14deg, 1deg) scale3d(1, 1, 1);
		animation: 3s ease 3s rotate3d;
		animation-fill-mode: forwards;
	}
}
.two-column.plans .plans-holder {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -62px;
}
@media (max-width: 767px) {
	.two-column.plans .plans-holder {
		margin-top: 0;
	}
}
.two-column.plans .plans-holder img {
	width: 74%;
	height: auto;
	vertical-align: top;
	margin-left: 55px;
	transition: all 0.3s;
}
.two-column.plans .row {
	position: relative;
	margin-bottom: 148px;
}
.two-column.plans .row + .row {
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.two-column.plans .row + .row.delay1 {
		margin-top: -148px;
	}
}
@media (max-width: 767px) {
	.two-column.plans .row + .row.delay1 {
		margin-top: -35px;
	}
}
.two-column.plans .row:nth-child(3) {
	position: relative;
	z-index: 9;
}
.two-column.plans .row:nth-child(4) {
	position: relative;
	z-index: 8;
}
.two-column.plans .row:nth-child(5) {
	position: relative;
	z-index: 7;
}
@media (min-width: 768px) {
	.two-column.plans .row:last-child .detail-info {
		border-bottom: 1px solid #000;
	}
}
@media (min-width: 768px) {
	.two-column.plans .row:nth-child(even) {
		flex-direction: row;
		justify-content: flex-start;
	}
}
.two-column.plans .detail-info {
	min-height: 211px;
}
@media (max-width: 767px) {
	.two-column.plans .detail-info {
		min-height: auto;
	}
}
.two-column.plans .detail-info table thead {
	border-top: 1px solid #000;
}
.two-column.plans .detail-info table thead th {
	padding-top: 19px;
}
.two-column.plans .detail-info table tbody {
	border-top: none;
}
.two-column.plans .detail-info table tbody tr:first-child td {
	padding-top: 40px;
}
@media (min-width: 1921px) {
	.two-column.plans {
		margin-bottom: 113px;
		padding-bottom: 213px;
	}
	.two-column.plans .detail-info {
		min-height: 278px;
	}
	.two-column.plans .detail-info table {
		margin-bottom: 0;
	}
	.two-column.plans .detail-info table thead th {
		font-size: 16px;
		padding-top: 30px;
	}
	.two-column.plans .detail-info table tbody th {
		font-size: 148px;
		width: 161px;
	}
	.two-column.plans .detail-info table tbody tr:first-child td {
		padding-top: 49px;
	}
	.two-column.plans .detail-info table tbody tr td {
		font-size: 9px;
	}
	.two-column.plans .detail-info table tbody tr td:last-child {
		font-size: 16px;
	}
}
.two-column .row {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.two-column .row:nth-child(even) {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}
.two-column .row:nth-child(even) .full-width {
	float: right;
}
.two-column .row + .row {
	margin-top: 201px;
}
@media (max-width: 767px) {
	.two-column {
		margin-bottom: 40px;
	}
	.two-column h2 + p {
		margin-top: 15px;
		max-width: none;
		margin-bottom: 30px;
	}
	.two-column .ttl-img {
		margin-bottom: 15px;
	}
	.two-column .ttl-img figcaption {
		font-size: 11px;
		padding: 11px 15px;
	}
	.two-column .relative-item {
		padding: 15px;
		position: relative;
	}
	.two-column.custom-height {
		min-height: auto;
	}
	.two-column.custom-height h2 {
		margin-bottom: 45px;
	}
	.two-column.custom-height .img-frame {
		margin-bottom: 35px;
	}
	.two-column.wrapp {
		margin-bottom: 9px;
	}
	.two-column.wrapp [class*=col] + [class*=col] {
		margin-top: 46px;
	}
	.two-column .img-model {
		top: 0;
		margin-bottom: 53px;
	}
	.two-column .mobile-init {
		margin-bottom: 47px;
		position: relative;
	}
	.two-column .mobile-init.appeared .plans-holder {
		animation: 2s linear 10s rotate3d32;
		animation-fill-mode: forwards;
	}
	.two-column .mobile-init .plans-holder {
		margin: 0;
		position: relative;
		margin-top: 0;
		text-align: center;
		transform: translate(0);
	}
	.two-column .mobile-init .plans-holder img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	.two-column .mobile-init .plans-holder:nth-child(1) {
		z-index: 9;
	}
	.two-column .mobile-init .plans-holder:nth-child(2) {
		margin-top: -105px;
		z-index: 8;
	}
	.two-column .mobile-init .plans-holder:nth-child(3) {
		margin-top: -108px;
		z-index: 7;
	}
	.two-column.custom-height .img-frame + p {
		max-width: none;
		margin-top: 26px;
	}
	.two-column.plans .row {
		margin-bottom: 35px;
	}
	.two-column [class*=col] + [class*=col] {
		margin-bottom: 12px;
	}
	.two-column.table-type {
		margin-bottom: 11px;
	}
	.two-column:not(.wrapp):not(.table-type) .row {
		flex-direction: column-reverse;
	}
	.two-column .row + .row {
		margin-top: 37px;
	}
}
@media (min-width: 768px) {
	.two-column .img-holder {
		width: 50vw;
	}
	.two-column .img-holder img {
		width: 100%;
	}
	.two-column .img-holder.right {
		position: relative;
		top: 240px;
		z-index: 5;
	}
	.two-column .img-holder.left {
		position: relative;
		z-index: 4;
		top: -132px;
		width: 65vw;
		float: right;
		margin-bottom: -72px;
	}
	.two-column .col-lg-inner h2 + p {
		margin-top: 4.8vw;
		max-width: none;
		padding-bottom: 20vw;
	}
}
@media (min-width: 1500px) {
	.two-column + .list-col {
		margin-top: 5.859375vw;
	}
	.two-column .col-lg-inner h2 + p {
		margin-top: 72px;
		max-width: none;
		padding-bottom: 300px;
	}
	.two-column .ttl-img {
		float: left;
		margin-right: 60px;
	}
	.two-column .ttl-img .bg-img {
		width: 314px;
		height: 235px;
	}
	.two-column .ttl-img figcaption {
		font-size: 10px;
		padding: 12px 17px;
	}
}
@media (min-width: 1921px) {
	.two-column .col-lg-inner {
		margin-left: 16.66667%;
		width: 25%;
	}
	.two-column .img-frame {
		border-width: 61px;
		margin-right: 546px;
		width: 771px;
		height: 771px;
	}
	.two-column .img-frame + p {
		max-width: 325px !important;
		margin-top: 115px !important;
	}
	.two-column .img-holder {
		width: auto;
	}
	.two-column .img-holder.right {
		margin-right: -104px;
	}
	.two-column .img-holder.left {
		margin-left: -104px;
		float: none;
		width: auto;
		top: -290px;
	}
}
@media (max-width: 767px) {
	.two-column .img-holder {
		margin-bottom: 15px;
	}
}

.three-column {
	margin-bottom: 72px;
	position: relative;
}
.three-column .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.three-column .row::after, .three-column .row::before {
	display: none;
}
.three-column figure {
	margin-bottom: 65px;
}
.three-column figure > a {
	display: block;
	text-decoration: none;
}
.three-column figure > a:hover {
	text-decoration: none;
}
.three-column figure h4 {
	font-size: 13px;
	line-height: 1;
	color: #000;
	margin: 0 0 46px;
}
.three-column figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 49px;
}
.three-column figure p {
	margin: 0 0 23px;
}
.three-column figure .area {
	font-size: 8px;
	line-height: 1;
	color: #000;
	letter-spacing: 1.5px;
}
.three-column figure .area span {
	color: #c05131;
	text-transform: none;
}
.three-column figure .area span::after {
	content: "|";
	padding: 0 5px;
	color: #000;
}
@media (max-width: 767px) {
	.three-column {
		margin-bottom: 25px;
	}
	.three-column .row {
		flex-direction: column;
	}
	.three-column figure {
		margin-bottom: 41px;
	}
	.three-column figure p {
		margin-bottom: 3px;
	}
	.three-column figure h4 {
		margin-bottom: 22px;
	}
	.three-column figure img {
		margin-bottom: 35px;
	}
}
@media (min-width: 1921px) {
	.three-column {
		margin-bottom: 125px;
	}
	.three-column figure .area {
		font-size: 15px;
		letter-spacing: 3px;
	}
	.three-column figure p {
		margin-bottom: 49px;
		max-width: 73%;
	}
	.three-column figure img {
		margin-bottom: 85px;
	}
	.three-column figure h4 {
		font-size: 24px;
	}
}

.relative-image {
	position: relative;
	margin-bottom: 120px;
	margin-top: -350px;
}
.relative-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.full-width-holder {
	position: relative;
	margin-bottom: 5px;
}
.full-width-holder .bg-img {
	width: 100%;
	height: 0;
	padding-bottom: 26.7273092369%;
	vertical-align: top;
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.full-width-holder .ttl-img {
	border: 1px solid #000;
	border-top: none;
	float: right;
	padding: 10px 9px;
	letter-spacing: 2px;
}
.full-width-holder .ttl-img h4 {
	font-size: 8px;
	line-height: 1.625;
	margin: 0;
}
.full-width-holder .ttl-img h4 + h4 {
	margin-top: 14px;
}
@media (max-width: 767px) {
	.full-width-holder {
		margin-bottom: 43px;
		text-align: center;
	}
	.full-width-holder h2 {
		text-align: left;
		margin-bottom: 26px;
	}
	.full-width-holder .bg-img {
		border: 1px solid #000;
		padding-bottom: 59%;
	}
	.full-width-holder .ttl-img {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding: 10px;
	}
	.full-width-holder .ttl-img img {
		width: 100%;
	}
	.full-width-holder + .two-column [class*=col] {
		display: flex;
		flex-direction: column-reverse;
	}
	.full-width-holder + .two-column [class*=col] .ttl-img {
		margin-top: 46px;
	}
}
@media (min-width: 1921px) {
	.full-width-holder {
		padding: 0 104px;
		margin-bottom: 0;
	}
	.full-width-holder .bg-img {
		width: auto;
		margin: 0 -104px;
	}
	.full-width-holder .ttl-img {
		padding: 10px 16px;
	}
	.full-width-holder .ttl-img h4 {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.full-width-holder + .two-column {
		margin-bottom: 334px;
	}
	.full-width-holder + .two-column .col-sm-3 {
		width: 40%;
	}
	.full-width-holder + .two-column .col-sm-6 {
		width: 60%;
		margin-left: 0;
		padding-left: 60px;
	}
}

.img-frame {
	box-shadow: 0 0 30px #d8d5d2;
	border: 43px solid #fff;
}
.img-frame .bg-img {
	height: 0;
	padding-bottom: 100%;
}
@media (max-width: 767px) {
	.img-frame {
		border-width: 24px;
	}
}
@media (min-width: 1921px) {
	.img-frame {
		border-width: 54px;
	}
}

.main-form {
	margin-bottom: 7px;
}
.main-form p {
	margin: 0;
}
.main-form input[type=submit] {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}
@media (max-width: 767px) {
	.main-form {
		margin-bottom: 4px;
	}
}

.box-360 {
	margin-bottom: 100px;
}
.box-360 .ico {
	max-width: 100px;
	height: 52px;
	vertical-align: top;
	margin-left: 33px;
	margin-bottom: 0;
}
.box-360 .video-holder {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px) {
	.box-360 .video-holder {
		height: 350px !important;
		min-height: auto;
	}
}
.box-360 .bg-video {
	padding-bottom: 0;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.box-360 .bg-video {
		flex: 1 0 auto;
	}
}
@media (max-width: 767px) {
	.box-360 .bg-video .spritespin-canvas {
		transform: scale(0.35) !important;
	}
}
.box-360 + .slider-section {
	margin-bottom: 582px;
	background: none;
}
@media (max-width: 991px) {
	.box-360 + .slider-section {
		margin-bottom: 200px;
	}
}
@media (max-width: 767px) {
	.box-360 {
		margin-bottom: 20px;
	}
	.box-360 .ico {
		max-width: 66px;
		height: 32px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.box-360 .video-holder {
		max-width: 100%;
		margin: 37px auto 20px;
	}
	.box-360 + .slider-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1921px) {
	.box-360 {
		padding: 0 181px;
		margin-bottom: 102px;
	}
	.box-360 .ico {
		max-width: 129px;
		height: 64px;
		margin-left: 137px;
	}
	.box-360 .container {
		padding: 0;
	}
}
@media (min-width: 1921px) and (min-width: 1921px) {
	.box-360 .video-holder {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}
}
@media (min-width: 1921px) {
	.box-360 + .slider-section {
		margin-bottom: 320px;
	}
	.box-360 + .slider-section > .container {
		float: left;
		width: 42%;
		padding-left: 4.0625vw;
		padding-right: 4.0625vw;
	}
	.box-360 + .slider-section .slider-04.reverse {
		padding-right: 104px;
		overflow: hidden;
		margin-bottom: 320px;
	}
	.box-360 + .slider-section .slider-04.reverse .text {
		max-height: 15vw;
		padding-right: 50px;
	}
	.box-360 + .slider-section .slider-04.reverse img {
		margin: 0;
	}
	.box-360 + .slider-section .slider-04.reverse .col-sm-9 {
		width: 70%;
		float: right;
	}
	.box-360 + .slider-section .slider-04.reverse .col-sm-3 {
		width: 30%;
	}
}

.list-col {
	margin-bottom: 15.15625vw;
}
.list-col .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 382px;
}
.list-col .row:before, .list-col .row:after {
	display: none;
}
.list-col [class*=col] {
	flex: 1 0 auto;
	width: 50%;
	padding: 0 13px 26px;
}
.list-col + .two-column.custom-height .img-frame + p {
	margin-top: 132px !important;
}
@media (max-width: 767px) {
	.list-col + .two-column.custom-height .img-frame + p {
		margin-top: 0 !important;
	}
}
.list-col + .two-column.custom-height .relative-item {
	width: calc(42% - 10px);
}
.list-col + .two-column.custom-height > .container .col-sm-6 {
	width: 55%;
}
@media (max-width: 767px) {
	.list-col + .two-column.custom-height > .container .col-sm-6 {
		width: 100%;
	}
}
.list-col + .two-column.custom-height h2 {
	font-size: 5.6640625vw;
	line-height: 0.93103;
}
@media (max-width: 767px) {
	.list-col + .two-column.custom-height h2 {
		font-size: 45px;
	}
	.list-col + .two-column.custom-height h2 img {
		max-width: 35px;
		height: 35px;
	}
}
@media (max-width: 1920px) {
	.list-col .row {
		margin: 0 -13px;
	}
}
@media (max-width: 767px) {
	.list-col {
		margin-bottom: 30px;
	}
	.list-col .row {
		flex-direction: column;
	}
	.list-col [class*=col] {
		width: 100%;
		padding-bottom: 30px;
	}
}

.ie .two-column .detail-info table tbody th {
	padding-top: 47px;
}

.edge .two-column .detail-info table tbody th {
	vertical-align: middle;
}
.edge .two-column .detail-info table tbody tr td:last-child {
	vertical-align: bottom;
}

.slider-section {
	position: relative;
	z-index: 9;
	background-color: #fff;
}
.slider-section + .two-column {
	margin-top: 174px;
}
@media (min-width: 1921px) {
	.slider-section + .two-column {
		margin-top: 344px;
	}
	.slider-section + .two-column.plans {
		margin-top: 325px;
	}
	.slider-section + .two-column.plans .container {
		max-width: 1770px;
	}
	.slider-section + .two-column.plans .col-sm-6.col-offset-4 {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.slider-section + .two-column {
		margin-top: 74px;
	}
}

.right-side .slick-slider {
	cursor: url("../images/ico-cursorRight.png"), auto;
}

.left-side .slick-slider {
	cursor: url("../images/ico-cursorLeft.png"), auto;
}

@media (min-width: 992px) {
	body:not(.ie) .slick-slider .slick-arrow {
		display: none;
	}
}

.slick-slider {
	margin: 0 -6px 10px;
}
.slick-slider [class*=col] {
	padding: 0 6px;
}
@media (min-width: 1921px) {
	.slick-slider [class*=col] {
		padding: 0 8px;
	}
}
.slick-slider.slider-01 {
	margin-right: 14.0562248996vw;
}
@media (min-width: 1921px) {
	.slick-slider.slider-01 {
		margin-right: 1398px;
		margin-left: 516px;
	}
	.slick-slider.slider-01 .slick-slide {
		width: 656px;
		cursor: pointer;
	}
	.slick-slider.slider-01 .bg-img {
		width: 100%;
		height: 362px !important;
	}
}
.slick-slider.slider-01 .slick-arrow.slick-next {
	right: calc(-14.0562248996vw + 15px);
}
@media (max-width: 767px) {
	.slick-slider.slider-01 .slick-arrow.slick-next {
		right: -18px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-01 .slick-arrow.slick-next {
		right: -1383px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-01 .slick-arrow.slick-prev {
		left: -501px;
	}
}
.slick-slider.slider-02 {
	margin-left: 28.2730923695vw;
	text-align: left;
}
@media (min-width: 1921px) {
	.slick-slider.slider-02 .slick-arrow.slick-next {
		right: -411px;
	}
}
.slick-slider.slider-02 .slick-arrow.slick-prev {
	left: calc(-28.2730923695vw + 15px);
}
@media (max-width: 767px) {
	.slick-slider.slider-02 .slick-arrow.slick-prev {
		left: -16px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-02 .slick-arrow.slick-prev {
		left: -943px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-02 [class*=col] {
		padding: 0 6px;
	}
}
.slick-slider.slider-02 .slick-slide {
	display: flex;
	flex-direction: row-reverse;
	width: 42.4096385542vw;
}
.slick-slider.slider-02 .slick-slide.with-text {
	width: 71.2449799197vw;
}
.slick-slider.slider-02 .slick-slide.with-text .bg-img {
	width: 42.4096385542vw;
	float: left;
	margin-right: 14px;
	padding-bottom: 0 !important;
}
.slick-slider.slider-02 .slick-slide .text {
	max-width: 270px;
	margin-top: -3px;
	margin-right: 14px;
}
.slick-slider.slider-02 .slick-slide .bg-img {
	width: 100%;
	height: 297px;
}
.slick-slider.slider-02 .text {
	overflow-x: hidden;
	overflow-y: auto;
	height: 297px;
}
@media (min-width: 1921px) {
	.slick-slider.slider-02 {
		margin-left: 958px;
		margin-right: 426px;
	}
	.slick-slider.slider-02 .slick-slide {
		width: 640px;
	}
	.slick-slider.slider-02 .slick-slide.with-text {
		width: 1193px;
	}
	.slick-slider.slider-02 .slick-slide.with-text .bg-img {
		width: 640px;
		margin-right: 20px !important;
	}
	.slick-slider.slider-02 .slick-slide.with-text .text {
		max-width: 305px;
		margin-top: 13px;
		margin-right: 0;
	}
	.slick-slider.slider-02 .bg-img {
		height: 362px !important;
	}
}
@media (max-width: 1920px) {
	.slick-slider.slider-02 .slick-slide.with-text .text {
		margin-top: 3px;
	}
}
@media (max-width: 767px) {
	.slick-slider.slider-02 .slick-slide.with-text .text {
		margin-top: 0;
	}
}
.slick-slider.slider-03 {
	margin-left: 14.0562248996vw;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.slick-slider.slider-03 .slick-arrow.slick-next {
		right: -18px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-03 .slick-arrow.slick-next {
		right: -507px;
	}
}
.slick-slider.slider-03 .slick-arrow.slick-prev {
	left: calc(-14.0562248996vw + 15px);
}
@media (max-width: 767px) {
	.slick-slider.slider-03 .slick-arrow.slick-prev {
		left: 15px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-03 .slick-arrow.slick-prev {
		left: -1376px;
	}
}
@media (min-width: 1921px) {
	.slick-slider.slider-03 {
		margin-left: 1391px;
		margin-right: 522px;
	}
	.slick-slider.slider-03 .slick-slide {
		width: 656px;
	}
	.slick-slider.slider-03 .bg-img {
		width: 100%;
		height: 362px !important;
	}
}
.slick-slider.slider-04 {
	margin-top: 87px;
	margin-bottom: 170px;
	margin-right: 175px;
}
@media (max-width: 991px) {
	.slick-slider.slider-04 {
		margin-right: 75px;
	}
}
.slick-slider.slider-04 .slick-slide {
	outline: none;
}
.slick-slider.slider-04 .slick-slide img {
	width: 100%;
}
.slick-slider.slider-04:not(.reverse) {
	position: relative;
}
.slick-slider.slider-04:not(.reverse) .slick-dots {
	right: auto;
	left: calc(75% + 6px);
}
.slick-slider.slider-04.reverse {
	margin-right: -6px;
	margin-left: 86px;
}
@media (max-width: 991px) {
	.slick-slider.slider-04.reverse {
		margin-left: 50px;
	}
}
.slick-slider.slider-04.reverse .slick-dots {
	left: 0;
	right: auto;
}
.slick-slider.slider-04.reverse img {
	margin-left: 66px;
}
.slick-slider.slider-04 .text {
	max-height: 25vw;
	overflow: auto;
}
.slick-slider.slider-04 .slick-dots {
	position: absolute;
	bottom: -10px;
	right: 0;
}
.slick-slider:not(.slider-04):not(.slider-05):not(.carousel) .slick-list {
	overflow: visible;
}
.slick-slider:not(.slider-04):not(.slider-05):not(.carousel) .slick-slide {
	outline: none;
	filter: grayscale(1);
	transition: all 0.3s;
}
.slick-slider:not(.slider-04):not(.slider-05):not(.carousel) .slick-slide:hover {
	filter: grayscale(0);
}
.slick-slider:not(.slider-04):not(.slider-05):not(.carousel) .slick-slide .bg-img {
	padding-bottom: 0;
	height: 296px;
}
.slick-slider:not(.slider-04):not(.slider-05):not(.carousel) .slick-slide .bg-img > img {
	display: none;
}
@media (max-width: 767px) {
	.slick-slider {
		margin-bottom: 6px;
	}
	.slick-slider.slider-01 {
		margin-right: 28px;
	}
	.slick-slider.slider-02 {
		margin-left: 26px;
		margin-bottom: 6px;
	}
	.slick-slider.slider-02 .slick-track {
		display: inline-block;
	}
	.slick-slider.slider-02 [class*=col] {
		padding: 0 3px;
	}
	.slick-slider.slider-02 .slick-slide {
		display: block !important;
		height: 100%;
		width: 340px;
	}
	.slick-slider.slider-02 .slick-slide:not(.with-text) {
		height: 100%;
	}
	.slick-slider.slider-02 .slick-slide.with-text {
		width: 340px;
	}
	.slick-slider.slider-02 .slick-slide.with-text .bg-img {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 41px;
		float: none;
	}
	.slick-slider.slider-02 .slick-slide .text {
		overflow: visible;
		height: auto;
		opacity: 0;
		transition: all 0.3s;
		position: relative;
		left: -7px;
		max-width: none;
		margin: 0 0 40px;
	}
	.slick-slider.slider-02 .slick-slide .bg-img {
		width: 100%;
		padding-bottom: 0;
		height: 185px;
		float: none;
	}
	.slick-slider.slider-02 .slick-slide.slick-current .text {
		opacity: 1;
	}
	.slick-slider.slider-03 {
		margin-right: 28px;
		margin-left: -6px;
	}
	.slick-slider.slider-04 {
		margin: 34px 0 15px;
	}
	.slick-slider.slider-04 .slick-slide {
		margin: 0 -6px;
	}
	.slick-slider.slider-04.reverse {
		margin: 0;
	}
	.slick-slider.slider-04.reverse img {
		margin-left: 0;
	}
	.slick-slider.slider-04.reverse .slick-dots {
		left: 50%;
		bottom: -41px;
		transform: translateX(-50%);
	}
	.slick-slider.slider-04:not(.reverse) .slick-dots {
		top: 58vw;
		bottom: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.slick-slider.slider-04 .text {
		max-height: none;
		padding: 61px 25px 20px;
	}
	.slick-slider:not(.slider-04) .slick-slide .bg-img {
		padding-bottom: 0;
		height: 184px;
	}
}
@media (max-width: 374px) {
	.slick-slider.slider-02 .slick-slide {
		width: 100vw;
	}
	.slick-slider.slider-02 .slick-slide .text {
		padding-right: 10px;
	}
	.slick-slider.slider-02 .slick-slide.with-text {
		width: 100vw;
	}
}

.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
}
.slick-dots li.slick-active button {
	background-color: #000;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: transparent;
}

.slick-arrow {
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background: url(../images/ico-arrow.svg) 50% 50% no-repeat;
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.3s;
}
.slick-arrow.slick-prev {
	left: 15px;
	transform: translateY(-50%) scale(-1, 1);
}
.slick-arrow.slick-next {
	right: 15px;
}

.ie .slick-slider {
	cursor: none;
}
.ie .slick-slider .slick-arrow {
	height: 100%;
	width: 50vw;
	background: none;
	cursor: none;
}
.ie .cursor-image {
	cursor: none;
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 0;
	background-color: transparent;
	top: 0;
	left: 0;
	height: 24px;
	width: 13px;
	z-index: 1;
	position: fixed;
	pointer-events: none;
}
.ie .cursor-image.cursor-prev {
	background: url("../images/ico-cursorLeft.png") no-repeat;
	background-size: cover;
}
.ie .cursor-image.cursor-next {
	background: url("../images/ico-cursorRight.png") no-repeat;
	background-size: cover;
}

.entorno {
	padding: 0 !important;
}
.entorno .paralax-entorno {
	padding-bottom: 150%;
	height: auto;
}
.entorno .paralax-triangle {
	background: #fff url(../images/bg-parallax2.png) 100% 0 repeat-y;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.entorno .modal .slick-slider.slider-04 > div {
		min-height: 231px;
	}
}
.entorno .modal .slick-slider.slider-04:not(.reverse) {
	margin-right: 0;
}
.entorno .modal .slick-slider.slider-04:not(.reverse) .slick-dots {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	transform: none;
	right: auto;
	bottom: 0;
	top: auto;
	left: auto;
	text-align: center;
	margin-top: 8px;
}
.entorno .modal .slick-slider.slider-04:not(.reverse) .slick-dots li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
@media (max-width: 767px) {
	.entorno .modal .slick-slider.slider-04:not(.reverse) .slick-dots li {
		width: auto;
	}
}
.entorno .modal .slick-slider.slider-04 .bg-img {
	width: 100%;
	height: 0;
	padding-bottom: 57.0719602978%;
}
.entorno .modal .slick-slider.slider-04 .bg-img > img {
	display: none;
}
.entorno .slider-section {
	background-color: transparent;
}
@media (min-width: 768px) {
	.entorno .slick-slider.slider-04:not(.reverse) {
		margin-right: 56px;
	}
}
.entorno .slick-slider.slider-04:not(.reverse) .bg-img {
	float: left;
}
@media (max-width: 767px) {
	.entorno .slick-slider.slider-04.reverse .slick-dots {
		top: 58vw;
		bottom: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
.entorno .slick-slider.slider-04.type2 {
	margin-top: 158px;
}
@media (max-width: 991px) {
	.entorno .slick-slider.slider-04.type2 {
		margin-top: 100px;
	}
}
@media (max-width: 767px) {
	.entorno .slick-slider.slider-04.type2 {
		margin-top: 34px;
	}
}
.entorno .slick-slider.slider-04.type2 .bg-img {
	width: 100%;
	height: 39.8393574297vw;
	max-width: none;
	float: left;
}
@media (min-width: 768px) {
	.entorno .slick-slider.slider-04.type2 .bg-img {
		margin-bottom: 102px;
	}
}
@media (min-width: 768px) {
	.entorno .slick-slider.slider-04.type2 .slick-dots {
		bottom: auto;
		top: 39.8393574297vw;
		right: 0;
		left: auto;
		transform: translate(-50%, -50%);
		margin-right: 0;
		margin-top: -4px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.entorno .slick-slider.slider-04.type2 .slick-dots {
		transform: translate(0, -50%);
	}
}
@media (min-width: 768px) {
	.entorno .slick-slider.slider-04.type2 .text {
		margin-left: 50px;
	}
}
@media (min-width: 768px) {
	.entorno .slick-slider.slider-04 .text {
		max-height: calc(31.7269076305vw - 50px);
		margin-right: -17px;
		padding-right: 17px;
	}
}
.entorno .slick-slider.slider-04 .bg-img {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	float: right;
}
@media (min-width: 768px) {
	.entorno .slick-slider.slider-04 .bg-img {
		width: 64.0963855422vw;
		height: 31.7269076305vw;
	}
}
.entorno .slick-slider.slider-04 .bg-img > img {
	display: none;
}
.entorno .slick-slider p + p {
	margin-top: 34px;
}
.entorno .thumbnail.right-slide.type2:before {
	display: none;
}

.thumbnail {
	overflow: visible;
}
.thumbnail .holder-overflow {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.thumbnail.right-slide.type2 {
	text-align: right;
	margin-bottom: 174px;
}
@media (max-width: 767px) {
	.thumbnail.right-slide.type2 {
		margin-bottom: 30px;
		background: transparent;
	}
}
@media (min-width: 992px) {
	.thumbnail.right-slide.type2 .f-relative {
		margin-left: auto;
		float: right;
		width: 46%;
	}
}
.thumbnail.right-slide.type2:before {
	background-color: #f8f5f3;
	transform: skewY(133deg);
	transform-origin: 92% 0;
	right: 8px;
	width: 3000px;
}
@media (max-width: 1239px) {
	.thumbnail.right-slide.type2:before {
		transform-origin: 93% 0;
		right: 14px;
	}
}
@media (max-width: 991px) {
	.thumbnail.right-slide.type2:before {
		transform-origin: 93% 0;
		right: 2px;
	}
}
.thumbnail.right-slide.type2:after {
	background-color: #f8f5f3;
	left: calc(100% - 13px);
}
@media (max-width: 1239px) {
	.thumbnail.right-slide.type2:after {
		left: calc(100% - 14px);
	}
}
@media (max-width: 991px) {
	.thumbnail.right-slide.type2:after {
		left: calc(100% - 2px);
	}
}
.thumbnail.right-slide.type2 .container {
	padding-top: 28vw;
}
@media (min-width: 1922px) {
	.thumbnail.right-slide.type2 .container {
		width: 100%;
	}
	.thumbnail.right-slide.type2 .container .f-relative {
		margin-left: auto;
		float: right;
		max-width: 35%;
	}
}
@media (max-width: 767px) {
	.thumbnail.right-slide.type2 .container {
		padding-top: 15px;
		padding-bottom: 0;
		background: transparent;
	}
}
@media (max-width: 767px) {
	.thumbnail.right-slide.type2 + .slider-section .slick-slider.slider-04 .slick-slide {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (min-width: 768px) {
	.thumbnail.right-slide.type2 + .slider-section .slick-slider.slider-04 .bg-img {
		width: calc(100% - 59px);
	}
}

.map-wrap {
	overflow: hidden;
	padding: 10px 0;
}
@media (max-width: 1239px) {
	.map-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.map-wrap {
		margin-top: 34px;
		margin-bottom: 34px;
		display: block;
	}
}
.map-wrap + .slider-section .slick-slider.slider-04 {
	margin-top: 110px;
	margin-bottom: 129px;
}
@media (max-width: 767px) {
	.map-wrap + .slider-section .slick-slider.slider-04 {
		margin: 34px 0 15px;
	}
}
.map-wrap + .slider-section + .slider-section .slick-slider.slider-04 {
	margin-bottom: 146px;
}
@media (max-width: 767px) {
	.map-wrap + .slider-section + .slider-section .slick-slider.slider-04 {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.map-wrap + .slider-section + .slider-section .slick-slider.slider-04 .row {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (min-width: 1921px) {
	.map-wrap .col-sm-9 {
		margin-left: 50%;
		width: 50%;
	}
}
@media (min-width: 1921px) {
	.map-wrap h2 {
		position: relative;
		top: 400px;
	}
}

.map-holder {
	padding-top: 4px;
	min-width: 1152px;
	max-width: 1152px;
	margin-bottom: 117px;
}
@media (max-width: 1239px) {
	.map-holder {
		margin-left: -90px;
	}
}
@media (max-width: 767px) {
	.map-holder {
		transform: none !important;
		margin: 0;
		min-width: auto;
	}
}
.map-holder .map {
	height: 1429px;
	background-size: contain;
	background-position: 0;
	margin-left: -53px;
	margin-top: -64px;
	position: relative;
}
@media (max-width: 1239px) {
	.map-holder .map {
		margin-bottom: -13vw;
		margin-top: -8vw;
	}
}
@media (max-width: 991px) {
	.map-holder .map {
		margin-bottom: -24vw;
		margin-top: -17vw;
	}
}
@media (max-width: 767px) {
	.map-holder .map {
		margin: 0;
		height: auto;
		background-size: cover;
		background-position: 50% 50%;
	}
}
.map-holder .location-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.map-holder .location-list {
		position: relative;
		background-color: rgba(248, 245, 255, 0.8);
	}
}
.map-holder .location-list li {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 767px) {
	.map-holder .location-list li {
		position: static;
		display: block;
		width: 100%;
	}
}
.map-holder .location-list li h4 {
	font: 400 33px/1.0303030303 "Altaona one", sans-serif;
	color: #000;
	margin: 0;
	letter-spacing: 2px;
}
.map-holder .location-list li small {
	display: block;
	text-align: right;
	font: 300 8px/15px "Radikal", sans-serif;
	color: #000;
	letter-spacing: 2px;
}
@media (max-width: 1239px) {
	.map-holder .location-list li small {
		font-size: 11px;
		letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	.map-holder .location-list li small {
		text-align: center;
	}
}
.map-holder .location-list li small span {
	color: #c05131;
	letter-spacing: 1px;
}
.map-holder .location-list li small + img {
	margin-top: 17px;
}
.map-holder .location-list li:nth-child(1) > a:before {
	animation-delay: 0s;
}
.map-holder .location-list li:nth-child(2) > a:before {
	animation-delay: 0.8s;
}
.map-holder .location-list li:nth-child(3) > a:before {
	animation-delay: 1.6s;
}
.map-holder .location-list li:nth-child(4) > a:before {
	animation-delay: 2.4s;
}
.map-holder .location-list li:nth-child(5) > a:before {
	animation-delay: 3.2s;
}
.map-holder .location-list li:nth-child(6) > a:before {
	animation-delay: 4s;
}
.map-holder .location-list li:nth-child(7) > a:before {
	animation-delay: 4.8s;
}
.map-holder .location-list li:nth-child(8) > a:before {
	animation-delay: 5.6s;
}
.map-holder .location-list li:nth-child(9) > a:before {
	animation-delay: 6.4s;
}
.map-holder .location-list li:nth-child(10) > a:before {
	animation-delay: 7.2s;
}
.map-holder .location-list li:nth-child(11) > a:before {
	animation-delay: 8s;
}
.map-holder .location-list li:nth-child(12) > a:before {
	animation-delay: 8.8s;
}
.map-holder .location-list li:nth-child(13) > a:before {
	animation-delay: 9.6s;
}
.map-holder .location-list li:nth-child(14) > a:before {
	animation-delay: 10.4s;
}
.map-holder .location-list li:nth-child(15) > a:before {
	animation-delay: 11.2s;
}
.map-holder .location-list li > a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	width: 220px;
	padding: 20px;
	position: relative;
	text-decoration: none;
}
@media (max-width: 767px) {
	.map-holder .location-list li > a {
		width: auto;
		display: block;
		text-align: center;
	}
}
.map-holder .location-list li > a.active:before {
	animation: blink-1 0.5s both;
}
@media (max-width: 991px) and (min-width: 768px) {
	.map-holder .location-list li > a > h4,
	.map-holder .location-list li > a > small {
		transform: scale(1.1);
	}
}
.map-holder .location-list li > a > img {
	max-width: 46px;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.map-holder .location-list li > a:hover {
	text-decoration: none;
}
.map-holder .location-list li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #c05131;
	transition: all 0.3s;
	animation: blink-2 2s infinite;
}
@media (max-width: 767px) {
	.map-holder .location-list li > a:before {
		display: none;
	}
}
.map-holder .location-list li.murcia {
	top: 150px;
	left: 253px;
}
.map-holder .location-list li.murcia > a:before {
	bottom: -6px;
	left: 89px;
}
.map-holder .location-list li.murcia > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.murcia > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.murcia > a img {
	display: block;
	margin: 0 auto 10px;
	max-width: 36px;
}
.map-holder .location-list li.arrixaca {
	top: 293px;
	left: 89px;
}
.map-holder .location-list li.arrixaca > a:before {
	bottom: -2px;
	left: 185px;
}
.map-holder .location-list li.arrixaca > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.arrixaca > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.arrixaca > a img {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	margin: 4px 7px;
}
.map-holder .location-list li.limonar {
	top: 380px;
	left: 330px;
}
.map-holder .location-list li.limonar > a {
	width: 360px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.limonar > a {
		width: auto;
	}
}
.map-holder .location-list li.limonar > a:before {
	bottom: 45px;
	left: -33px;
}
.map-holder .location-list li.limonar > a img {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	margin: 1px 4px;
}
.map-holder .location-list li.limonar > a small {
	text-align: left;
}
@media (max-width: 767px) {
	.map-holder .location-list li.limonar > a small {
		text-align: center;
	}
}
.map-holder .location-list li.altaona {
	top: 501px;
	left: 392px;
}
.map-holder .location-list li.altaona > a:before {
	bottom: -2px;
	left: 6px;
}
.map-holder .location-list li.altaona > a img {
	display: inline-block;
	vertical-align: top;
	width: 124px;
	max-width: none;
}
.map-holder .location-list li.murcia-airport {
	top: 611px;
	left: 121px;
}
.map-holder .location-list li.murcia-airport p {
	margin-left: 20%;
}
.map-holder .location-list li.murcia-airport > a {
	width: 240px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.murcia-airport > a {
		width: auto;
	}
}
.map-holder .location-list li.murcia-airport > a:before {
	bottom: 58px;
	right: -6px;
	left: auto;
}
.map-holder .location-list li.murcia-airport > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.murcia-airport > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.murcia-airport > a img {
	display: block;
	margin: 0 auto 10px;
}
.map-holder .location-list li.mares-mall {
	top: 576px;
	left: auto;
	right: 277px;
}
.map-holder .location-list li.mares-mall > a {
	width: 200px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.mares-mall > a {
		width: auto;
	}
}
.map-holder .location-list li.mares-mall > a:before {
	bottom: 32px;
	left: auto;
	right: -9px;
}
.map-holder .location-list li.mares-mall > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.mares-mall > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.mares-mall > a img {
	display: inline-block;
	vertical-align: top;
	margin: 5px 7px;
	width: 18px;
}
.map-holder .location-list li.san-javier {
	top: 689px;
	left: auto;
	right: 375px;
}
.map-holder .location-list li.san-javier > a {
	width: 171px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.san-javier > a {
		width: auto;
	}
}
.map-holder .location-list li.san-javier > a:before {
	bottom: auto;
	left: auto;
	right: -63px;
	top: 28px;
}
.map-holder .location-list li.san-javier > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.san-javier > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.san-javier > a img {
	display: block;
	margin: 0 auto 10px;
	width: 31px;
}
.map-holder .location-list li.manga {
	top: auto;
	left: auto;
	bottom: 386px;
	right: -39px;
}
.map-holder .location-list li.manga > a {
	width: 165px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.manga > a {
		width: auto;
	}
}
.map-holder .location-list li.manga > a:before {
	bottom: 19px;
	left: -9px;
}
.map-holder .location-list li.manga > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.manga > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.manga > a img {
	display: block;
	margin: 0 auto 7px;
}
@media (min-width: 768px) {
	.map-holder .location-list li.manga > a img {
		margin: 0 0 7px 70px;
	}
}
.map-holder .location-list li.cartagena {
	top: auto;
	left: auto;
	bottom: 187px;
	right: 395px;
}
.map-holder .location-list li.cartagena > a {
	width: 175px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.cartagena > a {
		width: auto;
	}
}
.map-holder .location-list li.cartagena > a:before {
	top: 39px;
	bottom: auto;
	left: -10px;
}
.map-holder .location-list li.cartagena > a h4 {
	text-align: right;
}
@media (max-width: 767px) {
	.map-holder .location-list li.cartagena > a h4 {
		text-align: center;
	}
}
.map-holder .location-list li.cartagena > a img {
	display: block;
	margin: 0 auto 7px;
	width: 34px;
}
.map-holder .location-list li.cabo-palos {
	top: auto;
	left: auto;
	right: -65px;
	bottom: 142px;
}
.map-holder .location-list li.cabo-palos > a {
	width: 175px;
}
@media (min-width: 768px) {
	.map-holder .location-list li.cabo-palos > a {
		display: flex;
		flex-direction: column;
	}
	.map-holder .location-list li.cabo-palos > a > img {
		order: 1;
		margin-top: 17px;
	}
}
@media (max-width: 767px) {
	.map-holder .location-list li.cabo-palos > a {
		width: auto;
	}
}
.map-holder .location-list li.cabo-palos > a:before {
	bottom: auto;
	left: 3px;
	top: -26px;
}
.map-holder .location-list li.cabo-palos > a small {
	text-align: left;
}
@media (max-width: 767px) {
	.map-holder .location-list li.cabo-palos > a small {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.map-holder .location-list li.cabo-palos > a small + img {
		display: none;
	}
}
.map-holder .location-list li.cabo-palos > a h4 img {
	margin: -9px 0px;
}
.map-holder .location-list li.cabo-palos > a img {
	display: inline-block;
	vertical-align: top;
	width: 32px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.cabo-palos > a > img {
		display: none;
	}
}
.map-holder .location-list li.calblanque {
	top: auto;
	left: auto;
	right: 83px;
	bottom: 133px;
}
.map-holder .location-list li.calblanque > a {
	width: 200px;
}
@media (max-width: 767px) {
	.map-holder .location-list li.calblanque > a {
		width: auto;
	}
}
.map-holder .location-list li.calblanque > a:before {
	bottom: auto;
	left: 52px;
	top: 2px;
}
.map-holder .location-list li.calblanque > a small {
	text-align: left;
}
@media (max-width: 767px) {
	.map-holder .location-list li.calblanque > a small {
		text-align: center;
	}
}
.map-holder .location-list li.calblanque > a img {
	display: block;
	margin: 0 auto 10px;
	width: 41px;
}
@media (min-width: 768px) {
	.map-holder .location-list li.calblanque > a img {
		margin: 0 0 10px 96px;
	}
}

.modal-open {
	padding-right: 0 !important;
	overflow: visible !important;
}
.modal-open .modal {
	overflow: visible;
}

.modal {
	letter-spacing: 1px;
	position: absolute;
	width: 500px;
	transition: translate 0.3s;
	transform: translate(-50%, -50%);
	padding-right: 0 !important;
	top: 50%;
	left: 50%;
	overflow: visible !important;
}
.modal h4 {
	font: 400 33px/1.0303030303 "Altaona one", sans-serif;
	color: #000;
	margin: 0;
	letter-spacing: 2px;
}
.modal small {
	display: block;
	text-align: right;
	font: 300 8px/15px "Radikal", sans-serif;
	color: #000;
	letter-spacing: 2px;
}
@media (max-width: 1239px) {
	.modal small {
		font-size: 11px;
		letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	.modal small {
		text-align: center;
	}
}
.modal small span {
	color: #c05131;
	letter-spacing: 1px;
}
.modal small + img {
	margin-top: 17px;
}
.modal small {
	text-align: left;
}
@media (max-width: 991px) {
	.modal small {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.modal small {
		font-size: 8px;
	}
}
@media (max-width: 767px) {
	.modal {
		width: 100%;
		height: 100vh;
		position: fixed;
	}
}
.modal.in .modal-dialog {
	transform: scale(1) !important;
}
.modal .btn-close {
	position: absolute;
	top: 63px;
	right: 52px;
	font-size: 0;
	line-height: 0;
	z-index: 99;
	text-decoration: none;
}
@media (max-width: 767px) {
	.modal .btn-close {
		top: 27px;
		right: 20px;
	}
}
.modal .btn-close:before {
	content: "X";
	font: 30px/1 "Altaona one", sans-serif;
	color: #fff;
	bottom: 0;
	left: 0;
}
.modal p {
	margin-bottom: 0;
}
.modal p + p {
	margin-top: 9px;
}
.modal .modal-dialog {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 475px;
	width: auto;
	max-height: 100%;
	transition-delay: 0.3s !important;
	transform: scale(0) !important;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.modal .modal-dialog {
		margin: 10px auto;
	}
}
.modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	.modal .modal-content {
		margin-left: 10px;
		margin-right: 10px;
	}
}
.modal .modal-header,
.modal .modal-body {
	padding: 44px 35px 27px;
	position: relative;
	border: none;
}
@media (max-width: 767px) {
	.modal .modal-header,
	.modal .modal-body {
		padding: 20px 15px;
	}
}
.modal .modal-header + .modal-body {
	padding-top: 0;
	padding-bottom: 44px;
}
.modal .head {
	margin-bottom: 39px;
}
.modal .slider-04 {
	margin: 0;
}

.modal-backdrop {
	display: none !important;
}

@keyframes blink-1 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes blink-2 {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1.5);
	}
	60% {
		transform: scale(1);
	}
	70%, 100% {
		transform: scale(1);
	}
}
.contact-text {
	padding-top: 151px;
	margin-bottom: 63px;
}
@media (max-width: 767px) {
	.contact-text {
		padding-top: 50px;
		margin-bottom: 30px;
	}
}
.contact-text p {
	margin: 0;
}

.contact-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.contact-links {
		margin-bottom: 50px;
	}
}
.contact-links li {
	font-size: 43px;
	line-height: 1.380952381;
	text-transform: none;
}
@media (max-width: 767px) {
	.contact-links li {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.contact #main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.contact #main .container {
		width: 100%;
	}
}

.page-golf .paralax-golf {
	padding-bottom: 150%;
	margin-top: 461px;
	height: auto;
	background: url(../images/parallax-golf-03.png) no-repeat;
	background-size: 100% auto;
}
@media (max-width: 1239px) {
	.page-golf .paralax-golf {
		margin-top: 480px;
	}
}
@media (max-width: 991px) {
	.page-golf .paralax-golf {
		margin-top: 500px;
	}
}
@media (max-width: 767px) {
	.page-golf .paralax-golf {
		margin-top: 100px;
	}
}
.page-golf #wrapper {
	background-color: #fff;
}
.page-golf #main,
.page-golf #footer {
	z-index: 2;
}
.page-golf .thumbnail {
	overflow: visible;
	background: transparent;
}
@media (max-width: 767px) {
	.page-golf .thumbnail .container {
		background-color: transparent;
	}
}
.page-golf .thumbnail h2 {
	font-size: 103px;
}
@media (min-width: 1921px) {
	.page-golf .thumbnail h2 {
		font-size: 6.2730923695vw;
	}
}
@media (max-width: 767px) {
	.page-golf .thumbnail h2 {
		font-size: 45px;
	}
}
.page-golf .thumbnail.top-right.appeared:before {
	left: calc(82% + 10px);
}
@media (max-width: 991px) {
	.page-golf .thumbnail.top-right.appeared:before {
		left: calc(100% + 10px);
	}
}
.page-golf .thumbnail.top-right:before {
	transform: skew(227deg);
}
.page-golf .thumbnail.new-thumbnail {
	padding-bottom: 0;
	position: relative;
	top: -35px;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.page-golf .thumbnail.new-thumbnail {
		top: 0;
	}
}
.page-golf .thumbnail.new-thumbnail .holder-overflow {
	height: 607px;
}
@media (max-width: 767px) {
	.page-golf .thumbnail.new-thumbnail .holder-overflow {
		height: auto;
		position: relative;
		z-index: 10;
	}
}
.page-golf .thumbnail.new-thumbnail .holder-overflow .bg-holder {
	height: 98.5%;
}
@media (max-width: 767px) {
	.page-golf .thumbnail.new-thumbnail .holder-overflow .bg-holder {
		height: 200px;
	}
}
.page-golf .thumbnail.new-thumbnail .text {
	font-size: 13px;
	line-height: 1.692;
	text-transform: uppercase;
	color: #000;
	width: calc(38% - 120px);
}
@media (max-width: 1239px) {
	.page-golf .thumbnail.new-thumbnail .text {
		width: 33%;
		left: 65%;
	}
}
@media (max-width: 991px) {
	.page-golf .thumbnail.new-thumbnail .text {
		left: 60%;
		width: 37%;
	}
}
@media (max-width: 767px) {
	.page-golf .thumbnail.new-thumbnail .text {
		width: auto;
		left: auto;
	}
}
.page-golf .thumbnail.new-thumbnail .text h1 {
	font-size: 117px;
	line-height: 1;
	font-weight: 400;
	font-family: "Altaona two", serif;
	margin: 0 0 14px;
	color: inherit;
}
@media (max-width: 991px) {
	.page-golf .thumbnail.new-thumbnail .text h1 {
		font-size: 90px;
	}
}
@media (max-width: 767px) {
	.page-golf .thumbnail.new-thumbnail .text h1 {
		font-size: 70px;
	}
}
.page-golf .thumbnail.new-thumbnail .text h1 .cr-green {
	color: #4ea054;
}
.page-golf .thumbnail.new-thumbnail .text p {
	margin: 0;
	letter-spacing: 2.7px;
}
@media (max-width: 767px) {
	.page-golf .thumbnail.new-thumbnail .paralax {
		display: block;
	}
}
.page-golf .two-column {
	position: relative;
	z-index: 10;
}
@media (max-width: 991px) {
	.page-golf .two-column {
		margin-bottom: 0;
	}
}
.page-golf .column-text {
	margin-bottom: 61px;
}
@media (max-width: 767px) {
	.page-golf .column-text {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.page-golf .self-end {
		order: -1;
	}
}
.page-golf .relative-image {
	position: relative;
	overflow: hidden;
	max-width: 894px;
	margin: -48px 0 0 -10px;
}
@media (max-width: 991px) {
	.page-golf .relative-image {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.page-golf .relative-image {
		max-width: none;
		margin-bottom: 20px;
		margin-left: 0;
	}
}
.page-golf .relative-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.page-golf .row-footer .img-frame {
	border-width: 49px;
}
@media (max-width: 767px) {
	.page-golf .row-footer .img-frame {
		border-width: 24px;
		margin-bottom: 30px;
	}
}
.page-golf .row-footer h2 {
	margin-bottom: 158px;
}
@media (max-width: 767px) {
	.page-golf .row-footer h2 {
		margin-bottom: 30px;
	}
}
.page-golf .row-footer .self-end p {
	margin-bottom: 2px;
}

.column-text.type2 p {
	-moz-column-gap: 15px;
	     column-gap: 15px;
}
.column-text p {
	-moz-column-count: 2;
	     column-count: 2;
	-moz-column-gap: calc(8.33333% + 30px);
	     column-gap: calc(8.33333% + 30px);
}
@media (max-width: 767px) {
	.column-text p {
		-moz-column-count: 1;
		     column-count: 1;
	}
}

.page-viviendas .thumbnail {
	overflow: hidden;
}
@media (max-width: 767px) {
	.page-viviendas .thumbnail {
		background: transparent;
	}
}
@media (max-width: 767px) {
	.page-viviendas .thumbnail .container {
		background-color: transparent;
	}
}
@media (min-width: 768px) {
	.page-viviendas .thumbnail .bg-img {
		max-width: 81vw;
	}
}
.page-viviendas .thumbnail.left-slide {
	overflow: visible;
}
@media (min-width: 1921px) {
	.page-viviendas .thumbnail.left-slide:before {
		transform: skewY(34deg);
	}
}
.page-viviendas .thumbnail.left-slide.appeared:before {
	left: 0;
	animation-delay: 5s;
	animation-fill-mode: forwards;
}
@media (max-width: 1920px) {
	.page-viviendas .thumbnail.left-slide.appeared:before {
		animation: dnone 0.1s ease-in;
		animation-delay: 5s;
		animation-fill-mode: forwards;
	}
}
.page-viviendas .thumbnail.left-slide.appeared:after {
	right: 100%;
}
.page-viviendas .thumbnail.left-slide.appeared .bg-img {
	animation: zoomin 5s ease-in;
	animation-fill-mode: forwards;
}
.page-viviendas .thumbnail.left-slide:before, .page-viviendas .thumbnail.left-slide:after {
	background-color: #f8f5f3;
}
.page-viviendas .paralax-viviendas {
	height: auto;
	padding-bottom: 350%;
}
@media (min-width: 1921px) {
	.page-viviendas .paralax-viviendas {
		padding-bottom: 400%;
	}
}
@media (max-width: 991px) {
	.page-viviendas .paralax-viviendas {
		padding-bottom: 150%;
	}
}
@media (min-width: 768px) {
	.page-viviendas .paralax-triangle {
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1921px) {
	.page-viviendas .paralax-triangle {
		display: none;
	}
}

.paralax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.paralax-viviendas {
	background: url(../images/parallax-viviendasFull.png) 0 0 no-repeat;
}
.paralax-golf {
	background: url(../images/parallax-golf.png) 0 0 no-repeat;
}
.paralax-entorno {
	background: url(../images/bg-parallax2.png) 100% 0 no-repeat;
}
.paralax-home {
	background: url(../images/parallax-home.png) 100% 0 no-repeat;
}
@media (max-width: 767px) {
	.paralax {
		display: none;
	}
}

.bg-holder {
	overflow: hidden;
}
@media (min-width: 768px) {
	.bg-holder {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@keyframes dnone {
	100% {
		opacity: 0;
	}
}
.mapify-imgHolder {
	z-index: 5;
}

.mapify-hover {
	fill: rgba(0, 0, 255, 0.7);
	stroke-width: 0;
}

.custom-hover-blue {
	fill: rgba(0, 167, 171, 0.7);
	stroke-width: 0;
}

.page-home .thumbnail {
	padding-bottom: 260px;
	margin-bottom: 0;
	background: #f8f5f3;
}
@media (max-width: 767px) {
	.page-home .thumbnail {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
}
.page-home .thumbnail.appeared:before {
	animation: dnone 0.1s ease-in;
	animation-delay: 5s;
	animation-fill-mode: forwards;
}
.page-home .paralax-home {
	height: auto;
	padding-bottom: 100%;
}
@media (min-width: 1921px) {
	.page-home .paralax-home {
		padding-bottom: 150%;
	}
}
@media (max-width: 1239px) {
	.page-home .paralax-home {
		padding-bottom: 150%;
	}
}
@media (max-width: 991px) {
	.page-home .paralax-home {
		padding-bottom: 500%;
	}
}

#footer {
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	z-index: 5;
}
#footer .ttl {
	letter-spacing: 3px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
#footer .ttl::before {
	content: ">";
	margin-right: 5px;
}
#footer .logo-footer {
	display: block;
	margin-top: 5px;
}
#footer .logo-footer img {
	max-width: 347px;
	height: 45px;
	vertical-align: top;
}
#footer address {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	font-size: 15px;
	line-height: 1.2666666667;
	letter-spacing: 1px;
}
#footer address .nav li {
	display: block;
}
#footer address .nav li a {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
#footer address .nav li a:hover, #footer address .nav li a:focus {
	text-decoration: underline;
	background-color: transparent;
}
#footer .footer-top {
	border-top: 1px solid #000;
	padding-top: 13px;
}
#footer .footer-top .nav {
	font-size: 0;
	line-height: 0;
}
#footer .footer-top .nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 2px;
}
#footer .footer-top .nav li + li::before {
	content: "|";
	padding: 0 10px;
}
#footer .footer-top .nav li a {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
#footer .footer-top .nav li a:hover, #footer .footer-top .nav li a:focus {
	text-decoration: underline;
	background-color: transparent;
}
#footer .footer-top + .footer-bottom {
	margin-top: 34px;
}
#footer .footer-bottom {
	margin-bottom: 86px;
}
#footer .logo-2 {
	display: block;
	max-width: 100%;
	width: 186px;
	margin-top: 32px;
}
#footer .logo-2 img {
	display: block;
	width: 100%;
	height: auto;
}
@media (min-width: 1921px) {
	#footer .col-md-2.col-md-offset-1 {
		margin-left: auto;
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 195px;
	}
	#footer .col-md-2.col-md-offset-1 + .col-md-2.col-md-offset-1 {
		margin-left: 207px;
		margin-right: 177px;
	}
	#footer address {
		font-size: 20px;
		line-height: 1.3;
		text-align: left;
	}
	#footer .ttl {
		font-size: 17px;
		margin-bottom: 46px;
		letter-spacing: 4px;
	}
	#footer .logo-footer {
		float: left;
	}
	#footer .logo-footer img {
		max-width: 509px;
		height: 68px;
	}
	#footer .footer-bottom {
		text-align: right;
	}
	#footer .footer-top {
		padding-top: 16px;
	}
	#footer .footer-top .nav li {
		letter-spacing: 3px;
		font-size: 12px;
	}
	#footer .footer-top + .footer-bottom {
		margin-top: 133px;
		padding-bottom: 133px;
	}
}
@media (max-width: 991px) {
	#footer .logo-footer img {
		width: 85%;
		max-width: none;
		height: auto;
	}
	#footer .logo-2 {
		width: 164px;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	#footer .logo-footer {
		text-align: left;
		margin-bottom: 10px;
	}
	#footer .logo-footer img {
		width: 81%;
	}
	#footer address {
		margin-bottom: 8px;
	}
	#footer .ttl {
		letter-spacing: 1px;
		margin-bottom: 34px;
	}
	#footer .ttl:before {
		margin-right: 7px;
	}
	#footer .footer-bottom .nav li {
		display: block;
	}
	#footer .footer-top {
		padding-top: 24px;
	}
	#footer .footer-top .nav li {
		display: block;
	}
	#footer .footer-top .nav li + li {
		margin-top: 10px;
	}
	#footer .footer-top .nav li + li:before {
		display: none;
	}
	#footer .footer-top + .footer-bottom {
		margin: 85px 0;
	}
	#footer .footer-top + .footer-bottom [class*=col] {
		margin-bottom: 15px;
	}
	#footer .logo-2 {
		width: 52%;
		margin-block: 20px 25px;
	}
}

body.dark-bg {
	background-color: #f8f5f3;
	height: auto;
	min-height: 100%;
}
@media (max-width: 767px) {
	body.dark-bg {
		background-color: transparent;
	}
}
body.dark-bg #footer {
	background: #fff;
}
body.dark-bg .estate-info {
	background: #fff;
}

/* intro */
.intro {
	position: relative;
}
@media (max-width: 767px) {
	.intro {
		display: flex;
		flex-direction: column-reverse;
	}
}
.intro .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	min-height: 100%;
}
@media (max-width: 767px) {
	.intro .container {
		position: static;
		top: auto;
		left: auto;
		right: auto;
	}
}
.intro h1 {
	text-transform: uppercase;
	font-family: "Altaona one", sans-serif;
	margin: 0;
	font-weight: normal;
	font-size: 218px;
	line-height: 1.1330275229;
	letter-spacing: 0.0201834862em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
@media (min-width: 1921px) {
	.intro h1 {
		left: 104px;
	}
}
@media (max-width: 1239px) {
	.intro h1 {
		font-size: 194px;
	}
}
@media (max-width: 991px) {
	.intro h1 {
		font-size: 148px;
	}
}
@media (max-width: 767px) {
	.intro h1 {
		font-size: 17.1875vw;
		left: 0;
		padding: 0 25px;
	}
}
.intro .image {
	width: 100%;
	margin: -20px auto 0;
	position: relative;
	z-index: 1;
	max-width: 1244px;
}
@media (min-width: 1921px) {
	.intro .image {
		max-width: calc(100% - 208px);
	}
}
.intro .image::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 65.11254019%;
}
.intro .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 1921px) {
	.intro .image img {
		-o-object-position: 50% 0;
		   object-position: 50% 0;
	}
}
.intro .text {
	position: absolute;
	bottom: 104px;
	left: 2px;
	max-width: 280px;
	font-size: 13px;
	line-height: 22px;
	font-family: "Radikal", sans-serif;
	letter-spacing: 0.2em;
}
@media (min-width: 1921px) {
	.intro .text {
		left: 104px;
	}
}
@media (max-width: 991px) {
	.intro .text {
		bottom: 20px;
	}
}
@media (max-width: 767px) {
	.intro .text {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 100%;
		padding: 20px 0 10px;
	}
}
.intro .paralax-intro {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	transform: translateX(-33.4%);
	pointer-events: none;
}
@media (min-width: 1921px) {
	.intro .paralax-intro {
		transform: translateX(0);
		width: 66.6%;
	}
}
@media (max-width: 1239px) {
	.intro .paralax-intro {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.intro .paralax-intro {
		width: 110%;
	}
}
@media (max-width: 767px) {
	.intro .paralax-intro {
		display: none;
	}
}
.intro .paralax-intro::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300vw;
	height: 300vw;
	background-color: #fff;
	transform: rotate(-33.2deg) skewX(17.8deg);
	transform-origin: 100% 100%;
}
.intro.appear-item h1 {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
.intro.appear-item .text {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
.intro.appeared h1 {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.5s;
}
.intro.appeared .text {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.7s;
}

/* sliders-section */
.sliders-section {
	padding: 61px 0;
}
@media (max-width: 767px) {
	.sliders-section {
		padding: 30px 0;
	}
}
.sliders-section .slider-section {
	background-color: transparent;
}
.sliders-section .slider-section + .slider-section {
	margin-top: 168px;
}
@media (max-width: 991px) {
	.sliders-section .slider-section + .slider-section {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.sliders-section .slider-section + .slider-section {
		margin-top: 40px;
	}
}
.sliders-section .slider-section:nth-child(2n) .head {
	width: 58.3%;
	margin-left: auto;
}
@media (max-width: 767px) {
	.sliders-section .slider-section:nth-child(2n) .head {
		width: 100%;
	}
}
.sliders-section .slider-section:nth-child(2n) .slider-04 .slide-elem {
	flex-direction: row;
}
@media (max-width: 767px) {
	.sliders-section .slider-section:nth-child(2n) .slider-04 .slide-elem {
		flex-direction: column;
	}
}
.sliders-section .slider-section:nth-child(2n) .slider-04 .text {
	padding-left: 102px;
	padding-right: 0;
}
@media (max-width: 991px) {
	.sliders-section .slider-section:nth-child(2n) .slider-04 .text {
		padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.sliders-section .slider-section:nth-child(2n) .slider-04 .text {
		padding-left: 0;
	}
}
.sliders-section .slider-section:nth-child(2n) .slider-04:not(.reverse) .slick-dots {
	left: auto;
	right: 2px;
	width: 23.9%;
	padding: 0;
}
@media (max-width: 767px) {
	.sliders-section .slider-section:nth-child(2n) .slider-04:not(.reverse) .slick-dots {
		right: auto;
		width: 100%;
	}
}
.sliders-section h2 {
	line-height: 0.9098360656;
	margin-bottom: 114px;
}
@media (max-width: 991px) {
	.sliders-section h2 {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.sliders-section h2 {
		margin-bottom: 30px;
	}
}
.sliders-section .slider-04 {
	margin: 0;
}
.sliders-section .slider-04 .slide-elem {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: 1px;
}
@media (max-width: 767px) {
	.sliders-section .slider-04 .slide-elem {
		flex-direction: column;
		padding-left: 6px;
		padding-right: 6px;
	}
}
.sliders-section .slider-04 .image {
	margin: 6px 0 0;
	width: 66.2%;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.sliders-section .slider-04 .image {
		width: 100%;
		margin: 0 0 20px;
	}
}
.sliders-section .slider-04 .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.sliders-section .slider-04 .text {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.1846153846em;
	width: 33.8%;
	padding: 0 100px 0 0;
}
@media (max-width: 991px) {
	.sliders-section .slider-04 .text {
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.sliders-section .slider-04 .text {
		width: 100%;
		padding: 0 0 20px;
	}
}
.sliders-section .slider-04 .text p {
	margin: 0;
}
.sliders-section .slider-04 .text p + p {
	margin-top: 1em;
}
.sliders-section .slider-04 .text mark {
	padding: 0;
	background-color: transparent;
	color: #f00;
}
.sliders-section .slider-04 .slick-arrow {
	opacity: 0;
	visibility: hidden;
}
.sliders-section .slider-04 .slick-dots {
	font-size: 0;
	line-height: 0;
	bottom: -10px;
	padding: 0 20px 0 0;
	width: 33.8%;
}
@media (max-width: 767px) {
	.sliders-section .slider-04 .slick-dots {
		width: 100%;
		bottom: 0;
		position: static;
	}
}
.sliders-section .slider-04 .slick-dots li {
	padding: 0 11px 10px 0;
}
.sliders-section .slider-04:not(.reverse) .slick-dots {
	right: auto;
	left: 2px;
}
@media (max-width: 767px) {
	.sliders-section .slider-04:not(.reverse) .slick-dots {
		transform: translateX(0);
	}
}

/* product-columns */
.product-columns {
	padding: 65px 0 35px;
}
@media (max-width: 767px) {
	.product-columns {
		padding: 30px 0;
	}
}
.product-columns .product-row {
	margin-left: -13px;
	display: flex;
	flex-wrap: wrap;
}
.product-columns .product-row .col {
	width: 50%;
	padding-left: 13px;
}
@media (max-width: 767px) {
	.product-columns .product-row .col {
		width: 100%;
	}
}
.product-columns .product-row .col a:focus, .product-columns .product-row .col a:hover {
	text-decoration: none;
}
.product-columns .tour-link {
	margin-top: -1.5rem;
	margin-bottom: -1.4rem;
}

.tour-link {
	display: inline-block;
	vertical-align: top;
	width: 17.7rem;
	max-width: 100%;
}
.tour-link img, .tour-link svg {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.product-item {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.product-item .head {
	text-transform: none;
	padding-bottom: 27px;
}
@media (max-width: 767px) {
	.product-item .head {
		padding-bottom: 15px;
	}
}
.product-item .head h3 {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.product-item .head mark {
	padding: 0;
	background-color: transparent;
	color: #c05131;
}
.product-item .image {
	width: 100%;
	margin: 0 0 41px;
	position: relative;
}
@media (max-width: 767px) {
	.product-item .image {
		margin-bottom: 20px;
	}
}
.product-item .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.product-item .image figcaption {
	position: absolute;
	top: 50%;
	right: 21px;
	font-size: 372px;
	line-height: 1;
	font-family: "Altaona one", sans-serif;
	color: #fff;
	transform: translateY(-48%);
	text-shadow: 0 0 2rem #000;
}
@media (max-width: 1023px) {
	.product-item .image figcaption {
		font-size: 320px;
	}
}
@media (max-width: 991px) {
	.product-item .image figcaption {
		font-size: 240px;
	}
}
@media (max-width: 767px) {
	.product-item .image figcaption {
		font-size: 200px;
	}
}

.about-townhouses {
	background-color: #fff;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (min-width: 992px) {
	.about-townhouses {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
.about-townhouses header {
	position: relative;
	letter-spacing: 0.2em;
	font-size: 0.8rem;
	padding-left: 15%;
	margin-bottom: 3rem;
}
@media (min-width: 992px) {
	.about-townhouses header {
		margin-bottom: 6.6rem;
		padding-top: 2.9rem;
		padding-left: 11.4rem;
		min-height: 17.3rem;
	}
}
.about-townhouses header::before {
	content: "";
	background: url(../images/ico-arrow-down.svg) 50% 50%/contain no-repeat;
	aspect-ratio: 39/173;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 992px) {
	.about-townhouses header::before {
		left: 3.6rem;
	}
}
.about-townhouses header mark {
	padding: 0;
	background: none;
	color: #c93f1a;
}
.about-townhouses header strong {
	display: block;
	color: #c93f1a;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	font-weight: inherit;
	font-family: "Altaona one", sans-serif;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.about-townhouses header strong {
		font-size: 3.6rem;
	}
}
.about-townhouses header h2 {
	color: #000;
	margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
	.about-townhouses header h2 {
		font-size: 10rem;
		margin-left: -0.3rem;
	}
}
.about-townhouses header p {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.about-townhouses .images {
		display: flex;
		align-items: flex-start;
	}
}
@media (min-width: 1240px) {
	.about-townhouses .images {
		margin-left: -6rem;
		margin-right: -8.9rem;
	}
}
.about-townhouses .images .img-01 {
	position: relative;
}
@media (max-width: 991px) {
	.about-townhouses .images .img-01 {
		padding-bottom: 6.5rem;
		margin-bottom: 1rem;
		text-align: center;
	}
}
@media (min-width: 992px) {
	.about-townhouses .images .img-01 {
		width: 44.1%;
		margin-top: 2.1rem;
		padding-right: 9.6%;
	}
}
.about-townhouses .images .img-01::before {
	content: "";
	position: absolute;
}
@media (max-width: 991px) {
	.about-townhouses .images .img-01::before {
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
		background: url(../images/ico-arrow-down.svg) 50% 50%/contain no-repeat;
		aspect-ratio: 39/173;
		height: 6rem;
	}
}
@media (min-width: 992px) {
	.about-townhouses .images .img-01::before {
		top: 42%;
		left: 65.7%;
		background: url(../images/ico-arrow-right.svg) 50% 50%/contain no-repeat;
		width: 23%;
		aspect-ratio: 123/15;
	}
}
@media (min-width: 992px) {
	.about-townhouses .images .img-02 {
		width: 55.9%;
	}
}
.about-townhouses .images .img-02 figcaption {
	padding-left: 2.7%;
	padding-right: 2.7%;
	margin-top: -0.4rem;
	text-transform: uppercase;
	letter-spacing: 0.157em;
	font-size: 1rem;
}
@media (min-width: 992px) {
	.about-townhouses .images .img-02 figcaption {
		font-size: 1.9rem;
	}
}
.about-townhouses .images .img-02 figcaption small {
	letter-spacing: 0.18em;
	font-size: 0.7em;
}
.about-townhouses .images .img-02 figcaption a {
	text-decoration: underline;
	color: #c93f1a;
}
.about-townhouses .images .img-02 figcaption a:hover {
	text-decoration: none;
}

.headline {
	position: relative;
}
.headline .container {
	padding-top: 10px;
	padding-bottom: 39px;
	width: 100%;
	max-width: 888px;
}
.headline h1 {
	font-size: 122px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Altaona one", sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: inherit;
}
.headline h1 > span {
	white-space: nowrap;
}
@media (max-width: 991px) {
	.headline .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.headline h1 {
		font-size: 90px;
	}
}
@media (max-width: 767px) {
	.headline .container {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.headline h1 {
		font-size: 40px;
	}
}

.visual-banner {
	margin: 0 0 0 auto;
	max-width: 78.4%;
	position: relative;
}
.visual-banner .image {
	position: relative;
	overflow: hidden;
}
.visual-banner .image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.visual-banner figcaption {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: right;
	font-size: 46vw;
	font-family: "Altaona one", sans-serif;
	color: #fff;
	line-height: 1;
	padding: 58px 62px 30px;
	text-transform: uppercase;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	.visual-banner {
		margin-left: 0;
		max-width: none;
	}
	.visual-banner figcaption {
		font-size: 45vw;
		padding: 25px;
	}
}

.features-section.two-column.plans {
	padding-top: 206px;
}
.features-section h2 {
	margin-bottom: 86px;
	letter-spacing: 6px;
}
@media (max-width: 991px) {
	.features-section h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.features-section h2 {
		margin-bottom: 20px;
	}
}

.features-card {
	margin-bottom: 14px;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
}
.features-card h3 {
	text-transform: uppercase;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin: 0 0 18px;
}
.features-card .features-card-body {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.features-card .features-card-body .num {
	max-width: 91px;
	flex: 0 0 91px;
	font-size: 125px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Altaona one", sans-serif;
	margin-top: -35px;
	margin-bottom: -8px;
	padding-right: 15px;
}
.features-card .features-card-body .features-card-list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}
.features-card .features-card-body .features-card-list > li {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 6px;
}
.features-card .features-card-body .features-card-list > li > h4 {
	text-transform: uppercase;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	padding-right: 15px;
	margin: 0;
	max-width: 70%;
	flex: 0 0 70%;
}
.features-card .features-card-body .features-card-list > li > p {
	margin: 0;
	flex-grow: 1;
	text-align: right;
}
@media (max-width: 991px) {
	.features-card .features-card-body .num {
		font-size: 100px;
		max-width: 75px;
		flex: 0 0 75px;
		margin-top: -21px;
	}
}

.features-info-section {
	position: relative;
}
.features-info-section .container {
	padding-top: 121px;
	padding-bottom: 39px;
}
.features-info-section .slick-slider {
	position: relative;
}
.features-info-section .slick-slider.slider-04 {
	margin: 0 89px 0 0;
	transition: opacity 0.3s, transform 0.3s;
}
.features-info-section .slick-slider.slider-04 .slick-dots {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	padding-top: 9px;
	margin-left: -5px;
	margin-right: -5px;
	text-align: right;
	transform: none;
}
.features-info-section .slick-slider .image {
	margin: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 56.29032258%;
	height: 0;
}
.features-info-section .slick-slider .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.features-info-section .features-cards-group {
	margin-top: -2px;
	padding-left: 5px;
}
@media (max-width: 991px) {
	.features-info-section .container {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.features-info-section .slick-slider.slider-04 {
		margin-right: 0;
	}
	.features-info-section .slick-slider .image {
		padding-top: 57%;
	}
	.features-info-section .slick-slider .image img {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.features-info-section .features-cards-group {
		margin-top: 0;
		margin-left: 0;
		max-width: none;
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	.features-info-section .container {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.features-info-section .slick-slider.slider-04 {
		margin-bottom: 40px;
	}
	.features-info-section .slick-slider.slider-04 .slick-dots {
		padding-top: 5px;
		text-align: center;
	}
	.features-info-section .features-cards-group {
		padding-left: 0;
	}
}

.video-block {
	position: relative;
	margin-bottom: 156px;
}
@media (max-width: 991px) {
	.video-block {
		margin-bottom: 150px;
	}
}
@media (max-width: 767px) {
	.video-block {
		margin-bottom: 50px;
	}
}
.video-block:first-child {
	margin-top: -45px;
}
@media (max-width: 767px) {
	.video-block:first-child {
		margin-top: 0;
	}
}
.video-block .video-holder {
	height: calc(100vh - 224px);
	height: calc(var(--vh, 1vh) * 100 - 224px);
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.1);
	transition: height 0.3s;
}
@media (max-width: 1239px) {
	.video-block .video-holder {
		height: calc(100vh - 186px);
		height: calc(var(--vh, 1vh) * 100 - 186px);
	}
}
.video-block .video-holder video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 1;
}
.video-block .paralax-intro {
	position: absolute;
	top: -24px;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	pointer-events: none;
}
@media (max-width: 767px) {
	.video-block .paralax-intro {
		display: none;
	}
}
@media (max-width: 1239px) {
	.video-block .paralax-intro {
		top: 0;
	}
}
.video-block .paralax-intro::before {
	content: "";
	position: absolute;
	bottom: -66.2%;
	right: 0;
	width: 200vw;
	height: 200vw;
	background-color: #f8f5f3;
	transform: rotate(-30.8deg) skewX(16.3deg) translateX(1.6%);
	transform-origin: 100% 100%;
}
@media (max-width: 1239px) {
	.video-block .paralax-intro::before {
		bottom: 0;
	}
}
.video-block .play-big {
	position: absolute;
	top: 60px;
	right: 90px;
	width: 54px;
	height: 60px;
	border-left: 1px solid;
	color: #fff;
	z-index: 2;
	overflow: hidden;
	transition: none;
}
@media (max-width: 1239px) {
	.video-block .play-big {
		top: 30px;
		right: 40px;
	}
}
@media (max-width: 767px) {
	.video-block .play-big {
		top: 30px;
		right: 30px;
	}
}
.video-block .play-big::after, .video-block .play-big::before {
	content: "";
	width: 120%;
	border-top: 1px solid;
	position: absolute;
	left: 0;
	transform-origin: 0 50%;
	transition: all 0.3s;
}
.video-block .play-big::before {
	transform: translateY(-50%) rotate(29deg);
	top: 0;
}
.video-block .play-big::after {
	transform: translateY(-50%) rotate(-29deg);
	bottom: 0;
}
.video-block .play-big:hover {
	border: solid transparent;
	border-width: 30px 0 30px 54px;
	border-left-color: #fff;
}
.video-block .play-big:hover::after, .video-block .play-big:hover::before {
	opacity: 0;
}
.video-block .text-holder {
	position: relative;
	z-index: 5;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.video-block .text-holder h1 {
	margin-top: -197px;
	max-width: 620px;
}
@media (max-width: 1239px) {
	.video-block .text-holder h1 {
		margin-top: -236px;
	}
}
@media (max-width: 767px) {
	.video-block .text-holder h1 {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.video-block .text-holder {
		padding: 20px 0 0;
	}
}
.video-block h1 {
	font-size: 121.7px;
	line-height: 111px;
	letter-spacing: 0.0493015612em;
	margin: 0 0 84px;
	font-family: "Altaona one", sans-serif;
}
@media (max-width: 991px) {
	.video-block h1 {
		font-size: 90px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.video-block h1 {
		font-size: 45px;
		line-height: 1.0444444444;
		margin-bottom: 15px;
	}
}
.video-block .text-cols {
	-moz-column-count: 2;
	     column-count: 2;
	-moz-column-gap: 8px;
	     column-gap: 8px;
	max-width: 83.6%;
}
@media (max-width: 1239px) {
	.video-block .text-cols {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.video-block .text-cols {
		-moz-column-count: 1;
		     column-count: 1;
		-moz-column-gap: 0;
		     column-gap: 0;
	}
}
.video-block .text-cols p {
	margin-bottom: 0;
	padding-bottom: 9px;
	page-break-inside: avoid;
}

.homepage-sliders-section {
	position: relative;
	padding-bottom: 176px;
	z-index: 1;
}
@media (max-width: 991px) {
	.homepage-sliders-section {
		padding-bottom: 150px;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section {
		padding-bottom: 50px;
	}
}
.homepage-sliders-section .head {
	max-width: 83.2%;
	margin-left: auto;
	padding-bottom: 133px;
}
@media (max-width: 1239px) {
	.homepage-sliders-section .head {
		padding-bottom: 100px;
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.homepage-sliders-section .head {
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .head {
		padding-bottom: 0;
	}
}
@media (min-width: 1240px) {
	.homepage-sliders-section .head h2 {
		font-size: 121.7px;
		line-height: 111px;
		letter-spacing: 0.0493015612em;
		margin: 0;
	}
}
.homepage-sliders-section .slide-elem {
	display: flex;
}
@media (max-width: 767px) {
	.homepage-sliders-section .slide-elem {
		flex-direction: column;
	}
}
.homepage-sliders-section .slide-elem .image {
	width: 66%;
	flex-shrink: 0;
	margin: 6px 104px 4px 0;
}
@media (max-width: 1239px) {
	.homepage-sliders-section .slide-elem .image {
		margin-right: 40px;
	}
}
@media (max-width: 991px) {
	.homepage-sliders-section .slide-elem .image {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .slide-elem .image {
		margin-right: 0;
		width: 100%;
	}
}
.homepage-sliders-section .slide-elem .image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.homepage-sliders-section .slider-04 {
	margin: 0;
	font-size: 13px;
	line-height: 1.6923076923;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.homepage-sliders-section .slider-04 .text {
	min-height: 1px;
	max-height: none;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-04 .text {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-04 .slick-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.homepage-sliders-section .slider-04 .slick-dots {
	font-size: 0;
	line-height: 0;
	bottom: -7px;
	padding: 0;
	width: calc(33.8% - 108px);
}
@media (max-width: 1239px) {
	.homepage-sliders-section .slider-04 .slick-dots {
		width: calc(33.8% - 40px);
	}
}
@media (max-width: 991px) {
	.homepage-sliders-section .slider-04 .slick-dots {
		width: calc(33.8% - 20px);
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-04 .slick-dots {
		width: 100%;
		bottom: 0;
		position: static;
	}
}
.homepage-sliders-section .slider-04 .slick-dots li {
	padding: 0 11px 10px 0;
}
.homepage-sliders-section .slider-04:not(.reverse) .slick-dots {
	right: 2px;
	left: auto;
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-04:not(.reverse) .slick-dots {
		transform: translateX(0);
	}
}
.homepage-sliders-section .slider-section {
	background-color: transparent;
}
.homepage-sliders-section .slider-section + .slider-section {
	margin-top: 209px;
}
@media (max-width: 991px) {
	.homepage-sliders-section .slider-section + .slider-section {
		margin-top: 100px;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-section + .slider-section {
		margin-top: 50px;
	}
}
.homepage-sliders-section .slider-section .container {
	z-index: 10;
	position: relative;
}
.homepage-sliders-section .slider-section:nth-child(2n) .slide-elem {
	flex-direction: row-reverse;
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-section:nth-child(2n) .slide-elem {
		flex-direction: column;
	}
}
.homepage-sliders-section .slider-section:nth-child(2n) .slide-elem .image {
	margin-right: 0;
	margin-left: 86px;
}
@media (max-width: 1239px) {
	.homepage-sliders-section .slider-section:nth-child(2n) .slide-elem .image {
		margin-left: 40px;
	}
}
@media (max-width: 991px) {
	.homepage-sliders-section .slider-section:nth-child(2n) .slide-elem .image {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .slider-section:nth-child(2n) .slide-elem .image {
		margin-left: 0;
	}
}
.homepage-sliders-section .slider-section:nth-child(2n) .slider-04:not(.reverse) .slick-dots {
	right: auto;
	left: 2px;
}
.homepage-sliders-section .paralax-intro {
	position: absolute;
	top: 35vw;
	left: 0;
	z-index: 5;
	width: 100vw;
	height: 100vw;
	pointer-events: none;
}
@media (max-width: 1239px) {
	.homepage-sliders-section .paralax-intro {
		top: -20vw;
	}
}
@media (max-width: 767px) {
	.homepage-sliders-section .paralax-intro {
		display: none;
	}
}
.homepage-sliders-section .paralax-intro::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200vw;
	height: 200vw;
	background-color: #f8f5f3;
	transform: rotate(-30.8deg) skewX(16.3deg) translateX(0%);
	transform-origin: 100% 100%;
}
@media (max-width: 1239px) {
	.homepage-sliders-section .paralax-intro::before {
		bottom: 0;
	}
}

.homepage-title {
	padding-bottom: 125px;
	position: relative;
	z-index: 3;
}
@media (max-width: 991px) {
	.homepage-title {
		padding-bottom: 75px;
	}
}
@media (max-width: 767px) {
	.homepage-title {
		padding-bottom: 35px;
	}
}
.homepage-title h2 {
	max-width: 74.9%;
	margin: 0 0 0 auto;
}
@media (min-width: 1240px) {
	.homepage-title h2 {
		font-size: 121.7px;
		line-height: 111px;
		letter-spacing: 0.0509449466em;
	}
}
@media (max-width: 1239px) {
	.homepage-title h2 {
		max-width: 100%;
	}
}

.page-home .new-thumbnail,
.new-thumbnail {
	padding-bottom: 206px;
	position: relative;
	z-index: 3;
	min-height: 1px;
}
@media (max-width: 991px) {
	.page-home .new-thumbnail,
	.new-thumbnail {
		padding-bottom: 150px;
	}
}
@media (max-width: 767px) {
	.page-home .new-thumbnail,
	.new-thumbnail {
		padding-bottom: 0;
		margin-bottom: 50px;
		background-color: transparent;
	}
}
.page-home .new-thumbnail::before,
.new-thumbnail::before {
	display: none;
}
.page-home .new-thumbnail .holder-overflow,
.new-thumbnail .holder-overflow {
	height: 630px;
}
@media (max-width: 1239px) {
	.page-home .new-thumbnail .holder-overflow,
	.new-thumbnail .holder-overflow {
		height: 500px;
	}
}
@media (max-width: 991px) {
	.page-home .new-thumbnail .holder-overflow,
	.new-thumbnail .holder-overflow {
		height: 430px;
	}
}
@media (max-width: 767px) {
	.page-home .new-thumbnail .holder-overflow,
	.new-thumbnail .holder-overflow {
		height: auto;
	}
}
.page-home .new-thumbnail .holder-overflow > *,
.new-thumbnail .holder-overflow > * {
	max-width: 100%;
}
@media (max-width: 767px) {
	.page-home .new-thumbnail .bg-holder,
	.new-thumbnail .bg-holder {
		height: 380px;
		position: relative;
	}
}
.page-home .new-thumbnail .paralax,
.new-thumbnail .paralax {
	pointer-events: none;
	z-index: 5;
}
@media (max-width: 767px) {
	.page-home .new-thumbnail .paralax,
	.new-thumbnail .paralax {
		display: none;
	}
}
.page-home .new-thumbnail .text,
.new-thumbnail .text {
	position: absolute;
	z-index: 10;
	bottom: 1px;
	left: 50%;
	width: calc(38% - 186px);
	margin-left: 186px;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media (min-width: 1921px) {
	.page-home .new-thumbnail .text,
	.new-thumbnail .text {
		width: calc(50% - 506px);
		margin-left: 506px;
	}
}
@media (max-width: 1239px) {
	.page-home .new-thumbnail .text,
	.new-thumbnail .text {
		width: 40%;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.page-home .new-thumbnail .text,
	.new-thumbnail .text {
		width: 100%;
		position: relative;
		bottom: auto;
		left: auto;
		padding: 20px 25px;
	}
}
.page-home .new-thumbnail .text p,
.new-thumbnail .text p {
	margin: 0;
}
@media (min-width: 1240px) {
	.page-home .new-thumbnail p,
	.new-thumbnail p {
		margin-left: 8px;
		letter-spacing: 0.2em;
	}
}
.page-home .new-thumbnail .video-holder,
.new-thumbnail .video-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.page-home .new-thumbnail video,
.new-thumbnail video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.page-home .new-thumbnail .play-big,
.new-thumbnail .play-big {
	width: 24px;
	height: 28px;
	border-left: 1px solid;
	color: #c0583b;
	z-index: 2;
	transition: none;
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
}
.page-home .new-thumbnail .play-big::after, .page-home .new-thumbnail .play-big::before,
.new-thumbnail .play-big::after,
.new-thumbnail .play-big::before {
	content: "";
	width: 120%;
	border-top: 1px solid;
	position: absolute;
	left: 0;
	transform-origin: 0 50%;
	transition: all 0.3s;
}
.page-home .new-thumbnail .play-big::before,
.new-thumbnail .play-big::before {
	transform: translateY(-50%) rotate(29deg);
	top: 0;
}
.page-home .new-thumbnail .play-big::after,
.new-thumbnail .play-big::after {
	transform: translateY(-50%) rotate(-29deg);
	bottom: 0;
}
.page-home .new-thumbnail .play-big:hover,
.new-thumbnail .play-big:hover {
	border: solid transparent;
	border-width: 14px 0 14px 26px;
	border-left-color: #c0583b;
	margin-right: -2px;
}
.page-home .new-thumbnail .play-big:hover::after, .page-home .new-thumbnail .play-big:hover::before,
.new-thumbnail .play-big:hover::after,
.new-thumbnail .play-big:hover::before {
	opacity: 0;
}
.page-home .new-thumbnail .play-big:hover .play-text,
.new-thumbnail .play-big:hover .play-text {
	opacity: 1;
	visibility: visible;
}
.page-home .new-thumbnail .play-big .play-text,
.new-thumbnail .play-big .play-text {
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% + 34px);
	transform: translateY(-50%);
	line-height: 1;
}

.homepage-title-2 {
	padding: 207px 0 78px;
	position: relative;
	z-index: 4;
}
@media (max-width: 991px) {
	.homepage-title-2 {
		padding-bottom: 60px;
		padding-top: 150px;
	}
}
@media (max-width: 767px) {
	.homepage-title-2 {
		padding-top: 50px;
		padding-bottom: 35px;
	}
}
.homepage-title-2 .container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
@media (max-width: 767px) {
	.homepage-title-2 .container {
		flex-direction: column;
	}
}
.homepage-title-2 .container::after, .homepage-title-2 .container::before {
	display: none;
}
.homepage-title-2 .ttl,
.homepage-title-2 .text {
	flex-shrink: 0;
}
.homepage-title-2 .ttl {
	width: 59.7%;
}
@media (max-width: 991px) {
	.homepage-title-2 .ttl {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.homepage-title-2 .ttl {
		width: 100%;
	}
}
@media (min-width: 1240px) {
	.homepage-title-2 h2 {
		font-size: 121.7px;
		line-height: 111px;
		letter-spacing: 0.0509449466em;
		margin: 0 -10% 0 0;
	}
}
.homepage-title-2 .text {
	padding: 6px 0 0;
	letter-spacing: 0.2em;
	width: 24%;
}
@media (max-width: 991px) {
	.homepage-title-2 .text {
		padding: 4px 10px 0 0;
		width: 30%;
	}
}
@media (max-width: 767px) {
	.homepage-title-2 .text {
		width: 100%;
	}
}
.homepage-title-2 .paralax-intro {
	position: absolute;
	top: 252px;
	left: 0;
	z-index: 5;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
@media (max-width: 1239px) {
	.homepage-title-2 .paralax-intro {
		top: 100px;
	}
}
@media (max-width: 767px) {
	.homepage-title-2 .paralax-intro {
		display: none;
	}
}
.homepage-title-2 .paralax-intro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 300vh;
	background-color: #f8f5f3;
	transform-origin: 0 0;
	transform: rotate(20.7deg);
}

.slide-column {
	position: relative;
	z-index: 5;
}
.slide-column .container {
	position: relative;
	z-index: 10;
}
.slide-column .inf {
	width: 65.5%;
	margin: 61px 0 -68px auto;
	letter-spacing: 0.2em;
	padding-right: 86px;
}
@media (max-width: 1239px) {
	.slide-column .inf {
		padding-right: 0;
		margin-bottom: -40px;
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.slide-column .inf {
		width: 94%;
	}
}
@media (max-width: 767px) {
	.slide-column .inf {
		padding: 20px 5px;
		margin: 0;
		width: 100%;
	}
}

.paralax-triangle.mobile {
	display: none;
}
@media (max-width: 767px) {
	.paralax-triangle.mobile {
		display: block;
	}
}

.select-real-state {
	position: relative;
	height: calc(100vh - 262px);
	height: calc(var(--vh, 1vh) * 100 - 262px);
	display: flex;
	font-size: 13px;
	line-height: 1.6923076923;
	font-weight: 300;
	color: #fff;
}
@media (min-width: 1921px) {
	.select-real-state {
		height: calc(100vh - 274px);
		height: calc(var(--vh, 1vh) * 100 - 274px);
	}
}
@media (max-width: 1239px) {
	.select-real-state {
		height: calc(100vh - 242px);
		height: calc(var(--vh, 1vh) * 100 - 242px);
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	.select-real-state {
		height: calc(100vh - 225px);
		height: calc(var(--vh, 1vh) * 100 - 225px);
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.select-real-state {
		height: calc(100vh - 81px);
		height: calc(var(--vh, 1vh) * 100 - 81px);
		margin-top: 0;
		flex-direction: column;
	}
}
.select-real-state .image {
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-grow: 1;
}
.select-real-state .image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.26);
	z-index: 3;
}
.select-real-state .image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: rgba(192, 81, 49, 0.6);
	transition: opacity 0.3s;
	opacity: 0;
}
@supports (mix-blend-mode: multiply) {
	.select-real-state .image::after {
		background-color: #c05131;
		mix-blend-mode: multiply;
	}
}
@media (max-width: 767px) {
	.select-real-state .image::after {
		opacity: 1;
	}
}
.select-real-state .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
	z-index: 1;
	filter: grayscale(100%);
}
.select-real-state h2 {
	margin: 0;
	font-size: 85.23px;
	line-height: 90px;
}
@media (max-width: 767px) {
	.select-real-state h2 {
		line-height: 1;
		text-align: center;
	}
}
.select-real-state .text {
	padding: 20px;
	position: relative;
	z-index: 20;
	letter-spacing: 0.2em;
	width: 557px;
}
@media (min-width: 1921px) {
	.select-real-state .text {
		width: 100%;
	}
}
@media (max-width: 1239px) {
	.select-real-state .text {
		width: 100%;
	}
}
.select-real-state p {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0;
}
@media (max-width: 767px) {
	.select-real-state p {
		display: none;
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block {
	width: 50%;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background-color: #000;
}
@supports ((-webkit-clip-path: polygon(50% 0%)) or (clip-path: polygon(50% 0%))) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child {
		margin-right: -390px;
		width: calc(50% + 390px);
		padding-right: 390px;
		-webkit-clip-path: polygon(0 0, calc(100% - 380px) 0, 100% 100%, 0 100%);
		        clip-path: polygon(0 0, calc(100% - 380px) 0, 100% 100%, 0 100%);
	}
	@media (max-width: 767px) {
		.select-real-state.select-real-state-two-items .select-real-state-block:first-child {
			padding-right: 0;
			margin-right: 0;
			-webkit-clip-path: none;
			        clip-path: none;
			width: 100%;
		}
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:first-child .image {
	justify-content: flex-end;
	align-items: flex-end;
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child .image {
		justify-content: center;
		align-items: center;
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:first-child h2 {
	font-size: 85.23px;
	margin: 0 -20px 26px -91px;
}
@media (max-width: 991px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child h2 {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child h2 {
		font-size: 50px;
		margin: 0;
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:first-child .text {
	padding: 103px 70px 34px 114px;
}
@media (min-width: 1921px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child .text {
		padding-left: 218px;
	}
}
@media (max-width: 991px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child .text {
		padding-left: 21px;
	}
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:first-child .text {
		padding: 20px 30px;
	}
}
@supports ((-webkit-clip-path: polygon(50% 0%)) or (clip-path: polygon(50% 0%))) {
	.select-real-state.select-real-state-two-items .select-real-state-block:last-child {
		margin-left: -380px;
		width: calc(50% + 380px);
		padding-left: 380px;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 770px 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 770px 100%);
	}
	@media (max-width: 767px) {
		.select-real-state.select-real-state-two-items .select-real-state-block:last-child {
			padding-left: 0;
			margin-left: 0;
			-webkit-clip-path: none;
			        clip-path: none;
			width: 100%;
		}
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:last-child .image {
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:last-child .image {
		justify-content: center;
		align-items: center;
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:last-child h2 {
	font-size: 90px;
	margin: 0 -20px 26px -91px;
}
@media (max-width: 991px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:last-child h2 {
		margin-left: -150px;
		text-align: right;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:last-child h2 {
		text-align: center;
		font-size: 50px;
		line-height: 1;
		margin: 0;
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:last-child .text {
	padding: 103px 20px 20px 184px;
}
@media (max-width: 1239px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:last-child .text {
		padding: 50px 20px 20px 80px;
	}
}
@media (max-width: 991px) {
	.select-real-state.select-real-state-two-items .select-real-state-block:last-child .text {
		padding: 20px 21px;
	}
}
.select-real-state.select-real-state-two-items .select-real-state-block:hover .image::after {
	opacity: 1;
}
.select-real-state.select-real-state-two-items .select-real-state-block:hover p {
	max-height: 100vh;
	opacity: 1;
}
@media (max-width: 991px) {
	.select-real-state.select-real-state-three-items {
		height: calc(100dvh - 81px);
	}
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-three-items {
		height: calc(100dvh - 81px);
		flex-direction: row;
	}
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-three-items .image::after {
		opacity: 0;
	}
}
.select-real-state.select-real-state-three-items h2 {
	font-size: 4.1666666667vw;
	line-height: 1.1;
	text-transform: uppercase;
	width: 100%;
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-three-items h2 {
		line-height: 1.1;
	}
}
.select-real-state.select-real-state-three-items .text {
	padding: 40px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.select-real-state.select-real-state-three-items .text {
		padding: 25px 15px;
	}
}
.select-real-state.select-real-state-three-items .select-real-state-block {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 50%;
	color: inherit;
	text-decoration: none;
}
.select-real-state.select-real-state-three-items .select-real-state-block .text h2 {
	margin-top: auto;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(1) {
	left: 0;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(1) .text {
	text-align: left;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(1) .text h2 {
	text-align: left;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(2) {
	left: 25%;
	right: 25%;
	width: auto;
	z-index: 5;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 25% 100%);
	        clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 25% 100%);
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(2) .text {
	text-align: center;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(2) .text h2 {
	margin-top: 0;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(3) {
	right: 0;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(3) .text {
	text-align: right;
}
.select-real-state.select-real-state-three-items .select-real-state-block:nth-child(3) .text h2 {
	text-align: right;
}
.select-real-state.select-real-state-three-items .select-real-state-block.select-real-state-block-red .image::after {
	opacity: 1;
}
.select-real-state.select-real-state-three-items .select-real-state-block:hover {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 1240px) {
	.intro.intro-style-2 h1 {
		font-size: 249.75px;
		line-height: 1;
		margin: 46px 0 0;
	}
}
@media (min-width: 1240px) {
	.intro.intro-style-2 .image {
		margin-top: -50px;
	}
}
.intro.intro-style-2 .text {
	left: auto;
	right: 2px;
}
@media (min-width: 1240px) {
	.intro.intro-style-2 .text {
		max-width: 262px;
		bottom: 119px;
	}
}
@media (min-width: 1921px) {
	.intro.intro-style-2 .text {
		right: 104px;
		max-width: 280px;
	}
}
.intro.intro-style-2 .paralax-intro {
	top: 0;
	transform: translateX(0);
	width: 100%;
	left: 0;
	right: 0;
}
.intro.intro-style-2 .paralax-intro::before {
	bottom: auto;
	right: auto;
	top: 50%;
	left: -100vw;
	width: 300vw;
	height: 300vw;
	transform-origin: 50% 0;
	transform: rotate(-39.2deg) translateY(208px);
}
@media (min-width: 1921px) {
	.intro.intro-style-2 .paralax-intro::before {
		transform: rotate(-39.2deg) translateY(29vw);
	}
}
@media (max-width: 1499px) {
	.intro.intro-style-2 .paralax-intro::before {
		transform: rotate(-39.2deg) translateY(16.6vw);
	}
}

.new-three-column {
	padding-top: 46px;
	position: relative;
}
@media (max-width: 767px) {
	.new-three-column {
		padding-top: 30px;
	}
}
.new-three-column .container {
	position: relative;
	z-index: 5;
}
.new-three-column .row {
	margin-right: 0;
	margin-left: -13px;
	display: flex;
}
.new-three-column .row::after, .new-three-column .row::before {
	display: none;
}
.new-three-column .row > [class*=col-] {
	padding-right: 0;
	padding-left: 13px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 991px) {
	.new-three-column .row > [class*=col-] {
		padding-bottom: 50px;
	}
}
.new-three-column figure {
	letter-spacing: 0.2em;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	max-width: 100%;
	margin: 0;
}
.new-three-column figure > a {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	min-height: 100%;
}
.new-three-column figure > a > * {
	max-width: 100%;
}
.new-three-column figure h4 {
	letter-spacing: 0.2em;
	margin-bottom: 31px;
	flex-grow: 0;
}
@media (max-width: 767px) {
	.new-three-column figure h4 {
		margin-bottom: 20px;
	}
}
.new-three-column figure img {
	margin-bottom: 58px;
	flex-grow: 0;
}
@media (max-width: 767px) {
	.new-three-column figure img {
		margin-bottom: 30px;
	}
}
.new-three-column figure .area {
	margin-top: auto;
	padding-top: 35px;
}
@media (max-width: 767px) {
	.new-three-column figure .area {
		padding-top: 20px;
	}
}

.master-plan-section {
	position: relative;
	z-index: 10;
	margin-bottom: -64px;
}
.master-plan-section .container {
	padding-top: 122px;
}
.master-plan-section h2 {
	max-width: 349px;
	margin-bottom: -141px;
	margin-left: auto;
	text-transform: uppercase;
	line-height: 0.91;
	letter-spacing: 6px;
	position: relative;
	z-index: 10;
}
.master-plan-section .plan-placeholder {
	position: relative;
	overflow: hidden;
	margin-left: -22px;
	margin-right: -22px;
}
.master-plan-section .plan-placeholder img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (max-width: 991px) {
	.master-plan-section .container {
		padding-top: 80px;
	}
	.master-plan-section h2 {
		max-width: 280px;
		margin-bottom: -80px;
	}
}
@media (max-width: 767px) {
	.master-plan-section {
		margin-bottom: 0;
	}
	.master-plan-section .container {
		padding-top: 50px;
	}
	.master-plan-section h2 {
		max-width: none;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.master-plan-section .plan-placeholder {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.video-box {
	position: relative;
	overflow: hidden;
}
.video-box .video-placeholder {
	position: relative;
	overflow: hidden;
	padding-top: 56%;
}
.video-box .video-placeholder video {
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}
.video-box .video-box-caption {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	padding: 17px 31px;
	text-transform: uppercase;
	color: #fff;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-align: right;
}
@media (max-width: 767px) {
	.video-box .video-box-caption {
		padding: 10px;
		font-size: 10px;
	}
}

.info-section {
	color: inherit;
	position: relative;
	z-index: 15;
}
.info-section .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.info-section .container > .row {
	display: flex;
	flex-wrap: wrap;
}
.info-section .container > .row::before, .info-section .container > .row::after {
	display: none;
}
.info-section .container > .row > div[class^=col-] {
	float: none;
	width: auto;
	display: flex;
}
.info-section .container > .row > .col-md-4 {
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.info-section .container > .row > .col-md-8 {
	max-width: 66.66%;
	flex: 0 0 66.66%;
}
.page-golf .info-section h2 {
	line-height: 1.01;
	margin: 0 0 88px 78px;
	text-transform: uppercase;
}
.info-section .block {
	max-width: 270px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.info-section .block > * {
	width: 100%;
}
.info-section p {
	margin: 0 0 22px;
	text-transform: uppercase;
}
.info-section .btn-row {
	margin-top: auto;
}
.info-section .video-box {
	margin-top: 7px;
	width: 100%;
}
@media (max-width: 991px) {
	.info-section .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.info-section .container > .row > .col-md-4,
	.info-section .container > .row > .col-md-8 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.page-golf .info-section h2 {
		margin-bottom: 50px;
	}
	.info-section .block {
		max-width: none;
		display: block;
	}
	.info-section .block > * {
		width: auto;
	}
	.info-section .btn-row {
		margin-top: 0;
		padding-bottom: 30px;
	}
	.info-section .video-box {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.info-section .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-golf .info-section h2 {
		margin-bottom: 20px;
		margin-left: 0;
		letter-spacing: 0;
	}
	.info-section p {
		margin-bottom: 15px;
	}
}

.plan-section {
	padding-top: 165px;
	padding-bottom: 100px;
}
.page-golf .plan-section h2 {
	font-size: 103px;
	line-height: 1.019;
	margin: 0 0 40px;
}
.page-golf .plan-section h2 + p {
	margin: 0;
	max-width: none;
}
@media (max-width: 991px) {
	.plan-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page-golf .plan-section h2 {
		font-size: 90px;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.plan-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-golf .plan-section h2 {
		font-size: 45px;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
}

.about-info-section {
	position: relative;
	z-index: 10;
	color: inherit;
}
.about-info-section .container {
	padding-top: 14px;
	padding-bottom: 175px;
}
.page-golf .about-info-section h2 {
	line-height: 1.01;
	margin: 0 0 95px 77px;
}
.about-info-section .video-box {
	max-width: 710px;
	margin-bottom: 61px;
}
.about-info-section .text-cols {
	max-width: 704px;
	margin-left: auto;
	margin-right: 93px;
	-moz-column-count: 2;
	     column-count: 2;
	-moz-column-gap: 30px;
	     column-gap: 30px;
}
.about-info-section .text-cols > p {
	-moz-column-break-inside: avoid;
	     break-inside: avoid;
	page-break-inside: avoid;
}
@media (max-width: 991px) {
	.about-info-section .container {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.page-golf .about-info-section h2 {
		margin-bottom: 50px;
		margin-left: 50px;
	}
	.about-info-section .video-box {
		max-width: none;
		margin-bottom: 50px;
	}
	.about-info-section .text-cols {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.about-info-section .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-golf .about-info-section h2 {
		margin-bottom: 20px;
		margin-left: 0;
		letter-spacing: -2px;
	}
	.about-info-section .video-box {
		margin-bottom: 30px;
	}
	.about-info-section .text-cols {
		-moz-column-count: 1;
		     column-count: 1;
	}
}

.filter-nav {
	position: relative;
	color: inherit;
}
.filter-nav > ul {
	list-style: none;
	margin: 0 -9px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.filter-nav > ul > li {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 2.5px;
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
}
.filter-nav > ul > li + li::before {
	content: "|";
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	font-weight: 300;
}
.filter-nav > ul > li > a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
}
.filter-nav > ul > li > a::before {
	content: "";
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	right: 50%;
	height: 2px;
	background-color: #000;
	transition: all 0.3s;
}
.filter-nav > ul > li > a:hover {
	text-decoration: none;
	color: inherit;
}
.filter-nav > ul > li > a:hover::before {
	left: 0;
	right: 0;
}
.filter-nav > ul > li.active {
	font-weight: 700;
}
.filter-nav > ul > li.active > a::before {
	left: 0;
	right: 0;
}
@media (max-width: 991px) {
	.filter-nav > ul {
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		flex-wrap: nowrap;
	}
	.filter-nav > ul > li > a {
		white-space: nowrap;
	}
}

.filter-block {
	position: relative;
}
.filter-block h2 {
	margin: 0 0 4px;
	text-align: right;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Radikal", sans-serif;
}
@media (max-width: 991px) {
	.filter-block h2 {
		text-align: left;
	}
}

.meta-info {
	list-style: none;
	margin: 0 -5px;
	padding: 0 0 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.meta-info > li {
	position: relative;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}
.meta-info > li::after {
	content: "|";
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	margin-top: -1px;
	margin-right: -1px;
}
.meta-info > li:last-child::after {
	display: none;
}

.post-card {
	margin: 0;
}
.post-card .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}
.post-card .image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.post-card figcaption {
	color: inherit;
	font-size: 16px;
	line-height: 1.563;
	font-weight: inherit;
}
.post-card figcaption h2 {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Radikal", sans-serif;
	margin: 0 0 24px;
	text-transform: uppercase;
}
.post-card figcaption h2 > a {
	text-decoration: none;
	color: inherit;
}
.post-card figcaption h2 > a:hover {
	text-decoration: none;
	color: #c15231;
}
.post-card figcaption p {
	margin: 0;
	letter-spacing: 1.5px;
	text-transform: none;
}
@media (max-width: 767px) {
	.post-card .image {
		margin-bottom: 20px;
	}
	.post-card figcaption {
		font-size: 14px;
		line-height: 1.5;
	}
	.post-card figcaption h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list > li {
	max-width: 438px;
}
.news-list > li:nth-child(4n-2) {
	margin: -114px 88px 120px auto;
}
.news-list > li:nth-child(4n-1) {
	margin-bottom: 26px;
	margin-left: 92px;
}
.news-list > li:nth-child(4n) {
	margin-bottom: 7px;
	margin-left: auto;
}
@media (max-width: 1239px) {
	.news-list > li {
		margin-bottom: 40px;
	}
	.news-list > li:nth-child(4n-2) {
		margin-top: 0;
		margin-bottom: 40px;
		margin-right: 30px;
	}
	.news-list > li:nth-child(4n-1) {
		margin-bottom: 40px;
		margin-left: 30px;
	}
	.news-list > li:nth-child(4n) {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.news-list > li {
		max-width: none;
	}
	.news-list > li:nth-child(4n-2) {
		margin-right: 0;
	}
	.news-list > li:nth-child(4n-1) {
		margin-left: 0;
	}
}

.news-area {
	position: relative;
	z-index: 10;
}
.news-area .container {
	padding-top: 8px;
	padding-bottom: 20px;
}
.news-area .news-heading {
	padding-bottom: 64px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
}
.news-area .news-heading h1 {
	max-width: 33%;
	flex: 0 0 33%;
	margin: 0;
	text-transform: uppercase;
	font-size: 122px;
	line-height: 1;
	font-weight: 400;
	font-family: "Altaona one", sans-serif;
	color: #000;
}
.news-area .news-heading .filter-block {
	flex-grow: 1;
	padding-bottom: 13px;
	padding-left: 15px;
}
@media (max-width: 991px) {
	.news-area .container {
		padding-top: 0;
		padding-bottom: 15px;
	}
	.news-area .news-heading {
		padding-bottom: 50px;
		display: block;
	}
	.news-area .news-heading h1 {
		max-width: none;
		margin-bottom: 20px;
		font-size: 100px;
	}
	.news-area .news-heading .filter-block {
		padding-bottom: 0;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.news-area .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.news-area .news-heading {
		padding-bottom: 40px;
	}
	.news-area .news-heading h1 {
		margin-bottom: 15px;
		font-size: 70px;
	}
}

.single-news-area {
	font-size: 16px;
	line-height: 1.563;
	font-weight: 300;
}
.single-news-area .container {
	padding-top: 8px;
	padding-bottom: 53px;
}
.single-news-area h1 {
	color: inherit;
	text-transform: uppercase;
	margin: 0 0 17px;
	font-size: 122px;
	line-height: 1;
	font-weight: 400;
	font-family: "Altaona one", sans-serif;
}
.single-news-area .meta-info {
	padding-bottom: 67px;
}
.single-news-area .image {
	position: relative;
	overflow: hidden;
	max-width: 885px;
	margin: 0 0 82px;
}
.single-news-area .image.align-right {
	margin-left: auto;
}
.single-news-area .image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.single-news-area .text-wrap {
	max-width: 800px;
	margin-left: 92px;
	padding-bottom: 60px;
}
.single-news-area .text-wrap ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 30px;
}
.single-news-area .text-wrap ul:last-child {
	margin-bottom: -10px;
	padding-bottom: 0;
}
.single-news-area .text-wrap ul > li {
	position: relative;
	padding: 0 0 8px 16px;
	letter-spacing: 1.5px;
	text-transform: none;
}
.single-news-area .text-wrap ul > li::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 100%;
	margin-top: 9px;
}
.single-news-area h2 {
	margin: 0 0 27px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Radikal", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.7px;
}
.single-news-area p {
	margin: 0 0 24px;
	letter-spacing: 1.5px;
	text-transform: none;
}
.single-news-area p strong {
	font-weight: 500;
}
.single-news-area .btn-row {
	margin-top: -26px;
	padding-bottom: 17px;
}
.single-news-area .back-btn-row {
	padding-top: 55px;
	text-align: right;
}
.single-news-area .back-btn-row .btn {
	min-width: 210px;
}
@media (max-width: 991px) {
	.single-news-area .container {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.single-news-area h1 {
		margin-bottom: 15px;
		font-size: 80px;
	}
	.single-news-area .meta-info {
		padding-bottom: 40px;
	}
	.single-news-area .image {
		max-width: none;
		margin-bottom: 50px;
	}
	.single-news-area .image.align-right {
		margin-left: 0;
	}
	.single-news-area .text-wrap {
		max-width: none;
		margin-left: 0;
		padding-bottom: 50px;
	}
	.single-news-area .text-wrap ul {
		padding-top: 0;
	}
	.single-news-area .text-wrap ul:last-child {
		margin-bottom: 0;
	}
	.single-news-area h2 {
		margin-bottom: 15px;
	}
	.single-news-area p {
		margin-bottom: 15px;
	}
	.single-news-area p + h2 {
		padding-top: 20px;
	}
	.single-news-area .btn-row {
		margin-top: -15px;
		padding-bottom: 10px;
	}
	.single-news-area .back-btn-row {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.single-news-area .container {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.single-news-area h1 {
		margin-bottom: 10px;
		font-size: 50px;
	}
	.single-news-area .meta-info {
		padding-bottom: 25px;
	}
	.single-news-area .image {
		margin-bottom: 30px;
	}
	.single-news-area .text-wrap {
		padding-bottom: 30px;
	}
	.single-news-area h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.single-news-area p {
		margin-bottom: 15px;
	}
	.single-news-area p + h2 {
		padding-top: 15px;
	}
	.single-news-area .btn-row {
		padding-bottom: 15px;
	}
	.single-news-area .back-btn-row {
		padding-top: 15px;
	}
	.single-news-area .back-btn-row .btn {
		display: block;
		min-width: 0;
	}
}

.contact-form {
	width: 100%;
	padding-bottom: 46px;
}
.contact-form .form-ttl {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 28px;
	letter-spacing: 0.2em;
}
.contact-form .form-ttl::before {
	content: ">";
	margin-right: 6px;
}
.contact-form .wpcf7-form-control-wrap,
.contact-form .hs-form-field {
	display: block;
	width: 100%;
	margin-bottom: 9px;
}
.contact-form .wpcf7-form-control,
.contact-form .hs-input {
	padding: 3px 0;
	margin: 0;
	border: 1px solid #717171;
	border-width: 0 0 1px;
	font-size: 28px;
	line-height: 1.5;
	color: #102030;
	font-weight: 300;
	background: none;
	display: block;
	width: 100%;
	height: 49px;
	letter-spacing: 0.1964em;
}
.contact-form .wpcf7-form-control::-moz-placeholder, .contact-form .hs-input::-moz-placeholder {
	opacity: 1;
	color: #c2bfb6;
}
.contact-form .wpcf7-form-control::placeholder,
.contact-form .hs-input::placeholder {
	opacity: 1;
	color: #c2bfb6;
}
.contact-form .wpcf7-form-control.wpcf7-select,
.contact-form .hs-input.wpcf7-select {
	width: auto;
	font-size: 17px;
	height: 36px;
	padding: 0 9px;
	margin: 0;
	line-height: 2;
	border: 1px solid #313132;
	font-weight: 300;
	letter-spacing: 0.023529412em;
}
.contact-form .hs-fieldtype-select .hs-input {
	width: auto;
	font-size: 17px;
	height: 36px;
	padding: 0 9px;
	margin: 0;
	line-height: 2;
	border: 1px solid #313132;
	font-weight: 300;
	letter-spacing: 0.023529412em;
}
@media (max-width: 991px) {
	.contact-form .hs-fieldtype-select .hs-input {
		display: block;
		width: 100%;
	}
}
.contact-form textarea.hs-input {
	min-height: 150px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	resize: vertical;
}
.contact-form .select-row,
.contact-form .hs-fieldtype-select {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 14px 0;
}
@media (max-width: 991px) {
	.contact-form .select-row,
	.contact-form .hs-fieldtype-select {
		display: block;
	}
}
.contact-form .select-row label,
.contact-form .hs-fieldtype-select label {
	margin: 0 15px 0 0;
}
@media (max-width: 991px) {
	.contact-form .select-row label,
	.contact-form .hs-fieldtype-select label {
		margin: 0 0 15px;
	}
}
.contact-form .select-row .wpcf7-form-control-wrap,
.contact-form .hs-fieldtype-select .wpcf7-form-control-wrap {
	width: auto;
	margin: 0;
}
@media (max-width: 991px) {
	.contact-form .select-row .wpcf7-form-control-wrap,
	.contact-form .hs-fieldtype-select .wpcf7-form-control-wrap {
		width: 100%;
		margin-bottom: 15px;
	}
}
.contact-form .select-row .wpcf7-select,
.contact-form .hs-fieldtype-select .wpcf7-select {
	width: 158px;
	margin-right: 26px;
}
@media (max-width: 991px) {
	.contact-form .select-row .wpcf7-select,
	.contact-form .hs-fieldtype-select .wpcf7-select {
		width: 100%;
		margin-right: 0;
	}
}
.contact-form .select-row .inputs-list,
.contact-form .hs-fieldtype-select .inputs-list {
	padding: 10px;
}
@media (max-width: 991px) {
	.contact-form .select-row .inputs-list,
	.contact-form .hs-fieldtype-select .inputs-list {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
.contact-form label {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.2;
	color: #102030;
	font-weight: 400;
	letter-spacing: 0.204761905em;
}
.contact-form .btn,
.contact-form .hs-button {
	background-color: #be3419;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.230769231;
	font-weight: 300;
	padding: 0;
	height: 36px;
	padding: 10px;
	min-width: 96px;
	text-align: center;
	text-transform: uppercase;
}
.contact-form .inputs-list {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
}
.contact-form .hs-error-msg {
	display: block;
	margin: 0;
	color: #f00;
	font-size: 14px;
	line-height: 1.2;
}

/* .page-history */
.page-history .intro {
	padding-bottom: 9.5rem;
	margin-bottom: 7.4rem;
}
.page-history .intro > .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.page-history .intro > .container::after, .page-history .intro > .container::before {
	display: none;
}
.page-history .intro h1 {
	font-size: 10rem;
	line-height: 0.87;
	max-width: 70rem;
	position: relative;
	top: unset;
	left: unset;
	margin-bottom: 1rem;
}
@media (max-width: 991px) {
	.page-history .intro h1 {
		font-size: 8rem;
		max-width: 50rem;
	}
}
.page-history .intro .image {
	margin: -4.5rem auto 0;
}
.page-history .intro .image::before {
	content: "";
	padding-bottom: 29.59349593%;
}
.page-history .intro .decor {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
.page-history .intro .decor img {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	.page-history .intro {
		padding: 19.5rem 0 0;
		margin: -8.1rem 0 13.8rem;
		overflow: hidden;
		overflow: visible;
	}
	.page-history .intro h1 {
		font-size: 6.2rem;
		max-width: unset;
		padding: 0;
	}
	.page-history .intro .image {
		margin: 0;
		overflow: hidden;
	}
	.page-history .intro .image::before {
		content: "";
		padding-bottom: 75.55555556%;
	}
	.page-history .intro .decor {
		margin-top: 20rem;
		overflow: hidden;
	}
	.page-history .intro .decor img {
		max-width: unset;
		width: 300vw;
	}
}

/* .history-rows */
.history-rows {
	position: relative;
	z-index: 5;
}
.history-rows .row-holder {
	padding: 9.6rem 0;
}
.history-rows .row-holder header {
	text-align: center;
	color: #c05131;
	font-size: 4rem;
	line-height: 1.05;
	padding-bottom: 7.7rem;
}
.history-rows .row-holder header h2 {
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 1.5rem;
	font-weight: inherit;
}
.history-rows .history-carousel-bullets {
	font-size: 0;
	line-height: 0;
}
.history-rows .decor {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	display: flex;
}
.history-rows .decor img {
	--right-offset: 60vw;
	width: calc(100% + var(--right-offset));
	max-width: unset;
	display: block;
	margin-right: calc(var(--right-offset) * -1);
}
.history-rows .carousel-arrows {
	--arrow-width: 8rem;
}
.history-rows .carousel-arrows .container, .history-rows .carousel-arrows .container-fluid {
	display: flex;
	justify-content: flex-end;
	padding-left: 4rem;
	padding-right: 4rem;
}
.history-rows .carousel-arrows .container::after, .history-rows .carousel-arrows .container::before, .history-rows .carousel-arrows .container-fluid::after, .history-rows .carousel-arrows .container-fluid::before {
	display: none;
}
.history-rows .carousel-arrows .btn-carousel {
	width: var(--arrow-width);
	height: 3.8rem;
	background: url(../images/ico-arrow-next.svg) 50% 50%/contain no-repeat;
	font-size: 0;
	line-height: 0;
	transform: translate(0, -100%);
}
.history-rows .carousel-arrows .btn-carousel.btn-prev {
	transform: translate(0, -100%) scaleX(-1);
	width: 0;
	opacity: 0;
	visibility: hidden;
}
.history-rows .carousel-arrows .slick-arrow {
	position: unset;
	top: unset;
	transform: unset;
	transform: translate(0, -100%);
	opacity: 1;
	width: 8rem;
	height: 3.8rem;
	background: url(../images/ico-arrow-next.svg) 50% 50%/contain no-repeat;
}
.history-rows .carousel-arrows .slick-arrow.slick-prev {
	transform: translate(0, -100%) scaleX(-1);
}
.history-rows .carousel-arrows .slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.history-rows .last-slide .carousel-arrows .btn-carousel.btn-prev {
	width: var(--arrow-width);
	opacity: 1;
	visibility: visible;
}
.history-rows .last-slide .carousel-arrows .btn-carousel.btn-next {
	opacity: 0;
	visibility: hidden;
	width: 0;
}
@media (max-width: 991px) {
	.history-rows .carousel-arrows {
		display: none;
	}
}
@media (max-width: 767px) {
	.history-rows .row-holder {
		padding: 10.1rem 0 9.9rem;
	}
	.history-rows .row-holder header {
		font-size: 2.5rem;
		line-height: 1.04;
		padding-bottom: 5.1rem;
	}
	.history-rows .row-holder header .history-carousel-bullets {
		display: none;
	}
	.history-rows .decor img {
		--right-offset: 500vw;
	}
}

.history-carousel .carousel {
	margin-right: -2rem;
}
.history-carousel .image {
	margin-bottom: 0;
	max-width: 100%;
}
.history-carousel .image img {
	max-width: 100%;
	width: 100%;
}
.history-carousel h3 {
	font-size: 10rem;
	line-height: 0.87;
	letter-spacing: 0.02em;
	margin: 0;
	text-transform: uppercase;
	font-family: "Altaona one", sans-serif;
}
@media (max-width: 991px) {
	.history-carousel h3 {
		font-size: 8rem;
	}
}
.history-carousel .text {
	--ico-size: 1.8rem;
	position: relative;
	padding: 1.6rem 0 0 2.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.history-carousel .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--ico-size);
	height: var(--ico-size);
	border-radius: 50%;
	border: 0.2rem solid #c05131;
}
.history-carousel .text ul {
	list-style: none;
	padding: 0;
	margin: 2.2rem 0 0.7rem;
}
.history-carousel .text ul li {
	display: flex;
	align-items: flex-start;
}
.history-carousel .text ul li::before {
	content: "-";
	flex-shrink: 0;
	margin-right: 0.2rem;
}
.history-carousel .slide {
	width: 100%;
	max-width: 100%;
	filter: unset !important;
}
.history-carousel .slide a {
	text-decoration: underline;
	color: #c05131;
}
.history-carousel .slide a span {
	font-family: "Altaona two", serif;
}
.history-carousel .slide a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.history-carousel .slide {
		display: flex;
		align-items: flex-start;
		padding-right: 2rem;
	}
	.history-carousel .slide-1 h3 {
		width: 51.2%;
		flex-shrink: 0;
		padding-left: 7.4758842vw;
	}
	.history-carousel .slide-1 .text {
		margin: 0.5rem 0 0 0.5rem;
	}
	.history-carousel .slide-1 .image {
		width: 26%;
		flex-shrink: 0;
		margin: 0.5rem 0 0 1rem;
	}
	.history-carousel .slide-2 .text {
		--space-left: 0px;
		--el-width: 33.3333%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 0.4rem;
	}
	.history-carousel .slide-2 .text:nth-child(1) {
		--space-left: 4.4212219vw;
		--el-width: 20.6%;
	}
	.history-carousel .slide-2 .text:nth-child(2) {
		--space-left: 0.4rem;
		--el-width: 20.5%;
		margin-top: 8.1189711vw;
	}
	.history-carousel .slide-2 .text:nth-child(3) {
		--space-left: 1.9292605vw;
		--el-width: 24%;
	}
	.history-carousel .slide-2 .image {
		width: 18.7%;
		flex-shrink: 0;
		margin: 4.4212219vw 0 0 4.2604502vw;
	}
	.history-carousel .slide-3 .text {
		--space-left: 0px;
		--el-width: 33.3333%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 0.4rem;
	}
	.history-carousel .slide-3 .text:nth-child(1) {
		--space-left: 6.1093248vw;
		--el-width: 28%;
		margin-top: 14.3890675vw;
	}
	.history-carousel .slide-3 .text:nth-child(2) {
		--space-left: -7.2347267vw;
		--el-width: 13%;
		margin-top: 1.8rem;
	}
	.history-carousel .slide-3 .image {
		--space-left: 0px;
		--el-width: 20%;
		width: calc(var(--el-width) - var(--space-left));
		margin-left: var(--space-left);
		flex-shrink: 0;
	}
	.history-carousel .slide-3 .image:nth-of-type(1) {
		--space-left: 3.8585209vw;
		--el-width: 31.1%;
		margin-top: 8.8424437vw;
	}
	.history-carousel .slide-3 .image:nth-of-type(2) {
		--space-left: 3.6173633vw;
		--el-width: 28.1%;
		margin-top: 1.4rem;
	}
	.history-carousel .slide-4 .col {
		--space-left: 0px;
		--el-width: 20%;
		width: calc(var(--el-width) - var(--space-left));
		margin-left: var(--space-left);
		flex-shrink: 0;
		padding: 0;
	}
	.history-carousel .slide-4 .col:nth-of-type(1) {
		--space-left: 12.4598071vw;
		--el-width: 39.6%;
		margin-top: 0.6rem;
	}
	.history-carousel .slide-4 .col:nth-of-type(1) .text {
		width: 80%;
		margin-bottom: 9.4051447vw;
	}
	.history-carousel .slide-4 .col:nth-of-type(1) .image {
		margin: 0 0 0 1.8488746vw;
	}
	.history-carousel .slide-4 .col:nth-of-type(2) {
		--space-left: 11.1736334vw;
		--el-width: 49.8%;
		margin-top: 0.5rem;
	}
	.history-carousel .slide-4 .col:nth-of-type(2) .image {
		margin: 0 0 1.7rem;
	}
	.history-carousel .slide-4 .col:nth-of-type(2) .text {
		width: 60%;
	}
	.history-carousel .slide-5 .text {
		--space-left: 0px;
		--el-width: 33.3333%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-5 .text:nth-of-type(1) {
		--space-left: 7.2347267vw;
		--el-width: 28%;
		margin-top: 11.977492vw;
	}
	.history-carousel .slide-5 .text:nth-of-type(2) {
		--space-left: 2.7331190vw;
		--el-width: 22%;
		margin-top: 0.5rem;
	}
	.history-carousel .slide-5 .image {
		--space-left: 0px;
		--el-width: 33.3333%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-5 .image:nth-of-type(1) {
		--space-left: 6.9935691vw;
		--el-width: 49.8%;
		margin-top: 0.5rem;
	}
	.history-carousel .slide-6 h3 {
		--space-left: 9.8874598vw;
		--el-width: 38.1%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-6 .image {
		--space-left: 0.8038585vw;
		--el-width: 41.7%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 0.4rem;
	}
	.history-carousel .slide-6 .text {
		--space-left: 2.7331190vw;
		--el-width: 20%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-7 .image {
		--space-left: 20.4983923vw;
		--el-width: 53%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 4.6623794vw;
	}
	.history-carousel .slide-7 .text {
		--space-left: 4.3408360vw;
		--el-width: 26%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 0.4rem;
	}
	.history-carousel .slide-8 h3 {
		--space-left: 7.7170418vw;
		--el-width: 63.7%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-8 .col {
		--space-left: 0.7rem;
		--el-width: 34.1%;
		padding: 0;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 0.5rem;
	}
	.history-carousel .slide-8 .col .image {
		margin-bottom: 2.9rem;
	}
	.history-carousel .slide-9 .text {
		--space-left: 1rem;
		--el-width: 26%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-9 .text:nth-of-type(1) {
		--space-left: 3.2154341vw;
		--el-width: 24%;
		margin-top: 15.4340836vw;
	}
	.history-carousel .slide-9 .text:nth-of-type(2) {
		--space-left: 3.6173633vw;
		--el-width: 25%;
		margin-top: 11.4951768vw;
	}
	.history-carousel .slide-9 .image {
		--space-left: 1rem;
		--el-width: 20%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-9 .image:nth-of-type(1) {
		--space-left: 2.0096463vw;
		--el-width: 26.1%;
		margin-top: 0.5rem;
	}
	.history-carousel .slide-9 .image:nth-of-type(2) {
		--space-left: 3.7781350vw;
		--el-width: 17.9%;
		margin-top: 7.5562701vw;
	}
	.history-carousel .slide-10 .text {
		--space-left: 0rem;
		--el-width: 33.333%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
	}
	.history-carousel .slide-10 .text:nth-of-type(1) {
		--space-left: 4.5819936vw;
		--el-width: 26.1%;
		margin-top: 3.778135vw;
	}
	.history-carousel .slide-10 .text:nth-of-type(2) {
		--space-left: -1.1254019vw;
		--el-width: 21%;
		margin-top: 17.0418006vw;
	}
	.history-carousel .slide-10 .image {
		--space-left: 3.2rem;
		--el-width: 38.3%;
		width: calc(var(--el-width) - var(--space-left));
		flex-shrink: 0;
		margin-left: var(--space-left);
		margin-top: 0.5rem;
	}
}
@media (max-width: 991px) {
	.history-carousel .carousel {
		margin: 0;
	}
	.history-carousel .slide {
		width: 100%;
		flex-direction: column;
		padding: 0 2.5rem;
	}
	.history-carousel h3 {
		font-size: 6.2rem;
		line-height: 0.870967742;
		margin: 0 1.3rem 2.3rem;
	}
	.history-carousel .text {
		margin: 0 0 0 1.6rem;
		padding-bottom: 2.8rem;
		line-height: 1.692307692;
	}
	.history-carousel .text + .text {
		margin-left: 24.8792271vw;
	}
	.history-carousel .text + .text + .text {
		margin-left: 32.8502415vw;
	}
	.history-carousel .text p {
		margin-bottom: 1em;
	}
	.history-carousel .image {
		margin: 0 -2.5rem 4.3rem auto;
	}
	.history-carousel .slide-1 .image {
		width: 79%;
	}
	.history-carousel .slide-2 .text {
		padding-bottom: 3.3rem;
	}
	.history-carousel .slide-2 .text:nth-of-type(1) {
		margin-left: 6.7rem;
	}
	.history-carousel .slide-2 .text:nth-of-type(2) {
		padding-bottom: 2.3rem;
	}
	.history-carousel .slide-2 .text:nth-of-type(3) {
		padding-bottom: 2.7rem;
	}
	.history-carousel .slide-2 .image {
		width: 68.6%;
		margin-right: auto;
	}
	.history-carousel .slide-3 .text:nth-of-type(1) {
		margin-left: 2.3311897vw;
		padding-bottom: 3.2rem;
	}
	.history-carousel .slide-3 .text:nth-of-type(2) {
		margin-left: 17.8743961vw;
		padding-bottom: 2.3rem;
	}
	.history-carousel .slide-3 .image:nth-of-type(1) {
		width: 79%;
		margin-left: 1.6rem;
		margin-bottom: 5.6rem;
	}
	.history-carousel .slide-3 .image:nth-of-type(2) {
		width: 39%;
	}
	.history-carousel .slide-4 .col:nth-of-type(1) .text {
		margin-left: 7.7294686vw;
		padding-bottom: 3.5rem;
	}
	.history-carousel .slide-4 .col:nth-of-type(1) .image {
		--space-left: 7.4879227vw;
		--el-width: 72.8%;
		width: calc(var(--el-width) - var(--space-left));
		margin-left: var(--space-left);
		margin-bottom: 4.5rem;
	}
	.history-carousel .slide-4 .col:nth-of-type(2) .image {
		--space-left: 7.4879227vw;
		--el-width: 92%;
		width: calc(var(--el-width) - var(--space-left));
		margin-left: var(--space-left);
		margin-bottom: 5.5rem;
	}
	.history-carousel .slide-4 .col:nth-of-type(2) .text {
		margin-left: 13.0434783vw;
		padding-bottom: 2.4rem;
	}
	.history-carousel .slide-5 .text:nth-of-type(1) {
		margin-left: 22.4637681vw;
		padding-bottom: 4.2rem;
	}
	.history-carousel .slide-5 .text:nth-of-type(2) {
		margin-left: 22.705314vw;
		padding-bottom: 2.5rem;
	}
	.history-carousel .slide-5 .image {
		margin-right: 3.8647343vw;
		width: 68.6%;
	}
	.history-carousel .slide-6 h3 {
		margin-bottom: 1.6rem;
	}
	.history-carousel .slide-6 .image {
		width: 94.4%;
	}
	.history-carousel .slide-6 .text {
		padding-bottom: 3.9rem;
	}
	.history-carousel .slide-7 .image {
		width: 79.1%;
		margin-bottom: 4rem;
	}
	.history-carousel .slide-7 .text {
		margin-left: 22.705314vw;
	}
	.history-carousel .slide-8 h3 {
		margin-bottom: 2.8rem;
	}
	.history-carousel .slide-8 .image {
		width: 80%;
		margin-bottom: 5.3rem;
	}
	.history-carousel .slide-8 .text {
		max-width: 30rem;
		padding-bottom: 5rem;
	}
	.history-carousel .slide-9 .text:nth-of-type(1) {
		margin-left: 25.8454106vw;
		padding-bottom: 3.2rem;
	}
	.history-carousel .slide-9 .text:nth-of-type(2) {
		margin-left: 5.3140097vw;
		padding-bottom: 3.4rem;
	}
	.history-carousel .slide-9 .image:nth-of-type(1) {
		margin-right: auto;
		width: 88.6%;
		margin-bottom: 5.2rem;
	}
	.history-carousel .slide-9 .image:nth-of-type(2) {
		margin-right: 5.3140097vw;
		width: 38.8%;
		margin-bottom: 4.5rem;
	}
	.history-carousel .slide-10 .text:nth-of-type(1) {
		margin-left: 17.8743961vw;
	}
	.history-carousel .slide-10 .text:nth-of-type(2) {
		margin-left: 32.8502415vw;
		padding-bottom: 3rem;
	}
	.history-carousel .slide-10 .image {
		width: 82.7%;
	}
}

/* .masterplan-block */
.masterplan-block {
	--num-size: 30px;
	padding: 216px 0 66px;
	position: relative;
	z-index: 9;
	background-color: #fcf7f5;
}
.masterplan-block figure {
	margin: 0 0 66px;
	position: relative;
}
.masterplan-block .number {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #c36232;
	width: var(--num-size);
	height: var(--num-size);
	border-radius: 50%;
	background-color: #fff;
}
.masterplan-block .number .num {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Altaona one", sans-serif;
	letter-spacing: 0;
	font-size: 18px;
}
.masterplan-block .number::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid currentColor;
	pointer-events: none;
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
	        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.masterplan-block .number.hover, .masterplan-block .number:hover {
	text-decoration: none;
	background-color: #c36232;
	color: #fff;
	z-index: 5;
}
.masterplan-block .number:focus, .masterplan-block .number:active {
	text-decoration: none;
}
.masterplan-block .drop {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	font-size: 8px;
	line-height: 1.25;
	letter-spacing: 0.2125em;
	text-transform: uppercase;
	color: #222221;
	width: 166px;
	padding: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}
.masterplan-block .drop::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: solid transparent;
	border-width: 12px 14px 0;
	border-top-color: #fff;
}
.masterplan-block .drop .masterplan-carousel {
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.masterplan-block .drop .masterplan-carousel .carousel {
	margin: 0;
	cursor: inherit;
}
.masterplan-block .drop .masterplan-carousel .slick-slide {
	filter: none;
}
.masterplan-block .drop .masterplan-carousel img {
	width: 100%;
	display: block;
}
.masterplan-block .drop .masterplan-carousel .slick-dots {
	--btn-size: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.masterplan-block .drop .masterplan-carousel .slick-dots li {
	padding: 0;
	margin: 0 1px 1px;
}
.masterplan-block .drop .masterplan-carousel .slick-dots button {
	width: var(--btn-size);
	height: var(--btn-size);
	border: none;
	border: 1px solid #222221;
	background-color: #fff;
}
.masterplan-block .drop .masterplan-carousel .slick-dots .slick-active > button {
	background-color: #222221;
}
.masterplan-block .drop .head {
	margin-bottom: 10px;
}
.masterplan-block .drop .head strong {
	display: block;
	font-weight: 300;
	font-family: "Altaona one", sans-serif;
	font-size: 2.125em;
	line-height: 1.294117647;
	letter-spacing: 0;
}
.masterplan-block .drop .head small {
	display: block;
	font-size: 4px;
	color: #c36232;
	letter-spacing: 0.075em;
}
.masterplan-block .drop p {
	margin: 0 0 3.875em;
}
.masterplan-block .drop .inf-link {
	margin-left: auto;
	font-size: 5px;
	color: #c36232;
	letter-spacing: 0.08em;
}
.masterplan-block .drop .inf-link::after {
	content: "->";
	margin-left: 1px;
}
.masterplan-block .btn-download-pdf {
	position: absolute;
	top: 23.6%;
	left: 0;
	color: #c36232;
	background-color: #fff;
	border: 2px solid;
	border-radius: 999px;
	width: 194px;
	font-family: "Altaona one", sans-serif;
	font-size: 18px;
	line-height: 1.222222222;
	letter-spacing: 0;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	padding: 7px 9px 8px 22px;
	letter-spacing: -0.0111em;
}
.masterplan-block .btn-download-pdf img {
	flex-shrink: 0;
	margin-right: 11px;
}
.masterplan-block .btn-download-pdf:hover {
	text-decoration: none;
	opacity: 0.8;
}
.masterplan-block .btn-download-pdf:focus, .masterplan-block .btn-download-pdf:active {
	text-decoration: none;
}
.masterplan-block nav {
	--space-between: 14px;
	--num-size: 25px;
	margin: 0 -20px;
}
.masterplan-block nav ul {
	list-style: none;
	padding: 0;
	margin: 0 calc(var(--space-between) * -1);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 20px;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: "Altaona one", sans-serif;
	letter-spacing: 0;
}
.masterplan-block nav ul li {
	margin: 0 var(--space-between) var(--space-between);
}
.masterplan-block nav ul a {
	display: inline-flex;
	align-items: flex-start;
	color: #c36232;
	padding: 2px 0;
}
.masterplan-block nav ul a > span:not(.num) {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.masterplan-block nav ul a.hover, .masterplan-block nav ul a:hover {
	text-decoration: none;
	color: #222221;
}
.masterplan-block nav ul a.hover .num, .masterplan-block nav ul a:hover .num {
	background-color: #c36232;
	color: #fff;
}
.masterplan-block nav ul a.hover small, .masterplan-block nav ul a:hover small {
	color: #c36232;
}
.masterplan-block nav ul a:focus, .masterplan-block nav ul a:active {
	text-decoration: none;
}
.masterplan-block nav ul small {
	font-size: 5px;
	letter-spacing: 0.2em;
}
.masterplan-block nav .num {
	width: var(--num-size);
	height: var(--num-size);
	border-radius: 50%;
	color: #c36232;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Altaona one", sans-serif;
	letter-spacing: 0;
	font-size: 0.7em;
	cursor: pointer;
	position: relative;
	margin: -2px 4px -2px 0;
	transition: all 0.3s;
	flex-shrink: 0;
}
.masterplan-block nav .num::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid currentColor;
	pointer-events: none;
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
	        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.masterplan-block nav .num:hover {
	background-color: #c36232;
	color: #fff;
}
.masterplan-block nav.hover-in ul li a:not(.hover) {
	opacity: 0.6;
}
@media (min-width: 1921px) {
	.masterplan-block figure {
		--space-side: 131px;
		margin-left: var(--space-side);
		margin-right: var(--space-side);
		transform: translateX(-20px);
	}
	.masterplan-block .btn-download-pdf {
		right: -7.8%;
		left: unset;
	}
}
@media (max-width: 1920px) {
	.masterplan-block {
		padding-top: 300px;
	}
}
@media (max-width: 991px) {
	.masterplan-block {
		padding-top: 100px;
	}
	.masterplan-block .number {
		pointer-events: none;
	}
	.masterplan-block .drop {
		display: none;
	}
	.masterplan-block .btn-download-pdf {
		top: 0;
	}
}
@media (max-width: 767px) {
	.masterplan-block {
		--num-size: 18px;
		--space-between: 10px;
		padding-bottom: 40px;
	}
	.masterplan-block figure {
		margin-right: -25px;
		margin-left: -25px;
	}
	.masterplan-block .number .num {
		font-size: 10px;
	}
	.masterplan-block .btn-download-pdf {
		transform: scale(0.8);
		transform-origin: 0 50%;
		top: -60px;
		left: 15px;
	}
	.masterplan-block nav {
		margin: 0;
	}
	.masterplan-block nav ul {
		justify-content: flex-start;
		margin-right: 0;
	}
	.masterplan-block nav ul li {
		margin-right: 0;
		width: calc(50% - var(--space-between));
	}
	.masterplan-block nav ul a > span:not(.num) {
		align-items: flex-start;
		text-align: left;
	}
}
.page-parador .masterplan-block .number {
	color: #bc9663;
}
.page-parador .masterplan-block .number.hover, .page-parador .masterplan-block .number:hover {
	background-color: #bc9663;
	color: #fff;
}
.page-parador .masterplan-block nav ul a {
	color: #bc9663;
}
.page-parador .masterplan-block nav ul a.hover .num, .page-parador .masterplan-block nav ul a:hover .num {
	background-color: #bc9663;
}
.page-parador .masterplan-block nav ul .num {
	color: #bc9663;
}

/* estate-info */
.estate-info {
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 0;
}
@media (min-width: 992px) {
	.estate-info {
		padding-top: 7.6rem;
		padding-bottom: 7.6rem;
		min-height: 63.1rem;
	}
}
@media (min-width: 992px) {
	.estate-info .col-md-4 {
		width: 43.6666666666%;
	}
}
@media (min-width: 992px) {
	.estate-info .col-md-8 {
		width: 56.3333333333%;
	}
}
.estate-info header {
	text-transform: uppercase;
	letter-spacing: 0.21em;
	font-weight: 500;
}
@media (min-width: 992px) {
	.estate-info header {
		font-size: 1.9rem;
	}
}
.estate-info header h2 {
	color: #c93f1a;
	letter-spacing: 0.019em;
	line-height: 0.88;
	margin-bottom: 0;
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	        hyphens: auto;
}
@media (min-width: 992px) {
	.estate-info header h2 {
		font-size: 7.2rem;
	}
}
@media (min-width: 1240px) {
	.estate-info header h2 {
		font-size: 9.3rem;
	}
}
.estate-info .estate-accordion {
	padding-top: 0.2rem;
}
.estate-info .estate-accordion .accordion-header {
	color: #c93f1a;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 400;
	font-size: 1rem;
	border-bottom: 1px solid;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.5rem;
}
.estate-info .estate-accordion .accordion-header [data-toggle=collapse] {
	display: block;
	position: relative;
	text-decoration: none;
}
.estate-info .estate-accordion .accordion-header [data-toggle=collapse]:hover, .estate-info .estate-accordion .accordion-header [data-toggle=collapse]:focus {
	text-decoration: none;
}
.estate-info .estate-accordion .accordion-header [data-toggle=collapse]:not(.collapsed) strong::after {
	content: "-";
}
.estate-info .estate-accordion .accordion-header [data-toggle=collapse].collapsed strong::after {
	content: "+";
}
.estate-info .estate-accordion .accordion-header strong {
	display: block;
	margin-bottom: 0.4rem;
	letter-spacing: 0.2em;
	font-weight: inherit;
	font-size: 1.9rem;
}
.estate-info .estate-accordion .accordion-header strong::after {
	margin-left: 0.9rem;
}
.estate-info .estate-accordion .accordion-header span {
	display: block;
}
.estate-info .estate-accordion .accordion-body {
	padding-top: 1.5rem;
}
.estate-info .estate-accordion .text-danger {
	color: #c93f1a !important;
}
.estate-info .estate-accordion .extra-info {
	letter-spacing: 0.12em;
	font-size: 1rem;
	line-height: 1;
	padding-top: 1rem;
}
.estate-info .estate-accordion .extra-info p:last-child {
	margin-bottom: 0;
}
.estate-info .estate-accordion .accordion-item {
	margin-bottom: 3rem;
}
@media (min-width: 992px) {
	.estate-info .estate-accordion .accordion-item {
		margin-bottom: 5.5rem;
	}
}
@media (max-width: 767px) {
	.estate-info .table-responsive {
		width: auto;
		margin-right: -2.5rem;
		border: 0;
		padding-right: 1rem;
	}
}
.estate-info .table {
	letter-spacing: 0;
	font-size: 1.3rem;
	margin-bottom: 0;
}
@media (min-width: 1240px) {
	.estate-info .table {
		font-size: 1.7rem;
	}
}
.estate-info .table th, .estate-info .table td {
	border: 0;
	font-weight: inherit;
	vertical-align: middle;
}
.estate-info .table th:first-child, .estate-info .table td:first-child {
	padding-left: 0;
}
.estate-info .table th:last-child, .estate-info .table td:last-child {
	padding-right: 0;
}
.estate-info .table mark {
	background: none;
	padding: 0;
	color: #c93f1a;
}
.estate-info .table small {
	font-size: 0.6em;
}
.estate-info .table thead th, .estate-info .table thead td {
	color: #c93f1a;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}
@media (min-width: 1240px) {
	.estate-info .table thead th, .estate-info .table thead td {
		font-size: 1rem;
	}
}
.estate-info .table tbody tr {
	border-top: 0.2rem solid #f8f5f3;
	border-bottom: 0.3rem solid #f8f5f3;
}
.estate-info .table tbody th, .estate-info .table tbody td {
	padding-top: 0;
	padding-bottom: 0;
}
.estate-info .table tbody th a, .estate-info .table tbody td a {
	text-decoration: underline;
}
.estate-info .table tbody th a:hover, .estate-info .table tbody td a:hover {
	text-decoration: none;
}
.estate-info .table tbody .marked-sold {
	background-color: #eaa28f;
	color: #fff;
}
.estate-info .table tbody .marked-sold [colspan] {
	text-align: center;
}
.estate-info .note-item {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	padding: 0.4rem 0.8rem;
	margin-top: 0.9rem;
	color: #c93f1a;
	letter-spacing: 0;
	font-style: italic;
	font-size: 0.8rem;
}
.estate-info .paralax-estate-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 72.6rem;
	max-height: 90%;
	z-index: -1;
	pointer-events: none;
	-webkit-clip-path: polygon(0% 22%, 100% 0%, 100% 100%, 0% 78%);
	        clip-path: polygon(0% 22%, 100% 0%, 100% 100%, 0% 78%);
}
@media (max-width: 767px) {
	.estate-info .paralax-estate-info {
		display: none;
	}
}
.estate-info .paralax-estate-info::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-color: #fff;
}
body.dark-bg .estate-info .paralax-estate-info::before {
	background-color: #f8f5f3;
}

/* .parador-intro */
.parador-intro {
	position: relative;
	background-color: #fff;
}
.parador-intro .video {
	margin: 0;
	position: relative;
	z-index: 1;
}
.parador-intro video {
	width: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 1240/548;
}
.parador-intro .main-head {
	position: relative;
	z-index: 10;
	margin: -13.7rem 0 3rem;
}
.parador-intro .main-head .btn-play {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	color: #c2915a;
	letter-spacing: 0.184615385em;
	margin-bottom: 1.7rem;
	text-transform: uppercase;
}
.parador-intro .main-head .btn-play::after {
	content: "";
	border: solid transparent;
	border-width: 0.6rem 0 0.6rem 1rem;
	border-left-color: inherit;
	margin-left: 1rem;
	flex-shrink: 0;
}
.parador-intro .main-head h1 {
	margin: 0 0 0 -0.089552239em;
	font-family: "Altaona two", serif;
	font-size: 6.7rem;
	letter-spacing: 0.059701493em;
}
.parador-intro .bot {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	margin: 6.6rem 0;
}
.parador-intro .bot picture {
	--offset-l: 0.8rem;
	--offset-r: 6.4rem;
	flex-shrink: 0;
	width: calc(50.5% - var(--offset-l) - var(--offset-r));
	margin-left: var(--offset-l);
	margin-right: var(--offset-r);
}
.parador-intro .bot .text {
	flex-grow: 1;
	padding: 7.4rem 0;
	font-size: 1.2rem;
	line-height: 2.25;
	max-width: 41rem;
	letter-spacing: 0.133333333em;
}
.parador-intro .bottom-image {
	position: relative;
	z-index: 10;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100vw;
	margin: -5.7rem 0 0;
	display: block;
}
.parador-intro .decor {
	margin: 0;
	position: absolute;
	z-index: 5;
	top: 24.6rem;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.parador-intro .decor img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 991px) {
	.parador-intro .main-head {
		margin-top: -8rem;
	}
	.parador-intro .decor {
		top: 21.6145833vw;
	}
	.parador-intro .bot {
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.parador-intro {
		margin-top: -8.1rem;
	}
	.parador-intro .video {
		margin: 0 -2.5rem;
	}
	.parador-intro video {
		aspect-ratio: 414/560;
	}
	.parador-intro .main-head {
		margin-top: -4.6rem;
		margin-bottom: 11rem;
	}
	.parador-intro .bot {
		flex-direction: column;
	}
	.parador-intro .bot picture {
		width: auto;
		margin: 0 5.7rem 1rem 2.4rem;
	}
	.parador-intro .bot .text {
		max-width: 100%;
		padding: 0 2.4rem;
		margin-top: -5rem;
		font-size: 1.3rem;
		line-height: 1.692307692;
		letter-spacing: 0;
		letter-spacing: 0.1em;
	}
	.parador-intro .bottom-image {
		margin-top: -6.2rem;
	}
	.parador-intro .decor {
		top: 103.6231884vw;
		overflow: hidden;
	}
	.parador-intro .decor img {
		width: 300%;
		max-width: unset;
	}
}

/* .parador-info */
.parador-info {
	position: relative;
}
.parador-info .holder {
	padding: 12.9rem 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.page-parador .parador-info h3 {
	font-family: "Altaona two", serif;
	font-size: 6.6rem;
	line-height: 0.96969697;
	color: #000;
	margin: 0;
	letter-spacing: -0.015151515em;
}
@media (max-width: 1239px) {
	.page-parador .parador-info h3 {
		font-size: 5.6rem;
	}
}
@media (max-width: 991px) {
	.page-parador .parador-info h3 {
		font-size: 3.6rem;
		line-height: 1.166666667;
	}
}
.parador-info h3 span {
	color: #bc9663;
}
.parador-info .decor {
	margin: 0;
	position: absolute;
	z-index: 1;
	top: -16.7rem;
	left: 0;
	width: 100%;
}
.parador-info .decor img {
	display: block;
	width: 100%;
}
@media (max-width: 767px) {
	.parador-info .holder {
		padding: 4.2rem 0;
	}
	.parador-info .decor {
		top: -128.0193237vw;
		overflow: hidden;
	}
	.parador-info .decor img {
		width: 300%;
		max-width: unset;
	}
}

.parador-info-2 {
	padding: 3.8rem 0;
	position: relative;
	z-index: 10;
}
.parador-info-2 .image {
	margin: 0;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.6875;
	letter-spacing: 0.1375em;
	position: relative;
}
.parador-info-2 .image.image-1 {
	flex-direction: row-reverse;
	z-index: 2;
}
.parador-info-2 .image.image-1 picture {
	flex-shrink: 0;
	width: 49.3%;
}
.parador-info-2 .image.image-1 figcaption {
	margin: 0 1rem 0 var(--parador-space-x);
}
.parador-info-2 .image.image-2 {
	z-index: 1;
	align-items: flex-end;
}
.parador-info-2 .image.image-2 picture {
	flex-shrink: 0;
	width: 49.4%;
	margin: -7.8rem 0 0 var(--parador-space-x);
}
.parador-info-2 .image.image-2 figcaption {
	padding: 0 0 0 7.2rem;
}
.parador-info-2 .image.image-2 figcaption p {
	margin: 0;
}
@media (max-width: 991px) {
	.parador-info-2 .image.image-2 picture {
		margin-top: -2rem;
	}
	.parador-info-2 .image.image-2 figcaption {
		padding-left: 2rem;
	}
}
.page-parador .parador-info-2 h3 {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 400;
	font-family: "Altaona three", serif;
	margin: 0 0 2rem;
	color: #c2915a;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	.parador-info-2 {
		padding: 7rem 0;
	}
	.parador-info-2 .image {
		font-size: 1.3rem;
		line-height: 1.692307692;
		letter-spacing: 1px;
	}
	.parador-info-2 .image.image-1 {
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.parador-info-2 .image.image-1 picture {
		margin: 0.5rem -2.5rem 0 0;
		width: 74.6%;
	}
	.parador-info-2 .image.image-1 figcaption {
		margin: 0;
		padding: 0 4rem 0 0;
		width: 100%;
		max-width: 20.3rem;
		align-self: flex-end;
	}
	.parador-info-2 .image.image-2 {
		flex-direction: column;
		align-items: flex-start;
	}
	.parador-info-2 .image.image-2 picture {
		margin: -3.9rem 0 1.9rem;
		width: 87%;
	}
	.parador-info-2 .image.image-2 figcaption {
		padding: 0;
		max-width: 22rem;
	}
	.page-parador .parador-info-2 h3 {
		font-size: 2.5rem;
		line-height: 1.08;
		margin-bottom: 0.1rem;
		letter-spacing: 0.02em;
	}
}

.parador-info-3 {
	position: relative;
	padding: 16.9rem 0;
}
.parador-info-3 .holder {
	position: relative;
	z-index: 5;
}
.parador-info-3 .decor {
	position: absolute;
	z-index: 1;
	top: -66.1rem;
	left: 0;
	width: 100%;
}
.parador-info-3 .decor img {
	display: block;
	width: 100%;
}
@media (max-width: 1239px) {
	.parador-info-3 {
		padding-bottom: 10rem;
	}
}
@media (max-width: 767px) {
	.parador-info-3 {
		padding: 5rem 0;
	}
	.parador-info-3 .decor {
		top: -137.6811594vw;
		overflow: hidden;
	}
	.parador-info-3 .decor img {
		width: 300%;
		max-width: unset;
	}
}

.parador-info-carousel .carousel {
	margin: 0;
}
.parador-info-carousel .slick-slide {
	overflow: hidden;
	position: relative;
}
.parador-info-carousel .slide-1 h3 {
	margin: 0 0 9.3rem var(--parador-space-x);
}
@media (max-width: 991px) {
	.parador-info-carousel .slide-1 h3 {
		margin-bottom: 4rem;
	}
}
@media (max-width: 767px) {
	.parador-info-carousel .slide-1 h3 {
		margin-bottom: 1.4rem;
	}
}
.parador-info-carousel .slide-2 {
	padding-top: 22rem;
}
.parador-info-carousel .slide-2 .container {
	display: flex;
}
.parador-info-carousel .slide-2 .container > h3 {
	margin: 7rem 0 -9.3rem -8.4rem;
	flex-shrink: 0;
	width: 42%;
	position: relative;
	z-index: 5;
}
@media (max-width: 1239px) {
	.parador-info-carousel .slide-2 .container > h3 {
		margin-left: -1.5rem;
	}
}
@media (max-width: 991px) {
	.parador-info-carousel .slide-2 {
		padding-top: 5rem;
	}
}
@media (max-width: 767px) {
	.parador-info-carousel .slide-2 {
		padding-top: 8.4rem;
	}
	.parador-info-carousel .slide-2 .container {
		flex-direction: column;
	}
	.parador-info-carousel .slide-2 .container::after, .parador-info-carousel .slide-2 .container::before {
		display: none;
	}
	.parador-info-carousel .slide-2 .container > h3 {
		width: 100%;
		margin: 0 0 1.3rem 3.1rem;
	}
}
.parador-info-carousel .slide-3 {
	--col-left: 42.3%;
	--col-right: calc(100% - var(--col-left));
	font-size: 1.6rem;
	line-height: 1.6875;
	letter-spacing: 0.075em;
}
.parador-info-carousel .slide-3 .container {
	display: flex;
	flex-wrap: wrap;
}
.parador-info-carousel .slide-3 .container::after, .parador-info-carousel .slide-3 .container::before {
	display: none;
}
.parador-info-carousel .slide-3 h2 {
	margin: 0 0 9rem var(--parador-space-x);
	font-family: "Altaona two", serif;
	font-weight: 400;
	font-size: 6.6rem;
	line-height: 0.96969697;
	letter-spacing: -0.015151515em;
	width: calc(100% - var(--parador-space-x));
}
.parador-info-carousel .slide-3 h2 span {
	color: #c2915a;
}
.parador-info-carousel .slide-3 h3 {
	font-size: 3.6rem;
	line-height: 1.027777778;
	letter-spacing: 0.1em;
	margin: 0 0 0.5rem;
	color: #000;
}
.parador-info-carousel .slide-3 h3 span {
	color: #c2915a;
}
.parador-info-carousel .slide-3 .text {
	padding: 0 4rem 0 var(--parador-space-x);
	flex-shrink: 0;
	width: var(--col-left);
}
.parador-info-carousel .slide-3 .image {
	flex-shrink: 0;
	width: var(--col-right);
	flex-direction: column;
	align-items: flex-start;
	margin: -21.6rem 0 0;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.parador-info-carousel .slide-3 .image picture {
	margin-bottom: 3.3rem;
}
.parador-info-carousel .slide-3 .image img {
	width: 100%;
	display: block;
}
.parador-info-carousel .slide-3 .image figcaption {
	position: relative;
	padding-top: 1.5rem;
	max-width: 50rem;
}
.parador-info-carousel .slide-3 .image figcaption::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border: 0.1rem solid #ae4229;
	border-radius: 50%;
}
.parador-info-carousel .slide-4 {
	padding-top: 6.6rem;
}
.parador-info-carousel .slide-4 .container {
	position: relative;
}
.parador-info-carousel .slide-4 h3 {
	position: absolute;
	z-index: 5;
	text-align: center;
	top: 3.6rem;
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 7.2rem;
	line-height: 1.194444444;
	letter-spacing: 0.1em;
	padding-right: calc(var(--parador-space-x) * 0.5);
}
.parador-info-carousel .slide-4 .image {
	margin: 0 var(--parador-space-x) 0 -9.1rem;
	flex-direction: column;
	align-items: flex-end;
}
.parador-info-carousel .slide-4 .image picture {
	margin-bottom: 2.4rem;
}
.parador-info-carousel .slide-4 .image figcaption {
	position: relative;
	padding-top: 0.9rem;
	max-width: 33rem;
}
.parador-info-carousel .slide-4 .image figcaption::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border: 0.1rem solid #ae4229;
	border-radius: 50%;
}
.parador-info-carousel .image {
	margin: 0;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.6875;
	letter-spacing: 0.1375em;
	position: relative;
}
@media (max-width: 767px) {
	.parador-info-carousel .image {
		font-size: 1.3rem;
		line-height: 1.692307692;
		letter-spacing: 0.1em;
	}
}
.parador-info-carousel .image.image-1 {
	flex-direction: row-reverse;
	margin: 0 -8.9rem 0 var(--parador-space-x);
	z-index: 1;
}
.parador-info-carousel .image.image-1 picture {
	margin-left: auto;
	flex-shrink: 0;
	width: 63%;
	margin: 0.7rem 0 0 3rem;
}
@media (max-width: 1239px) {
	.parador-info-carousel .image.image-1 {
		margin-right: -2.5rem;
	}
}
@media (max-width: 767px) {
	.parador-info-carousel .image.image-1 {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.parador-info-carousel .image.image-1 picture {
		margin: 0 0 0 auto;
		width: 74.3%;
	}
	.parador-info-carousel .image.image-1 figcaption {
		padding-right: 2.5rem;
		padding-bottom: 1.4rem;
		max-width: 27rem;
	}
}
.parador-info-carousel .image.image-2 {
	margin: 0 0 0 -9.1rem;
	z-index: 2;
}
.parador-info-carousel .image.image-2 picture {
	width: 65.4%;
	flex-shrink: 0;
	margin: -17.7rem 5.4rem 0 0;
}
.parador-info-carousel .image.image-2 figcaption {
	padding: 9.7rem 8rem 0 0;
}
@media (max-width: 1239px) {
	.parador-info-carousel .image.image-2 {
		margin-left: -2.5rem;
	}
}
@media (max-width: 991px) {
	.parador-info-carousel .image.image-2 picture {
		margin-top: -6rem;
		margin-right: 2rem;
	}
	.parador-info-carousel .image.image-2 figcaption {
		padding: 2rem 0 0;
	}
}
@media (max-width: 767px) {
	.parador-info-carousel .image.image-2 {
		flex-direction: column;
	}
	.parador-info-carousel .image.image-2 picture {
		margin: -4.9rem 0 2rem;
		width: 70.8%;
	}
	.parador-info-carousel .image.image-2 figcaption {
		padding: 0;
		max-width: 25.2rem;
		align-self: flex-end;
	}
	.parador-info-carousel .image.image-2 figcaption p {
		margin-bottom: 0.2rem;
	}
}
.parador-info-carousel .image.image-3 {
	margin: 0 -8.9rem 0 -14rem;
	flex-direction: column;
	align-items: flex-end;
}
.parador-info-carousel .image.image-3 picture {
	flex-shrink: 0;
	margin: 0 0 3rem;
}
.parador-info-carousel .image.image-3 figcaption {
	padding: 0 2rem;
}
.parador-info-carousel .image.image-3 figcaption p {
	max-width: 40rem;
}
@media (max-width: 1239px) {
	.parador-info-carousel .image.image-3 {
		margin-right: -2.5rem;
	}
}
@media (max-width: 991px) {
	.parador-info-carousel .image.image-3 {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.parador-info-carousel .image.image-3 {
		margin: 0 -2.5rem 0 4.3rem;
	}
	.parador-info-carousel .image.image-3 picture {
		margin-bottom: 2.3rem;
	}
	.parador-info-carousel .image.image-3 figcaption {
		padding: 0 2.5rem 0 0;
	}
}
.parador-info-carousel .image p {
	margin-bottom: 1.4rem;
}
.parador-info-carousel .image .link {
	color: #ba9463;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.2rem;
}
.parador-info-carousel .image .link span {
	font-family: "Altaona two", serif;
}
.parador-info-carousel .image .link:hover {
	text-decoration: none;
	background-size: 100% 0;
}
@media (max-width: 767px) {
	.parador-info-carousel .image .link {
		font-size: 1.2rem;
		background-size: 100% 0.1rem;
	}
}
.parador-info-carousel .nav-holder {
	margin-top: -0.3rem;
}
.parador-info-carousel .nav-holder .container {
	display: flex;
	justify-content: flex-end;
}
.parador-info-carousel .nav-holder .container::after, .parador-info-carousel .nav-holder .container::before {
	display: none;
}
.parador-info-carousel .slick-arrow {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	width: 12rem;
	height: 6.9rem;
	background: url(../images/parador-page/desktop/ALTAONA_arrow_PARADOR-27.svg) 50% 50%/contain no-repeat;
	transform: unset;
	opacity: 1;
}
.parador-info-carousel .slick-arrow.slick-disabled {
	opacity: 0;
	width: 0;
}
.parador-info-carousel .slick-arrow.slick-prev {
	transform: scaleX(-1);
}
.parador-info-carousel .slick-arrow.slick-next {
	margin-right: -0.5rem;
}
@media (max-width: 767px) {
	.parador-info-carousel .slide-3 {
		font-size: 1.2rem;
		line-height: 1.666666667;
		letter-spacing: 1px;
		letter-spacing: 0.066666667em;
	}
	.parador-info-carousel .slide-3 .container {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.parador-info-carousel .slide-3 h2 {
		margin: 0 0 2.2rem 1.8rem;
		font-size: 6.2rem;
		line-height: 1.032258065;
	}
	.parador-info-carousel .slide-3 .text {
		width: 50%;
		padding: 0 0 0 2.5rem;
	}
	.parador-info-carousel .slide-3 .image {
		width: auto;
		margin: -6.5rem -2.5rem 0 2.5rem;
	}
	.parador-info-carousel .slide-3 .image picture {
		margin-bottom: 7.5rem;
	}
	.parador-info-carousel .slide-3 h3 {
		margin: 0 0 0.7rem -0.8rem;
	}
	.parador-info-carousel .slide-4 {
		padding-top: 3.3rem;
	}
	.parador-info-carousel .slide-4 h3 {
		font-size: 2.7rem;
		line-height: 1.185185185;
		padding: 0 0 0 11.4rem;
		top: 1.4rem;
	}
	.parador-info-carousel .slide-4 .image {
		margin: 0 -2.5rem 0 2.6rem;
	}
	.parador-info-carousel .slide-4 .image figcaption {
		max-width: 27.2rem;
		padding-top: 1.5rem;
	}
}
/*# sourceMappingURL=styles.css.map */
