@import url('https://fonts.googleapis.com/css?family=Open+Sans:400, 700, 700italic, 400italic');@charset "UTF-8";

/* ========================================================================
   Component: Base
 ========================================================================== */

/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */

html {
    /* 1 */
    font: normal 14px / 20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 3 */
    background: #fff;
    color: #444;
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* Links
 ========================================================================== */

/*
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/*
 * Style
 */

a,
.uk-link {
    color: #07d;
    text-decoration: none;
    cursor: pointer;
}

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

/* Text-level semantics
 ========================================================================== */

/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    /* 1 */
    font-size: 12px;
    /* 2 */
    font-family: Consolas, monospace, serif;
    /* 3 */
    color: #d05;
    white-space: nowrap;
}

/*
 * Emphasize
 */

em {
    color: #d05;
}

/*
 * Insert
 */

ins {
    background: #ffa;
    color: #444;
    text-decoration: none;
}

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */

mark {
    background: #ffa;
    color: #444;
}

/*
 * Quote
 */

q {
    font-style: italic;
}

/*
 * Addresses inconsistent and variable 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;
}

/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */

audio,
canvas,
img,
svg,
video {
    /* 1 */
    max-width: 100%;
    height: auto;
    /* 2 */
    box-sizing: border-box;
}

/*
 * Preserve original dimensions
 */

.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
    max-width: none;
}

/*
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/*
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Block elements
 ========================================================================== */

/*
 * Reset margin
 */

blockquote,
figure {
    margin: 0;
}

/*
 * Margins
 */

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 15px 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 15px;
}

/* Headings
 ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #444;
    text-transform: none;
}

/*
 * Margins
 */

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 25px;
}

/*
 * Sizes
 */

h1,
.uk-h1 {
    font-size: 36px;
    line-height: 42px;
}

h2,
.uk-h2 {
    font-size: 24px;
    line-height: 30px;
}

h3,
.uk-h3 {
    font-size: 18px;
    line-height: 24px;
}

h4,
.uk-h4 {
    font-size: 16px;
    line-height: 22px;
}

h5,
.uk-h5 {
    font-size: 14px;
    line-height: 20px;
}

h6,
.uk-h6 {
    font-size: 12px;
    line-height: 18px;
}

/* 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. Address differences between Firefox and other browsers.
 * 2. Style
 */

hr {
    /* 1 */
    box-sizing: content-box;
    height: 0;
    /* 2 */
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

/* Address
 ========================================================================== */

address {
    font-style: normal;
}

/* Blockquotes
 ========================================================================== */

blockquote {
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

/* Preformatted text
 ========================================================================== */

/*
 * 1. Contain overflow in all browsers.
 */

pre {
    padding: 10px;
    background: #f5f5f5;
    font: 12px / 18px Consolas, monospace, serif;
    color: #444;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    /* 1 */
    overflow: auto;
}

/* Selection pseudo-element
 ========================================================================== */

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */

/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */

audio:not([controls]) {
    display: none;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Iframe
 ========================================================================== */

iframe {
    border: 0;
}

/* Fix viewport for IE10 snap mode
 ========================================================================== */

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: device-width;
    }
}

/* ========================================================================
   Component: Grid
 ========================================================================== */

/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */

.uk-grid:before,
.uk-grid:after {
    content: '';
    display: block;
    overflow: hidden;
}

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

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */

.uk-grid > * {
    /* 1 */
    flex: none;
    /* 2 */
    margin: 0;
    /* 3 */
    float: left;
}

/*
 * Remove margin from the last-child
 */

.uk-grid > * > :last-child {
    margin-bottom: 0;
}

/* Grid gutter
 ========================================================================== */

/*
 * Default gutter
 */

/* Horizontal */

.uk-grid {
    margin-left: -25px;
}

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

/* Vertical */

.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    /* Horizontal */

    .uk-grid {
        margin-left: -35px;
    }

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

    /* Vertical */

    .uk-grid + .uk-grid,
    .uk-grid-margin,
    .uk-grid > * > .uk-panel + .uk-panel {
        margin-top: 35px;
    }
}

/*
 * Collapse gutter
 */

/* Horizontal */

.uk-grid-collapse {
    margin-left: 0;
}

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

/* Vertical */

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

/*
 * Small gutter
 */

/* Horizontal */

.uk-grid-small {
    margin-left: -10px;
}

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

/* Vertical */

.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
    margin-top: 10px;
}

/*
 * Medium gutter
 */

/* Horizontal */

.uk-grid-medium {
    margin-left: -25px;
}

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

/* Vertical */

.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}

/*
 * Large gutter
 */

/* Large screen and bigger */

@media (min-width: 960px) {
    /* Horizontal */

    .uk-grid-large {
        margin-left: -35px;
    }

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

    /* Vertical */

    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel {
        margin-top: 35px;
    }
}

/* Extra Large screens */

@media (min-width: 1220px) {
    /* Horizontal */

    .uk-grid-large {
        margin-left: -50px;
    }

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

    /* Vertical */

    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel {
        margin-top: 50px;
    }
}

/* Modifier: `uk-grid-divider`
 ========================================================================== */

/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */

.uk-grid-divider:not(:empty) {
    margin-left: -25px;
    margin-right: -25px;
}

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

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n + 2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n + 2) {
    border-left: 1px solid #ddd;
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n + 2) {
        border-left: 1px solid #ddd;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n + 2) {
        border-left: 1px solid #ddd;
    }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    /*
     * Large gutter
     */

    .uk-grid-divider:not(:empty) {
        margin-left: -35px;
        margin-right: -35px;
    }

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

    .uk-grid-divider:empty {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

/*
 * Vertical divider
 */

.uk-grid-divider:empty {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #ddd;
}

/* Match panels in grids
 ========================================================================== */

/*
 * 1. Behave like a block element
 */

.uk-grid-match > * {
    display: flex;
    /* 1 */
    flex-wrap: wrap;
}

.uk-grid-match > * > * {
    /* 1 */
    flex: none;
    box-sizing: border-box;
    width: 100%;
}

/* Even grid cell widths
 ========================================================================== */

[class*='uk-grid-width'] > * {
    box-sizing: border-box;
    width: 100%;
}

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

.uk-grid-width-1-3 > * {
    width: 33.333%;
}

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

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

.uk-grid-width-1-6 > * {
    width: 16.666%;
}

.uk-grid-width-1-10 > * {
    width: 10%;
}

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

/* Phone landscape and bigger */

@media (min-width: 480px) {
    .uk-grid-width-small-1-1 > * {
        width: 100%;
    }

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

    .uk-grid-width-small-1-3 > * {
        width: 33.333%;
    }

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

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

    .uk-grid-width-small-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-small-1-10 > * {
        width: 10%;
    }
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-grid-width-medium-1-1 > * {
        width: 100%;
    }

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

    .uk-grid-width-medium-1-3 > * {
        width: 33.333%;
    }

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

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

    .uk-grid-width-medium-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-medium-1-10 > * {
        width: 10%;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-grid-width-large-1-1 > * {
        width: 100%;
    }

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

    .uk-grid-width-large-1-3 > * {
        width: 33.333%;
    }

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

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

    .uk-grid-width-large-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-large-1-10 > * {
        width: 10%;
    }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-grid-width-xlarge-1-1 > * {
        width: 100%;
    }

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

    .uk-grid-width-xlarge-1-3 > * {
        width: 33.333%;
    }

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

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

    .uk-grid-width-xlarge-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-xlarge-1-10 > * {
        width: 10%;
    }
}

/* Sub-objects: `uk-width-*`
 ========================================================================== */

[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
}

/*
 * Widths
 */

/* Whole */

.uk-width-1-1 {
    width: 100%;
}

/* Halves */

.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%;
}

/* Thirds */

.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%;
}

.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%;
}

/* Quarters */

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

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

/* Fifths */

.uk-width-1-5,
.uk-width-2-10 {
    width: 20%;
}

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

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

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

/* Sixths */

.uk-width-1-6 {
    width: 16.666%;
}

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

/* Tenths */

.uk-width-1-10 {
    width: 10%;
}

.uk-width-3-10 {
    width: 30%;
}

.uk-width-7-10 {
    width: 70%;
}

.uk-width-9-10 {
    width: 90%;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
    /* Whole */

    .uk-width-small-1-1 {
        width: 100%;
    }

    /* Halves */

    .uk-width-small-1-2,
    .uk-width-small-2-4,
    .uk-width-small-3-6,
    .uk-width-small-5-10 {
        width: 50%;
    }

    /* Thirds */

    .uk-width-small-1-3,
    .uk-width-small-2-6 {
        width: 33.333%;
    }

    .uk-width-small-2-3,
    .uk-width-small-4-6 {
        width: 66.666%;
    }

    /* Quarters */

    .uk-width-small-1-4 {
        width: 25%;
    }

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

    /* Fifths */

    .uk-width-small-1-5,
    .uk-width-small-2-10 {
        width: 20%;
    }

    .uk-width-small-2-5,
    .uk-width-small-4-10 {
        width: 40%;
    }

    .uk-width-small-3-5,
    .uk-width-small-6-10 {
        width: 60%;
    }

    .uk-width-small-4-5,
    .uk-width-small-8-10 {
        width: 80%;
    }

    /* Sixths */

    .uk-width-small-1-6 {
        width: 16.666%;
    }

    .uk-width-small-5-6 {
        width: 83.333%;
    }

    /* Tenths */

    .uk-width-small-1-10 {
        width: 10%;
    }

    .uk-width-small-3-10 {
        width: 30%;
    }

    .uk-width-small-7-10 {
        width: 70%;
    }

    .uk-width-small-9-10 {
        width: 90%;
    }
}

/* Tablet and bigger */

@media (min-width: 768px) {
    /* Whole */

    .uk-width-medium-1-1 {
        width: 100%;
    }

    /* Halves */

    .uk-width-medium-1-2,
    .uk-width-medium-2-4,
    .uk-width-medium-3-6,
    .uk-width-medium-5-10 {
        width: 50%;
    }

    /* Thirds */

    .uk-width-medium-1-3,
    .uk-width-medium-2-6 {
        width: 33.333%;
    }

    .uk-width-medium-2-3,
    .uk-width-medium-4-6 {
        width: 66.666%;
    }

    /* Quarters */

    .uk-width-medium-1-4 {
        width: 25%;
    }

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

    /* Fifths */

    .uk-width-medium-1-5,
    .uk-width-medium-2-10 {
        width: 20%;
    }

    .uk-width-medium-2-5,
    .uk-width-medium-4-10 {
        width: 40%;
    }

    .uk-width-medium-3-5,
    .uk-width-medium-6-10 {
        width: 60%;
    }

    .uk-width-medium-4-5,
    .uk-width-medium-8-10 {
        width: 80%;
    }

    /* Sixths */

    .uk-width-medium-1-6 {
        width: 16.666%;
    }

    .uk-width-medium-5-6 {
        width: 83.333%;
    }

    /* Tenths */

    .uk-width-medium-1-10 {
        width: 10%;
    }

    .uk-width-medium-3-10 {
        width: 30%;
    }

    .uk-width-medium-7-10 {
        width: 70%;
    }

    .uk-width-medium-9-10 {
        width: 90%;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    /* Whole */

    .uk-width-large-1-1 {
        width: 100%;
    }

    /* Halves */

    .uk-width-large-1-2,
    .uk-width-large-2-4,
    .uk-width-large-3-6,
    .uk-width-large-5-10 {
        width: 50%;
    }

    /* Thirds */

    .uk-width-large-1-3,
    .uk-width-large-2-6 {
        width: 33.333%;
    }

    .uk-width-large-2-3,
    .uk-width-large-4-6 {
        width: 66.666%;
    }

    /* Quarters */

    .uk-width-large-1-4 {
        width: 25%;
    }

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

    /* Fifths */

    .uk-width-large-1-5,
    .uk-width-large-2-10 {
        width: 20%;
    }

    .uk-width-large-2-5,
    .uk-width-large-4-10 {
        width: 40%;
    }

    .uk-width-large-3-5,
    .uk-width-large-6-10 {
        width: 60%;
    }

    .uk-width-large-4-5,
    .uk-width-large-8-10 {
        width: 80%;
    }

    /* Sixths */

    .uk-width-large-1-6 {
        width: 16.666%;
    }

    .uk-width-large-5-6 {
        width: 83.333%;
    }

    /* Tenths */

    .uk-width-large-1-10 {
        width: 10%;
    }

    .uk-width-large-3-10 {
        width: 30%;
    }

    .uk-width-large-7-10 {
        width: 70%;
    }

    .uk-width-large-9-10 {
        width: 90%;
    }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    /* Whole */

    .uk-width-xlarge-1-1 {
        width: 100%;
    }

    /* Halves */

    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%;
    }

    /* Thirds */

    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%;
    }

    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%;
    }

    /* Quarters */

    .uk-width-xlarge-1-4 {
        width: 25%;
    }

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

    /* Fifths */

    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%;
    }

    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%;
    }

    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%;
    }

    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%;
    }

    /* Sixths */

    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }

    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }

    /* Tenths */

    .uk-width-xlarge-1-10 {
        width: 10%;
    }

    .uk-width-xlarge-3-10 {
        width: 30%;
    }

    .uk-width-xlarge-7-10 {
        width: 70%;
    }

    .uk-width-xlarge-9-10 {
        width: 90%;
    }
}

/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */

/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */

/* Tablet and bigger */

@media (min-width: 768px) {
    [class*='uk-push-'],
    [class*='uk-pull-'] {
        position: relative;
    }

    /*
     * Push
     */

    /* Halves */

    .uk-push-1-2,
    .uk-push-2-4,
    .uk-push-3-6,
    .uk-push-5-10 {
        left: 50%;
    }

    /* Thirds */

    .uk-push-1-3,
    .uk-push-2-6 {
        left: 33.333%;
    }

    .uk-push-2-3,
    .uk-push-4-6 {
        left: 66.666%;
    }

    /* Quarters */

    .uk-push-1-4 {
        left: 25%;
    }

    .uk-push-3-4 {
        left: 75%;
    }

    /* Fifths */

    .uk-push-1-5,
    .uk-push-2-10 {
        left: 20%;
    }

    .uk-push-2-5,
    .uk-push-4-10 {
        left: 40%;
    }

    .uk-push-3-5,
    .uk-push-6-10 {
        left: 60%;
    }

    .uk-push-4-5,
    .uk-push-8-10 {
        left: 80%;
    }

    /* Sixths */

    .uk-push-1-6 {
        left: 16.666%;
    }

    .uk-push-5-6 {
        left: 83.333%;
    }

    /* Tenths */

    .uk-push-1-10 {
        left: 10%;
    }

    .uk-push-3-10 {
        left: 30%;
    }

    .uk-push-7-10 {
        left: 70%;
    }

    .uk-push-9-10 {
        left: 90%;
    }

    /*
     * Pull
     */

    /* Halves */

    .uk-pull-1-2,
    .uk-pull-2-4,
    .uk-pull-3-6,
    .uk-pull-5-10 {
        left: -50%;
    }

    /* Thirds */

    .uk-pull-1-3,
    .uk-pull-2-6 {
        left: -33.333%;
    }

    .uk-pull-2-3,
    .uk-pull-4-6 {
        left: -66.666%;
    }

    /* Quarters */

    .uk-pull-1-4 {
        left: -25%;
    }

    .uk-pull-3-4 {
        left: -75%;
    }

    /* Fifths */

    .uk-pull-1-5,
    .uk-pull-2-10 {
        left: -20%;
    }

    .uk-pull-2-5,
    .uk-pull-4-10 {
        left: -40%;
    }

    .uk-pull-3-5,
    .uk-pull-6-10 {
        left: -60%;
    }

    .uk-pull-4-5,
    .uk-pull-8-10 {
        left: -80%;
    }

    /* Sixths */

    .uk-pull-1-6 {
        left: -16.666%;
    }

    .uk-pull-5-6 {
        left: -83.333%;
    }

    /* Tenths */

    .uk-pull-1-10 {
        left: -10%;
    }

    .uk-pull-3-10 {
        left: -30%;
    }

    .uk-pull-7-10 {
        left: -70%;
    }

    .uk-pull-9-10 {
        left: -90%;
    }
}

/* ========================================================================
   Component: Panel
 ========================================================================== */

/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */

.uk-panel {
    /* 1 */
    display: block;
    /* 2 */
    position: relative;
}

/*
 * Allow panels to be anchors
 */

.uk-panel,
.uk-panel:hover {
    text-decoration: none;
}

/*
 * Micro clearfix to make panels more robust
 */

.uk-panel:before,
.uk-panel:after {
    content: '';
    display: table;
}

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

/*
 * Remove margin from the last-child if not `uk-widget-title`
 */

.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
}

/* Sub-object: `uk-panel-title`
 ========================================================================== */

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #444;
}

/* Sub-object: `uk-panel-badge`
 ========================================================================== */

.uk-panel-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/* Sub-object: `uk-panel-teaser`
 ========================================================================== */

.uk-panel-teaser {
    margin-bottom: 15px;
}

/* Sub-object: `uk-panel-body`
 ========================================================================== */

.uk-panel-body {
    padding: 15px;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */

.uk-panel-box {
    padding: 15px;
    background: #f5f5f5;
    color: #444;
}

.uk-panel-box-hover:hover {
    color: #444;
}

.uk-panel-box .uk-panel-title {
    color: #444;
}

.uk-panel-box .uk-panel-badge {
    top: 10px;
    right: 10px;
}

.uk-panel-box > .uk-panel-teaser {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

/*
 * Nav in panel
 */

.uk-panel-box > .uk-nav-side {
    margin: 0 -15px;
}

/*
 * Sub-modifier: `uk-panel-box-primary`
 */

.uk-panel-box-primary {
    background-color: #ebf7fd;
    color: #2d7091;
}

.uk-panel-box-primary-hover:hover {
    color: #2d7091;
}

.uk-panel-box-primary .uk-panel-title {
    color: #2d7091;
}

/*
 * Sub-modifier: `uk-panel-box-secondary`
 */

.uk-panel-box-secondary {
    background-color: #eee;
    color: #444;
}

.uk-panel-box-secondary-hover:hover {
    color: #444;
}

.uk-panel-box-secondary .uk-panel-title {
    color: #444;
}

/* Modifier: `uk-panel-hover`
 ========================================================================== */

.uk-panel-hover {
    padding: 15px;
    color: #444;
}

.uk-panel-hover:hover {
    background: #f5f5f5;
    color: #444;
}

.uk-panel-hover .uk-panel-badge {
    top: 10px;
    right: 10px;
}

.uk-panel-hover > .uk-panel-teaser {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

/* Modifier: `uk-panel-header`
 ========================================================================== */

.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #444;
}

/* Modifier: `uk-panel-space`
 ========================================================================== */

.uk-panel-space {
    padding: 30px;
}

.uk-panel-space .uk-panel-badge {
    top: 30px;
    right: 30px;
}

/* Modifier: `uk-panel-divider`
 ========================================================================== */

.uk-panel + .uk-panel-divider {
    margin-top: 50px !important;
}

.uk-panel + .uk-panel-divider:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-panel + .uk-panel-divider {
        margin-top: 70px !important;
    }

    .uk-panel + .uk-panel-divider:before {
        top: -35px;
    }
}

/* ========================================================================
   Component: Block
 ========================================================================== */

.uk-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Phone landscape and bigger */

@media (min-width: 768px) {
    .uk-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*
 * Micro clearfix to make blocks more robust
 */

.uk-block:before,
.uk-block:after {
    content: '';
    display: table;
}

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

/*
 * Remove margin from the last-child
 */

.uk-block > :last-child {
    margin-bottom: 0;
}

/* Padding Modifier
 ========================================================================== */

/*
 * Large padding
 */

.uk-block-large {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Tablets and bigger */

@media (min-width: 768px) {
    .uk-block-large {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-block-large {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Color Modifier
 ========================================================================== */

/*
 * Default
 */

.uk-block-default {
    background: #fff;
}

/*
 * Muted
 */

.uk-block-muted {
    background: #f9f9f9;
}

/*
 * Primary
 */

.uk-block-primary {
    background: #00a8e6;
}

/*
 * Secondary
 */

.uk-block-secondary {
    background: #222;
}

/* ========================================================================
   Component: Article
 ========================================================================== */

/*
 * Micro clearfix to make articles more robust
 */

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

/*
 * Vertical gutter for articles
 */

.uk-article + .uk-article {
    margin-top: 25px;
}

/* Sub-object `uk-article-title`
 ========================================================================== */

.uk-article-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-transform: none;
}

.uk-article-title a {
    color: inherit;
    text-decoration: none;
}

/* Sub-object `uk-article-meta`
 ========================================================================== */

.uk-article-meta {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

/* Sub-object `uk-article-lead`
 ========================================================================== */

.uk-article-lead {
    color: #444;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

/* Sub-object `uk-article-divider`
 ========================================================================== */

.uk-article-divider {
    margin-bottom: 25px;
    border-color: #ddd;
}

* + .uk-article-divider {
    margin-top: 25px;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */

/* Sub-object `uk-comment-header`
 ========================================================================== */

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

/*
 * Micro clearfix
 */

.uk-comment-header:before,
.uk-comment-header:after {
    content: '';
    display: table;
}

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

/* Sub-object `uk-comment-avatar`
 ========================================================================== */

.uk-comment-avatar {
    margin-right: 15px;
    float: left;
}

/* Sub-object `uk-comment-title`
 ========================================================================== */

.uk-comment-title {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}

/* Sub-object `uk-comment-meta`
 ========================================================================== */

.uk-comment-meta {
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #999;
}

/* Sub-object `uk-comment-body`
 ========================================================================== */

/*
 * Remove margin from the last-child
 */

.uk-comment-body > :last-child {
    margin-bottom: 0;
}

/* Sub-object `uk-comment-list`
 ========================================================================== */

.uk-comment-list {
    padding: 0;
    list-style: none;
}

.uk-comment-list .uk-comment + ul {
    margin: 15px 0 0 0;
    list-style: none;
}

.uk-comment-list > li:nth-child(n + 2),
.uk-comment-list .uk-comment + ul > li:nth-child(n + 2) {
    margin-top: 15px;
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-comment-list .uk-comment + ul {
        padding-left: 100px;
    }
}

/* Modifier `uk-comment-primary`
 ========================================================================== */

/* ========================================================================
   Component: Cover
 ========================================================================== */

/*
 * Background image always covers and centers its element
 */

.uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */

/* 1 */

.uk-cover {
    overflow: hidden;
}

.uk-cover-object {
    /* 2 */
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /* 3 */
    max-width: none;
    /* 4 */
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*
 * To center iframes use `data-uk-cover` JavaScript
 */

[data-uk-cover] {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ========================================================================
   Component: Nav
 ========================================================================== */

.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
 * Items
 */

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

.uk-nav > li > a {
    padding: 5px 15px;
}

/*
 * Nested items
 */

.uk-nav ul {
    padding-left: 15px;
}

.uk-nav ul a {
    padding: 2px 0;
}

/*
 * Item subtitle
 */

.uk-nav li > a > div {
    font-size: 12px;
    line-height: 18px;
}

/* Sub-object: `uk-nav-header`
 ========================================================================== */

.uk-nav-header {
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

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

/* Sub-object: `uk-nav-divider`
 ========================================================================== */

.uk-nav-divider {
    margin: 9px 15px;
}

/* Sub-object: `uk-nav-sub`
 ========================================================================== */

/*
 * `ul` needed for higher specificity to override padding
 */

ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
}

/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */

.uk-nav-parent-icon > .uk-parent > a:after {
    content: '\F104';
    width: 20px;
    margin-right: -10px;
    float: right;
    font-family: FontAwesome;
    text-align: center;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: '\F107';
}

/* Modifier `uk-nav-side`
 ========================================================================== */

/*
 * Items
 */

.uk-nav-side > li > a {
    color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #444;
    /* 2 */
    outline: none;
}

/* Active */

.uk-nav-side > li.uk-active > a {
    background: #00a8e6;
    color: #fff;
}

/*
 * Sub-object: `uk-nav-header`
 */

.uk-nav-side .uk-nav-header {
    color: #444;
}

/*
 * Sub-object: `uk-nav-divider`
 */

.uk-nav-side .uk-nav-divider {
    border-top: 1px solid #ddd;
}

/*
 * Nested items
 */

.uk-nav-side ul a {
    color: #07d;
}

.uk-nav-side ul a:hover {
    color: #059;
}

/* Modifier `uk-nav-dropdown`
 ========================================================================== */

/*
 * Items
 */

.uk-nav-dropdown > li > a {
    color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
    background: #00a8e6;
    color: #fff;
    /* 2 */
    outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */

.uk-nav-dropdown .uk-nav-header {
    color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */

.uk-nav-dropdown .uk-nav-divider {
    border-top: 1px solid #ddd;
}

/*
 * Nested items
 */

.uk-nav-dropdown ul a {
    color: #07d;
}

.uk-nav-dropdown ul a:hover {
    color: #059;
}

/* Modifier `uk-nav-navbar`
 ========================================================================== */

/*
 * Items
 */

.uk-nav-navbar > li > a {
    color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
    background: #00a8e6;
    color: #fff;
    /* 2 */
    outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */

.uk-nav-navbar .uk-nav-header {
    color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */

.uk-nav-navbar .uk-nav-divider {
    border-top: 1px solid #ddd;
}

/*
 * Nested items
 */

.uk-nav-navbar ul a {
    color: #07d;
}

.uk-nav-navbar ul a:hover {
    color: #059;
}

/* Modifier `uk-nav-offcanvas`
 ========================================================================== */

/*
 * Items
 */

.uk-nav-offcanvas > li > a {
    color: #ccc;
    padding: 10px 15px;
}

/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #404040;
    color: #fff;
    /* 2 */
    outline: none;
}

/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #1a1a1a;
    color: #fff;
}

/*
 * Sub-object: `uk-nav-header`
 */

.uk-nav-offcanvas .uk-nav-header {
    color: #777;
}

/*
 * Sub-object: `uk-nav-divider`
 */

.uk-nav-offcanvas .uk-nav-divider {
    border-top: 1px solid #1a1a1a;
}

/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */

.uk-nav-offcanvas ul a {
    color: #ccc;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #fff;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */

.uk-navbar {
    background: #eee;
    color: #444;
}

/*
 * Micro clearfix
 */

.uk-navbar:before,
.uk-navbar:after {
    content: '';
    display: table;
}

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

/* Sub-object: `uk-navbar-nav`
 ========================================================================== */

.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

/*
 * 1. Create position context for dropdowns
 */

.uk-navbar-nav > li {
    float: left;
    /* 1 */
    position: relative;
}

/*
 * 1. Dimensions
 * 2. Style
 */

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    /* 1 */
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    /* 2 */
    color: #444;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* Appear not as link */

.uk-navbar-nav > li > a[href='#'] {
    cursor: text;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background-color: #f5f5f5;
    color: #444;
    /* 3 */
    outline: none;
}

/* OnClick */

.uk-navbar-nav > li > a:active {
    background-color: #ddd;
    color: #444;
}

/* Active */

.uk-navbar-nav > li.uk-active > a {
    background-color: #f5f5f5;
    color: #444;
}

/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */

.uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 28px;
}

.uk-navbar-nav-subtitle > div {
    margin-top: -6px;
    font-size: 10px;
    line-height: 12px;
}

/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */

/*
 * Imitate navbar items
 */

.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 15px;
    float: left;
}

/*
 * Helper to center all child elements vertically
 */

.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Sub-objects: `uk-navbar-content`
 ========================================================================== */

/*
 * Better sibling spacing
 */

.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
    padding-left: 0;
}

/*
 * Link colors
 */

.uk-navbar-content > a:not([class]) {
    color: #07d;
}

.uk-navbar-content > a:not([class]):hover {
    color: #059;
}

/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */

.uk-navbar-brand {
    font-size: 18px;
    color: #444;
    text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
    color: #444;
    text-decoration: none;
    /* 2 */
    outline: none;
}

/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */

.uk-navbar-toggle {
    font-size: 18px;
    color: #444;
    text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #444;
    text-decoration: none;
    /* 2 */
    outline: none;
}

/*
 * 1. Center icon vertically
 */

.uk-navbar-toggle:after {
    content: '\F0C9';
    font-family: FontAwesome;
    /* 1 */
    vertical-align: middle;
}

.uk-navbar-toggle-alt:after {
    content: '\F002';
}

/* Sub-object: `uk-navbar-center`
 ========================================================================== */

/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */

.uk-navbar-center {
    float: none;
    text-align: center;
    /* 1 */
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* Sub-object: `uk-navbar-flip`
 ========================================================================== */

.uk-navbar-flip {
    float: right;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */

/*
 * 1. Gutter
 * 2. Remove default list style
 */

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    /* 1 */
    margin-left: -10px;
    margin-top: -10px;
    /* 2 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */

.uk-subnav > * {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 10px;
    margin-top: 10px;
    /* 3 */
    position: relative;
}

/*
 * DEPRECATED IE9 Support
 */

.uk-subnav:before,
.uk-subnav:after {
    content: '';
    display: block;
    overflow: hidden;
}

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

.uk-subnav > * {
    float: left;
}

/* Items
 ========================================================================== */

.uk-subnav > * > * {
    display: inline-block;
    color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */

.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
    color: #07d;
    text-decoration: none;
}

/*
 * Active
 */

.uk-subnav > .uk-active > * {
    color: #07d;
}

/* Modifier: 'subnav-line'
 ========================================================================== */

.uk-subnav-line > :before {
    content: '';
    display: inline-block;
    height: 10px;
    vertical-align: middle;
}

.uk-subnav-line > :nth-child(n + 2):before {
    margin-right: 10px;
    border-left: 1px solid #ddd;
}

/* Modifier: 'subnav-pill'
 ========================================================================== */

.uk-subnav-pill > * > * {
    padding: 3px 9px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
    background: #eee;
    color: #444;
    text-decoration: none;
    /* 2 */
    outline: none;
}

/*
 * Active
 * `li` needed for higher specificity to override hover
 */

.uk-subnav-pill > .uk-active > * {
    background: #00a8e6;
    color: #fff;
}

/* Disabled state
 ========================================================================== */

.uk-subnav > .uk-disabled > * {
    background: none;
    color: #999;
    text-decoration: none;
    cursor: text;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */

/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */

.uk-breadcrumb {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    font-size: 0.001px;
}

/* Items
 ========================================================================== */

/*
 * Reset whitespace hack
 */

.uk-breadcrumb > li {
    font-size: 1rem;
    vertical-align: top;
}

.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
    display: inline-block;
}

.uk-breadcrumb > li:nth-child(n + 2):before {
    content: '/';
    display: inline-block;
    margin: 0 8px;
}

/*
 * Disabled
 */

.uk-breadcrumb > li:not(.uk-active) > span {
    color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */

/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */

.uk-pagination {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    text-align: center;
    /* 3 */
    font-size: 0.001px;
}

/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */

.uk-pagination:before,
.uk-pagination:after {
    content: '';
    display: table;
}

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

/* Items
 ========================================================================== */

/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */

.uk-pagination > li {
    display: inline-block;
    /* 1 */
    font-size: 1rem;
    /* 2 */
    vertical-align: top;
}

.uk-pagination > li:nth-child(n + 2) {
    margin-left: 5px;
}

/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */

.uk-pagination > li > a,
.uk-pagination > li > span {
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    text-align: center;
}

/*
 * Links
 */

.uk-pagination > li > a {
    background: #eee;
    color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
    background-color: #f5f5f5;
    color: #444;
    /* 2 */
    outline: none;
}

/* OnClick */

.uk-pagination > li > a:active {
    background-color: #ddd;
    color: #444;
}

/*
 * Active
 */

.uk-pagination > .uk-active > span {
    background: #00a8e6;
    color: #fff;
}

/*
 * Disabled
 */

.uk-pagination > .uk-disabled > span {
    background-color: #f5f5f5;
    color: #999;
}

/* Previous and next navigation
 ========================================================================== */

.uk-pagination-previous {
    float: left;
}

.uk-pagination-next {
    float: right;
}

/* Alignment modifiers
 ========================================================================== */

.uk-pagination-left {
    text-align: left;
}

.uk-pagination-right {
    text-align: right;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */

.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

/*
 * Micro clearfix on the deepest container
 */

.uk-tab:before,
.uk-tab:after {
    content: '';
    display: table;
}

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

/*
 * Items
 * 1. Create position context for dropdowns
 */

.uk-tab > li {
    margin-bottom: -1px;
    float: left;
    /* 1 */
    position: relative;
}

.uk-tab > li > a {
    display: block;
    padding: 8px 12px 8px 12px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: #07d;
    text-decoration: none;
}

.uk-tab > li:nth-child(n + 2) > a {
    margin-left: 5px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */

.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #059;
    /* 2 */
    outline: none;
}

.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: 1px;
    padding-bottom: 7px;
}

/* Active */

.uk-tab > li.uk-active > a {
    border-color: #ddd;
    border-bottom-color: transparent;
    background: #fff;
    color: #444;
}

/* Disabled */

.uk-tab > li.uk-disabled > a {
    color: #999;
    cursor: text;
}

.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
    background: none;
    border-color: transparent;
}

/* Modifier: 'tab-flip'
 ========================================================================== */

.uk-tab-flip > li {
    float: right;
}

.uk-tab-flip > li:nth-child(n + 2) > a {
    margin-left: 0;
    margin-right: 5px;
}

/* Modifier: 'tab-responsive'
 ========================================================================== */

.uk-tab > li.uk-tab-responsive > a {
    margin-left: 0;
    margin-right: 0;
}

/*
 * Icon
 */

.uk-tab-responsive > a:before {
    content: '\F0C9\A0';
    font-family: FontAwesome;
}

/* Modifier: 'tab-center'
 ========================================================================== */

.uk-tab-center {
    border-bottom: 1px solid #ddd;
}

.uk-tab-center-bottom {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

.uk-tab-center:before,
.uk-tab-center:after {
    content: '';
    display: table;
}

.uk-tab-center:after {
    clear: both;
}

/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */

.uk-tab-center .uk-tab {
    position: relative;
    right: 50%;
    border: none;
    float: right;
}

.uk-tab-center .uk-tab > li {
    position: relative;
    right: -50%;
}

.uk-tab-center .uk-tab > li > a {
    text-align: center;
}

/* Modifier: 'tab-bottom'
 ========================================================================== */

.uk-tab-bottom {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

.uk-tab-bottom > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.uk-tab-bottom > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-top-width: 0;
}

.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-top: 7px;
}

.uk-tab-bottom > li.uk-active > a {
    border-top-color: transparent;
    border-bottom-color: #ddd;
}

/* Modifier: 'tab-grid'
 ========================================================================== */

/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */

.uk-tab-grid {
    margin-left: -5px;
    border-bottom: none;
    /* 1 */
    position: relative;
    z-index: 0;
}

.uk-tab-grid:before {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #ddd;
    /* 1 */
    z-index: -1;
}

.uk-tab-grid > li:first-child > a {
    margin-left: 5px;
}

.uk-tab-grid > li > a {
    text-align: center;
}

/*
 * If `uk-tab-bottom`
 */

.uk-tab-grid.uk-tab-bottom {
    border-top: none;
}

.uk-tab-grid.uk-tab-bottom:before {
    top: -1px;
    bottom: auto;
}

/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-tab-left,
    .uk-tab-right {
        border-bottom: none;
    }

    .uk-tab-left > li,
    .uk-tab-right > li {
        margin-bottom: -1px;
        float: none;
    }

    .uk-tab-left > li > a,
    .uk-tab-right > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .uk-tab-left > li:nth-child(n + 2) > a,
    .uk-tab-right > li:nth-child(n + 2) > a {
        margin-left: 0;
        margin-top: 5px;
    }

    .uk-tab-left > li.uk-active > a,
    .uk-tab-right > li.uk-active > a {
        border-color: #ddd;
    }

    /*
     * Modifier: 'tab-left'
     */

    .uk-tab-left {
        border-right: 1px solid #ddd;
    }

    .uk-tab-left > li {
        margin-right: -1px;
    }

    .uk-tab-left > li > a {
        border-bottom-width: 1px;
        border-right-width: 0;
    }

    .uk-tab-left > li:not(.uk-active) > a:hover,
    .uk-tab-left > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-right: 1px;
        padding-bottom: 8px;
        padding-right: 11px;
    }

    .uk-tab-left > li.uk-active > a {
        border-right-color: transparent;
    }

    /*
     * Modifier: 'tab-right'
     */

    .uk-tab-right {
        border-left: 1px solid #ddd;
    }

    .uk-tab-right > li {
        margin-left: -1px;
    }

    .uk-tab-right > li > a {
        border-bottom-width: 1px;
        border-left-width: 0;
    }

    .uk-tab-right > li:not(.uk-active) > a:hover,
    .uk-tab-right > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-left: 1px;
        padding-bottom: 8px;
        padding-left: 11px;
    }

    .uk-tab-right > li.uk-active > a {
        border-left-color: transparent;
    }
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */

/*
 * 1. Gutter
 * 2. Remove default list style
 */

.uk-thumbnav {
    display: flex;
    flex-wrap: wrap;
    /* 1 */
    margin-left: -10px;
    margin-top: -10px;
    /* 2 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */

.uk-thumbnav > * {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 10px;
    margin-top: 10px;
}

/*
 * DEPRECATED IE9 Support
 */

.uk-thumbnav:before,
.uk-thumbnav:after {
    content: '';
    display: block;
    overflow: hidden;
}

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

.uk-thumbnav > * {
    float: left;
}

/* Items
 ========================================================================== */

.uk-thumbnav > * > * {
    display: block;
    background: #fff;
}

.uk-thumbnav > * > * > img {
    opacity: 0.7;
    transition: opacity 0.15s linear;
}

/*
 * Hover
 */

.uk-thumbnav > * > :hover > img,
.uk-thumbnav > * > :focus > img {
    opacity: 1;
}

/*
 * Active
 */

.uk-thumbnav > .uk-active > * > img {
    opacity: 1;
}

/* ========================================================================
   Component: List
 ========================================================================== */

.uk-list {
    padding: 0;
    list-style: none;
}

/*
 * Micro clearfix to make list more robust
 */

.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: 20px;
    list-style: none;
}

/* Modifier: `uk-list-line`
 ========================================================================== */

.uk-list-line > li:nth-child(n + 2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

/* Modifier: `uk-list-striped`
 ========================================================================== */

.uk-list-striped > li {
    padding: 5px 5px;
}

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

/* Modifier: `uk-list-space`
 ========================================================================== */

.uk-list-space > li:nth-child(n + 2) {
    margin-top: 10px;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */

/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-description-list-horizontal {
        overflow: hidden;
    }

    .uk-description-list-horizontal > dt {
        width: 160px;
        float: left;
        clear: both;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .uk-description-list-horizontal > dd {
        margin-left: 180px;
    }
}

/* Modifier: `uk-description-list-line`
 ========================================================================== */

.uk-description-list-line > dt {
    font-weight: normal;
}

.uk-description-list-line > dt:nth-child(n + 2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.uk-description-list-line > dd {
    color: #999;
}

/* ========================================================================
   Component: Table
 ========================================================================== */

/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */

.uk-table {
    /* 1 */
    border-collapse: collapse;
    border-spacing: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    margin-bottom: 15px;
}

/*
 * Add margin if adjacent element
 */

* + .uk-table {
    margin-top: 15px;
}

.uk-table th,
.uk-table td {
    padding: 8px 8px;
}

/*
 * Set alignment
 */

.uk-table th {
    text-align: left;
}

.uk-table td {
    vertical-align: top;
}

.uk-table thead th {
    vertical-align: bottom;
}

/*
 * Caption and footer
 */

.uk-table caption,
.uk-table tfoot {
    font-size: 12px;
    font-style: italic;
}

.uk-table caption {
    text-align: left;
    color: #999;
}

/*
 * Active State
 */

.uk-table tbody tr.uk-active {
    background: #eee;
}

/* Sub-modifier: `uk-table-middle`
 ========================================================================== */

.uk-table-middle,
.uk-table-middle td {
    vertical-align: middle !important;
}

/* Modifier: `uk-table-striped`
 ========================================================================== */

.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5;
}

/* Modifier: `uk-table-condensed`
 ========================================================================== */

.uk-table-condensed td {
    padding: 4px 8px;
}

/* Modifier: `uk-table-hover`
 ========================================================================== */

.uk-table-hover tbody tr:hover {
    background: #eee;
}

/* ========================================================================
   Component: Form
 ========================================================================== */

/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `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. Correct `font` properties and `color` not being inherited.
 */

.uk-form input,
.uk-form select,
.uk-form textarea {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    /* 3 */
    border-radius: 0;
    /* 4 */
    font: inherit;
    color: inherit;
}

/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */

.uk-form select {
    text-transform: none;
}

/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */

.uk-form optgroup {
    /* 1 */
    font: inherit;
    /* 2 */
    font-weight: bold;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

.uk-form input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * Removes excess padding in IE 8/9/10.
 */

.uk-form input[type='checkbox'],
.uk-form input[type='radio'] {
    padding: 0;
}

/*
 * Improves consistency of cursor style for clickable elements
 */

.uk-form input[type='checkbox']:not(:disabled),
.uk-form input[type='radio']:not(:disabled) {
    cursor: pointer;
}

/*
 * Remove default style in iOS.
 */

.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type='text'],
.uk-form input[type='password'],
.uk-form input[type='email'],
.uk-form input[type='url'],
.uk-form input[type='search'],
.uk-form input[type='tel'],
.uk-form input[type='number'],
.uk-form input[type='datetime'] {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */

.uk-form input[type='search']::-webkit-search-cancel-button,
.uk-form input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

.uk-form input[type='number']::-webkit-inner-spin-button,
.uk-form input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/*
 * Define consistent border, margin, and padding.
 */

.uk-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */

.uk-form textarea {
    /* 1 */
    overflow: auto;
    /* 2 */
    vertical-align: top;
}

/*
 * Removes placeholder transparency in Firefox.
 */

.uk-form ::-moz-placeholder {
    opacity: 1;
}

/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */

.uk-form :invalid {
    box-shadow: none;
}

/*
 * Vertical alignment
 */

.uk-form input:not([type='radio']):not([type='checkbox']),
.uk-form select {
    vertical-align: middle;
}

/* Style
 ========================================================================== */

/*
 * Remove margin from the last-child
 */

.uk-form > :last-child {
    margin-bottom: 0;
}

/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type='text'],
.uk-form input[type='password'],
.uk-form input[type='datetime'],
.uk-form input[type='datetime-local'],
.uk-form input[type='date'],
.uk-form input[type='month'],
.uk-form input[type='time'],
.uk-form input[type='week'],
.uk-form input[type='number'],
.uk-form input[type='email'],
.uk-form input[type='url'],
.uk-form input[type='search'],
.uk-form input[type='tel'],
.uk-form input[type='color'] {
    /* 1 */
    height: 30px;
    /* 2 */
    max-width: 100%;
    /* 3 */
    padding: 4px 6px;
    /* 4 */
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all 0.2s linear;
    transition-property: border, background, color, box-shadow, padding;
}

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type='text']:focus,
.uk-form input[type='password']:focus,
.uk-form input[type='datetime']:focus,
.uk-form input[type='datetime-local']:focus,
.uk-form input[type='date']:focus,
.uk-form input[type='month']:focus,
.uk-form input[type='time']:focus,
.uk-form input[type='week']:focus,
.uk-form input[type='number']:focus,
.uk-form input[type='email']:focus,
.uk-form input[type='url']:focus,
.uk-form input[type='search']:focus,
.uk-form input[type='tel']:focus,
.uk-form input[type='color']:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
}

.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type='text']:disabled,
.uk-form input[type='password']:disabled,
.uk-form input[type='datetime']:disabled,
.uk-form input[type='datetime-local']:disabled,
.uk-form input[type='date']:disabled,
.uk-form input[type='month']:disabled,
.uk-form input[type='time']:disabled,
.uk-form input[type='week']:disabled,
.uk-form input[type='number']:disabled,
.uk-form input[type='email']:disabled,
.uk-form input[type='url']:disabled,
.uk-form input[type='search']:disabled,
.uk-form input[type='tel']:disabled,
.uk-form input[type='color']:disabled {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #999;
}

/*
 * Placeholder
 */

.uk-form :-ms-input-placeholder {
    color: #999 !important;
}

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

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

.uk-form :disabled:-ms-input-placeholder {
    color: #999 !important;
}

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

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

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */

.uk-form legend {
    /* 1 */
    width: 100%;
    /* 2 */
    border: 0;
    /* 3 */
    padding: 0;
    /* 4 */
    padding-bottom: 15px;
    /* 5 */
    font-size: 18px;
    line-height: 30px;
}

/*
 * 1. Fixes IE9
 */

.uk-form legend:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ddd;
    /* 1 */
    width: 100%;
}

/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */

select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
    height: 25px;
    padding: 3px 3px;
    font-size: 12px;
}

select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
    height: 40px;
    padding: 8px 6px;
    font-size: 16px;
}

/* Reset height
 * Must be after size modifiers
 ========================================================================== */

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

/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */

/*
 * Error state
 */

.uk-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}

/*
 * Success state
 */

.uk-form-success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #659f13 !important;
}

/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */

/*
 * Blank form
 */

.uk-form-blank {
    border-color: transparent !important;
    border-style: dashed !important;
    background: none !important;
}

.uk-form-blank:focus {
    border-color: #ddd !important;
}

/* Size sub-modifiers
 ========================================================================== */

/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */

input.uk-form-width-mini {
    width: 40px;
}

select.uk-form-width-mini {
    width: 65px;
}

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

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

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

/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */

/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */

.uk-form-row:before,
.uk-form-row:after {
    content: '';
    display: table;
}

.uk-form-row:after {
    clear: both;
}

/*
 * Vertical gutter
 */

.uk-form-row + .uk-form-row {
    margin-top: 15px;
}

/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */

.uk-form-help-inline {
    display: inline-block;
    margin: 0 0 0 10px;
}

.uk-form-help-block {
    margin: 5px 0 0 0;
}

/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */

/*
 * Remove margins
 */

.uk-form-controls > :first-child {
    margin-top: 0;
}

.uk-form-controls > :last-child {
    margin-bottom: 0;
}

/*
 * Group controls and text into blocks with a small spacing between blocks
 */

.uk-form-controls-condensed {
    margin: 5px 0;
}

/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */

/* Tablet portrait and smaller */

@media (max-width: 959px) {
    /* Behave like `uk-form-stacked` */

    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 5px;
        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: 5px;
    }
}

/* Sub-object: `uk-form-icon`
 ========================================================================== */

/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */

.uk-form-icon {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
}

/*
 * 1. Make form element clickable through icon
 */

.uk-form-icon > [class*='uk-icon-'] {
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -7px;
    font-size: 14px;
    color: #999;
    text-align: center;
    /* 1 */
    pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip) > input {
    padding-left: 30px !important;
}

/*
 * Sub-modifier: `uk-form-icon-flip`
 */

.uk-form-icon-flip > [class*='uk-icon-'] {
    right: 0;
}

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

/* ========================================================================
   Component: Button
 ========================================================================== */

/*
 * Removes inner padding and border in Firefox 4+.
 */

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */

.uk-button {
    /* 1 */
    -webkit-appearance: none;
    /* 2 */
    margin: 0;
    /* 3 */
    border: none;
    /* 4 */
    overflow: visible;
    /* 5 */
    font: inherit;
    color: #444;
    /* 6 */
    text-transform: none;
    /* 7 */
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #eee;
    vertical-align: middle;
    /* 8 */
    line-height: 30px;
    /* 9 */
    min-height: 30px;
    /* 10 */
    font-size: 1rem;
    /* 11 */
    text-decoration: none;
    text-align: center;
}

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

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */

.uk-button:hover,
.uk-button:focus {
    background-color: #f5f5f5;
    color: #444;
    /* 2 */
    outline: none;
    /* 3 */
    text-decoration: none;
}

/* Active */

.uk-button:active,
.uk-button.uk-active {
    background-color: #ddd;
    color: #444;
}

/* Color modifiers
 ========================================================================== */

/*
 * Modifier: `uk-button-primary`
 */

.uk-button-primary {
    background-color: #00a8e6;
    color: #fff;
}

/* Hover */

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #35b3ee;
    color: #fff;
}

/* Active */

.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #0091ca;
    color: #fff;
}

/*
 * Modifier: `uk-button-success`
 */

.uk-button-success {
    background-color: #8cc14c;
    color: #fff;
}

/* Hover */

.uk-button-success:hover,
.uk-button-success:focus {
    background-color: #8ec73b;
    color: #fff;
}

/* Active */

.uk-button-success:active,
.uk-button-success.uk-active {
    background-color: #72ae41;
    color: #fff;
}

/*
 * Modifier: `uk-button-danger`
 */

.uk-button-danger {
    background-color: #da314b;
    color: #fff;
}

/* Hover */

.uk-button-danger:hover,
.uk-button-danger:focus {
    background-color: #e4354f;
    color: #fff;
}

/* Active */

.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #c91032;
    color: #fff;
}

/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */

/* Equal for all button types */

.uk-button:disabled {
    background-color: #f5f5f5;
    color: #999;
}

/* Modifier: `uk-button-link`
 ========================================================================== */

/* Reset */

.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
    border-color: transparent;
    background: none;
}

/* Color */

.uk-button-link {
    color: #07d;
}

.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
    color: #059;
    text-decoration: underline;
}

.uk-button-link:disabled {
    color: #999;
}

/* Focus */

.uk-button-link:focus {
    outline: 1px dotted;
}

/* Size modifiers
 ========================================================================== */

.uk-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 20px;
    font-size: 11px;
}

.uk-button-small {
    min-height: 25px;
    padding: 0 10px;
    line-height: 25px;
    font-size: 12px;
}

.uk-button-large {
    min-height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
}

/* Sub-object `uk-button-group`
 ========================================================================== */

/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */

.uk-button-group {
    /* 1 */
    display: inline-block;
    vertical-align: middle;
    /* 2 */
    position: relative;
    /* 3 */
    font-size: 0.001px;
    /* 4 */
    white-space: nowrap;
}

.uk-button-group > * {
    display: inline-block;
}

/* 5 */

.uk-button-group .uk-button {
    vertical-align: top;
}

/* Sub-object: `uk-button-dropdown`
 ========================================================================== */

/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */

.uk-button-dropdown {
    /* 1 */
    display: inline-block;
    vertical-align: middle;
    /* 2 */
    position: relative;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */

@font-face {
    font-family: 'FontAwesome';
    src: url(/vendor/rvsitebuilder/wysiwyg/fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'),
        url(/vendor/rvsitebuilder/wysiwyg/fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'),
        url(/vendor/rvsitebuilder/wysiwyg/fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */

[class*='uk-icon-'] {
    font-family: FontAwesome;
    /* 1 */
    display: inline-block;
    /* 2 */
    font-weight: normal;
    font-style: normal;
    /* 4 */
    line-height: 1;
    /* 5 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 6 */

[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
    text-decoration: none;
}

/* Size modifiers
 ========================================================================== */

.uk-icon-small {
    font-size: 150%;
    vertical-align: -10%;
}

.uk-icon-medium {
    font-size: 200%;
    vertical-align: -16%;
}

.uk-icon-large {
    font-size: 250%;
    vertical-align: -22%;
}

/* Modifier: `uk-icon-justify`
 ========================================================================== */

.uk-icon-justify {
    width: 1em;
    text-align: center;
}

/* Modifier: `uk-icon-spin`
 ========================================================================== */

.uk-icon-spin {
    display: inline-block;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}

/* Modifier: `uk-icon-hover`
 ========================================================================== */

.uk-icon-hover {
    color: #999;
}

/*
 * Hover
 */

.uk-icon-hover:hover {
    color: #444;
}

/* Modifier: `uk-icon-button`
 ========================================================================== */

.uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #eee;
    line-height: 35px;
    color: #444;
    font-size: 18px;
    text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.uk-icon-button:hover,
.uk-icon-button:focus {
    background-color: #f5f5f5;
    color: #444;
    /* 2 */
    outline: none;
}

/* Active */

.uk-icon-button:active {
    background-color: #ddd;
    color: #444;
}

/* Icon mapping
 ========================================================================== */

.uk-icon-glass:before {
    content: '\F000';
}

.uk-icon-music:before {
    content: '\F001';
}

.uk-icon-search:before {
    content: '\F002';
}

.uk-icon-envelope-o:before {
    content: '\F003';
}

.uk-icon-heart:before {
    content: '\F004';
}

.uk-icon-star:before {
    content: '\F005';
}

.uk-icon-star-o:before {
    content: '\F006';
}

.uk-icon-user:before {
    content: '\F007';
}

.uk-icon-film:before {
    content: '\F008';
}

.uk-icon-th-large:before {
    content: '\F009';
}

.uk-icon-th:before {
    content: '\F00A';
}

.uk-icon-th-list:before {
    content: '\F00B';
}

.uk-icon-check:before {
    content: '\F00C';
}

.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
    content: '\F00D';
}

.uk-icon-search-plus:before {
    content: '\F00E';
}

.uk-icon-search-minus:before {
    content: '\F010';
}

.uk-icon-power-off:before {
    content: '\F011';
}

.uk-icon-signal:before {
    content: '\F012';
}

.uk-icon-gear:before,
.uk-icon-cog:before {
    content: '\F013';
}

.uk-icon-trash-o:before {
    content: '\F014';
}

.uk-icon-home:before {
    content: '\F015';
}

.uk-icon-file-o:before {
    content: '\F016';
}

.uk-icon-clock-o:before {
    content: '\F017';
}

.uk-icon-road:before {
    content: '\F018';
}

.uk-icon-download:before {
    content: '\F019';
}

.uk-icon-arrow-circle-o-down:before {
    content: '\F01A';
}

.uk-icon-arrow-circle-o-up:before {
    content: '\F01B';
}

.uk-icon-inbox:before {
    content: '\F01C';
}

.uk-icon-play-circle-o:before {
    content: '\F01D';
}

.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
    content: '\F01E';
}

.uk-icon-refresh:before {
    content: '\F021';
}

.uk-icon-list-alt:before {
    content: '\F022';
}

.uk-icon-lock:before {
    content: '\F023';
}

.uk-icon-flag:before {
    content: '\F024';
}

.uk-icon-headphones:before {
    content: '\F025';
}

.uk-icon-volume-off:before {
    content: '\F026';
}

.uk-icon-volume-down:before {
    content: '\F027';
}

.uk-icon-volume-up:before {
    content: '\F028';
}

.uk-icon-qrcode:before {
    content: '\F029';
}

.uk-icon-barcode:before {
    content: '\F02A';
}

.uk-icon-tag:before {
    content: '\F02B';
}

.uk-icon-tags:before {
    content: '\F02C';
}

.uk-icon-book:before {
    content: '\F02D';
}

.uk-icon-bookmark:before {
    content: '\F02E';
}

.uk-icon-print:before {
    content: '\F02F';
}

.uk-icon-camera:before {
    content: '\F030';
}

.uk-icon-font:before {
    content: '\F031';
}

.uk-icon-bold:before {
    content: '\F032';
}

.uk-icon-italic:before {
    content: '\F033';
}

.uk-icon-text-height:before {
    content: '\F034';
}

.uk-icon-text-width:before {
    content: '\F035';
}

.uk-icon-align-left:before {
    content: '\F036';
}

.uk-icon-align-center:before {
    content: '\F037';
}

.uk-icon-align-right:before {
    content: '\F038';
}

.uk-icon-align-justify:before {
    content: '\F039';
}

.uk-icon-list:before {
    content: '\F03A';
}

.uk-icon-dedent:before,
.uk-icon-outdent:before {
    content: '\F03B';
}

.uk-icon-indent:before {
    content: '\F03C';
}

.uk-icon-video-camera:before {
    content: '\F03D';
}

.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
    content: '\F03E';
}

.uk-icon-pencil:before {
    content: '\F040';
}

.uk-icon-map-marker:before {
    content: '\F041';
}

.uk-icon-adjust:before {
    content: '\F042';
}

.uk-icon-tint:before {
    content: '\F043';
}

.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
    content: '\F044';
}

.uk-icon-share-square-o:before {
    content: '\F045';
}

.uk-icon-check-square-o:before {
    content: '\F046';
}

.uk-icon-arrows:before {
    content: '\F047';
}

.uk-icon-step-backward:before {
    content: '\F048';
}

.uk-icon-fast-backward:before {
    content: '\F049';
}

.uk-icon-backward:before {
    content: '\F04A';
}

.uk-icon-play:before {
    content: '\F04B';
}

.uk-icon-pause:before {
    content: '\F04C';
}

.uk-icon-stop:before {
    content: '\F04D';
}

.uk-icon-forward:before {
    content: '\F04E';
}

.uk-icon-fast-forward:before {
    content: '\F050';
}

.uk-icon-step-forward:before {
    content: '\F051';
}

.uk-icon-eject:before {
    content: '\F052';
}

.uk-icon-chevron-left:before {
    content: '\F053';
}

.uk-icon-chevron-right:before {
    content: '\F054';
}

.uk-icon-plus-circle:before {
    content: '\F055';
}

.uk-icon-minus-circle:before {
    content: '\F056';
}

.uk-icon-times-circle:before {
    content: '\F057';
}

.uk-icon-check-circle:before {
    content: '\F058';
}

.uk-icon-question-circle:before {
    content: '\F059';
}

.uk-icon-info-circle:before {
    content: '\F05A';
}

.uk-icon-crosshairs:before {
    content: '\F05B';
}

.uk-icon-times-circle-o:before {
    content: '\F05C';
}

.uk-icon-check-circle-o:before {
    content: '\F05D';
}

.uk-icon-ban:before {
    content: '\F05E';
}

.uk-icon-arrow-left:before {
    content: '\F060';
}

.uk-icon-arrow-right:before {
    content: '\F061';
}

.uk-icon-arrow-up:before {
    content: '\F062';
}

.uk-icon-arrow-down:before {
    content: '\F063';
}

.uk-icon-mail-forward:before,
.uk-icon-share:before {
    content: '\F064';
}

.uk-icon-expand:before {
    content: '\F065';
}

.uk-icon-compress:before {
    content: '\F066';
}

.uk-icon-plus:before {
    content: '\F067';
}

.uk-icon-minus:before {
    content: '\F068';
}

.uk-icon-asterisk:before {
    content: '\F069';
}

.uk-icon-exclamation-circle:before {
    content: '\F06A';
}

.uk-icon-gift:before {
    content: '\F06B';
}

.uk-icon-leaf:before {
    content: '\F06C';
}

.uk-icon-fire:before {
    content: '\F06D';
}

.uk-icon-eye:before {
    content: '\F06E';
}

.uk-icon-eye-slash:before {
    content: '\F070';
}

.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
    content: '\F071';
}

.uk-icon-plane:before {
    content: '\F072';
}

.uk-icon-calendar:before {
    content: '\F073';
}

.uk-icon-random:before {
    content: '\F074';
}

.uk-icon-comment:before {
    content: '\F075';
}

.uk-icon-magnet:before {
    content: '\F076';
}

.uk-icon-chevron-up:before {
    content: '\F077';
}

.uk-icon-chevron-down:before {
    content: '\F078';
}

.uk-icon-retweet:before {
    content: '\F079';
}

.uk-icon-shopping-cart:before {
    content: '\F07A';
}

.uk-icon-folder:before {
    content: '\F07B';
}

.uk-icon-folder-open:before {
    content: '\F07C';
}

.uk-icon-arrows-v:before {
    content: '\F07D';
}

.uk-icon-arrows-h:before {
    content: '\F07E';
}

.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
    content: '\F080';
}

.uk-icon-twitter-square:before {
    content: '\F081';
}

.uk-icon-facebook-square:before {
    content: '\F082';
}

.uk-icon-camera-retro:before {
    content: '\F083';
}

.uk-icon-key:before {
    content: '\F084';
}

.uk-icon-gears:before,
.uk-icon-cogs:before {
    content: '\F085';
}

.uk-icon-comments:before {
    content: '\F086';
}

.uk-icon-thumbs-o-up:before {
    content: '\F087';
}

.uk-icon-thumbs-o-down:before {
    content: '\F088';
}

.uk-icon-star-half:before {
    content: '\F089';
}

.uk-icon-heart-o:before {
    content: '\F08A';
}

.uk-icon-sign-out:before {
    content: '\F08B';
}

.uk-icon-linkedin-square:before {
    content: '\F08C';
}

.uk-icon-thumb-tack:before {
    content: '\F08D';
}

.uk-icon-external-link:before {
    content: '\F08E';
}

.uk-icon-sign-in:before {
    content: '\F090';
}

.uk-icon-trophy:before {
    content: '\F091';
}

.uk-icon-github-square:before {
    content: '\F092';
}

.uk-icon-upload:before {
    content: '\F093';
}

.uk-icon-lemon-o:before {
    content: '\F094';
}

.uk-icon-phone:before {
    content: '\F095';
}

.uk-icon-square-o:before {
    content: '\F096';
}

.uk-icon-bookmark-o:before {
    content: '\F097';
}

.uk-icon-phone-square:before {
    content: '\F098';
}

.uk-icon-twitter:before {
    content: '\F099';
}

.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
    content: '\F09A';
}

.uk-icon-github:before {
    content: '\F09B';
}

.uk-icon-unlock:before {
    content: '\F09C';
}

.uk-icon-credit-card:before {
    content: '\F09D';
}

.uk-icon-rss:before {
    content: '\F09E';
}

.uk-icon-hdd-o:before {
    content: '\F0A0';
}

.uk-icon-bullhorn:before {
    content: '\F0A1';
}

.uk-icon-bell:before {
    content: '\F0F3';
}

.uk-icon-certificate:before {
    content: '\F0A3';
}

.uk-icon-hand-o-right:before {
    content: '\F0A4';
}

.uk-icon-hand-o-left:before {
    content: '\F0A5';
}

.uk-icon-hand-o-up:before {
    content: '\F0A6';
}

.uk-icon-hand-o-down:before {
    content: '\F0A7';
}

.uk-icon-arrow-circle-left:before {
    content: '\F0A8';
}

.uk-icon-arrow-circle-right:before {
    content: '\F0A9';
}

.uk-icon-arrow-circle-up:before {
    content: '\F0AA';
}

.uk-icon-arrow-circle-down:before {
    content: '\F0AB';
}

.uk-icon-globe:before {
    content: '\F0AC';
}

.uk-icon-wrench:before {
    content: '\F0AD';
}

.uk-icon-tasks:before {
    content: '\F0AE';
}

.uk-icon-filter:before {
    content: '\F0B0';
}

.uk-icon-briefcase:before {
    content: '\F0B1';
}

.uk-icon-arrows-alt:before {
    content: '\F0B2';
}

.uk-icon-group:before,
.uk-icon-users:before {
    content: '\F0C0';
}

.uk-icon-chain:before,
.uk-icon-link:before {
    content: '\F0C1';
}

.uk-icon-cloud:before {
    content: '\F0C2';
}

.uk-icon-flask:before {
    content: '\F0C3';
}

.uk-icon-cut:before,
.uk-icon-scissors:before {
    content: '\F0C4';
}

.uk-icon-copy:before,
.uk-icon-files-o:before {
    content: '\F0C5';
}

.uk-icon-paperclip:before {
    content: '\F0C6';
}

.uk-icon-save:before,
.uk-icon-floppy-o:before {
    content: '\F0C7';
}

.uk-icon-square:before {
    content: '\F0C8';
}

.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
    content: '\F0C9';
}

.uk-icon-list-ul:before {
    content: '\F0CA';
}

.uk-icon-list-ol:before {
    content: '\F0CB';
}

.uk-icon-strikethrough:before {
    content: '\F0CC';
}

.uk-icon-underline:before {
    content: '\F0CD';
}

.uk-icon-table:before {
    content: '\F0CE';
}

.uk-icon-magic:before {
    content: '\F0D0';
}

.uk-icon-truck:before {
    content: '\F0D1';
}

.uk-icon-pinterest:before {
    content: '\F0D2';
}

.uk-icon-pinterest-square:before {
    content: '\F0D3';
}

.uk-icon-google-plus-square:before {
    content: '\F0D4';
}

.uk-icon-google-plus:before {
    content: '\F0D5';
}

.uk-icon-money:before {
    content: '\F0D6';
}

.uk-icon-caret-down:before {
    content: '\F0D7';
}

.uk-icon-caret-up:before {
    content: '\F0D8';
}

.uk-icon-caret-left:before {
    content: '\F0D9';
}

.uk-icon-caret-right:before {
    content: '\F0DA';
}

.uk-icon-columns:before {
    content: '\F0DB';
}

.uk-icon-unsorted:before,
.uk-icon-sort:before {
    content: '\F0DC';
}

.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
    content: '\F0DD';
}

.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
    content: '\F0DE';
}

.uk-icon-envelope:before {
    content: '\F0E0';
}

.uk-icon-linkedin:before {
    content: '\F0E1';
}

.uk-icon-rotate-left:before,
.uk-icon-undo:before {
    content: '\F0E2';
}

.uk-icon-legal:before,
.uk-icon-gavel:before {
    content: '\F0E3';
}

.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
    content: '\F0E4';
}

.uk-icon-comment-o:before {
    content: '\F0E5';
}

.uk-icon-comments-o:before {
    content: '\F0E6';
}

.uk-icon-flash:before,
.uk-icon-bolt:before {
    content: '\F0E7';
}

.uk-icon-sitemap:before {
    content: '\F0E8';
}

.uk-icon-umbrella:before {
    content: '\F0E9';
}

.uk-icon-paste:before,
.uk-icon-clipboard:before {
    content: '\F0EA';
}

.uk-icon-lightbulb-o:before {
    content: '\F0EB';
}

.uk-icon-exchange:before {
    content: '\F0EC';
}

.uk-icon-cloud-download:before {
    content: '\F0ED';
}

.uk-icon-cloud-upload:before {
    content: '\F0EE';
}

.uk-icon-user-md:before {
    content: '\F0F0';
}

.uk-icon-stethoscope:before {
    content: '\F0F1';
}

.uk-icon-suitcase:before {
    content: '\F0F2';
}

.uk-icon-bell-o:before {
    content: '\F0A2';
}

.uk-icon-coffee:before {
    content: '\F0F4';
}

.uk-icon-cutlery:before {
    content: '\F0F5';
}

.uk-icon-file-text-o:before {
    content: '\F0F6';
}

.uk-icon-building-o:before {
    content: '\F0F7';
}

.uk-icon-hospital-o:before {
    content: '\F0F8';
}

.uk-icon-ambulance:before {
    content: '\F0F9';
}

.uk-icon-medkit:before {
    content: '\F0FA';
}

.uk-icon-fighter-jet:before {
    content: '\F0FB';
}

.uk-icon-beer:before {
    content: '\F0FC';
}

.uk-icon-h-square:before {
    content: '\F0FD';
}

.uk-icon-plus-square:before {
    content: '\F0FE';
}

.uk-icon-angle-double-left:before {
    content: '\F100';
}

.uk-icon-angle-double-right:before {
    content: '\F101';
}

.uk-icon-angle-double-up:before {
    content: '\F102';
}

.uk-icon-angle-double-down:before {
    content: '\F103';
}

.uk-icon-angle-left:before {
    content: '\F104';
}

.uk-icon-angle-right:before {
    content: '\F105';
}

.uk-icon-angle-up:before {
    content: '\F106';
}

.uk-icon-angle-down:before {
    content: '\F107';
}

.uk-icon-desktop:before {
    content: '\F108';
}

.uk-icon-laptop:before {
    content: '\F109';
}

.uk-icon-tablet:before {
    content: '\F10A';
}

.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
    content: '\F10B';
}

.uk-icon-circle-o:before {
    content: '\F10C';
}

.uk-icon-quote-left:before {
    content: '\F10D';
}

.uk-icon-quote-right:before {
    content: '\F10E';
}

.uk-icon-spinner:before {
    content: '\F110';
}

.uk-icon-circle:before {
    content: '\F111';
}

.uk-icon-mail-reply:before,
.uk-icon-reply:before {
    content: '\F112';
}

.uk-icon-github-alt:before {
    content: '\F113';
}

.uk-icon-folder-o:before {
    content: '\F114';
}

.uk-icon-folder-open-o:before {
    content: '\F115';
}

.uk-icon-smile-o:before {
    content: '\F118';
}

.uk-icon-frown-o:before {
    content: '\F119';
}

.uk-icon-meh-o:before {
    content: '\F11A';
}

.uk-icon-gamepad:before {
    content: '\F11B';
}

.uk-icon-keyboard-o:before {
    content: '\F11C';
}

.uk-icon-flag-o:before {
    content: '\F11D';
}

.uk-icon-flag-checkered:before {
    content: '\F11E';
}

.uk-icon-terminal:before {
    content: '\F120';
}

.uk-icon-code:before {
    content: '\F121';
}

.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
    content: '\F122';
}

.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
    content: '\F123';
}

.uk-icon-location-arrow:before {
    content: '\F124';
}

.uk-icon-crop:before {
    content: '\F125';
}

.uk-icon-code-fork:before {
    content: '\F126';
}

.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
    content: '\F127';
}

.uk-icon-question:before {
    content: '\F128';
}

.uk-icon-info:before {
    content: '\F129';
}

.uk-icon-exclamation:before {
    content: '\F12A';
}

.uk-icon-superscript:before {
    content: '\F12B';
}

.uk-icon-subscript:before {
    content: '\F12C';
}

.uk-icon-eraser:before {
    content: '\F12D';
}

.uk-icon-puzzle-piece:before {
    content: '\F12E';
}

.uk-icon-microphone:before {
    content: '\F130';
}

.uk-icon-microphone-slash:before {
    content: '\F131';
}

.uk-icon-shield:before {
    content: '\F132';
}

.uk-icon-calendar-o:before {
    content: '\F133';
}

.uk-icon-fire-extinguisher:before {
    content: '\F134';
}

.uk-icon-rocket:before {
    content: '\F135';
}

.uk-icon-maxcdn:before {
    content: '\F136';
}

.uk-icon-chevron-circle-left:before {
    content: '\F137';
}

.uk-icon-chevron-circle-right:before {
    content: '\F138';
}

.uk-icon-chevron-circle-up:before {
    content: '\F139';
}

.uk-icon-chevron-circle-down:before {
    content: '\F13A';
}

.uk-icon-html5:before {
    content: '\F13B';
}

.uk-icon-css3:before {
    content: '\F13C';
}

.uk-icon-anchor:before {
    content: '\F13D';
}

.uk-icon-unlock-alt:before {
    content: '\F13E';
}

.uk-icon-bullseye:before {
    content: '\F140';
}

.uk-icon-ellipsis-h:before {
    content: '\F141';
}

.uk-icon-ellipsis-v:before {
    content: '\F142';
}

.uk-icon-rss-square:before {
    content: '\F143';
}

.uk-icon-play-circle:before {
    content: '\F144';
}

.uk-icon-ticket:before {
    content: '\F145';
}

.uk-icon-minus-square:before {
    content: '\F146';
}

.uk-icon-minus-square-o:before {
    content: '\F147';
}

.uk-icon-level-up:before {
    content: '\F148';
}

.uk-icon-level-down:before {
    content: '\F149';
}

.uk-icon-check-square:before {
    content: '\F14A';
}

.uk-icon-pencil-square:before {
    content: '\F14B';
}

.uk-icon-external-link-square:before {
    content: '\F14C';
}

.uk-icon-share-square:before {
    content: '\F14D';
}

.uk-icon-compass:before {
    content: '\F14E';
}

.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
    content: '\F150';
}

.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
    content: '\F151';
}

.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
    content: '\F152';
}

.uk-icon-euro:before,
.uk-icon-eur:before {
    content: '\F153';
}

.uk-icon-gbp:before {
    content: '\F154';
}

.uk-icon-dollar:before,
.uk-icon-usd:before {
    content: '\F155';
}

.uk-icon-rupee:before,
.uk-icon-inr:before {
    content: '\F156';
}

.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
    content: '\F157';
}

.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
    content: '\F158';
}

.uk-icon-won:before,
.uk-icon-krw:before {
    content: '\F159';
}

.uk-icon-bitcoin:before,
.uk-icon-btc:before {
    content: '\F15A';
}

.uk-icon-file:before {
    content: '\F15B';
}

.uk-icon-file-text:before {
    content: '\F15C';
}

.uk-icon-sort-alpha-asc:before {
    content: '\F15D';
}

.uk-icon-sort-alpha-desc:before {
    content: '\F15E';
}

.uk-icon-sort-amount-asc:before {
    content: '\F160';
}

.uk-icon-sort-amount-desc:before {
    content: '\F161';
}

.uk-icon-sort-numeric-asc:before {
    content: '\F162';
}

.uk-icon-sort-numeric-desc:before {
    content: '\F163';
}

.uk-icon-thumbs-up:before {
    content: '\F164';
}

.uk-icon-thumbs-down:before {
    content: '\F165';
}

.uk-icon-youtube-square:before {
    content: '\F166';
}

.uk-icon-youtube:before {
    content: '\F167';
}

.uk-icon-xing:before {
    content: '\F168';
}

.uk-icon-xing-square:before {
    content: '\F169';
}

.uk-icon-youtube-play:before {
    content: '\F16A';
}

.uk-icon-dropbox:before {
    content: '\F16B';
}

.uk-icon-stack-overflow:before {
    content: '\F16C';
}

.uk-icon-instagram:before {
    content: '\F16D';
}

.uk-icon-flickr:before {
    content: '\F16E';
}

.uk-icon-adn:before {
    content: '\F170';
}

.uk-icon-bitbucket:before {
    content: '\F171';
}

.uk-icon-bitbucket-square:before {
    content: '\F172';
}

.uk-icon-tumblr:before {
    content: '\F173';
}

.uk-icon-tumblr-square:before {
    content: '\F174';
}

.uk-icon-long-arrow-down:before {
    content: '\F175';
}

.uk-icon-long-arrow-up:before {
    content: '\F176';
}

.uk-icon-long-arrow-left:before {
    content: '\F177';
}

.uk-icon-long-arrow-right:before {
    content: '\F178';
}

.uk-icon-apple:before {
    content: '\F179';
}

.uk-icon-windows:before {
    content: '\F17A';
}

.uk-icon-android:before {
    content: '\F17B';
}

.uk-icon-linux:before {
    content: '\F17C';
}

.uk-icon-dribbble:before {
    content: '\F17D';
}

.uk-icon-skype:before {
    content: '\F17E';
}

.uk-icon-foursquare:before {
    content: '\F180';
}

.uk-icon-trello:before {
    content: '\F181';
}

.uk-icon-female:before {
    content: '\F182';
}

.uk-icon-male:before {
    content: '\F183';
}

.uk-icon-gittip:before,
.uk-icon-gratipay:before {
    content: '\F184';
}

.uk-icon-sun-o:before {
    content: '\F185';
}

.uk-icon-moon-o:before {
    content: '\F186';
}

.uk-icon-archive:before {
    content: '\F187';
}

.uk-icon-bug:before {
    content: '\F188';
}

.uk-icon-vk:before {
    content: '\F189';
}

.uk-icon-weibo:before {
    content: '\F18A';
}

.uk-icon-renren:before {
    content: '\F18B';
}

.uk-icon-pagelines:before {
    content: '\F18C';
}

.uk-icon-stack-exchange:before {
    content: '\F18D';
}

.uk-icon-arrow-circle-o-right:before {
    content: '\F18E';
}

.uk-icon-arrow-circle-o-left:before {
    content: '\F190';
}

.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
    content: '\F191';
}

.uk-icon-dot-circle-o:before {
    content: '\F192';
}

.uk-icon-wheelchair:before {
    content: '\F193';
}

.uk-icon-vimeo-square:before {
    content: '\F194';
}

.uk-icon-turkish-lira:before,
.uk-icon-try:before {
    content: '\F195';
}

.uk-icon-plus-square-o:before {
    content: '\F196';
}

.uk-icon-space-shuttle:before {
    content: '\F197';
}

.uk-icon-slack:before {
    content: '\F198';
}

.uk-icon-envelope-square:before {
    content: '\F199';
}

.uk-icon-wordpress:before {
    content: '\F19A';
}

.uk-icon-openid:before {
    content: '\F19B';
}

.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
    content: '\F19C';
}

.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
    content: '\F19D';
}

.uk-icon-yahoo:before {
    content: '\F19E';
}

.uk-icon-google:before {
    content: '\F1A0';
}

.uk-icon-reddit:before {
    content: '\F1A1';
}

.uk-icon-reddit-square:before {
    content: '\F1A2';
}

.uk-icon-stumbleupon-circle:before {
    content: '\F1A3';
}

.uk-icon-stumbleupon:before {
    content: '\F1A4';
}

.uk-icon-delicious:before {
    content: '\F1A5';
}

.uk-icon-digg:before {
    content: '\F1A6';
}

.uk-icon-pied-piper:before {
    content: '\F1A7';
}

.uk-icon-pied-piper-alt:before {
    content: '\F1A8';
}

.uk-icon-drupal:before {
    content: '\F1A9';
}

.uk-icon-joomla:before {
    content: '\F1AA';
}

.uk-icon-language:before {
    content: '\F1AB';
}

.uk-icon-fax:before {
    content: '\F1AC';
}

.uk-icon-building:before {
    content: '\F1AD';
}

.uk-icon-child:before {
    content: '\F1AE';
}

.uk-icon-paw:before {
    content: '\F1B0';
}

.uk-icon-spoon:before {
    content: '\F1B1';
}

.uk-icon-cube:before {
    content: '\F1B2';
}

.uk-icon-cubes:before {
    content: '\F1B3';
}

.uk-icon-behance:before {
    content: '\F1B4';
}

.uk-icon-behance-square:before {
    content: '\F1B5';
}

.uk-icon-steam:before {
    content: '\F1B6';
}

.uk-icon-steam-square:before {
    content: '\F1B7';
}

.uk-icon-recycle:before {
    content: '\F1B8';
}

.uk-icon-automobile:before,
.uk-icon-car:before {
    content: '\F1B9';
}

.uk-icon-cab:before,
.uk-icon-taxi:before {
    content: '\F1BA';
}

.uk-icon-tree:before {
    content: '\F1BB';
}

.uk-icon-spotify:before {
    content: '\F1BC';
}

.uk-icon-deviantart:before {
    content: '\F1BD';
}

.uk-icon-soundcloud:before {
    content: '\F1BE';
}

.uk-icon-database:before {
    content: '\F1C0';
}

.uk-icon-file-pdf-o:before {
    content: '\F1C1';
}

.uk-icon-file-word-o:before {
    content: '\F1C2';
}

.uk-icon-file-excel-o:before {
    content: '\F1C3';
}

.uk-icon-file-powerpoint-o:before {
    content: '\F1C4';
}

.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
    content: '\F1C5';
}

.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
    content: '\F1C6';
}

.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
    content: '\F1C7';
}

.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
    content: '\F1C8';
}

.uk-icon-file-code-o:before {
    content: '\F1C9';
}

.uk-icon-vine:before {
    content: '\F1CA';
}

.uk-icon-codepen:before {
    content: '\F1CB';
}

.uk-icon-jsfiddle:before {
    content: '\F1CC';
}

.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
    content: '\F1CD';
}

.uk-icon-circle-o-notch:before {
    content: '\F1CE';
}

.uk-icon-ra:before,
.uk-icon-rebel:before {
    content: '\F1D0';
}

.uk-icon-ge:before,
.uk-icon-empire:before {
    content: '\F1D1';
}

.uk-icon-git-square:before {
    content: '\F1D2';
}

.uk-icon-git:before {
    content: '\F1D3';
}

.uk-icon-hacker-news:before {
    content: '\F1D4';
}

.uk-icon-tencent-weibo:before {
    content: '\F1D5';
}

.uk-icon-qq:before {
    content: '\F1D6';
}

.uk-icon-wechat:before,
.uk-icon-weixin:before {
    content: '\F1D7';
}

.uk-icon-send:before,
.uk-icon-paper-plane:before {
    content: '\F1D8';
}

.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
    content: '\F1D9';
}

.uk-icon-history:before {
    content: '\F1DA';
}

.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
    content: '\F1DB';
}

.uk-icon-header:before {
    content: '\F1DC';
}

.uk-icon-paragraph:before {
    content: '\F1DD';
}

.uk-icon-sliders:before {
    content: '\F1DE';
}

.uk-icon-share-alt:before {
    content: '\F1E0';
}

.uk-icon-share-alt-square:before {
    content: '\F1E1';
}

.uk-icon-bomb:before {
    content: '\F1E2';
}

.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
    content: '\F1E3';
}

.uk-icon-tty:before {
    content: '\F1E4';
}

.uk-icon-binoculars:before {
    content: '\F1E5';
}

.uk-icon-plug:before {
    content: '\F1E6';
}

.uk-icon-slideshare:before {
    content: '\F1E7';
}

.uk-icon-twitch:before {
    content: '\F1E8';
}

.uk-icon-yelp:before {
    content: '\F1E9';
}

.uk-icon-newspaper-o:before {
    content: '\F1EA';
}

.uk-icon-wifi:before {
    content: '\F1EB';
}

.uk-icon-calculator:before {
    content: '\F1EC';
}

.uk-icon-paypal:before {
    content: '\F1ED';
}

.uk-icon-google-wallet:before {
    content: '\F1EE';
}

.uk-icon-cc-visa:before {
    content: '\F1F0';
}

.uk-icon-cc-mastercard:before {
    content: '\F1F1';
}

.uk-icon-cc-discover:before {
    content: '\F1F2';
}

.uk-icon-cc-amex:before {
    content: '\F1F3';
}

.uk-icon-cc-paypal:before {
    content: '\F1F4';
}

.uk-icon-cc-stripe:before {
    content: '\F1F5';
}

.uk-icon-bell-slash:before {
    content: '\F1F6';
}

.uk-icon-bell-slash-o:before {
    content: '\F1F7';
}

.uk-icon-trash:before {
    content: '\F1F8';
}

.uk-icon-copyright:before {
    content: '\F1F9';
}

.uk-icon-at:before {
    content: '\F1FA';
}

.uk-icon-eyedropper:before {
    content: '\F1FB';
}

.uk-icon-paint-brush:before {
    content: '\F1FC';
}

.uk-icon-birthday-cake:before {
    content: '\F1FD';
}

.uk-icon-area-chart:before {
    content: '\F1FE';
}

.uk-icon-pie-chart:before {
    content: '\F200';
}

.uk-icon-line-chart:before {
    content: '\F201';
}

.uk-icon-lastfm:before {
    content: '\F202';
}

.uk-icon-lastfm-square:before {
    content: '\F203';
}

.uk-icon-toggle-off:before {
    content: '\F204';
}

.uk-icon-toggle-on:before {
    content: '\F205';
}

.uk-icon-bicycle:before {
    content: '\F206';
}

.uk-icon-bus:before {
    content: '\F207';
}

.uk-icon-ioxhost:before {
    content: '\F208';
}

.uk-icon-angellist:before {
    content: '\F209';
}

.uk-icon-cc:before {
    content: '\F20A';
}

.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
    content: '\F20B';
}

.uk-icon-meanpath:before {
    content: '\F20C';
}

.uk-icon-buysellads:before {
    content: '\F20D';
}

.uk-icon-connectdevelop:before {
    content: '\F20E';
}

.uk-icon-dashcube:before {
    content: '\F210';
}

.uk-icon-forumbee:before {
    content: '\F211';
}

.uk-icon-leanpub:before {
    content: '\F212';
}

.uk-icon-sellsy:before {
    content: '\F213';
}

.uk-icon-shirtsinbulk:before {
    content: '\F214';
}

.uk-icon-simplybuilt:before {
    content: '\F215';
}

.uk-icon-skyatlas:before {
    content: '\F216';
}

.uk-icon-cart-plus:before {
    content: '\F217';
}

.uk-icon-cart-arrow-down:before {
    content: '\F218';
}

.uk-icon-diamond:before {
    content: '\F219';
}

.uk-icon-ship:before {
    content: '\F21A';
}

.uk-icon-user-secret:before {
    content: '\F21B';
}

.uk-icon-motorcycle:before {
    content: '\F21C';
}

.uk-icon-street-view:before {
    content: '\F21D';
}

.uk-icon-heartbeat:before {
    content: '\F21E';
}

.uk-icon-venus:before {
    content: '\F221';
}

.uk-icon-mars:before {
    content: '\F222';
}

.uk-icon-mercury:before {
    content: '\F223';
}

.uk-icon-transgender:before {
    content: '\F224';
}

.uk-icon-transgender-alt:before {
    content: '\F225';
}

.uk-icon-venus-double:before {
    content: '\F226';
}

.uk-icon-mars-double:before {
    content: '\F227';
}

.uk-icon-venus-mars:before {
    content: '\F228';
}

.uk-icon-mars-stroke:before {
    content: '\F229';
}

.uk-icon-mars-stroke-v:before {
    content: '\F22A';
}

.uk-icon-mars-stroke-h:before {
    content: '\F22B';
}

.uk-icon-neuter:before {
    content: '\F22C';
}

.uk-icon-facebook-official:before {
    content: '\F230';
}

.uk-icon-pinterest-p:before {
    content: '\F231';
}

.uk-icon-whatsapp:before {
    content: '\F232';
}

.uk-icon-server:before {
    content: '\F233';
}

.uk-icon-user-plus:before {
    content: '\F234';
}

.uk-icon-user-times:before {
    content: '\F235';
}

.uk-icon-hotel:before,
.uk-icon-bed:before {
    content: '\F236';
}

.uk-icon-viacoin:before {
    content: '\F237';
}

.uk-icon-train:before {
    content: '\F238';
}

.uk-icon-subway:before {
    content: '\F239';
}

.uk-icon-medium-logo:before {
    content: '\F23A';
}

.uk-icon-500px:before {
    content: '\F26E';
}

.uk-icon-amazon:before {
    content: '\F270';
}

.uk-icon-balance-scale:before {
    content: '\F24E';
}

.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
    content: '\F244';
}

.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
    content: '\F243';
}

.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
    content: '\F242';
}

.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
    content: '\F241';
}

.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
    content: '\F240';
}

.uk-icon-black-tie:before {
    content: '\F27E';
}

.uk-icon-calendar-check-o:before {
    content: '\F274';
}

.uk-icon-calendar-minus-o:before {
    content: '\F272';
}

.uk-icon-calendar-plus-o:before {
    content: '\F271';
}

.uk-icon-calendar-times-o:before {
    content: '\F273';
}

.uk-icon-cc-diners-club:before {
    content: '\F24C';
}

.uk-icon-cc-jcb:before {
    content: '\F24B';
}

.uk-icon-chrome:before {
    content: '\F268';
}

.uk-icon-clone:before {
    content: '\F24D';
}

.uk-icon-commenting:before {
    content: '\F27A';
}

.uk-icon-commenting-o:before {
    content: '\F27B';
}

.uk-icon-contao:before {
    content: '\F26D';
}

.uk-icon-creative-commons:before {
    content: '\F25E';
}

.uk-icon-expeditedssl:before {
    content: '\F23E';
}

.uk-icon-firefox:before {
    content: '\F269';
}

.uk-icon-fonticons:before {
    content: '\F280';
}

.uk-icon-get-pocket:before {
    content: '\F265';
}

.uk-icon-gg:before {
    content: '\F260';
}

.uk-icon-gg-circle:before {
    content: '\F261';
}

.uk-icon-hand-lizard-o:before {
    content: '\F258';
}

.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
    content: '\F256';
}

.uk-icon-hand-peace-o:before {
    content: '\F25B';
}

.uk-icon-hand-pointer-o:before {
    content: '\F25A';
}

.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
    content: '\F255';
}

.uk-icon-hand-scissors-o:before {
    content: '\F257';
}

.uk-icon-hand-spock-o:before {
    content: '\F259';
}

.uk-icon-hourglass:before {
    content: '\F254';
}

.uk-icon-hourglass-o:before {
    content: '\F250';
}

.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
    content: '\F251';
}

.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
    content: '\F252';
}

.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
    content: '\F253';
}

.uk-icon-houzz:before {
    content: '\F27C';
}

.uk-icon-i-cursor:before {
    content: '\F246';
}

.uk-icon-industry:before {
    content: '\F275';
}

.uk-icon-internet-explorer:before {
    content: '\F26B';
}

.uk-icon-map:before {
    content: '\F279';
}

.uk-icon-map-o:before {
    content: '\F278';
}

.uk-icon-map-pin:before {
    content: '\F276';
}

.uk-icon-map-signs:before {
    content: '\F277';
}

.uk-icon-mouse-pointer:before {
    content: '\F245';
}

.uk-icon-object-group:before {
    content: '\F247';
}

.uk-icon-object-ungroup:before {
    content: '\F248';
}

.uk-icon-odnoklassniki:before {
    content: '\F263';
}

.uk-icon-odnoklassniki-square:before {
    content: '\F264';
}

.uk-icon-opencart:before {
    content: '\F23D';
}

.uk-icon-opera:before {
    content: '\F26A';
}

.uk-icon-optin-monster:before {
    content: '\F23C';
}

.uk-icon-registered:before {
    content: '\F25D';
}

.uk-icon-safari:before {
    content: '\F267';
}

.uk-icon-sticky-note:before {
    content: '\F249';
}

.uk-icon-sticky-note-o:before {
    content: '\F24A';
}

.uk-icon-tv:before,
.uk-icon-television:before {
    content: '\F26C';
}

.uk-icon-trademark:before {
    content: '\F25C';
}

.uk-icon-tripadvisor:before {
    content: '\F262';
}

.uk-icon-vimeo:before {
    content: '\F27D';
}

.uk-icon-wikipedia-w:before {
    content: '\F266';
}

.uk-icon-yc:before,
.uk-icon-y-combinator:before {
    content: '\F23B';
}

.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
    content: '\F1D4';
}

.uk-icon-bluetooth:before {
    content: '\F293';
}

.uk-icon-bluetooth-b:before {
    content: '\F294';
}

.uk-icon-codiepie:before {
    content: '\F284';
}

.uk-icon-credit-card-alt:before {
    content: '\F283';
}

.uk-icon-edge:before {
    content: '\F282';
}

.uk-icon-fort-awesome:before {
    content: '\F286';
}

.uk-icon-hashtag:before {
    content: '\F292';
}

.uk-icon-mixcloud:before {
    content: '\F289';
}

.uk-icon-modx:before {
    content: '\F285';
}

.uk-icon-pause-circle:before {
    content: '\F28B';
}

.uk-icon-pause-circle-o:before {
    content: '\F28C';
}

.uk-icon-percent:before {
    content: '\F295';
}

.uk-icon-product-hunt:before {
    content: '\F288';
}

.uk-icon-reddit-alien:before {
    content: '\F281';
}

.uk-icon-scribd:before {
    content: '\F28A';
}

.uk-icon-shopping-bag:before {
    content: '\F290';
}

.uk-icon-shopping-basket:before {
    content: '\F291';
}

.uk-icon-stop-circle:before {
    content: '\F28D';
}

.uk-icon-stop-circle-o:before {
    content: '\F28E';
}

.uk-icon-usb:before {
    content: '\F287';
}

.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
    content: '\F2A3';
}

.uk-icon-assistive-listening-systems:before {
    content: '\F2A2';
}

.uk-icon-audio-description:before {
    content: '\F29E';
}

.uk-icon-blind:before {
    content: '\F29D';
}

.uk-icon-braille:before {
    content: '\F2A1';
}

.uk-icon-deaf:before,
.uk-icon-deafness:before {
    content: '\F2A4';
}

.uk-icon-envira:before {
    content: '\F299';
}

.uk-icon-font-awesome:before,
.uk-icon-fa:before {
    content: '\F2B4';
}

.uk-icon-first-order:before {
    content: '\F2B0';
}

.uk-icon-gitlab:before {
    content: '\F296';
}

.uk-icon-glide:before {
    content: '\F2A5';
}

.uk-icon-glide-g:before {
    content: '\F2A6';
}

.uk-icon-hard-of-hearing:before {
    content: '\F2A4';
}

.uk-icon-low-vision:before {
    content: '\F2A8';
}

.uk-icon-question-circle-o:before {
    content: '\F29C';
}

.uk-icon-sign-language:before,
.uk-icon-signing:before {
    content: '\F2A7';
}

.uk-icon-snapchat:before {
    content: '\F2AB';
}

.uk-icon-snapchat-ghost:before {
    content: '\F2AC';
}

.uk-icon-snapchat-square:before {
    content: '\F2AD';
}

.uk-icon-themeisle:before {
    content: '\F2B2';
}

.uk-icon-universal-access:before {
    content: '\F29A';
}

.uk-icon-viadeo:before {
    content: '\F2A9';
}

.uk-icon-viadeo-square:before {
    content: '\F2AA';
}

.uk-icon-volume-control-phone:before {
    content: '\F2A0';
}

.uk-icon-wheelchair-alt:before {
    content: '\F29B';
}

.uk-icon-wpbeginner:before {
    content: '\F297';
}

.uk-icon-wpforms:before {
    content: '\F298';
}

.uk-icon-yoast:before {
    content: '\F2B1';
}

.uk-icon-adress-book:before {
    content: '\F2B9';
}

.uk-icon-adress-book-o:before {
    content: '\F2BA';
}

.uk-icon-adress-card:before {
    content: '\F2BB';
}

.uk-icon-adress-card-o:before {
    content: '\F2BC';
}

.uk-icon-bandcamp:before {
    content: '\F2D5';
}

.uk-icon-bath:before {
    content: '\F2CD';
}

.uk-icon-bathub:before {
    content: '\F2CD';
}

.uk-icon-drivers-license:before {
    content: '\F2C2';
}

.uk-icon-drivers-license-o:before {
    content: '\F2C3';
}

.uk-icon-eercast:before {
    content: '\F2DA';
}

.uk-icon-envelope-open:before {
    content: '\F2B6';
}

.uk-icon-envelope-open-o:before {
    content: '\F2B7';
}

.uk-icon-etsy:before {
    content: '\F2D7';
}

.uk-icon-free-code-camp:before {
    content: '\F2C5';
}

.uk-icon-grav:before {
    content: '\F2D6';
}

.uk-icon-handshake-o:before {
    content: '\F2B5';
}

.uk-icon-id-badge:before {
    content: '\F2C1';
}

.uk-icon-id-card:before {
    content: '\F2C2';
}

.uk-icon-id-card-o:before {
    content: '\F2C3';
}

.uk-icon-imdb:before {
    content: '\F2D8';
}

.uk-icon-linode:before {
    content: '\F2B8';
}

.uk-icon-meetup:before {
    content: '\F2E0';
}

.uk-icon-microchip:before {
    content: '\F2DB';
}

.uk-icon-podcast:before {
    content: '\F2CE';
}

.uk-icon-quora:before {
    content: '\F2C4';
}

.uk-icon-ravelry:before {
    content: '\F2D9';
}

.uk-icon-s15:before {
    content: '\F2CD';
}

.uk-icon-shower:before {
    content: '\F2CC';
}

.uk-icon-snowflake-o:before {
    content: '\F2DC';
}

.uk-icon-superpowers:before {
    content: '\F2DD';
}

.uk-icon-telegram:before {
    content: '\F2C6';
}

.uk-icon-thermometer:before {
    content: '\F2C7';
}

.uk-icon-thermometer-0:before {
    content: '\F2CB';
}

.uk-icon-thermometer-1:before {
    content: '\F2CA';
}

.uk-icon-thermometer-2:before {
    content: '\F2C9';
}

.uk-icon-thermometer-3:before {
    content: '\F2C8';
}

.uk-icon-thermometer-4:before {
    content: '\F2C7';
}

.uk-icon-thermometer-empty:before {
    content: '\F2CB';
}

.uk-icon-thermometer-full:before {
    content: '\F2C7';
}

.uk-icon-thermometer-half:before {
    content: '\F2C9';
}

.uk-icon-thermometer-quarter:before {
    content: '\F2CA';
}

.uk-icon-thermometer-three-quarters:before {
    content: '\F2C8';
}

.uk-icon-times-rectangle:before {
    content: '\F2D3';
}

.uk-icon-times-rectangle-o:before {
    content: '\F2D4';
}

.uk-icon-user-circle:before {
    content: '\F2BD';
}

.uk-icon-user-circle-o:before {
    content: '\F2BE';
}

.uk-icon-user-o:before {
    content: '\F2C0';
}

.uk-icon-vcard:before {
    content: '\F2BB';
}

.uk-icon-vcard-o:before {
    content: '\F2BC';
}

.uk-icon-widow-close:before {
    content: '\F2D3';
}

.uk-icon-widow-close-o:before {
    content: '\F2D4';
}

.uk-icon-window-maximize:before {
    content: '\F2D0';
}

.uk-icon-window-minimize:before {
    content: '\F2D1';
}

.uk-icon-window-restore:before {
    content: '\F2D2';
}

.uk-icon-wpexplorer:before {
    content: '\F2DE';
}

/* ========================================================================
   Component: Close
 ========================================================================== */

/*
 * Removes inner padding and border in Firefox 4+.
 */

.uk-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */

.uk-close {
    /* 1 */
    -webkit-appearance: none;
    /* 2 */
    margin: 0;
    /* 3 */
    border: none;
    /* 4 */
    overflow: visible;
    /* 5 */
    font: inherit;
    color: inherit;
    /* 6 */
    text-transform: none;
    /* 7. */
    padding: 0;
    background: transparent;
    /* 8 */
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}

/* Icon */

.uk-close:after {
    display: block;
    content: '\F00D';
    font-family: FontAwesome;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */

.uk-close:hover,
.uk-close:focus {
    opacity: 0.5;
    /* 2 */
    outline: none;
    /* 3 */
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* Modifier
 ========================================================================== */

.uk-close-alt {
    padding: 2px;
    border-radius: 50%;
    background: #eee;
    opacity: 1;
}

/* Hover */

.uk-close-alt:hover,
.uk-close-alt:focus {
    opacity: 1;
}

/* Icon */

.uk-close-alt:after {
    opacity: 0.5;
}

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
    opacity: 0.8;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */

.uk-badge {
    display: inline-block;
    padding: 0 5px;
    background: #00a8e6;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}

/*
 * Keep color when badge is a link
 */

a.uk-badge:hover {
    color: #fff;
}

/* Modifier: `uk-badge-notification`;
 ========================================================================== */

.uk-badge-notification {
    box-sizing: border-box;
    min-width: 18px;
    border-radius: 500px;
    font-size: 12px;
    line-height: 18px;
}

/* Color modifier
 ========================================================================== */

/*
 * Modifier: `uk-badge-success`
 */

.uk-badge-success {
    background-color: #8cc14c;
}

/*
 * Modifier: `uk-badge-warning`
 */

.uk-badge-warning {
    background-color: #faa732;
}

/*
 * Modifier: `uk-badge-danger`
 */

.uk-badge-danger {
    background-color: #da314b;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */

.uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
}

/*
 * Add margin if adjacent element
 */

* + .uk-alert {
    margin-top: 15px;
}

/*
 * Remove margin from the last-child
 */

.uk-alert > :last-child {
    margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */

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

/* Close in alert
 ========================================================================== */

.uk-alert > .uk-close:first-child {
    float: right;
}

/*
 * Remove margin from adjacent element
 */

.uk-alert > .uk-close:first-child + * {
    margin-top: 0;
}

/* Modifier: `uk-alert-success`
 ========================================================================== */

.uk-alert-success {
    background: #f2fae3;
    color: #659f13;
}

/* Modifier: `uk-alert-warning`
 ========================================================================== */

.uk-alert-warning {
    background: #fffceb;
    color: #e28327;
}

/* Modifier: `uk-alert-danger`
 ========================================================================== */

.uk-alert-danger {
    background: #fff1f0;
    color: #d85030;
}

/* Modifier: `uk-alert-large`
 ========================================================================== */

.uk-alert-large {
    padding: 20px;
}

.uk-alert-large > .uk-close:first-child {
    margin: -10px -10px 0 0;
}

/* ========================================================================
   Component: Thumbnail
 ========================================================================== */

/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */

.uk-thumbnail {
    /* 1 */
    display: inline-block;
    /* 2 */
    max-width: 100%;
    /* 3 */
    box-sizing: border-box;
    /* 3 */
    margin: 0;
    /* 4 */
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */

a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
    border-color: #aaa;
    background-color: #fff;
    /* 2 */
    text-decoration: none;
    /* 3 */
    outline: none;
}

/* Caption
 ========================================================================== */

.uk-thumbnail-caption {
    padding-top: 4px;
    text-align: center;
    color: #444;
}

/* Sizes
 ========================================================================== */

.uk-thumbnail-mini {
    width: 150px;
}

.uk-thumbnail-small {
    width: 200px;
}

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

.uk-thumbnail-large {
    width: 400px;
}

.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
    width: 100%;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */

/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */

.uk-overlay {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
    /* 5 */
    overflow: hidden;
    /* 6 */
    -webkit-transform: translateZ(0);
    /* 7 */
    margin: 0;
}

/* 6 for Safari */

.uk-overlay.uk-border-circle {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*
 * Remove margin from content
 */

.uk-overlay > :first-child {
    margin-bottom: 0;
}

/* Sub-object `uk-overlay-panel`
 ========================================================================== */

/*
 * 1. Position cover
 * 2. Style
 */

.uk-overlay-panel {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* 2 */
    padding: 20px;
    color: #fff;
}

/*
 * Remove margin from the last-child
 */

.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
    margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */

.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
    color: inherit;
}

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

.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
    color: inherit;
}

/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}

.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}

/* Modifier `uk-overlay-background`
 ========================================================================== */

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}

/* Modifier `uk-overlay-image`
 ========================================================================== */

/*
 * Reset panel
 */

.uk-overlay-image {
    padding: 0;
}

/* Position modifiers
 ========================================================================== */

.uk-overlay-top {
    bottom: auto;
}

.uk-overlay-bottom {
    top: auto;
}

.uk-overlay-left {
    right: auto;
}

.uk-overlay-right {
    left: auto;
}

/* Sub-object `uk-overlay-icon`
 ========================================================================== */

.uk-overlay-icon:before {
    content: '\F002';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
}

/* Transitions
 ========================================================================== */

.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, -webkit-filter;
    transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter, -webkit-filter;
}

.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
    transition-duration: 0.8s;
}

/*
 * Fade
 */

.uk-overlay-fade {
    opacity: 0.7;
}

.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
    opacity: 1;
}

/*
 * Scale
 */

.uk-overlay-scale {
    transform: scale(1);
}

.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
    transform: scale(1.1);
}

/*
 * Spin
 */

.uk-overlay-spin {
    transform: scale(1) rotate(0deg);
}

.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
    transform: scale(1.1) rotate(3deg);
}

/*
 * Grayscale
 */

.uk-overlay-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*
 * Slide
 */

[class*='uk-overlay-slide'] {
    opacity: 0;
}

/* Top */

.uk-overlay-slide-top {
    transform: translateY(-100%);
}

/* Bottom */

.uk-overlay-slide-bottom {
    transform: translateY(100%);
}

/* Left */

.uk-overlay-slide-left {
    transform: translateX(-100%);
}

/* Right */

.uk-overlay-slide-right {
    transform: translateX(100%);
}

/* Hover */

.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */

/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */

.uk-overlay-area {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* 2 */
    background: rgba(0, 0, 0, 0.3);
    /* 3 */
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */

.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
    opacity: 1;
}

/*
 * Icon
 */

.uk-overlay-area:empty:before {
    content: '\F002';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
}

/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */

/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */

.uk-overlay-area:not(:empty) {
    font-size: 0.001px;
}

/*
 * 1. Needed for vertical alignment
 */

.uk-overlay-area:not(:empty):before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */

.uk-overlay-area-content {
    /* 1 */
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    /* 2 */
    font-size: 1rem;
    /* 3 */
    text-align: center;
    /* 4 */
    padding: 0 15px;
    color: #fff;
}

/*
 * Remove margin from the last-child
 */

.uk-overlay-area-content > :last-child {
    margin-bottom: 0;
}

/*
 * Links in overlay area
 */

.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
    color: inherit;
}

/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */

/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */

.uk-overlay-caption {
    /* 1 */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* 2 */
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    /* 3 */
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */

.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
    opacity: 1;
}

/* ========================================================================
   Component: Column
 ========================================================================== */

[class*='uk-column-'] {
    -moz-column-gap: 25px;
         column-gap: 25px;
}

/* 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: 480px) {
    .uk-column-small-1-2 {
        -moz-column-count: 2;
             column-count: 2;
    }

    .uk-column-small-1-3 {
        -moz-column-count: 3;
             column-count: 3;
    }

    .uk-column-small-1-4 {
        -moz-column-count: 4;
             column-count: 4;
    }

    .uk-column-small-1-5 {
        -moz-column-count: 5;
             column-count: 5;
    }

    .uk-column-small-1-6 {
        -moz-column-count: 6;
             column-count: 6;
    }
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-column-medium-1-2 {
        -moz-column-count: 2;
             column-count: 2;
    }

    .uk-column-medium-1-3 {
        -moz-column-count: 3;
             column-count: 3;
    }

    .uk-column-medium-1-4 {
        -moz-column-count: 4;
             column-count: 4;
    }

    .uk-column-medium-1-5 {
        -moz-column-count: 5;
             column-count: 5;
    }

    .uk-column-medium-1-6 {
        -moz-column-count: 6;
             column-count: 6;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-column-large-1-2 {
        -moz-column-count: 2;
             column-count: 2;
    }

    .uk-column-large-1-3 {
        -moz-column-count: 3;
             column-count: 3;
    }

    .uk-column-large-1-4 {
        -moz-column-count: 4;
             column-count: 4;
    }

    .uk-column-large-1-5 {
        -moz-column-count: 5;
             column-count: 5;
    }

    .uk-column-large-1-6 {
        -moz-column-count: 6;
             column-count: 6;
    }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-column-xlarge-1-2 {
        -moz-column-count: 2;
             column-count: 2;
    }

    .uk-column-xlarge-1-3 {
        -moz-column-count: 3;
             column-count: 3;
    }

    .uk-column-xlarge-1-4 {
        -moz-column-count: 4;
             column-count: 4;
    }

    .uk-column-xlarge-1-5 {
        -moz-column-count: 5;
             column-count: 5;
    }

    .uk-column-xlarge-1-6 {
        -moz-column-count: 6;
             column-count: 6;
    }
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

[class*='uk-animation-'] {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */

@media screen {
    [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
        opacity: 0;
    }
}

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */

.uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

/*
 * Fade with scale
 */

.uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02;
}

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

/*
 * Fade with slide
 */

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}

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

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

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

/*
 * Scale
 */

.uk-animation-scale {
    -webkit-animation-name: uk-scale-12;
    animation-name: uk-scale-12;
}

/*
 * Shake
 */

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake;
}

/* Direction modifiers
 ========================================================================== */

.uk-animation-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/* Duration modifiers
========================================================================== */

.uk-animation-15 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

/* Origin modifiers
========================================================================== */

.uk-animation-top-left {
    transform-origin: 0 0;
}

.uk-animation-top-center {
    transform-origin: 50% 0;
}

.uk-animation-top-right {
    transform-origin: 100% 0;
}

.uk-animation-middle-left {
    transform-origin: 0 50%;
}

.uk-animation-middle-right {
    transform-origin: 100% 50%;
}

.uk-animation-bottom-left {
    transform-origin: 0 100%;
}

.uk-animation-bottom-center {
    transform-origin: 50% 100%;
}

.uk-animation-bottom-right {
    transform-origin: 100% 100%;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */

/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */

.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
    -webkit-animation-name: none;
    animation-name: none;
}

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Keyframes: Fade with slide
 ========================================================================== */

/*
 * Top
 */

@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
 * Bottom
 */

@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
 * Left
 */

@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*
 * Right
 */

@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Keyframes: Fade with scale
 ========================================================================== */

/*
 * Scale by 0.2
 */

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*
 * Scale by 1.5
 * Used by slideshow component
 */

@-webkit-keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*
 * Scale by 1.8
 */

@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */

/*
 * Left
 */

@-webkit-keyframes uk-slide-left {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/*
 * Right
 */

@-webkit-keyframes uk-slide-right {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

/*
 * Left third
 */

@-webkit-keyframes uk-slide-left-33 {
    0% {
        -webkit-transform: translateX(33%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-left-33 {
    0% {
        transform: translateX(33%);
    }

    100% {
        transform: translateX(0);
    }
}

/*
 * Right third
 */

@-webkit-keyframes uk-slide-right-33 {
    0% {
        -webkit-transform: translateX(-33%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-right-33 {
    0% {
        transform: translateX(-33%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Keyframes: Scale
 ========================================================================== */

@-webkit-keyframes uk-scale-12 {
    0% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes uk-scale-12 {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */

@-webkit-keyframes uk-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes uk-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* Keyframes: Shake
 ========================================================================== */

@-webkit-keyframes uk-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(-9px);
    }

    20% {
        -webkit-transform: translateX(8px);
    }

    30% {
        -webkit-transform: translateX(-7px);
    }

    40% {
        -webkit-transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(-5px);
    }

    60% {
        -webkit-transform: translateX(4px);
    }

    70% {
        -webkit-transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-1px);
    }
}

@keyframes uk-shake {
    0%,
    100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */

/*
 * Top fixed
 */

@-webkit-keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
 * Bottom fixed
 */

@-webkit-keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */

.uk-dropdown,
.uk-dropdown-blank {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 970;
    /* 3 */
    box-sizing: border-box;
    /* 4 */
    width: 200px;
}

/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */

.uk-dropdown {
    padding: 15px;
    background: #f5f5f5;
    color: #444;
    /* 1 */
    font-size: 1rem;
    vertical-align: top;
}

/* Focus */

.uk-dropdown:focus {
    outline: none;
}

/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */

.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
    /* 1 */
    display: block;
    /* 2 */
    -webkit-animation: uk-fade 0.2s ease-in-out;
    animation: uk-fade 0.2s ease-in-out;
    /* 3 */
    transform-origin: 0 0;
}

/* Alignment modifiers
 ========================================================================== */

/*
 * Modifier
 */

.uk-dropdown-top {
    margin-top: -5px;
}

.uk-dropdown-bottom {
    margin-top: 5px;
}

.uk-dropdown-left {
    margin-left: -5px;
}

.uk-dropdown-right {
    margin-left: 5px;
}

/* Nav in dropdown
 ========================================================================== */

.uk-dropdown .uk-nav {
    margin: 0 -15px;
}

/* Grid and panel in dropdown
 ========================================================================== */

/*
* Vertical gutter
*/

/*
 * Grid
 * Higher specificity to override large gutter
 */

.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
    margin-top: 15px;
}

/* Panels */

.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
    margin-top: 15px;
}

/* Tablet and bigger */

@media (min-width: 768px) {
    /*
     * Horizontal gutter
     */

    .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
        margin-left: -15px;
        margin-right: -15px;
    }

    .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*
     * Column divider
     */

    .uk-dropdown:not(.uk-dropdown-stack)
        > .uk-dropdown-grid
        > [class*='uk-width-']:nth-child(n + 2) {
        border-left: 1px solid #ddd;
    }

    /*
     * Width multiplier for dropdown columns
     */

    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width: 400px;
    }

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

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

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

/* Phone landscape and smaller */

@media (max-width: 767px) {
    /*
     * Stack columns and take full width
     */

    .uk-dropdown-grid > [class*='uk-width-'] {
        width: 100%;
    }

    /*
     * Vertical gutter
     */

    .uk-dropdown-grid > [class*='uk-width-']:nth-child(n + 2) {
        margin-top: 15px;
    }
}

/*
* Stack grid columns
*/

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
}

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n + 2) {
    margin-top: 15px;
}

/* Modifier `uk-dropdown-small`
 ========================================================================== */

/*
 * Set min-width and text expands dropdown if needed
 */

.uk-dropdown-small {
    min-width: 150px;
    width: auto;
    padding: 5px;
    white-space: nowrap;
}

/*
 * Nav in dropdown
 */

.uk-dropdown-small .uk-nav {
    margin: 0 -5px;
}

/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */

.uk-dropdown-navbar {
    margin-top: 0;
    background: #f5f5f5;
    color: #444;
}

.uk-open > .uk-dropdown-navbar {
    -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
    animation: uk-slide-top-fixed 0.2s ease-in-out;
}

/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */

/*
 * Usefull for long lists
 */

.uk-dropdown-scrollable {
    overflow-y: auto;
    max-height: 200px;
}

/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */

/* ========================================================================
   Component: Modal
 ========================================================================== */

/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */

.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 */
    background: rgba(0, 0, 0, 0.6);
    /* 5 */
    opacity: 0;
    transition: opacity 0.15s linear;
    /* 6 */
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    /* 7 */
    transform: translateZ(0);
}

/*
 * Open state
 */

.uk-modal.uk-open {
    opacity: 1;
}

/*
 * Prevents duplicated scrollbar caused by 4.
 */

.uk-modal-page,
.uk-modal-page body {
    overflow: hidden;
}

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */

/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */

.uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    /* 3 */
    background: #fff;
    /* 4 */
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.3s linear, transform 0.3s ease-out;
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
    /*
     * Fit in small screen
     */

    .uk-modal-dialog {
        width: auto;
        margin: 10px auto;
    }
}

/*
 * Open state
 */

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

/*
 * Remove margin from the last-child
 */

.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
    margin-bottom: 0;
}

/* Close in modal
 ========================================================================== */

.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
}

/*
 * Remove margin from adjacent element
 */

.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
    margin-top: 0;
}

/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */

.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px;
}

/*
 * Close button
 */

.uk-modal-dialog-lightbox > .uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none;
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -7px;
        right: -7px;
    }
}

/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */

.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    transition: opacity 0.3s linear;
}

/*
* Close button
*/

.uk-modal-dialog-blank > .uk-close:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin: 0;
    float: none;
}

/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-modal-dialog-large {
        width: 930px;
    }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-modal-dialog-large {
        width: 1130px;
    }
}

/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */

.uk-modal-header {
    margin-bottom: 15px;
}

.uk-modal-footer {
    margin-top: 15px;
}

/*
 * Remove margin from the last-child
 */

.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
    margin-bottom: 0;
}

/* Sub-Object: `uk-modal-caption`
 ========================================================================== */

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */

.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ddd;
}

.uk-modal-spinner:after {
    content: '\F110';
    display: block;
    font-family: FontAwesome;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */

/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */

.uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    /* 3 */
    touch-action: none;
    /* 4 */
    background: rgba(0, 0, 0, 0.1);
}

.uk-offcanvas.uk-active {
    display: block;
}

/* Sub-object `uk-offcanvas-page`
 ========================================================================== */

/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 * 3. Needed for the transition to work instead of just letting it pop to the side
 */

.uk-offcanvas-page {
    /* 1 */
    position: fixed;
    /* 2 */
    transition: margin-left 0.3s ease-in-out;
    /* 3 */
    margin-left: 0;
}

/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */

/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */

.uk-offcanvas-bar {
    /* 1 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 1001;
    /* 2 */
    width: 270px;
    max-width: 100%;
    background: #333;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    transition: transform 0.3s ease-in-out;
    /* 5 */
    -ms-scroll-chaining: none;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    transform: translateX(0%);
}

/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */

.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

/* Offcanvase modes
 ========================================================================== */

.uk-offcanvas-bar[mode='none'] {
    transition: none;
}

.uk-offcanvas-bar[mode='reveal'] {
    transform: translateX(0%);
    clip: rect(0, 0, 100vh, 0);
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
}

.uk-offcanvas-bar-flip[mode='reveal'] {
    clip: none;
    transform: translateX(100%);
}

.uk-offcanvas-bar-flip[mode='reveal'] > * {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
    transform: translateX(0%);
}

/* Panel in offcanvas
 ========================================================================== */

.uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777;
}

.uk-offcanvas .uk-panel-title {
    color: #ccc;
}

.uk-offcanvas .uk-panel a:not([class]) {
    color: #ccc;
}

.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #fff;
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */

/*
 * 1. Deactivate browser history navigation in IE11
 */

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    /* 1 */
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

/*
 * Items
 */

.uk-switcher > :not(.uk-active) {
    display: none;
}

/* ========================================================================
   Component: Text
 ========================================================================== */

/* Size modifiers
 ========================================================================== */

.uk-text-small {
    font-size: 11px;
    line-height: 16px;
}

.uk-text-large {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

/* Weight modifiers
 ========================================================================== */

.uk-text-bold {
    font-weight: bold;
}

/* Color modifiers
 ========================================================================== */

.uk-text-muted {
    color: #999 !important;
}

.uk-text-primary {
    color: #2d7091 !important;
}

.uk-text-success {
    color: #659f13 !important;
}

.uk-text-warning {
    color: #e28327 !important;
}

.uk-text-danger {
    color: #d85030 !important;
}

.uk-text-contrast {
    color: #fff !important;
}

/* 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;
}

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

.uk-text-middle {
    vertical-align: middle !important;
}

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

/* Only tablets portrait and smaller */

@media (max-width: 959px) {
    .uk-text-center-medium {
        text-align: center !important;
    }

    .uk-text-left-medium {
        text-align: left !important;
    }
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
    .uk-text-center-small {
        text-align: center !important;
    }

    .uk-text-left-small {
        text-align: left !important;
    }
}

/* Wrap modifiers
 ========================================================================== */

/*
 * Prevent text from wrapping onto multiple lines
 */

.uk-text-nowrap {
    white-space: nowrap;
}

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */

.uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
 * Break strings if their length exceeds the width of their container
 */

.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Transform modifiers
 ========================================================================== */

.uk-text-capitalize {
    text-transform: capitalize !important;
}

.uk-text-lowercase {
    text-transform: lowercase !important;
}

.uk-text-uppercase {
    text-transform: uppercase !important;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */

/* Container
 ========================================================================== */

.uk-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 25px;
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px;
    }
}

/*
 * Micro clearfix
 */

.uk-container:before,
.uk-container:after {
    content: '';
    display: table;
}

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

/*
 * Center container
 */

.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}

/* Clearing
 ========================================================================== */

/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `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
 */

.uk-clearfix:before {
    content: '';
    display: table-cell;
}

.uk-clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/*
 *  Create a new block formatting context
 */

.uk-nbfc {
    overflow: hidden;
}

.uk-nbfc-alt {
    display: table-cell;
    width: 10000px;
}

/* Alignment of block elements
 ========================================================================== */

/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */

.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

/* 1 */

[class*='uk-float-'] {
    max-width: 100%;
}

/* Alignment of images and objects
 ========================================================================== */

/*
 * Alignment
 */

[class*='uk-align-'] {
    display: block;
    margin-bottom: 15px;
}

.uk-align-left {
    margin-right: 15px;
    float: left;
}

.uk-align-right {
    margin-left: 15px;
    float: right;
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-align-medium-left {
        margin-right: 15px;
        float: left;
    }

    .uk-align-medium-right {
        margin-left: 15px;
        float: right;
    }
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}

/* Vertical alignment
 ========================================================================== */

/*
 * Remove whitespace between child elements when using `inline-block`
 */

.uk-vertical-align {
    font-size: 0.001px;
}

/*
 *  The `uk-vertical-align` container needs a specific height
 */

.uk-vertical-align:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */

.uk-vertical-align-middle,
.uk-vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    /* 1 */
    font-size: 1rem;
}

.uk-vertical-align-middle {
    vertical-align: middle;
}

.uk-vertical-align-bottom {
    vertical-align: bottom;
}

/* Height
 ========================================================================== */

/*
 * More robust if padding and border are used
 */

[class*='uk-height'] {
    box-sizing: border-box;
}

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */

.uk-height-1-1 {
    height: 100%;
}

/*
 * Useful to create image teasers
 */

.uk-height-viewport {
    height: 100vh;
    min-height: 600px;
}

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */

/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */

.uk-responsive-width,
.uk-responsive-height {
    box-sizing: border-box;
}

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */

.uk-responsive-height {
    max-height: 100%;
    width: auto;
}

/* Margin
 ========================================================================== */

/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */

.uk-margin {
    margin-bottom: 15px;
}

* + .uk-margin {
    margin-top: 15px;
}

.uk-margin-top {
    margin-top: 15px !important;
}

.uk-margin-bottom {
    margin-bottom: 15px !important;
}

.uk-margin-left {
    margin-left: 15px !important;
}

.uk-margin-right {
    margin-right: 15px !important;
}

/*
 * Larger margins
 */

.uk-margin-large {
    margin-bottom: 50px;
}

* + .uk-margin-large {
    margin-top: 50px;
}

.uk-margin-large-top {
    margin-top: 50px !important;
}

.uk-margin-large-bottom {
    margin-bottom: 50px !important;
}

.uk-margin-large-left {
    margin-left: 50px !important;
}

.uk-margin-large-right {
    margin-right: 50px !important;
}

/*
 * Smaller margins
 */

.uk-margin-small {
    margin-bottom: 5px;
}

* + .uk-margin-small {
    margin-top: 5px;
}

.uk-margin-small-top {
    margin-top: 5px !important;
}

.uk-margin-small-bottom {
    margin-bottom: 5px !important;
}

.uk-margin-small-left {
    margin-left: 5px !important;
}

.uk-margin-small-right {
    margin-right: 5px !important;
}

/*
 * Remove margins
 */

.uk-margin-remove {
    margin: 0 !important;
}

.uk-margin-top-remove {
    margin-top: 0 !important;
}

.uk-margin-bottom-remove {
    margin-bottom: 0 !important;
}

/* Padding
 ========================================================================== */

.uk-padding-remove {
    padding: 0 !important;
}

.uk-padding-top-remove {
    padding-top: 0 !important;
}

.uk-padding-bottom-remove {
    padding-bottom: 0 !important;
}

.uk-padding-vertical-remove {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Border
 ========================================================================== */

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

.uk-border-rounded {
    border-radius: 5px;
}

/* Headings
 ========================================================================== */

.uk-heading-large {
    font-size: 36px;
    line-height: 42px;
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-heading-large {
        font-size: 52px;
        line-height: 64px;
    }
}

/* Link
 ========================================================================== */

/*
 * Let links appear in default text color
 */

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

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

/*
 * Reset link style
 */

.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
    color: inherit;
    text-decoration: none;
}

/* Scrollable
 ========================================================================== */

/*
 * Enable scrolling for preformatted text
 */

.uk-scrollable-text {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

/*
 * Box with scrolling enabled
 */

.uk-scrollable-box {
    box-sizing: border-box;
    height: 170px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

.uk-scrollable-box > :last-child {
    margin-bottom: 0;
}

/* Overflow
 ========================================================================== */

.uk-overflow-hidden {
    overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */

.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-overflow-container > :last-child {
    margin-bottom: 0;
}

/* Position
 ========================================================================== */

.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
    position: absolute !important;
}

/* 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-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;
}

/*
 * Cover
 */

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
 * Relative
 */

.uk-position-relative {
    position: relative !important;
}

/*
 * Z-index
 */

.uk-position-z-index {
    z-index: 1;
}

/* Display
 ========================================================================== */

/*
 * Display
 * 1. Required if child is a responsive image
 */

.uk-display-block {
    display: block !important;
}

.uk-display-inline {
    display: inline !important;
}

.uk-display-inline-block {
    display: inline-block !important;
    /* 1 */
    max-width: 100%;
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-visible-small {
        display: none !important;
    }

    .uk-visible-medium {
        display: none !important;
    }

    .uk-hidden-large {
        display: none !important;
    }
}

/* Tablets portrait */

@media (min-width: 768px) and (max-width: 959px) {
    .uk-visible-small {
        display: none !important;
    }

    .uk-visible-large {
        display: none !important;
    }

    .uk-hidden-medium {
        display: none !important;
    }
}

/* Phone landscape and smaller*/

@media (max-width: 767px) {
    .uk-visible-medium {
        display: none !important;
    }

    .uk-visible-large {
        display: none !important;
    }

    .uk-hidden-small {
        display: none !important;
    }
}

/* Remove from the flow and screen readers on any device */

.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}

/* It's hidden, but still affects layout */

.uk-invisible {
    visibility: hidden !important;
}

/* Show on hover */

.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
    display: block !important;
    visibility: visible !important;
}

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
    display: inline-block !important;
    visibility: visible !important;
}

/* Hide on touch */

.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
    display: none !important;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */

.uk-flex {
    display: flex;
}

.uk-flex-inline {
    display: inline-flex;
}

/*
 * Fixes initial flex-shrink value in IE10
 */

.uk-flex > *,
.uk-flex-inline > * {
    -ms-flex-negative: 1;
}

/* Alignment
 ========================================================================== */

/*
 * Vertical alignment
 * Default value is `stretch`
 */

.uk-flex-top {
    align-items: flex-start;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-bottom {
    align-items: flex-end;
}

/*
 * Horizontal alignment
 * Default value is `flex-start`
 */

.uk-flex-center {
    justify-content: center;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-space-between {
    justify-content: space-between;
}

.uk-flex-space-around {
    justify-content: space-around;
}

/* Direction
 ========================================================================== */

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

/*
 * Horizontal alignment
 * Default value is `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-space-between {
    align-content: space-between;
}

.uk-flex-wrap-space-around {
    align-content: space-around;
}

/* Item ordering
 ========================================================================== */

/*
 * Default is 0
 */

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

.uk-flex-order-last {
    order: 99;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
    .uk-flex-order-first-small {
        order: -1;
    }

    .uk-flex-order-last-small {
        order: 99;
    }
}

/* Tablet and bigger */

@media (min-width: 768px) {
    .uk-flex-order-first-medium {
        order: -1;
    }

    .uk-flex-order-last-medium {
        order: 99;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-flex-order-first-large {
        order: -1;
    }

    .uk-flex-order-last-large {
        order: 99;
    }
}

/* Large screen and bigger */

@media (min-width: 1220px) {
    .uk-flex-order-first-xlarge {
        order: -1;
    }

    .uk-flex-order-last-xlarge {
        order: 99;
    }
}

/* Item dimensions
 ========================================================================== */

/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */

.uk-flex-item-none {
    flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */

.uk-flex-item-auto {
    flex: auto;
    /* 1 */
    -ms-flex-negative: 1;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */

.uk-flex-item-1 {
    flex: 1;
}

/* ========================================================================
   Component: Contrast
 ========================================================================== */

.uk-contrast {
    color: #fff;
    /* Active */
}

.uk-contrast a:not([class]),
.uk-contrast .uk-link {
    color: fade(#fff, 70%);
    text-decoration: none;
}

.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
    color: #fff;
    text-decoration: underline;
}

.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
    color: #fff;
}

.uk-contrast em {
    color: #fff;
}

.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
    color: #fff;
}

.uk-contrast hr {
    border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-nav li > a,
.uk-contrast .uk-nav li > a:hover {
    text-decoration: none;
}

.uk-contrast .uk-nav-side > li > a {
    color: #fff;
}

.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
    background: fade(#fff, 10%);
    color: #fff;
}

.uk-contrast .uk-nav-side > li.uk-active > a {
    background: #fff;
    color: #444;
}

.uk-contrast .uk-nav-side .uk-nav-header {
    color: #fff;
}

.uk-contrast .uk-nav-side .uk-nav-divider {
    border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-nav-side ul a {
    color: fade(#fff, 70%);
}

.uk-contrast .uk-nav-side ul a:hover {
    color: #fff;
}

.uk-contrast .uk-subnav > * > a {
    color: fade(#fff, 70%);
    text-decoration: none;
}

.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
    color: #fff;
    text-decoration: none;
}

.uk-contrast .uk-subnav > .uk-active > a {
    color: #fff;
}

.uk-contrast .uk-subnav-line > :nth-child(n + 2):before {
    border-left-color: fade(#fff, 20%);
}

.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
    background: fade(#fff, 70%);
    color: #444;
    text-decoration: none;
}

.uk-contrast .uk-subnav-pill > .uk-active > a {
    background: #fff;
    color: #444;
}

.uk-contrast .uk-tab {
    border-bottom-color: fade(#fff, 20%);
}

.uk-contrast .uk-tab > li > a {
    border-color: transparent;
    color: fade(#fff, 70%);
}

.uk-contrast .uk-tab > li > a:hover,
.uk-contrast .uk-tab > li > a:focus,
.uk-contrast .uk-tab > li.uk-open > a {
    border-color: fade(#fff, 70%);
    background: fade(#fff, 70%);
    color: #444;
    text-decoration: none;
}

.uk-contrast .uk-tab > li.uk-active > a {
    border-color: fade(#fff, 20%);
    border-bottom-color: transparent;
    background: #fff;
    color: #444;
}

.uk-contrast .uk-tab-center {
    border-bottom-color: fade(#fff, 20%);
}

.uk-contrast .uk-tab-grid:before {
    border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-list-line > li:nth-child(n + 2) {
    border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type='text'],
.uk-contrast .uk-form input[type='password'],
.uk-contrast .uk-form input[type='datetime'],
.uk-contrast .uk-form input[type='datetime-local'],
.uk-contrast .uk-form input[type='date'],
.uk-contrast .uk-form input[type='month'],
.uk-contrast .uk-form input[type='time'],
.uk-contrast .uk-form input[type='week'],
.uk-contrast .uk-form input[type='number'],
.uk-contrast .uk-form input[type='email'],
.uk-contrast .uk-form input[type='url'],
.uk-contrast .uk-form input[type='search'],
.uk-contrast .uk-form input[type='tel'],
.uk-contrast .uk-form input[type='color'] {
    border-color: fade(#fff, 80%);
    background: fade(#fff, 80%);
    color: #444;
    background-clip: padding-box;
}

.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type='text']:focus,
.uk-contrast .uk-form input[type='password']:focus,
.uk-contrast .uk-form input[type='datetime']:focus,
.uk-contrast .uk-form input[type='datetime-local']:focus,
.uk-contrast .uk-form input[type='date']:focus,
.uk-contrast .uk-form input[type='month']:focus,
.uk-contrast .uk-form input[type='time']:focus,
.uk-contrast .uk-form input[type='week']:focus,
.uk-contrast .uk-form input[type='number']:focus,
.uk-contrast .uk-form input[type='email']:focus,
.uk-contrast .uk-form input[type='url']:focus,
.uk-contrast .uk-form input[type='search']:focus,
.uk-contrast .uk-form input[type='tel']:focus,
.uk-contrast .uk-form input[type='color']:focus {
    border-color: #fff;
    background: #fff;
    color: #444;
}

.uk-contrast .uk-form :-ms-input-placeholder {
    color: fade(#444, 70%) !important;
}

.uk-contrast .uk-form ::-moz-placeholder {
    color: fade(#444, 70%);
}

.uk-contrast .uk-form ::-webkit-input-placeholder {
    color: fade(#444, 70%);
}

.uk-contrast .uk-button {
    color: #444;
    background: #fff;
}

.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
    background-color: fade(#fff, 80%);
    color: #444;
}

.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
    background-color: fade(#fff, 70%);
    color: #444;
}

.uk-contrast .uk-button-primary {
    background-color: #00a8e6;
    color: #fff;
}

.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
    background-color: #35b3ee;
    color: #fff;
}

.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
    background-color: #0091ca;
    color: #fff;
}

.uk-contrast .uk-icon-hover {
    color: fade(#fff, 70%);
}

.uk-contrast .uk-icon-hover:hover {
    color: #fff;
}

.uk-contrast .uk-icon-button {
    background: #fff;
    color: #444;
}

.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
    background-color: fade(#fff, 80%);
    color: #444;
}

.uk-contrast .uk-icon-button:active {
    background-color: fade(#fff, 70%);
    color: #444;
}

.uk-contrast .uk-text-muted {
    color: fade(#fff, 60%) !important;
}

.uk-contrast .uk-text-primary {
    color: #2d7091 !important;
}

/* ========================================================================
   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;
    }
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */

/* For Mobile Default */
.uk-nav {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.uk-breadcrumb {
    /* 1 */
    padding-top: 10px;
    list-style: none;
    /* 2 */
    font-size: 0.001px;
}

/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */

/* Fixed block when full background  */
.uk-container {
    padding: 0;
}

.rvsb_design_block .uk-grid * .uk-grid {
    padding: 0;
}

.rvsb_design_block .rv-b-grid {
    padding: 0 0px;
}

.rvsb_design_block .rv-b-grid * .rv-b-grid {
    padding: 0;
}

/* end Fixed block when full background  */

.uk-breadcrumb>li {
    font-size: 14px;
    vertical-align: top;
}

.uk-breadcrumb>li,
.uk-breadcrumb>li>a,
.uk-breadcrumb>li>span {
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
}

.uk-breadcrumb>li>a {
    color: #07d;
    /* {breadcrumb_txtcolor} */
}

/* {breadcrumb_txtcolor_hover} */
.uk-breadcrumb>li>a:hover,
.getHoverBreadcrumColor {
    color: #07d;
}

.uk-breadcrumb>li:nth-child(n + 2):before {
    content: '/';
    display: inline-block;
    margin: 0 8px;
}

/*
 * Disabled
 */
.uk-breadcrumb>li:not (.uk-active)>span {
    color: #999999;
}

/* newsletter block */
.rvs_block_border {
    background: #f6f6f6;
    border-radius: 0px;
    padding: 5px 10px 10px 10px;
    border: #dedede solid 1px;
    margin: 0 0 15px 0;
}

.rvs-uk-newsletter .rvs_h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

.rvs-uk-newsletter .rvs_h2 h3 {
    margin: 0;
    padding: 0;
}

.rvs-uk-newsletter .rvs-uk-pad {
    padding: 5px 0px;
}

.rvs-uk-newsletter input.box {
    background: #fff;
    border-radius: 2px;
    padding: 5px 0;
    border: #dedede solid 1px;
    width: 100%;
}

.rvs-uk-newsletter .cpn_btn,
.rvs-uk-newsletter .cpn_btn:hover {
    background: #dadada;
    border-radius: 2px;
    padding: 5px 10px;
    border: #dadada solid 1px;
    min-width: 80px;
    color: #5c5c5c;
    cursor: pointer;
    text-align: center;
    margin: 0 0 2px;
}

.rvs-uk-newsletter .cpn_btn:hover {
    background: #c9c9c9;
    border: #c9c9c9 solid 1px;
    color: #fff;
}

/* newsletter block */

/* login block */
.rvs_blocklogin {
    padding: 0;
    margin: 0 0 20px 0;
    float: right;
}

.rvs_blocklogin .btn,
.rvs_blocklogin .btn:visited,
.rvs_blocklogin .btn:hover,
.rvs_blocklogin .btn:active {
    background: #dadada;
    border-radius: 2px;
    padding: 3px 5px;
    border: #b5b5b5 solid 1px;
    color: #5c5c5c;
    cursor: pointer;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 13px;
    margin: 5px 0 10px 5px;
    min-width: 70px;
    text-align: center;
}

.rvs_blocklogin .btn:hover,
.rvs_blocklogin .btn:active {
    background: #c9c9c9;
    color: #fff;
}

.rvs_blocklogin .rvs_right {
    float: right;
}

.rvs_user {
    display: block;
    float: left;
    margin-top: 15px;
}

.rvs_username {
    display: block;
    float: left;
    margin-top: 15px;
}

/* login block */
/* --- Header_spacer --- */
.rs_header_logo img,
.custom_layer img {
    max-width: 100%;
}

.rs_header_spacer {
    height: 0px;
    background-color: #d8d8d8;
    position: relative;
}

/* --- Company_Name --- */
.rs_header_companyname,
.rv-company-name-small {
    top: 140px;
    left: 205px;
}

.rs_header_companyname {
    white-space: nowrap;
    position: absolute;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 36px;
}

/* --- Company_Name_small --- */
.rv-company-name-small {
    font-size: 16px;
}

/* --- Slogan --- */
.rs_header_slogan {
    top: 195px;
    left: 205px;
    white-space: nowrap;
    position: absolute;

    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
}

.rs_header_logo {
    top: 30px;
    left: 205px;
    position: absolute;
}

.custom_layer {
    display: block;
    width: 100%;
    position: absolute;
}

/* CMS */
nav.uk-navbar .rv_logo img {
    margin-top: 5%;
    margin-bottom: 5%;
}

/* Desktop and bigger */
@media only screen and (min-width: 960px) {
    .uk-list-inline li {
        display: inline;
        float: left;
        width: 20%;
    }

    /* CMS */
    nav.uk-navbar img {
        max-height: 40px;
    }
}

/* bigger */
@media only screen and (min-width: 1601px) {
    .uk-container {
        /*max-width:1400px;*/
    }
}

/* Large screen and bigger */
@media only screen and (max-width: 1220px) {
    /* Overwrite IMG uikit*/

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

    /* CMS */
    nav.uk-navbar img {
        max-height: 40px;
    }

    /* CMS Form Online with Sidebar*/
    .uk-width-large-2-4.sidebar-center form.uk-form-label-right .uk-form-label,
    .uk-width-large-2-4.sidebar-center form.uk-form .uk-form-label,
    .uk-width-large-2-4.sidebar-center form.uk-form .uk-form-controls {
        text-align: left !important;
        width: 100% !important;
        display: block;
        margin-left: 0;
    }

    .uk-width-large-2-4.sidebar-center .rv-form-design4 {
        width: 90%;
    }

    .uk-width-large-2-4.sidebar-center .uk-form input[type='text'] {
        margin-bottom: 2px;
    }
}

/* Tablet and bigger */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .uk-list-inline li {
        display: inline;
        float: left;
        width: 30%;
    }

    /* Overwrite IMG uikit*/

    /* CMS */
    nav.uk-navbar img,
    .rv_logo img {
        max-height: 40px;
    }

    .uk-navbar-nav>li>a {
        padding: 0px 10px !important;
    }
}

/* Tablet and Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* CMS */

    #topmenu .uk-width-medium-1-2,
    #topmenu .uk-width-small-1-2 {
        padding: 5px 15px;
    }

    #topmenu .uk-width-medium-1-2 .uk-float-right,
    #topmenu .uk-width-small-1-2 .uk-float-right.uk-float-right {
        float: none;
    }

    #topmenu .uk-float-left,
    #topmenu .uk-float-right,
    #topmenu .uk-navbar-center {
        float: none;
        text-align: left;
        display: block;
        padding: 5px 0 5px 0;
    }

    #topmenu .top_login_mobile {
        display: none !important;
        visibility: hidden !important;
    }
}

#selected_headerblock {
    margin-top: 40px;
}

nav.uk-navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}

.rs_header_logo {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    left: auto;
}

.rs_header_logo img {
    width: auto;
    height: auto;
}

.rs_header_companyname {
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    top: auto;
    left: auto;
}

.rs_header_slogan {
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    top: auto;
    left: auto;
}

.uk-width-img {
    max-width: 70%;
}

div.uk-navbar-brand * {
    /*text companyname mini wysiwyg on mobile*/
    display: inline !important;
    text-align: center;
    position: relative;
    top: 0;
    padding: 0;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: normal !important;
    font-weight: normal !important;
}

.uk-navbar-center {
    max-width: 100% !important;
}

/* hack uk-container background */
.uk-container {
    padding: 0 0px;
}

.bgContent .uk-container,
.bgTopmenu .uk-container {
    padding: 0 25px;
}

/*** Fixed block when full background  ***/
.rvsb_design_block .uk-grid {
    padding: 0;
}

.rvsb_design_block .rv-b-grid {
    padding: 0;
}

.uk-list-inline li {
    display: block;
    float: inherit;
    width: auto;
}

/* Overwrite IMG uikit*/

/* CMS */
nav.uk-navbar img,
.rv_logo img {
    max-height: 40px !important;
}

#selected_headerbanner ul.uk-slideshow li {
    min-height: 300px !important;
}

#selected_headerbanner ul.uk-slideshow li li {
    min-height: auto !important;
}

.uk-sticky-placeholder {
    height: auto !important;
}

#rvnavigator nav.uk-navbar a.uk-navbar-toggle {
    background: rgba(0, 0, 0, 0.2) !important;
}

/* Mobile */
@media only screen and (max-width: 479px) {

    /* CMS */

    #topmenu .uk-width-medium-1-2,
    #topmenu .uk-width-small-1-2 {
        padding: 5px 15px;
    }

    #topmenu .uk-width-medium-1-2 .uk-float-right,
    #topmenu .uk-width-small-1-2 .uk-float-right.uk-float-right {
        float: none;
    }

    #topmenu .uk-float-left,
    #topmenu .uk-float-right,
    #topmenu .uk-navbar-center {
        float: none;
        text-align: left;
        display: block;
        padding: 5px 0 5px 0;
    }

    #topmenu .uk-text-right {
        text-align: left !important;
    }

    .uk-sticky-placeholder {
        height: auto !important;
    }

    #selected_headerbanner ul.uk-slideshow li {
        min-height: 300px !important;
    }

    #selected_headerbanner ul.uk-slideshow li li {
        min-height: auto !important;
    }

    #selected_headerblock {
        margin-top: 40px;
    }

    .uk-navbar-brand {
        font-family: 'Open Sans', Arial, sans-serif;
    }

    nav.uk-navbar {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 2;
    }

    .uk-nav-navbar>li>a:focus,
    .getHoverNavColorLevel1,
    #selected_navigator-mobile ul.uk-nav-sub>li>a:hover,
    #selected_navigator-mobile ul.uk-nav-sub>li>a:focus,
    #selected_navigator-mobile .getHoverNavColorLevel2 {
        background-color: #333 !important;
        color: #fff !important;
    }

    .uk-nav-parent-icon>.uk-parent>a:after {
        content: '\F105' !important;
    }

    .uk-nav-parent-icon>.uk-parent.uk-open>a:after {
        content: '\F107' !important;
    }

    .rs_header_logo {
        position: relative;
        width: 100%;
        text-align: center;
        top: auto;
        left: auto;
    }

    .rs_header_logo img {
        width: auto;
        height: auto;
    }

    .rs_header_companyname {
        padding: 0 0 10px 0;
        position: relative;
        width: 100%;
        text-align: center;
        top: auto;
        left: auto;
    }

    .rs_header_slogan {
        display: none;
    }

    .custom_layer {
        display: none;
    }

    .uk-width-img {
        max-width: 70%;
    }

    div.uk-navbar-brand * {
        /*text companyname mini wysiwyg on mobile*/
        display: inline !important;
        text-align: center;
        position: relative;
        top: 0;
        padding: 0;
        font-size: 16px !important;
        color: #fff !important;
        font-weight: normal !important;
        font-weight: normal !important;
    }

    .uk-navbar-center {
        max-width: 100% !important;
    }

    /* hack uk-container background */
    .uk-container {
        padding: 0 0px;
    }

    .bgContent .uk-container {
        padding: 0 0px;
    }

    /* Fixed block when full background  */
    .rvsb_design_block .uk-grid {
        padding: 0 25px;
    }

    .rvsb_design_block .rv-b-grid {
        padding: 0;
    }

    .uk-list-inline li {
        display: block;
        float: inherit;
        width: auto;
    }

    /* Overwrite IMG uikit*/

    /* CMS */
    nav.uk-navbar img {
        max-height: 40px !important;
    }

    #footerTemplate .uk-text-left-small {
        text-align: left !important;
    }

    #rvnavigator nav.uk-navbar a.uk-navbar-toggle {
        background: rgba(0, 0, 0, 0.2) !important;
    }

    #topmenu .top_login_mobile {
        display: none !important;
        visibility: hidden !important;
    }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
    #topmenu .top_login_mobile {
        display: none !important;
        visibility: hidden !important;
    }
}

/** All Button Link **/
.rv-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    font: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

.rv-button-round {
    border-radius: 5px;
}

.rv-button-radius {
    border-radius: 180px;
}

.rv-button:hover {
    opacity: 0.8;
}

/** button 1 **/
.uk-button-red,
.uk-button-red:hover {
    background-color: #f12c2c;
    color: #ffffff !important;
}

/** button 2 **/
.uk-button-gold,
.uk-button-gold:hover {
    background-color: #f5a623;
    color: #ffffff !important;
}

/** button 3 **/
.uk-button-yellow,
.uk-button-yellow:hover {
    background-color: #ffdc00;
    color: #414141 !important;
}

/** button 4 **/
.uk-button-green,
.uk-button-green:hover {
    background-color: #59b71c;
    color: #ffffff !important;
}

/** button 5 **/
.uk-button-skyblue,
.uk-button-skyblue:hover {
    background-color: #22c7ad;
    color: #ffffff !important;
}

/** button 6 **/
.uk-button-blue,
.uk-button-blue:hover {
    background-color: #2f8ee0;
    color: #ffffff !important;
}

/** button 7 **/
.uk-button-purple,
.uk-button-purple:hover {
    background-color: #6f1cf8;
    color: #ffffff !important;
}

/** button 8 **/
.uk-button-pink,
.uk-button-pink:hover {
    background-color: #c829e5;
    color: #ffffff !important;
}

/** button 9 **/
.uk-button-magenta,
.uk-button-magenta:hover {
    background-color: #e71e8f;
    color: #ffffff !important;
}

/** button 10 **/
.uk-button-silver,
.uk-button-silver:hover {
    background-color: #bfbfbf;
    color: #414141 !important;
}

/** button 11 **/
.uk-button-gray,
.uk-button-gray:hover {
    background-color: #767676;
    color: #ffffff !important;
}

/** button 12 **/
.uk-button-darkgray,
.uk-button-darkgray:hover {
    background-color: #4a4a4a;
    color: #ffffff !important;
}

/** Overwirte uikit.css **/
.uk-icon-large {
    vertical-align: inherit;
}

hr.uk-icon-small,
hr.uk-icon-medium,
hr.uk-icon-large {
    border: 0;
}

/************* Change uk-grid to rv-b-grid  **************/

.rv-b-grid {
    display: flex;
    flex-wrap: wrap;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
}

.rv-b-grid:before,
.rv-b-grid:after {
    content: '';
    display: block;
    overflow: hidden;
}

.rv-b-grid:after {
    clear: both;
}

.rv-b-grid>* {
    /* 1 */
    flex: none;
    /* 2 */
    margin: 0;
    /* 3 */
    float: left;
}

.rv-b-grid>*> :last-child {
    margin-bottom: 0;
}

.rv-b-grid {
    margin-left: -25px;
}

.rv-b-grid>* {
    padding-left: 25px;
}

/* Vertical */
.rv-b-grid+.rv-b-grid,
.uk-grid-margin,
.rv-b-grid>*>.uk-panel+.uk-panel {
    margin-top: 25px;
}


/** Overwirte uikit.css **/
.uk-icon-large {
    vertical-align: inherit;
}

hr.uk-icon-small,
hr.uk-icon-medium,
hr.uk-icon-large {
    border: 0;
}


/* Section */
.rv-section-padding-left {
    padding-left: 35%;
}

.rv-section-padding-right {
    padding-right: 10%;
}

.rv-section-padding-top {
    padding-top: 10%;
}

.rv-section-margin-top {
    margin-top: -50%;
}

.rv-section-margin-left {
    margin-left: -50%;
}

.rv-overlap-left-10 {
    margin-left: -10%;
}

.rv-overlap-left-20 {
    margin-left: -20%;
}

.rv-overlap-left-30 {
    margin-left: -30%;
}

.rv-overlap-left-40 {
    margin-left: -40%;
}

.rv-overlap-left-50 {
    margin-left: -50%;
}

.rv-overlap-left-60 {
    margin-left: -60%;
}

.rv-overlap-left-100 {
    margin-left: -100%;
}

.rv-padding-left-10 {
    padding-left: 10%;
}

.rv-padding-left-20 {
    padding-left: 20%;
}

.rv-padding-left-30 {
    padding-left: 30%;
}

.rv-padding-left-40 {
    padding-left: 40%;
}

.rv-padding-left-50 {
    padding-left: 50%;
}

.rv-padding-right-10 {
    padding-right: 10%;
}

.rv-padding-right-20 {
    padding-right: 20%;
}

.rv-padding-right-30 {
    padding-right: 30%;
}

.rv-padding-right-40 {
    padding-right: 40%;
}

.rv-padding-right-50 {
    padding-right: 50%;
}

.rv-padding-top-10 {
    padding-top: 10%;
}

.rv-padding-top-20 {
    padding-top: 20%;
}

.rv-padding-bottom-10 {
    padding-bottom: 10%;
}

.rv-padding-bottom-20 {
    padding-bottom: 20%;
}

/*Image Round Design*/
.rv-imground img {
    border-radius: 100%;
}

.rv-imground-overlap img {
    border-radius: 100%;
    margin-left: -100%;
    box-shadow: rgba(0, 0, 0, 0.2) 9px -1px 11px 0px;
}

.rv-imground-design1 img {
    border-radius: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(179, 179, 179) 1px 0px 15px 3px;
}

.rv-imground-design2 img {
    border-radius: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(179, 179, 179) 0px 8px 11px 0px;
    margin-top: -190px;
    width: 90%;
}

.rv-imground-design3 img {
    width: 70%;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 9px -1px 11px 0px;
}

.triangle-down-green {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #18d1d4;
    margin: 0 auto;
}

.triangle-down-gold {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #feae01;
    margin: 0 auto;
}

.triangle-down-red {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ef5054;
    margin: 0 auto;
}


@media only screen and (max-width: 768px) {
    .rv-section-padding-left {
        padding-left: 5%;
    }

    .rv-section-padding-right {
        padding-right: 5%;
    }

    .rv-section-padding-top {
        padding-top: 5%;
    }

    .rv-section-margin-top {
        margin-top: 0%;
    }

    .rv-section-margin-left {
        margin-left: 0%;
    }

    .rv-clear-section {
        margin: auto !important;
    }


    .rv-overlap-left-10,
    .rv-overlap-left-20,
    .rv-overlap-left-30,
    .rv-overlap-left-40,
    .rv-overlap-left-50,
    .rv-overlap-left-60,
    .rv-overlap-left-100 {
        margin-left: auto;
    }

    .rv-padding-left-10,
    .rv-padding-left-20,
    .rv-padding-left-30,
    .rv-padding-left-40,
    .rv-padding-left-50 {
        padding-left: 20px;
    }

    .rv-padding-right-10,
    .rv-padding-right-20,
    .rv-padding-right-30,
    .rv-padding-right-40,
    .rv-padding-right-50 {
        padding-right: 20px;
    }

    .rv-padding-top-10,
    .rv-padding-top-20 {
        padding-top: 20px;
    }

    .rv-padding-bottom-10,
    .rv-padding-bottom-20 {
        padding-bottom: 20px;
    }


    /*Image Round*/
    .rv-imground-overlap img {
        border-radius: 100%;
        margin-left: auto;
        box-shadow: rgba(0, 0, 0, 0.2) 9px -1px 11px 0px;
    }

    .rv-imground-design2 img {
        margin-top: auto;
        width: 90%;
    }

    [class^="uk-width"][style*="margin"] {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
html {
    background: transparent;
}

/* body bgcolor */
body {
    background-color: #fff;
}

/* --- FullScreen --- */
.rv-block-full {
    padding: 0;
    max-width: 100% !important;
}

.rv-panel-box {
    padding: 15px;
}

/* this code with rvwysiwyg and user sitepublish*/
/* Start Alignment */
.rv-text-left {
    text-align: left;
}

.rv-text-center {
    text-align: center;
}

.rv-text-right {
    text-align: right;
}

.rv-text-justify {
    text-align: justify;
}

/* End Alignment */

/* --- Content --- */


.bgContent {
    background-color: white;
}

/* --- End Content --- */

.rv-space {
    height: 20px;
}

.rv-marginbot0 {
    margin-bottom: 0;
}

.rv-hrDefault {
    padding-top: 10px;
}

/*image filter*/
.filter-grayscale {
    z-index: 11;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.filter-sepia {
    z-index: 11;
    filter: sepia(100%);
    -webkit-filter: sepia(100%);
}

.filter-contrast {
    z-index: 11;
    filter: contrast(150%);
    -webkit-filter: contrast(150%);
}

.filter-saturate {
    z-index: 11;
    filter: saturate(50%);
    -webkit-filter: saturate(50%);
}

.filter-saturate-150 {
    z-index: 11;
    filter: saturate(150%);
    -webkit-filter: saturate(150%);
}

.filter-brightness {
    z-index: 11;
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
}

/*image filter*/

.margin-Slidenav a {
    font-size: inherit;
}

/* arrow navigation preview page on step2  */
.uk-icon-caret-down {
    margin-left: 5px;
}

/* set z-index navigation*/
nav.uk-navbar {
    z-index: 2;
    position: relative;
}

/* Arrow Banner Photo Album for publish*/
div#selected_body a.uk-slidenav-previous {
    font-size: 50px !important;
    color: #fff;
}

div#selected_body a.uk-slidenav-next {
    font-size: 50px !important;
    color: #fff;
}

/* Arrow Thumb Photo Album for publish */
div#selected_body a.uk-slidenav-previous {
    font-size: 50px !important;
    color: #fff;
}

div#selected_body a.uk-slidenav-next {
    font-size: 50px !important;
    color: #fff;
}

/* Start Overwrite Component */
/* Login/Register seagull form */

.rvs_cpn_title {
    margin-top: 10px !important;
}

/* End Overwrite Component */

#selected_pathway ul {
    margin: 0 15px;
    padding-top: 0;
}

#selected_pathway ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bgContent {
    padding: 10px 0 10px 0;
}

.breadcrumbUikit .bgContent {
    padding: 0;
}

/* Text Layer and Image Layer */

.moveHeader,
.contextLayer {
    cursor: move;
}

hr.uk-icon-medium {
    border: 0;
}

/* Overwrite Navigation Long Text */
.uk-dropdown ul.uk-nav li a {
    word-break: break-word;
}

/*remove css crop image*/
.rv-crop-img,
.rv-crop-img-168,
.rv-crop-img-170,
.rv-crop-img-185,
.rv-crop-img-240,
.rv-crop-img-350,
.rv-crop-img-400,
.rv-crop-img-470 {
    max-height: none;
    overflow: visible;
}

/*end remove css crop image*/

/* Section Style */
.rv-block-shadow {
    box-shadow: 0px 0px 8px 1px rgba(180, 180, 180, 0.4);
}

.rv-block-border {
    border: rgba(0, 0, 0, 0.1) solid 1px;
}

.rv-block-line {
    border: rgba(0, 0, 0, 0.5) solid 1px;
    border-bottom: rgba(0, 0, 0, 0.5) solid 5px;
}

/* Equal Column */
.rv-equal-col {
    box-sizing: border-box;
    word-break: break-all;
}

/* Class Order/Pricing */
.rv-price-border {
    transition: 0.4s;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}

.rv-price-border:hover {
    transition: 0.4s;
    border: rgba(0, 0, 0, 0.4) solid 1px;
}

.rv-price-shadow {
    transition: 0.4s;
    box-shadow: 0px 0px 8px 1px rgba(180, 180, 180, 0.4);
}

.rv-price-shadow:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 8px 1px rgba(180, 180, 180, 0.8);
}

.rv-price-outsetshadow {
    transition: 0.4s;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.rv-price-outsetshadow:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.8);
}

.rv-price-thickborder {
    transition: 0.4s;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.7);
}

.rv-price-thickborder:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 1);
}

.rv-price-zoom,
.rv-price-zoom:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    -ms-transition: all 0.4s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 0.4s ease-in;
    -moz-transform: scale(1);
    transition: all 0.4s ease-in;
    transform: scale(1);
}

.rv-price-zoom:hover {
    z-index: 2;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

/** List **/
.uk-list-striped>li:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/** List 1 **/
.rv-list-red>li:nth-of-type(odd) {
    background-color: #fcd4d4;
}

/** List 2 **/
.rv-list-gold>li:nth-of-type(odd) {
    background-color: #fbdba7;
}

/** List 3 **/
.rv-list-yellow>li:nth-of-type(odd) {
    background-color: #f3f3c7;
}

/** List 4 **/
.rv-list-green>li:nth-of-type(odd) {
    background-color: #e9f7e0;
}

/** List 5 **/
.rv-list-skyblue>li:nth-of-type(odd) {
    background-color: #deefef;
}

/** List 6 **/
.rv-list-blue>li:nth-of-type(odd) {
    background-color: #dce8f5;
}

/** List 7 **/
.rv-list-purple>li:nth-of-type(odd) {
    background-color: #d7d0e3;
}

/** List 8 **/
.rv-list-pink>li:nth-of-type(odd) {
    background-color: #f8e5fb;
}

/** List 9 **/
.rv-list-magenta>li:nth-of-type(odd) {
    background-color: #fad2e9;
}

/** button 10 **/
.rv-list-silver>li:nth-of-type(odd) {
    background-color: #e5e5e5;
}

/** List 11 **/
.rv-list-gray>li:nth-of-type(odd) {
    background-color: #c8c8c8;
}

/** List 12 **/
.rv-list-maroon>li:nth-of-type(odd) {
    background-color: #e8dbd3;
}

/* Table Style */
.uk-overflow-container {
    overflow-y: hidden !important;
}

.uk-table-line td {
    border-bottom: 1px solid #e5e5e5;
}

hr.clearhr {
    border: 0;
    height: auto;
    margin-bottom: 0;
}

/* Fixed block when Grid Block Full */
.rv-gridblock-full .uk-grid {
    padding: 0 25px;
}

/******* rv-b-grid for Row *******/

.rvsb_design_block .rv-b-grid {
    padding: 0 0px;
}

.rvsb_design_block .rv-b-grid * .rv-b-grid {
    padding: 0;
}

/* Large screen and bigger */
@media only screen and (max-width: 1220px) {
    .rvsb_design_block img::before {
        max-width: 100%;
        height: auto;
    }
}

/* Tablet and bigger */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .rvsb_design_block .rv-b-grid {
        padding: 0;
    }
}

/****** Mobile *******/
@media only screen and (max-width: 479px) {
    .bgContent .uk-container {
        padding: 0 0px;
    }

    /* Fixed block when full background  */
    .rvsb_design_block .uk-grid {
        padding: 0 25px;
    }

    .rvsb_design_block .rv-b-grid {
        padding: 0;
    }
}

/************* Change uk-grid to rv-b-grid  **************/
.rv-b-grid {
    display: flex;
    flex-wrap: wrap;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
}

.rv-b-grid:before,
.rv-b-grid:after {
    content: '';
    display: block;
    overflow: hidden;
}

.rv-b-grid:after {
    clear: both;
}

.rv-b-grid>* {
    /* 1 */
    flex: none;
    /* 2 */
    margin: 0;
    /* 3 */
    float: left;
}

.rv-b-grid>*> :last-child {
    margin-bottom: 0;
}

.rv-b-grid {
    margin-left: -25px;
}

.rv-b-grid>* {
    padding-left: 25px;
}

/* Vertical */
.rv-b-grid+.rv-b-grid,
.uk-grid-margin,
.rv-b-grid>*>.uk-panel+.uk-panel {
    margin-top: 25px;
}

/* Fixed block when select a section full block */
.rv-gridblock-full .uk-grid {
    padding: 0 25px;
}

.rv-gridblock-full .uk-container {
    padding: 0;
    max-width: 100%;
}

/* CMS */
nav#topmenu a {
    cursor: pointer;
}

#topmenu .user-profile-image-sm {
    width: 20px;
    height: 20px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100px;
    margin-right: 5px;
    vertical-align: bottom;
}

#rv_logo img,
.rv_logo img {
    border-radius: 0px;
}

.topmenudesign .rv_logo {
    margin-left: -20px;
}

.topmenudesign .rv_logo img {
    margin-bottom: 10px !important;
    max-height: 30px !important;
}

#rvnavigator .uk-float-left .rv_logo img {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

#rvnavigator .uk-float-right .rv_logo img {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.uk-flex-top {
    margin-top: 4% !important;
}

.rv-text-default {
    color: #fff !important;
}

.rv-text-white {
    color: #fff;
}

.rv-text-black {
    color: #555;
}

.rv-text-red {
    color: #a40d0d;
}

.rv-text-green {
    color: #2baf81;
}

.rv-text-blue {
    color: #179fbc;
}

.rv-text-gold {
    color: #e37735;
}

.rv-text-yellow {
    color: #ffeb69;
}

.rv-text-purple {
    color: #7669a5;
}

ul.rv-list-double-arrow li:before {
    padding-left: 30px;
    content: '\F101';
}

/* Banner Slide */

.uk-overlay-panel {
    opacity: inherit !important;
}

.rv-margintb {
    margin-top: 80px;
    margin-bottom: 80px;
}

.uk-navbar-nav .uk-badge-transparent {
    padding: 0;
    border: 0;
}

#editable_area_content {
    min-height: calc(100vh - 19vh);
}

.emailTemplate #editable_area_content {
    min-height: unset;
}

/* For Sidebar Left */
#editable_area_content1 .uk-width-medium-1-2,
#editable_area_content1 .uk-width-medium-1-2,
#editable_area_content1 .uk-width-medium-1-3,
#editable_area_content1 .uk-width-medium-1-4,
#editable_area_content1 .uk-width-medium-1-5,
#editable_area_content1 .uk-width-medium-1-6,
#editable_area_content1 .uk-width-medium-2-3,
#editable_area_content1 .uk-width-medium-2-4,
#editable_area_content1 .uk-width-medium-2-5,
#editable_area_content1 .uk-width-medium-2-6,
#editable_area_content1 .uk-width-medium-3-4,
#editable_area_content1 .uk-width-medium-3-5,
#editable_area_content1 .uk-width-medium-3-6,
#editable_area_content1 .uk-width-medium-4-5,
#editable_area_content1 .uk-width-medium-4-6,
#editable_area_content1 .uk-width-medium-5-6,
#editable_area_content1 .uk-width-small-1-1,
#editable_area_content1 .uk-width-small-1-2,
#editable_area_content1 .uk-width-small-1-3,
#editable_area_content1 .uk-width-small-1-4,
#editable_area_content1 .uk-width-small-1-5,
#editable_area_content1 .uk-width-small-1-6,
#editable_area_content1 .uk-width-small-2-3,
#editable_area_content1 .uk-width-small-2-4,
#editable_area_content1 .uk-width-small-2-5,
#editable_area_content1 .uk-width-small-2-6,
#editable_area_content1 .uk-width-small-3-4,
#editable_area_content1 .uk-width-small-3-5,
#editable_area_content1 .uk-width-small-3-6,
#editable_area_content1 .uk-width-small-4-5,
#editable_area_content1 .uk-width-small-4-6,
#editable_area_content1 .uk-width-small-5-6,
#editable_area_content1 .uk-width-1-1,
#editable_area_content1 .uk-width-1-2,
#editable_area_content1 .uk-width-large-1-4,
#editable_area_content1 .uk-width-1-6,
#editable_area_content1 .uk-width-large-5-6 {
    width: 100%;
}

#editable_area_content1 .uk-hidden-small {
    display: none;
}

/* For Sidebar Right */
#editable_area_content2 .uk-width-medium-1-2,
#editable_area_content2 .uk-width-medium-1-2,
#editable_area_content2 .uk-width-medium-1-3,
#editable_area_content2 .uk-width-medium-1-4,
#editable_area_content2 .uk-width-medium-1-5,
#editable_area_content2 .uk-width-medium-1-6,
#editable_area_content2 .uk-width-medium-2-3,
#editable_area_content2 .uk-width-medium-2-4,
#editable_area_content2 .uk-width-medium-2-5,
#editable_area_content2 .uk-width-medium-2-6,
#editable_area_content2 .uk-width-medium-3-4,
#editable_area_content2 .uk-width-medium-3-5,
#editable_area_content2 .uk-width-medium-3-6,
#editable_area_content2 .uk-width-medium-4-5,
#editable_area_content2 .uk-width-medium-4-6,
#editable_area_content2 .uk-width-medium-5-6,
#editable_area_content2 .uk-width-small-1-1,
#editable_area_content2 .uk-width-small-1-2,
#editable_area_content2 .uk-width-small-1-3,
#editable_area_content2 .uk-width-small-1-4,
#editable_area_content2 .uk-width-small-1-5,
#editable_area_content2 .uk-width-small-1-6,
#editable_area_content2 .uk-width-small-2-3,
#editable_area_content2 .uk-width-small-2-4,
#editable_area_content2 .uk-width-small-2-5,
#editable_area_content2 .uk-width-small-2-6,
#editable_area_content2 .uk-width-small-3-4,
#editable_area_content2 .uk-width-small-3-5,
#editable_area_content2 .uk-width-small-3-6,
#editable_area_content2 .uk-width-small-4-5,
#editable_area_content2 .uk-width-small-4-6,
#editable_area_content2 .uk-width-small-5-6,
#editable_area_content2 .uk-width-1-1,
#editable_area_content2 .uk-width-1-2,
#editable_area_content2 .uk-width-large-1-4,
#editable_area_content2 .uk-width-1-6,
#editable_area_content2 .uk-width-large-5-6 {
    width: 100%;
}

#editable_area_content2 .uk-hidden-small {
    display: none;
}

.bodyTemplate480 .sidebar-left,
.bodyTemplate480 .sidebar-right,
.bodyTemplate480 .sidebar-center,
.bodyTemplate736 .sidebar-left,
.bodyTemplate736 .sidebar-right,
.bodyTemplate736 .sidebar-center {
    width: 100%;
    display: block;
}

/* Form Login with  Left and rigth Sidebar */
.uk-width-large-2-4.sidebar-center .uk-width-large-1-2 {
    width: 80%;
}

/** All Badge Style **/
.ui-badge-padd {
    width: 5px;
    height: 15px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.uk-badge {
    border: none;
    text-decoration: none;
    text-align: center;
    padding: 0px 0px;
}

.uk-badge-active {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

/** Badge deault **/
.uk-badge-transparent,
.uk-badge-transparent:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 0px;
}

/** Badge 1 **/
.uk-badge-red,
.uk-badge-red:hover {
    background-color: #f12c2c !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 2 **/
.uk-badge-gold,
.uk-badge-gold:hover {
    background-color: #f5a623 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 3 **/
.uk-badge-yellow,
.uk-badge-yellow:hover {
    background-color: #ffdc00 !important;
    color: #414141 !important;
    padding: 0px 5px;
}

/** Badge 4 **/
.uk-badge-green,
.uk-badge-green:hover {
    background-color: #68e218 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 5 **/
.uk-badge-skyblue,
.uk-badge-skyblue:hover {
    background-color: #1ce2c2 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 6 **/
.uk-badge-blue,
.uk-badge-blue:hover {
    background-color: #2f8ee0 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 7 **/
.uk-badge-purple,
.uk-badge-purple:hover {
    background-color: #6f1cf8 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 8 **/
.uk-badge-pink,
.uk-badge-pink:hover {
    background-color: #c829e5 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 9 **/
.uk-badge-magenta,
.uk-badge-magenta:hover {
    background-color: #e71e8f !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 10 **/
.uk-badge-silver,
.uk-badge-silver:hover {
    background-color: #bfbfbf !important;
    color: #414141 !important;
    padding: 0px 5px;
}

/** Badge 11 **/
.uk-badge-gray,
.uk-badge-gray:hover {
    background-color: #767676 !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/** Badge 12 **/
.uk-badge-darkgray,
.uk-badge-darkgray:hover {
    background-color: #4a4a4a !important;
    color: #ffffff !important;
    padding: 0px 5px;
}

/*** nav center ****/
#rvnav-center {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

#rvnav-center ul.uk-navbar-nav {
    list-style: none;
    position: relative;
    left: 50%;
}

/*** Edit Mode Addnav Addnav Button  ****/

ul.rv-navbar-addnav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

ul.rv-navbar-addnav>li {
    float: left;
    position: relative;
    list-style: none;
}

ul.rv-navbar-addnav>li>a {
    display: block;
    box-sizing: border-box;
    padding: 18px 5px 0px 5px;
}

/* Design menu center Addnav Button*/

#rvnav-center ul.rv-navbar-addnav {
    list-style: none;
    position: relative;
    left: 50%;
}

/**********  Start Go to top ********/

#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

#back-top .uk-icon {
    font-size: 50px;
    color: #f19c3d;
}

#back-top a {
    width: 40px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}

#back-top a:hover .uk-icon {
    opacity: 0.8;
}

/** Siteinfo **/
.rv-button-create {
    border: #fff solid 2px;
    background: #1abdb7;
    color: #fff;
    padding: 8px;
    text-align: center;
    text-align: center;
    border-radius: 100px;
    display: block;
    width: 200px;
    text-decoration: none !important;
}

.rv-button-create .uk-icon {
    color: #fff;
}

.rv-button-create:hover {
    opacity: 0.8;
    color: #fff;
}

.rv-marr {
    margin-right: 5px;
}

/******* Form Error Feild Form   ********/

.error-help-block {
    font-size: 12px;
    color: #ff2500;
    background: #fbf0f0;
    display: inline-block;
    margin: 3px;
}

/*overlayfrontend loading*/
.overlayfrontend {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000000;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.overlayfrontend p {
    margin: 0 auto;
    border: 2px solid #a1a1a1;
    padding: 10px 40px;
    border-radius: 25px;
    background: #000;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000000;
    transform: translate(-50%, -50%);
}

.overlayfrontend .loading {
    margin: 0 auto;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000000;
    transform: translate(-50%, -50%);
}

.overlayfrontend .loading h2 {
    min-width: 100px;
    border-radius: 100px;
    color: #333;
    font-size: 16px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#frm_create_site {
    outline: 0;
    margin: 0px auto 30px auto;
    padding: 90px 25px;
    border-radius: 1px;
    background-color: #fff;
    background-image: url(https://cdn.rvtheme.com/templates/rvs_library/imageslibrary_v6/ls_550x550/otherimage/L/solidstockart-stock-photo-an-image-of-a-nice-fantasy-m-551523.jpg);
    background-size: cover;
    font-size: 17px;
}

#frm_create_site div.bgoverlay {
    background: rgba(255, 255, 255, 0.2);
    color: #2f5775;
    min-height: 150px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    border-radius: 2px;
    text-align: left;
}

#frm_create_site div.bgoverlay h1,
#frm_create_site div.bgoverlay h4 {
    color: #2f5775;
}

#frm_create_site div.bgoverlay h1 {
    font-size: 36px;
    font-weight: bold;
}

#frm_create_site div.bgoverlay li {
    font-size: 14px;
}

#frm_create_site .block {
    background: rgba(255, 255, 255, 1);
    border: rgba(255, 255, 255, 1) solid 1px;
    width: 99.8%;
    height: 35px;
}

#frm_create_site .sitename {
    border: 0;
    outline: 0;
    margin: 0;
    height: 40px;
    padding: 1px 3px;
    color: #000;
    font-size: 30px;
    background: rgba(255, 255, 255, 1);
}

#frm_create_site .text-domain {
    color: #2f5775;
    height: 30px;
    padding-top: 6px;
    padding-right: 5px;
    width: auto;
    font-size: 30px;
    line-height: 36px;
}

#frm_create_site .text-fullname input {
    background: transparent;
    border: 0;
    color: #2f5775;
    width: 100%;
    font-size: 30px;
}

#frm_create_site .error-help-block {
    color: #ffee05;
    background: transparent;
    font-size: 17px;
}

#frm_create_site .rv-button-width {
    min-width: 120px;
    text-align: center;
    margin: 15px auto;
    background: #06304e;
    padding: 5px 8px;
    border: rgba(0, 0, 0, 1) solid 1px;
    font-size: 20px;
}

#frm_create_site .rv-button-width:hover {
    opacity: 0.8;
}

#frm_create_site .uk-text-small {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    #frm_create_site .sitename {
        width: 100%;
    }
}

@media (min-width: 1367px) {
    #frm_create_site {
        padding: 140px 25px;
    }
}

@media (min-width: 1601px) {
    #frm_create_site {
        padding: 12% 25px;
    }
}

/******* For Banner Hero ********/

.uk-slideshow-hero {
    position: inherit;
    z-index: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: inherit;
}

/******* For fix height block slide  ********/
.rv-block-height-medium {
    overflow: hidden;
    max-height: 380px;
}

.rv-block-height-small {
    overflow: hidden;
    max-height: 190px;
}

/******* Draft Menu  ********/
.draftmenu,
.draftmenu:hover,
li a.draftmenu,
li a.draftmenu:hover {
    opacity: 0.3;
    background: none !important;
    border-color: transparent !important;
    color: #828282 !important;
}

.draftmenu:hover,
li a.draftmenu:hover {
    color: #828282 !important;
}

.sidebar-left aside {
    margin-top: 0px;
}

.sidebar-right aside {
    margin-top: 0px;
}

.sidebar-center {
    margin-top: 0px;
}

/* Link Telephone */
.topmenudesign .bgTopmenu a {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

/*design table section*/

/*tabledesign16*/
.tabledesign16 {
    border: 1px solid #18d1d4;
    font-size: 18px;
    color: #18d1d4;
}

.tabledesign16 tr {
    border-bottom: 1px solid #18d1d4;
}

.tabledesign16 tr th,
.tabledesign16 tr td {
    font-size: 24px;
    text-align: center;
    line-height: 2em;
}

.tabledesign16 tr td {
    font-size: 22px;
}

.tabledesign16 tr:last-child {
    border-bottom: 0;
}

/*tabledesign17*/
.tabledesign17 {
    border: 1px solid #da1c5c;
    font-size: 18px;
}

.tabledesign17 tr {
    border-bottom: 1px solid #da1c5c;
}

.tabledesign17 tr th,
.tabledesign17 tr td {
    font-size: 24px;
    text-align: center;
    line-height: 1.8em;
}

.tabledesign17 tr td {
    background: #fff9fd;
    font-size: 22px;
}

.tabledesign17 tr:last-child {
    border-bottom: 0;
}

/*tabledesign18*/
.tabledesign18 tr th,
.tabledesign18 tr td {
    font-size: 28px;
    text-align: center;
    line-height: 1.8em;
    color: #f25a29;
}

.tabledesign18 tr td {
    font-size: 22px;
}

.tabledesign18 tr:nth-child(even) {
    background: #fff1de;
}

.tabledesign18 tr:nth-child(odd) {
    background: #fff8ee;
}

.tabledesign18 tr td.line {
    background: linear-gradient(90deg, rgb(255, 29, 37) 0%, rgb(247, 147, 30) 100%);
    height: 20px;
    line-height: normal;
    font-size: 8px;
    padding: 0;
    margin: 0;
}

.tabledesign18 th hr.clearhr {
    border-radius: 100%;
    background: #fff1dc;
    padding: 5px;
    width: 50px;
    height: 50px;
    line-height: 1.7em;
    font-size: 30px !important;
}

/*tabledesign19*/
.tabledesign19 tr th,
.tabledesign19 tr td {
    font-size: 28px;
    text-align: center;
    line-height: 1.8em;
    color: #1c74bc;
}

.tabledesign19 tr th {
    background: linear-gradient(90deg, rgb(29, 117, 188) 0%, rgb(39, 168, 233) 100%);
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tabledesign19 tr td {
    font-size: 22px;
    text-align: center;
    line-height: 1.8em;
    color: #1c74bc;
}

.tabledesign19 tr:nth-child(even) {
    background: #e3f5ff;
}

.tabledesign19 tr:nth-child(odd) {
    background: #effdfe;
}

/*tabledesign20*/
.tabledesign20 tr th,
.tabledesign20 tr td {
    font-size: 28px;
    text-align: center;
    line-height: 1.8em;
    color: #58595b;
}

.tabledesign20 tr td {
    font-size: 22px;
}

.tabledesign20 tr:nth-child(even) {
    background: #e2ffed;
}

.tabledesign20 tr:nth-child(odd) {
    background: #effff4;
}

.tabledesign20 tr td.line {
    background: #2bb673;
    height: 20px;
    line-height: normal;
    font-size: 8px;
    padding: 0;
    margin: 0;
}

/*contact20*/
.contactdesign20 hr.icondesign {
    border-radius: 100%;
    background: #603814;
    color: #fff;
    padding: 5px;
    width: 50px;
    height: 50px;
    line-height: 1.7em;
    font-size: 30px !important;
    text-align: center;
}

/*contact21*/
.contactdesign21 hr.icondesign {
    border-radius: 100%;
    background: #fff;
    color: #e8563d;
    padding: 5px;
    width: 50px;
    height: 50px;
    line-height: 1.7em;
    font-size: 30px !important;
    text-align: center;
}

/*contact22*/
.contactdesign22 hr.icondesign {
    border-radius: 100%;
    background: #fff;
    color: #414143;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 1.4em;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-right: 10px;
}

/*contact23*/
.contactdesign23 hr.icondesign {
    border-radius: 100%;
    background: #fff;
    color: #18d1d4;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 1.4em;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-right: 10px;
}

/*Bullet*/
.bulletdesign1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bulletdesign1 ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.bulletdesign1 ul li:after,
.bulletdesign1 ul li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: calc(.7em - 4px);
}

.bulletdesign1 ul li:not(:last-of-type):before {
    height: 100%;
    width: 1px;
    left: 6px;
    background-color: #3883c1;
}

.bulletdesign1 ul li:after {
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #3883c1;
    border-radius: 50%;
    background-color: #fff;
    flex-shrink: 0;
}

/*section editor with overlab banner*/
.mg [class^="uk-container"][style*="margin"] {
    position: relative;
}
/********** User start rvsb-cms-system.css  ***********/
/* Headings
 ========================================================================== */

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
    margin: 0px 0 15px 0;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    /*color: #444;*/
    text-transform: none;
}

/*
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: none;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */

.uk-panel-box {
    /* padding: 15px;*/
    /*background: #f5f5f5;*/
    color: #444;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header {
    border-bottom: 1px solid #ddd;
}

.uk-panel-header .uk-panel-title {
    padding: 10px 15px;
    color: #444;
    margin: 0;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */

.uk-tab>li>a:hover,
.uk-tab>li>a:focus,
.uk-tab>li.uk-open>a {
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #555;
    /* 2 */
    outline: none;
    border-top: 3px solid #3da0f5;
}

.uk-tab>li:not(.uk-active)>a:hover,
.uk-tab>li:not(.uk-active)>a:focus,
.uk-tab>li.uk-open:not(.uk-active)>a {
    margin-bottom: -1px;
    padding-bottom: 4px;
}

/* Active */

.uk-tab>li.uk-active>a {
    border-color: #ddd;
    border-bottom-color: transparent;
    background: #fff;
    color: #444;
    border-top: 3px solid #3da0f5;
}

/* Disabled */

.uk-tab>li.uk-disabled>a {
    color: #555;
    cursor: text;
}

.uk-tab>li.uk-disabled>a:hover,
.uk-tab>li.uk-disabled>a:focus,
.uk-tab>li.uk-disabled.uk-active>a {
    background: none;
    border-color: transparent;
}

/*
     * Modifier: 'tab-left'
     */

.uk-tab-left {
    border-right: 0px solid #ddd;
}

/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */

/* Tablet portrait and smaller */

@media (max-width: 959px) {
    /* Behave like `uk-form-stacked` */

    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: normal;
    }
}

/* Desktop and bigger */

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 5px;
        float: left;
    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px;
    }

    .card .uk-form-horizontal .uk-form-controls {
        margin-left: 25px;
    }

    /* Better vertical alignment if controls are checkboxes and radio buttons with text */

    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 5px;
    }
}

/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */

.uk-thumbnail {
    /* 1 */
    display: inline-block;
    /* 2 */
    max-width: 100%;
    /* 3 */
    box-sizing: border-box;
    /* 3 */
    margin: 0;
    /* 4 */
    padding: 1px;
    border: 1px solid #ddd;
    background: #fff;
}

/********** start cms ***********/

.right,
.pull-right {
    float: right;
}

.left,
.pull-left {
    float: left;
}

.rvsb-clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.rvsb-container {
    padding: 1px 0;
    margin: 0 20px;
}

/********** Start Leftmenu  ***********/
#leftbar {
    width: 200px;
    float: left;
}

#leftbar .rvsb-leftmenu {
    width: 200px;
    /*height:100%;*/
    background: #2b2e33;
    color: #fff;
    z-index: 5;
}

#leftbar .rvsb-leftmenu-scroll {
    position: fixed;
    top: 96px;
    bottom: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#leftbar .uk-accordion-title {
    margin-top: 0;
    margin-bottom: 1px;
    padding: 5px 15px;
    background: #444;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
}

#leftbar .uk-nav li {
    margin-top: 0;
    margin-bottom: 1px;
    padding: 5px 15px;
    background: #35393e;
}

#leftbar .uk-nav li a {
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
}

/********** End Leftmenu **********/

/******* Template Page On Website *******/
.uk-tab>li>a {
    padding: 5px 12px 5px 12px;
    color: #555;
    border-top: 3px solid #ffffff;
}

.uk-tab>li:nth-child(n + 2)>a {
    margin-left: 0px;
}

.rvsb-template-header {
    border-right: #dddddd solid 1px;
    padding: 1px;
    background: #fff;
    margin-left: -15px;
}

.rvsb-template-header h3 {
    color: #737373;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    border-bottom: #dddddd solid 1px;
    font-weight: bold;
}

.rvsb-tab-left {
    margin-bottom: 20px;
}

.rvsb-tab-left li a,
.rvsb-tab-left li:hover a,
.rvsb-tab-left li.uk-active a {
    padding: 5px 8px !important;
    color: #737373;
    border: 0;
    border-left: #ffffff solid 4px;
    font-size: 14px !important;
}

.rvsb-tab-left li:hover a,
.rvsb-tab-left li.uk-active a {
    color: #737373;
    border: 0;
    border-left: #ff7905 solid 4px;
    background: #efefef;
}

.rvsb-tab-right {
    margin-left: -10px;
}

@media only screen and (max-width: 479px) {
    .rvsb-template-header {
        width: 100%;
        border-right: 0;
    }

    .rvsb-template-header h3 {
        width: 100%;
    }

    .rvsb-tab-left li {
        width: 100%;
    }

    .rvsb-tab-left li a:before {
        padding-right: 5px;
    }

    .uk-open>.uk-dropdown {
        width: 100%;
    }
}

.rvsb-template-thumbnail {
    margin-right: 28px;
    margin-bottom: 30px;
    cursor: default;
    transition: 0.4s;
}

.rvsb-template-thumbnail:hover,
.active {
    border: 1px solid #ff7905;
}

.rvsb-template-thumbnail a:link,
.rvsb-template-thumbnail a:visited,
.rvsb-template-thumbnail a:hover,
.rvsb-template-thumbnail a:active {
    text-decoration: none !important;
    margin-right: 5px;
    color: #fff;
}

.rvsb-template-thumbnail a:hover,
.rvsb-template-thumbnail a:active {
    color: #fbc771;
}

.rvsb-template-thumbnail .rvsb-bg {
    display: block;
    width: 250px !important;
    height: 200px !important;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    cursor: pointer;
}

.rvsb-template-thumbnail .rvsb-bg:hover {
    transition: 2s;
    background-repeat: no-repeat;
    background-position: bottom;
}

.rvsb-template-thumbnail .rvsb-bgcontent {
    border-top: #dddddd solid 1px;
    font-size: 13px;
    padding: 6px 0px 5px 5px;
    text-align: center;
}

.rvsb-template-thumbnail a.rvsb-preview,
.rvsb-template-thumbnail a.rvsb-preview:hover {
    background: #a5a5a5 !important;
    color: #fff !important;
    padding: 2px 6px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    /*width:110px;*/
    display: inline-block;
    text-align: center;
}

.rvsb-template-thumbnail a.rvsb-preview:hover {
    opacity: 0.8;
}

.rvsb-template-thumbnail a.rvsb-select,
.rvsb-template-thumbnail a.rvsb-select:hover {
    background: #21b4b4 !important;
    color: #fff !important;
    padding: 2px 10px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    /*width:110px;*/
    display: inline-block;
    text-align: center;
}

.rvsb-template-thumbnail a.rvsb-select:hover {
    opacity: 0.8;
}

/* Label Alignment */
.card form.uk-form-label-left .uk-form-label {
    text-align: left !important;
}

.card form.uk-form-label-right .uk-form-label {
    text-align: right !important;
}

.card .uk-form-system select,
.card .uk-form-system textarea,
.card .uk-form-system input:not([type]),
.card .uk-form-system input[type='text'],
.card .uk-form-system input[type='password'],
.card .uk-form-system input[type='datetime'],
.card .uk-form-system input[type='datetime-local'],
.card .uk-form-system input[type='date'],
.card .uk-form-system input[type='month'],
.card .uk-form-system input[type='time'],
.card .uk-form-system input[type='week'],
.card .uk-form-system input[type='number'],
.card .uk-form-system input[type='email'],
.card .uk-form-system input[type='url'],
.card .uk-form-system input[type='search'],
.card .uk-form-system input[type='tel'],
.card .uk-form-system input[type='color'] {
    width: 50% !important;
    border-radius: 1px;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .card form.uk-form-system input[type='text'] {
        width: 100% !important;
    }

    .card form.uk-form-label-right .uk-form-label {
        text-align: left !important;
    }

    .card .uk-form-system select,
    .card .uk-form-system textarea,
    .card .uk-form-system input:not([type]),
    .card .uk-form-system input[type='text'],
    .card .uk-form-system input[type='password'],
    .card .uk-form-system input[type='datetime'],
    .card .uk-form-system input[type='datetime-local'],
    .card .uk-form-system input[type='date'],
    .card .uk-form-system input[type='month'],
    .card .uk-form-system input[type='time'],
    .card .uk-form-system input[type='week'],
    .card .uk-form-system input[type='number'],
    .card .uk-form-system input[type='email'],
    .card .uk-form-system input[type='url'],
    .card .uk-form-system input[type='search'],
    .card .uk-form-system input[type='tel'],
    .card .uk-form-system input[type='color'] {
        width: 100% !important;
    }
}

/* Mobile */
@media only screen and (max-width: 990px) {
    .card form.uk-form-label-right .uk-form-label {
        text-align: left !important;
    }
}

/***** Login Page ******/

.rv-login-panel .uk-form-system select,
.rv-login-panel .uk-form-system textarea,
.rv-login-panel .uk-form-system input:not([type]),
.rv-login-panel .uk-form-system input[type='text'],
.rv-login-panel .uk-form-system input[type='password'],
.rv-login-panel .uk-form-system input[type='datetime'],
.rv-login-panel .uk-form-system input[type='datetime-local'],
.rv-login-panel .uk-form-system input[type='date'],
.rv-login-panel .uk-form-system input[type='month'],
.rv-login-panel .uk-form-system input[type='time'],
.rv-login-panel .uk-form-system input[type='week'],
.rv-login-panel .uk-form-system input[type='number'],
.rv-login-panel .uk-form-system input[type='email'],
.rv-login-panel .rv-login-panel.uk-form-system input[type='url'],
.rv-login-panel .uk-form-system input[type='search'],
.rv-login-panel .uk-form-system input[type='tel'],
.rv-login-panel .uk-form-system input[type='color'] {
    width: 100% !important;
}

.rv-login-panel .card-header h2 {
    text-align: center;
}

.card {
    border: #dddddd solid 1px;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 25px;
    border-radius: 1px;
    background: #fff;
}

.card-header {
    border-bottom: #dddddd solid 1px;
    padding: 10px 10px 0 10px;
    margin-bottom: 5px;
}

.card-header h3 {
    margin-bottom: 10px;
}

.card-body {
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .card-dashboard-body {
        /* padding:20px 0; */
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.card-body .tab-pane {
    padding: 20px;
}

.rv-login-panel {
    /* max-width:400px;*/
    margin: 0 auto;
    /*background:#f5f5f5;*/
}

.card .uk-form-vertical .uk-form-label {
    display: block;
    width: 100%;
    float: none;
}

.card .uk-form-vertical .uk-form-controls {
    display: block;
    float: none;
    width: 100%;
    margin-top: 2px;
}

.card .uk-form-vertical button.btn {
    display: block;
    width: 100%;
    border-radius: 1px;
}

.card hr {
    border: 0;
    padding: 0;
    margin: 0;
}

.card button.btn {
    height: 40px;
}

.card a.btn {
    display: block;
    border-radius: 1px;
    border: #dddddd solid 1px;
    color: #555 !important;
    padding: 0px;
    height: 30px;
    margin-bottom: 4px;
    text-decoration: none;
}

.card a.btn:hover {
    opacity: 0.8 !important;
}

.card a.btnsocial {
    display: block;
    border-radius: 1px;
    border: #fff solid 1px;
    color: #fff !important;
    border-radius: 4px;
    padding: 1px 0;
    text-align: left;
}

.card a.btn i.fa,
.card a.btn i.uk-icon {
    border-right: rgba(255, 255, 255, 0) solid 1px;
    padding: 8px 0px 8px 13px;
    width: 10px;
    margin-right: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}

.card a.btn i.fa-facebook,
.card a.btn i.uk-icon-facebook,
.bgfacebook {
    background: #3c5a98;
    color: #fff !important;
}

.card a.btn i.fa-google,
.card a.btn i.uk-icon-google,
.bggoogle {
    background: #d85434;
    color: #fff !important;
}

.card a.btn i.fa-twitter,
.card a.btn i.uk-icon-twitter,
.bgtwitter {
    background: #40cdda;
    color: #fff !important;
}

.card a.btn i.fa-line,
.card a.btn i.uk-icon-comment,
.bgcomment,
.bgline {
    background: #03c300;
    color: #fff !important;
}

.card a.btn i.fa-bitbucket,
.card a.btn i.uk-icon-bitbucket,
.bgbitbucket {
    background: #467a9e;
    color: #fff !important;
}

.card a.btn i.fa-linkedin,
.card a.btn i.uk-icon-linkedin,
.bglinkedin {
    background: #4da9d6;
    color: #fff !important;
}

.card a.btn i.fa-github,
.card a.btn i.uk-icon-github,
.bggithub {
    background: #53565a;
    color: #fff !important;
}

.card .text-small {
    font-size: 13px;
    color: #555;
}

.card .text-blue {
    color: #00a8e6;
}

.card .padb {
    padding-bottom: 10px;
}

.iti-flag.mg {
    display: none !important;
}

/***** Register Page ******/

.rv-register-panel a.btn {
    margin: 8px;
    width: 200px;
    display: inline-block;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .rv-register-panel a.btn {
        margin: 8px 0;
        width: 100%;
        float: none;
    }
}

/***** alert ******/
.alert {
    padding: 15px;
    margin: 15px 35px;
    position: relative;
}

.alert-danger {
    background: #ffeded;
    color: #d85030;
    border: 1px solid #f7cbca;
}

.alert-success {
    background: #f2fae3;
    color: #659f13;
    border: 1px solid #9eb381;
}

.alert-info {
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid #abc6d4;
}

.alert-warning {
    background: #fffceb;
    color: #e28327;
    border: 1px solid #f1c8a1;
}

.alert .close {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.alert .close:hover {
    color: #ccc;
}

.alert .close:focus {
    border: 0;
}

.uk-alert {
    margin: 15px 30px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}

.uk-alert-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, 0.3);
}

.uk-alert-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, 0.3);
}

.uk-alert-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.3);
}

.rv-button-create {
    border: #fff solid 2px;
    background: #1abdb7;
    color: #fff;
    padding: 8px;
    text-align: center;
    text-align: center;
    border-radius: 100px;
    display: block;
    width: 200px;
}

.rv-button-create .uk-icon {
    color: #fff;
}

.rv-button-create:hover {
    opacity: 0.8;
    color: #fff;
}

.rv-button-default {
    background: #ddd;
}

.rv-button-default:hover {
    background: #ddd;
    opacity: 0.8 !important;
}

.rv-marr {
    margin-right: 5px;
}

/** For button Disable **/
.rvsb-template-info .rvsb-select-info {
    background: #21b4b4 !important;
    color: #fff !important;
    padding: 2px 10px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    display: inline-block;
    text-align: center;
    opacity: 1;
    cursor: default;
    text-decoration: none;
}

/***** Start Blog Common *****/

.containerWidget .uk-list li {
    margin-bottom: 7px;
}

/***** Blog next previous button *****/
/* Publish mode */
.btn-next-previous .text-next-previous,
.bodyTemplate768 .btn-next-previous .text-next-previous,
.bodyTemplate1024 .btn-next-previous .text-next-previous {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 500px;
    vertical-align: middle;
}

.uk-width-large-3-4.sidebar-center .btn-next-previous .text-next-previous,
.uk-width-large-2-4.sidebar-center .btn-next-previous .text-next-previous {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 360px;
    vertical-align: middle;
}

.uk-width-large-2-4.sidebar-center .btn-next-previous .text-next-previous {
    max-width: 210px;
}

/* Edit mode with control icon */
.bodyTemplate768 .btn-next-previous .text-next-previous {
    max-width: 220px !important;
}

.bodyTemplate1024 .btn-next-previous .text-next-previous {
    max-width: 170px !important;
}

.bodyTemplate736 .btn-next-previous .uk-button,
.bodyTemplate480 .btn-next-previous .uk-button {
    width: 120px;
    vertical-align: middle;
    display: inline-block;
}

.bodyTemplate736 .btn-next-previous .uk-button .uk-visible-small,
.bodyTemplate480 .btn-next-previous .uk-button .uk-visible-small {
    max-width: 120px !important;
    vertical-align: middle;
    display: inline-block !important;
}

@media only screen and (max-width: 1170px) {
    .btn-next-previous .uk-button .text-next-previous {
        max-width: 300px;
    }

    .uk-width-large-2-4.sidebar-center .btn-next-previous .text-next-previous {
        max-width: 150px;
    }

    .uk-width-large-3-4.sidebar-center .btn-next-previous .text-next-previous {
        max-width: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-next-previous .uk-button {
        width: 120px;
    }

    .btn-next-previous .uk-button .text-next-previous {
        max-width: 120px;
    }
}

/* Blog Post List */

.uk-width-large-2-3 .blog-list-post .blog-column,
.uk-width-large-3-4 .blog-list-post .blog-column {
    width: 100%;
}

.blog-list-post {
    padding: 0px 0px !important;
}

.blog-list-post .uk-panel-box {
    background: #fff;
}

/* Title */
.blog-list-post h2.blog-post-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Feature image  */
.blog-list-post .blog-feature-image {
    height: 150px;
    overflow: hidden;
}

.blog-list-post .blog-feature-image .thembnail-feature-image {
    height: 150px;
}

@media only screen and (max-width: 1200px) {
    .blog-list-post .blog-feature-image {
        height: 100px;
        overflow: hidden;
    }

    .blog-list-post .blog-feature-image .thembnail-feature-image {
        height: 100px;
    }
}

.blog-list-post .blog-feature-image div {
    transform: scale(1, 1);
    transition: 0.4s;
}

.blog-list-post .blog-feature-image div:hover {
    transform: scale(1.1, 1.1);
}

/* Panel Box */
.blog-list-post .uk-margin-bottom {
    margin-bottom: 35px !important;
}

.blog-list-post .blog-panel-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #dddddd;
}

.blog-list-post .blog-panel-content {
    background: #fff;
    padding: 15px;
}

.blog-list-post .blog-panel-border {
    border: 1px solid #dddddd;
    background: #fff;
}

/* Post Entry */
.blog-list-post .blog-post-entry,
.blog-list-post .blog-post-entry a {
    font-size: 11px !important;
}

/* Content*/
.blog-list-post .blog-post-content {
    font-size: normal;
    width: 100%;
}

.blog-post-content-word {
    /* autoprefixer */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-text-overflow: inherit;
    -webkit-white-space: inherit;
}

@-moz-document url-prefix() {
    .blog-post-content-word {
        font-size: normal;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inherit;
    }
}

/* Panel Box */
.blog-list-post .blog-post-read a {
    font-size: 14px !important;
}

/* Blog article info */
.blog-article-info h2.uk-panel-title {
    margin-bottom: 0px !important;
}

/******* Blog Category Index Style ********/

/* Style1 */
.blog-category-style1.blog-list-post h2.blog-post-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Style2 */
.blog-category-style2.blog-list-post h2.blog-post-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Style3 */
.blog-category-style3.blog-list-post h2.blog-post-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Style4 */
.blog-category-style4.blog-list-post h2.blog-post-title {
    width: auto;
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    background: #efefef;
    padding: 10px;
    line-height: normal;
}

/* Box aside Widget*/

aside .widget-blog-area {
    border: #dddddd solid 1px;
    padding: 10px;
    background: transparent;
}

aside .widget-blog-area .uk-background-primary {
    background: #ddd;
    padding: 5px;
}

aside .widget-blog-area h3 {
    color: #444;
    margin: 0;
}

h2.blog-post-title a {
    font-size: 20px !important;
    font-weight: normal !important;
}

h2.blog-post-title a:link,
h2.blog-post-title a:visited {
    color: #444 !important;
}

h2.blog-post-title a:hover,
h2.blog-post-title a:active {
    color: #059 !important;
}

.widget-info .blog-post-meta a {
    font-size: 12px !important;
}

.widget-info .blog-name-author {
    white-space: nowrap;
    margin-bottom: 0px;
}

.widget-info img.uk-comment-avatar {
    width: 50px;
    height: 50px !important;
    -o-object-fit: cover;
       object-fit: cover;
}

.post-widget-incategory {
    color: #888;
}

.post-widget-incategory a {
    font-size: 12px !important;
    color: #888;
}

.post-widget-incategory a:hover {
    font-size: 12px !important;
    color: #000;
}

/****** Block Blog *******/
.rv-blog-design .rv-blog-block-panel {
    border: #ddd solid 1px;
    background: #fff;
}

.rv-blog-design .rv-blog-block-content {
    padding: 5px;
}

.rv-blog-design .rv-blog-block-title {
    background: #394b8c;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    margin: 0;
}

.rv-blog-design .rv-blog-block-list {
    padding: 10px 20px 10px 30px;
}

.rv-blog-design .rv-blog-block-list li {
    border-bottom: 1px solid #ddd;
    list-style: disc;
    padding: 7px 0 8px 0;
}

.rv-blog-design .rv-blog-block-read {
    padding: 0px 20px 10px 20px;
    text-align: right;
}

.rv-blog-design .rv-blog-block-shadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

#rv-slider-section a.uk-slidenav,
#rv-slider-section a.uk-slidenav {
    color: #000 !important;
}

.rv-blog-design .post-widget-title {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 5px;
}

/****** Pagination Blog *******/

.pagination {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0.001px;
}

.pagination:before,
.pagination:after {
    content: '';
    display: table;
}

.pagination:after {
    clear: both;
}

/*Item*/
.pagination>li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}

.pagination>li:nth-child(n + 2) {
    margin-left: 5px;
}

.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
}

.pagination>li>a {
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: linear-gradient(to bottom, #fff, #eee);
    text-shadow: 0 1px 0 #fff;
    border-radius: 1px;
}

/* Hover */
.pagination>li>a:hover,
.pagination>li>a:focus {
    border: 1px solid #ff7905;
    outline: none;
    border-radius: 1px;
}

/* OnClick */
.pagination>li>a:active {
    background-color: #ddd;
    color: #444;
}

/* Active */
.pagination>.active {
    background: #fff;
    border-radius: 1px;
}

.pagination>.uk-active>span {
    color: #fff;
}

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

.user-profile-image {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
}

#topbar .user-profile-image {
    border-radius: 100px;
}

#topbar .user-profile-image-sm {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100px;
}

/**** Myaccount Profile ****/
.uk-tab .uk-open .uk-dropdown {
    width: auto !important;
}

.rv-myaccount-profile .uk-icon-facebook-square {
    color: #36559e;
}

.rv-myaccount-profile .uk-icon-google-plus-square {
    color: #d54133;
}

.rv-myaccount-profile .uk-icon-twitter-square {
    color: #00a9e8;
}

.rv-myaccount-profile .rv-social-group span {
    margin-right: 7px;
}

.rv-myaccount-profile th {
    text-align: right;
}

/* Tablet and Mobile Landscape */
@media only screen and (max-width: 480px) {

    .rv-myaccount-profile th,
    .rv-myaccount-profile td {
        display: block !important;
        text-align: left;
    }

    .card {
        margin: 5px;
    }

    .card .card-body .tab-pane {
        padding: 0;
    }
}

#tab-account #edit .user-profile-image {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 26px;
}

.card .uk-form-system select,
.card .uk-form-system textarea,
.card .uk-form-system input:not([type]),
.card .uk-form-system input[type='text'],
.card .uk-form-system input[type='password'],
.card .uk-form-system input[type='datetime'],
.card .uk-form-system input[type='datetime-local'],
.card .uk-form-system input[type='date'],
.card .uk-form-system input[type='month'],
.card .uk-form-system input[type='time'],
.card .uk-form-system input[type='week'],
.card .uk-form-system input[type='number'],
.card .uk-form-system input[type='email'],
.card .uk-form-system input[type='url'],
.card .uk-form-system input[type='search'],
.card .uk-form-system input[type='tel'],
.card .uk-form-system input[type='color'] {
    /* 2 */
    max-width: 98%;
    /* 3 */
    padding: 7px 6px;
    /* 4 */
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all 0.2s linear;
    transition-property: border, background, color, box-shadow, padding;
}

.card .uk-form-system select:focus,
.card .uk-form-system textarea:focus,
.card .uk-form-system input:not([type]):focus,
.card .uk-form-system input[type='text']:focus,
.card .uk-form-system input[type='password']:focus,
.card .uk-form-system input[type='datetime']:focus,
.card .uk-form-system input[type='datetime-local']:focus,
.card .uk-form-system input[type='date']:focus,
.card .uk-form-system input[type='month']:focus,
.card .uk-form-system input[type='time']:focus,
.card .uk-form-system input[type='week']:focus,
.card .uk-form-system input[type='number']:focus,
.card .uk-form-system input[type='email']:focus,
.card .uk-form-system input[type='url']:focus,
.card .uk-form-system input[type='search']:focus,
.card .uk-form-system input[type='tel']:focus,
.card .uk-form-system input[type='color']:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
}

.card .uk-form-system select:disabled,
.card .uk-form-system textarea:disabled,
.card .uk-form-system input:not([type]):disabled,
.card .uk-form-system input[type='text']:disabled,
.card .uk-form-system input[type='password']:disabled,
.card .uk-form-system input[type='datetime']:disabled,
.card .uk-form-system input[type='datetime-local']:disabled,
.card .uk-form-system input[type='date']:disabled,
.card .uk-form-system input[type='month']:disabled,
.card .uk-form-system input[type='time']:disabled,
.card .uk-form-system input[type='week']:disabled,
.card .uk-form-system input[type='number']:disabled,
.card .uk-form-system input[type='email']:disabled,
.card .uk-form-system input[type='url']:disabled,
.card .uk-form-system input[type='search']:disabled,
.card .uk-form-system input[type='tel']:disabled,
.card .uk-form-system input[type='color']:disabled {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #999;
}

.uk-form-system a.loginbyemail {
    cursor: default;
}

/* hidden Banner overlap navigator with System Page*/
#selected_header {
    background: rgba(0, 0, 0, 0.45);
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
    color: #cccccc;
    padding: 10px 15px;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #404040;
    color: #ffffff;
    /* 2 */
    outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #1a1a1a;
    color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
    color: #777777;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
    border-top: 1px solid #1a1a1a;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
    color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #ffffff;
}

/* ADD Offcanvas menu on mobile
 ========================================================================== */
.uk-nav-offcanvas > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    color: #ccc;
    padding: 10px 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
ul.uk-nav-offcanvas .uk-nav-sub > li > a {
    color: #ccc;
}

/* toggle nav menu on sticky nav */

.uk-offcanvas-page .uk-sticky-placeholder > * {
    margin-left: 0;
    transition: margin-left 0.15s linear;
    -webkit-transition: margin-left 0.2s linear;
}
.uk-offcanvas-page nav.uk-active {
    margin-left: 270px;
}
#footerTemplate,
#footerTemplate a {
    font-family: 'Open Sans', Arial, sans-serif;
}
.rvsb-bg-footer {
    color: #fff;
    padding: 5px 35px;
}
.rvsb-bg-footer h3 {
    color: #fff;
}
.rvsb-bg-footer a {
    color: #fff;
}
.rvsb-bg-footer a.uk-icon-button {
    color: #4a4a4a;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-family: FontAwesome !important;
}

.uk-list-inline li {
    padding-right: 10px;
    padding-bottom: 10px;
}

div.tableFrame {
    display: table;
}
div.tableFrame .tableCell {
    display: table-cell;
    padding-right: 5px;
}

.rv-block-full-footer {
    max-width: 100% !important;
}

.uk-footer-displayNone {
    display: none;
}

div#copyrightFooter {
    margin: 0 0 0 0;
}

div#google_maps_footer {
    width: 100%;
    height: 200px;
}

div#footerTemplate {
    background-color: #4a4a4a;
    padding: 10px 0;
}
div#footerTemplate hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
div#divgooglemapFooter {
    margin-top: 15px;
}
.rvsb-bg-footer .icon-line,
#socialFooter .icon-line {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
}
#footerTemplate .footer-icon-button {
    width: 30px !important;
    height: 30px !important;
    box-sizing: border-box !important;
}
#footerTemplate .footer-icon-button img {
    margin-right: 1px !important;
    border-radius: 2px !important;
}
#footerTemplate .uk-icon-button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
#footerTemplate hr {
    margin: 10px 0;
}
#footerTemplate .uk-icon-phone {
    margin-right: 5px;
}

#socailFooter a {
    border: 0;
    border-radius: 2px;
    background: #666;
    display: inline-block !important;
}
#footerTemplate #socailFooter a {
    border-radius: 0px;
    background: transparent;
    display: inline-block !important;
}
#footerTemplate #socailFooter img {
    border-radius: 3px;
    background: transparent;
}
/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}
.brighttheme{border-radius:0}.brighttheme.ui-pnotify-container{padding:18px}.brighttheme .ui-pnotify-title{margin-bottom:12px}.brighttheme-notice{background-color:#ffffa2;border:0 solid #ff0;color:#4f4f00}.brighttheme-info{background-color:#8fcedd;border:0 solid #0286a5;color:#012831}.brighttheme-success{background-color:#aff29a;border:0 solid #35db00;color:#104300}.brighttheme-error{background-color:#ffaba2;background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,rgba(255,255,255,.3) 35px,rgba(255,255,255,.3) 70px);border:0 solid #ff1800;color:#4f0800}.brighttheme-icon-closer,.brighttheme-icon-info,.brighttheme-icon-notice,.brighttheme-icon-sticker,.brighttheme-icon-success{position:relative;width:16px;height:16px;font-size:12px;font-weight:700;line-height:16px;font-family:"Courier New",Courier,monospace;border-radius:50%}.brighttheme-icon-closer:after,.brighttheme-icon-info:after,.brighttheme-icon-notice:after,.brighttheme-icon-sticker:after,.brighttheme-icon-success:after{position:absolute;top:0;left:4px}.brighttheme-icon-notice{background-color:#2e2e00;color:#ffffa2;margin-top:2px}.brighttheme-icon-notice:after{content:"!"}.brighttheme-icon-info{background-color:#012831;color:#8fcedd;margin-top:2px}.brighttheme-icon-info:after{content:"i"}.brighttheme-icon-success{background-color:#104300;color:#aff29a;margin-top:2px}.brighttheme-icon-success:after{content:"\2713"}.brighttheme-icon-error{position:relative;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid #2e0400;font-size:0;line-height:0;color:#ffaba2;margin-top:1px}.brighttheme-icon-error:after{position:absolute;top:1px;left:-4px;font-size:12px;font-weight:700;line-height:16px;font-family:"Courier New",Courier,monospace;content:"!"}.brighttheme-icon-closer,.brighttheme-icon-sticker{display:inline-block}.brighttheme-icon-closer:after{top:-4px;content:"\2715"}.brighttheme-icon-sticker:after{top:-5px;content:"\1D1BC";transform:rotate(-90deg)}.brighttheme-icon-sticker.brighttheme-icon-stuck:after{transform:rotate(180deg)}.brighttheme .ui-pnotify-action-bar{padding-top:12px}.brighttheme .ui-pnotify-action-bar input,.brighttheme .ui-pnotify-action-bar textarea{display:block;width:100%;margin-bottom:12px!important}.brighttheme .ui-pnotify-action-button{text-transform:uppercase;font-weight:700;padding:4px 8px;border:none;background:0 0}.brighttheme .ui-pnotify-action-button.btn-primary{border:none;border-radius:0}.brighttheme-notice .ui-pnotify-action-button.btn-primary{background-color:#ff0;color:#4f4f00}.brighttheme-info .ui-pnotify-action-button.btn-primary{background-color:#0286a5;color:#012831}.brighttheme-success .ui-pnotify-action-button.btn-primary{background-color:#35db00;color:#104300}.brighttheme-error .ui-pnotify-action-button.btn-primary{background-color:#ff1800;color:#4f0800}
.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}
.ui-pnotify-history-container{position:absolute;top:0;right:18px;width:70px;border-top:none;padding:0;-moz-border-top-left-radius:0;border-top-left-radius:0;-moz-border-top-right-radius:0;border-top-right-radius:0;z-index:10000}.ui-pnotify-history-container.ui-pnotify-history-fixed{position:fixed}.ui-pnotify-history-container .ui-pnotify-history-header{padding:2px;text-align:center}.ui-pnotify-history-container button{cursor:pointer;display:block;width:100%}.ui-pnotify-history-container .ui-pnotify-history-pulldown{display:block;margin:0 auto}.ui-pnotify-history-brighttheme{background-color:#8fcedd;border:0 solid #0286a5;color:#012831}.ui-pnotify-history-brighttheme button{text-transform:uppercase;font-weight:700;padding:4px 8px;border:none;background:0 0}.ui-pnotify-history-brighttheme .ui-pnotify-history-pulldown::after{display:block;font-size:16px;line-height:14px;padding-bottom:4px;content:"\2304";text-align:center;font-weight:700;font-family:Arial,sans-serif}
.ui-pnotify-container{position:relative;left:0}@media (max-width:480px){.ui-pnotify-mobile-able.ui-pnotify{position:fixed;top:0;right:0;left:0;width:auto!important;font-size:1.2em;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;font-smoothing:antialiased}.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow{box-shadow:none;border-bottom-width:5px}.ui-pnotify-mobile-able .ui-pnotify-container{border-radius:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-topleft{left:0;right:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright{left:0;right:0;bottom:0;top:auto}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow{border-top-width:5px;border-bottom-width:1px}}
.ui-pnotify.ui-pnotify-nonblock-fade{opacity:.2}.ui-pnotify.ui-pnotify-nonblock-hide{display:none!important}

/** All Button Link **/
.rv-button  {
    -webkit-appearance: none;
    margin: 0;
	margin-right:2px;
	margin-bottom:3px;
    border: none;
    font: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 1px 12px;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
	min-width:100px;
	text-align:center;
    font-size: 14px;
    text-decoration: none !important;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	transition:0.4s;
}
.rv-button:hover {
    opacity: 0.8;
}
a.rv-button hr.clearhr{
    margin-top:8px;
    color: #fff !important;
}


/***************** Design ******************/
.rv-button-normal {
    text-align: left;
	padding: 5px 20px;
}
.rv-button-round {
    border-radius: 5px;
}
.rv-button-radius {
    border-radius: 180px;
}
.rv-button-border {
    border:1px solid rgba(0,0,0,0.3);
}
.rv-button-border-md {
    border:2px solid rgba(0,0,0,0.3);
}
.rv-button-border-circle {
    border:4px solid rgba(255,255,255,1);
	border-radius: 100%;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 3px 2px;
    width: 60px;
    height: 60px;
    line-height: 2.8em;
    min-height: auto;
    min-width: auto;
}
.rv-button-border-dash {
    border:1px dashed rgba(0,0,0,0.3);
}
.rv-button-shadow {
	box-shadow: rgba(0,0,0,0.65) 0px 0px 3px 2px;
}
.rv-button-round-border {
    border-style: solid;
    border-width: 1px;
    border-color: #0000003d;
    color: #fff !important;
    border-radius: 3px;
}
.rv-button-border-white {
    border:1px solid rgba(255,255,255,0.8);
}
.rv-button-border-shadow {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 180px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
}
/** shadow color **/
.rv-button-corner-shadow1 {
    border-radius: 5px;
    box-shadow: rgb(168,31,31) 0px 3px 0px 0px;
}
.rv-button-corner-shadow2 {
    border-radius: 5px;
    box-shadow: rgb(171,116,25) 0px 3px 0px 0px;
}
.rv-button-corner-shadow3 {
    border-radius: 5px;
    box-shadow: rgb(178,153,0) 0px 3px 0px 0px;
}
.rv-button-corner-shadow4 {
    border-radius: 5px;
    box-shadow: rgb(62,128,20) 0px 3px 0px 0px;
}
.rv-button-corner-shadow5 {
    border-radius: 5px;
    box-shadow: rgb(24,139,121) 0px 3px 0px 0px;
}
.rv-button-corner-shadow6 {
    border-radius: 5px;
    box-shadow: rgb(33,99,156) 0px 3px 0px 0px;
}
.rv-button-corner-shadow7 {
    border-radius: 5px;
    box-shadow: rgb(78,20,173) 0px 3px 0px 0px;
}
.rv-button-corner-shadow8 {
    border-radius: 5px;
    box-shadow: rgb(140,29,160) 0px 3px 0px 0px;
}
.rv-button-corner-shadow9 {
    border-radius: 5px;
    box-shadow: rgb(161,21,100) 0px 3px 0px 0px;
}
.rv-button-corner-shadow10 {
    border-radius: 5px;
    box-shadow: rgb(133,133,133) 0px 3px 0px 0px;
}
.rv-button-corner-shadow11 {
    border-radius: 5px;
    box-shadow: rgb(83,83,83) 0px 3px 0px 0px;
}
.rv-button-corner-shadow12 {
    border-radius: 5px;
    box-shadow: rgb(52,52,52) 0px 3px 0px 0px;
}
/** shadow blur **/
.rv-button-shadow-center {
	box-shadow: rgba(0,0,0,0.3) 0px 0px 3px 2px;
}
.rv-button-shadow-top-left {
	box-shadow: rgba(0,0,0,0.3) -1px -3px 3px 0px;
}
.rv-button-shadow-top-center {
	box-shadow: rgba(0,0,0,0.3) 0px -3px 3px 0px;
}
.rv-button-shadow-top-right {
	box-shadow: rgba(0,0,0,0.3) 1px -3px 3px 0px;
}
.rv-button-shadow-bottom-left {
	box-shadow: rgba(0,0,0,0.3) -1px 3px 3px 0px;
}
.rv-button-shadow-bottom-center {
	box-shadow: rgba(0,0,0,0.3) 1px 3px 3px 0px;
}
.rv-button-shadow-bottom-right {
	box-shadow: rgba(0,0,0,0.3) 1px 3px 3px 0px;
}

/** thick shadow**/
.rv-button-thickshadow-center {
	box-shadow: rgba(0,0,0,0.3) 0px -3px 0px 0px;
}
.rv-button-thickshadow-bottom {
	box-shadow: rgba(0,0,0,0.3) 0px 3px 0px 0px;
}
.rv-button-thickshadow-top-right {
	box-shadow: rgba(0,0,0,0.3) 3px -3px 0px 0px;
}
.rv-button-thickshadow-bottom-right {
	box-shadow: rgba(0,0,0,0.3) 3px 3px 0px 0px;
}


/*Advanced button*/
a.rv-button-oval {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 50px 5px 25px;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    transition: all 0.3s;
    display: inline-block;
}
a.rv-button-oval span {
    position: relative;
    z-index: 3;
}
a.rv-button-oval .round {
    border-radius: 50%;
    border:1px solid rgba(255,255,255,0.5);
    width: 33px;
    height: 33px;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all 0.3s ease-out;
    z-index: 2;
}
a.rv-button-oval .round hr.clearhr {
    font-size:16px !important;
}
a.rv-button-oval .round-bg {
    background:rgba(255,255,255,0.3);
    border:1px solid rgba(255,255,255,0);
}
a.rv-button-oval .round i {
    /*position: absolute;
    top: 20%;
    left: 35%;
    margin-left: -4px;*/
    margin:6px auto 7px auto;
    transition: all 0.3s;
    font-size:20px;
    color:#fff !important;
}
a.rv-button i.rvicon {
    position:relative;
    right:-10px;
    transition:0.4s;
    font-size:22px;
    top:3px;
    color:#fff !important;
}
a.rv-button:hover i.rvicon {
    position:relative;
    right:-18px;
    transition:0.4s;
    color:#fff !important;
}
a.rv-button i.rvicon-left {
    position:relative;
    left:-10px;
    transition:0.4s;
    font-size:22px;
    top:3px;
    color:#fff !important;
}
a.rv-button:hover i.rvicon-left {
    position:relative;
    left:-2px;
    transition:0.4s;
    color:#fff !important;
}

.rv-button-icon {
    text-align: left;
    padding: 0px 10px 0px 0px;
    /* padding-right:10px; */
}
a.rv-button i.rvicon-lightbg {
    transition:0.4s;
    font-size:22px;
    background:rgba(255,255,255,0.15);
    padding:10px 10px;
    margin-right: 5px;
    vertical-align: middle;
    border-right:1px solid rgba(255,255,255,0.2);
    color:#fff !important;
}
a.rv-button:hover i.rvicon-lightbg {
    transition:0.4s;
    color:#fff !important;
}
a.rv-button i.rvicon-darkbg {
    transition:0.4s;
    font-size:22px;
    background:rgba(0,0,0,0.3);
    padding:10px 10px;
    margin-right: 5px;
    vertical-align: middle;
    color:#fff !important;
}
a.rv-button:hover i.rvicon-darkbg {
    transition:0.4s;
    color:#fff !important;
}

.rv-button-icon-circle {
    text-align: left;
    padding: 2px 10px 2px 2px;
    /* padding-right: 10px; */
    border-radius: 180px;
}
a.rv-button-icon-circle i.rvicon-lightbg {
    transition:0.4s;
    font-size:22px;
    background:rgba(255,255,255,0.4);
    padding:10px 10px;
    margin-right: 5px;
    vertical-align: middle;
	border-radius: 180px;
	width: 20px;
    height: 20px;
    color:#fff !important;
}
a.rv-button-icon-circle:hover i.rvicon-lightbg {
    transition:0.4s;
    color:#fff !important;
}

/**************** Background Color  **************/
/** button 1 **/
.rv-button-red,
.rv-button-red:hover {
    background: #f12c2c;
    color: #ffffff !important;
}
/** button 2 **/
.rv-button-gold,
.rv-button-gold:hover {
    background: #f5a623;
    color: #ffffff !important;
}
/** button 3 **/
.rv-button-yellow,
.rv-button-yellow:hover {
    background: #ffdc00;
    color: #414141 !important;
}
/** button 4 **/
.rv-button-green,
.rv-button-green:hover {
    background: #59b71c;
    color: #ffffff !important;
}
/** button 5 **/
.rv-button-skyblue,
.rv-button-skyblue:hover {
    background: #22c7ad;
    color: #ffffff !important;
}
/** button 6 **/
.rv-button-blue,
.rv-button-blue:hover {
    background: #2f8ee0;
    color: #ffffff !important;
}
/** button 7 **/
.rv-button-purple,
.rv-button-purple:hover {
    background: #6f1cf8;
    color: #ffffff !important;
}
/** button 8 **/
.rv-button-pink,
.rv-button-pink:hover {
    background: #c829e5;
    color: #ffffff !important;
}
/** button 9 **/
.rv-button-magenta,
.rv-button-magenta:hover {
    background: #e71e8f;
    color: #ffffff !important;
}
/** button 10 **/
.rv-button-silver,
.rv-button-silver:hover {
    background: #bfbfbf;
    color: #414141 !important;
}
/** button 11 **/
.rv-button-gray,
.rv-button-gray:hover {
    background: #767676;
    color: #ffffff !important;
}
/** button 12 **/
.rv-button-darkgray,
.rv-button-darkgray:hover {
    background: #4a4a4a;
    color: #ffffff !important;
}

/************************ border button **************************/

/** border button 1 **/
.rv-border-button-red,
.rv-border-button-red:hover {
	background: #fff;
    border-color: #f12c2c;
    color: #f12c2c !important;
	transition: 0.4s;
    -webkit-transition: 0.4s;
	opacity:1;
}
.rv-border-button-red:hover {
	background: #f12c2c;
    color: #fff !important;
	/*box-shadow: inset 0 -80px 0 0 #f12c2c;*/
}
/** border button 2 **/
.rv-border-button-gold,
.rv-border-button-gold:hover {
	background: #fff;
    border-color: #f5a623;
    color: #f5a623 !important;
}
.rv-border-button-gold:hover {
	background: #f5a623;
    color: #fff !important;
	opacity:1;
}
/** border button 3 **/
.rv-border-button-yellow,
.rv-border-button-yellow:hover {
	background: #fff;
    border-color: #ffdc00;
    color: #ffdc00 !important;
}
.rv-border-button-yellow:hover {
	background: #ffdc00;
    color: #fff !important;
	opacity:1;
}
/** border button 4 **/
.rv-border-button-green,
.rv-border-button-green:hover {
	background: #fff;
    border-color: #59b71c;
    color: #59b71c !important;
}
.rv-border-button-green:hover {
	background: #59b71c;
    color: #fff !important;
	opacity:1;
}
/** border button 5 **/
.rv-border-button-skyblue,
.rv-border-button-skyblue:hover {
	background: #fff;
    border-color: #22c7ad;
    color: #22c7ad !important;
}
.rv-border-button-skyblue:hover {
	background: #22c7ad;
    color: #fff !important;
	opacity:1;
}
/** border button 6 **/
.rv-border-button-blue,
.rv-border-button-blue:hover {
	background: #fff;
    border-color: #2f8ee0;
    color: #2f8ee0 !important;
}
.rv-border-button-blue:hover {
	background: #2f8ee0;
    color: #fff !important;
	opacity:1;
}
/** border button 7 **/
.rv-border-button-purple,
.rv-border-button-purple:hover {
	background: #fff;
    border-color: #6f1cf8;
    color: #6f1cf8 !important;
}
.rv-border-button-purple:hover {
	background: #6f1cf8;
    color: #fff !important;
	opacity:1;
}
/** border button 8 **/
.rv-border-button-pink,
.rv-border-button-pink:hover {
	background: #fff;
    border-color: #c829e5;
    color: #c829e5 !important;
}
.rv-border-button-pink:hover {
	background: #c829e5;
    color: #fff !important;
	opacity:1;
}
/** border button 9 **/
.rv-border-button-magenta,
.rv-border-button-magenta:hover {
	background: #fff;
    border-color: #e71e8f;
    color: #e71e8f !important;
}
.rv-border-button-magenta:hover {
	background: #e71e8f;
    color: #fff !important;
	opacity:1;
}
/** border button 10 **/
.rv-border-button-silver,
.rv-border-button-silver:hover {
	background: #fff;
    border-color: #bfbfbf;
    color: #bfbfbf !important;
}
.rv-border-button-silver:hover {
	background: #bfbfbf;
    color: #fff !important;
	opacity:1;
}
/** border button 11 **/
.rv-border-button-gray,
.rv-border-button-gray:hover {
	background: #fff;
    border-color: #767676;
    color: #767676 !important;
}
.rv-border-button-gray:hover {
	background: #767676;
    color: #fff !important;
	opacity:1;
}
/** border button 12 **/
.rv-border-button-darkgray,
.rv-border-button-darkgray:hover {
	background: #fff;
    border-color: #4a4a4a;
    color: #4a4a4a !important;
}
.rv-border-button-darkgray:hover {
	background: #4a4a4a;
    color: #fff !important;
	opacity:1;
}

/************************ Horizontal gradient button **************************/

/** gradient button 1 **/
.rv-gradient-button-red,
.rv-gradient-button-red:hover {
	background: linear-gradient(90deg, rgb(210, 43, 45) 0%, rgb(111, 0, 0) 100%);
    border-color: #f12c2c;
    color: #fff !important;
}
.rv-gradient-button-red:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}
/** gradient button 2 **/
.rv-gradient-button-gold,
.rv-gradient-button-gold:hover {
	background: linear-gradient(90deg, rgb(230, 93, 23) 0%, rgb(247, 177, 0) 100%);
    border-color: #f5a623;
    color: #fff !important;
}
.rv-gradient-button-gold:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

/** gradient button 4 **/
.rv-gradient-button-green,
.rv-gradient-button-green:hover {
	 background: linear-gradient(90deg, rgb(93, 197, 95) 0%, rgb(0, 169, 157) 100%);
    border-color: #59b71c;
    color: #fff !important;
}
.rv-gradient-button-green:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

/** gradient button 6 **/
.rv-gradient-button-blue,
.rv-gradient-button-blue:hover {
	background: linear-gradient(90deg, rgb(152, 120, 253) 0%, rgb(10, 184, 255) 100%);
    border-color: #2f8ee0;
    color: #fff !important;
}
.rv-gradient-button-blue:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}
/************************ Vertical gradient button **************************/

/** Vertical gradient button 1 **/
.rv-vgradient-button-red,
.rv-vgradient-button-red:hover {
	background: linear-gradient(180deg, rgb(210, 43, 45) 0%, rgb(111, 0, 0) 100%);
    border-color: #f12c2c;
    color: #fff !important;
}
.rv-vgradient-button-red:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}
/** Vertical gradient button 2 **/
.rv-vgradient-button-gold,
.rv-vgradient-button-gold:hover {
	background: linear-gradient(180deg, rgb(230, 93, 23) 0%, rgb(247, 177, 0) 100%);
    border-color: #f5a623;
    color: #fff !important;
}
.rv-vgradient-button-gold:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

/** Vertical gradient button 4 **/
.rv-vgradient-button-green,
.rv-vgradient-button-green:hover {
	 background: linear-gradient(180deg, rgb(93, 197, 95) 0%, rgb(0, 169, 157) 100%);
    border-color: #59b71c;
    color: #fff !important;
}
.rv-vgradient-button-green:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

/** Vertical gradient button 6 **/
.rv-vgradient-button-blue,
.rv-vgradient-button-blue:hover {
	background: linear-gradient(180deg, rgb(152, 120, 253) 0%, rgb(10, 184, 255) 100%);
    border-color: #2f8ee0;
    color: #fff !important;
}
.rv-vgradient-button-blue:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}


/************************ radial gradient button **************************/

/** radial gradient button 1 **/
.rv-radialgradient-button-red,
.rv-radialgradient-button-red:hover {
	background: radial-gradient(circle, rgb(210, 43, 45) 0%, rgb(111, 0, 0) 100%);
    border-color: #f12c2c;
    color: #fff !important;
}
.rv-radialgradient-button-red:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}
/** radial gradient button 2 **/
.rv-radialgradient-button-gold,
.rv-radialgradient-button-gold:hover {
	background: radial-gradient(circle, rgb(247, 177, 0) 0%, rgb(230, 93, 23) 100%);
    border-color: #f5a623;
    color: #fff !important;
}
.rv-radialgradient-button-gold:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

/** radial gradient button 3 **/
.rv-radialgradient-button-green,
.rv-radialgradient-button-green:hover {
	 background: radial-gradient(circle, rgb(93, 197, 95) 0%, rgb(0, 169, 157) 100%);
    border-color: #59b71c;
    color: #fff !important;
}
.rv-radialgradient-button-green:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

/** radial gradient button 4 **/
.rv-radialgradient-button-blue,
.rv-radialgradient-button-blue:hover {
	background: radial-gradient(circle, rgb(10, 184, 255) 0%, rgb(152, 120, 253) 100%);
    border-color: #2f8ee0;
    color: #fff !important;
}
.rv-radialgradient-button-blue:hover {
    color: #fff !important;
	opacity:0.7;
	transition:0.4s;
}

.rv-radials {
	background: linear-gradient(108deg, rgba(2,0,36,1) 25%, rgba(63,114,125,1) 25%);
}
[class^="uk-width"][style*="margin"] {
    /* background: #ffff00 !important;*/
    position: unset !important;
    z-index: 1;
}

#selected_navigator {
    z-index: auto !important;
}

/*fixed Browser Chome V77 Banner Slide with menu overlap */
.overlap #selected_navigator~#selected_headerbanner {
    top: unset !important;
}

/*fixed create new site with remove css on default storage */
.overlap #selected_navigator,
#selected_headerbanner {
    top: 0;
    position: relative;
    z-index: 0;
}

.overlap #selected_navigator {
    z-index: 2;
    display: flow-root;
}

.overlap #selected_headerbanner~#selected_navigator {
    margin-top: -60px !important;
}

.overlap #selected_topmenu~#selected_headerbanner {
    margin-top: 0px !important;
}

.overlap #selected_navigator~#selected_headerbanner {
    margin-top: -56px !important;
}

.overlap #rvnavigator .uk-sticky-placeholder {
    height: auto !important;
}

/* hidden Banner overlap-bottom with navigator*/
.overlap #selected_headerbanner.uk-hidden~#selected_navigator {
    margin-top: auto !important;
}

/* hidden Banner overlap navigator with System Page*/
#selected_header .overlap {
    background: rgba(0, 0, 0, 0.45);
}


