@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;
    }
}
.rvinner-wrapper {
    border-bottom:#ececec solid 1px;
    box-shadow: 0px 1px 2px #f0f0f0;
}


#customWidget {
    position: relative;
    height: 36px;
}
    
.rename-txtsmall{ 
    font-size:12px;
    color:#919191; 
}
/**********  admin start Editor.css ***********/


.right,
.pull-right {
    float: right;
}

.left,
.pull-left {
    float: left;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.editorCurrent {
    outline: rgba(0, 0, 0, 0.43) dotted 1px;
}

.rv-form-panel .editorCurrent {
    outline: rgba(0, 0, 0, 0.43) dotted 0px;
}

.editorCurrent:focus {
    outline: rgba(0, 0, 0, 0.43) dotted 1px;
}


.focus {
    border: black dotted 2px;
}

.pointer {
    border: black solid 1px;
    background-color: #c9c9c9;
}

.tableLine {
    border: black dotted 1px;
}

.tables {
    border: black dotted 1px;
}

.ui-selecting {
    background: #FECA40;
}

.ui-setselecting {
    background: green;
}

.ui-selectee {
    border: black dotted 1px;
}

.ui-selected {
    background: #F39814;
    color: white;
    opacity: 0.2;
}

.moveBlock {
    border: black dotted 1px;
}

/* resize */

.RVWYSIWYGAREA {
    position: relative;
    /*current layoutResize img */
}

.layoutResize {
    position: absolute;
}

.borderResize {
    position: absolute;
    opacity: 0.5;
    border-style: dashed;
    border-width: 1px;
}

.pointBlock {
    position: absolute;
    border: black solid 1px;
    background-color: #FFFFFF;
    width: 8px;
    height: 8px;
    margin: -5;
    padding: 0;
    z-index: 100000;
}

.nwResize {
    margin: -5px;
    cursor: nw-resize;
}

.nResize {
    margin: -5px;
    cursor: n-resize;
}

.neResize {
    margin: -5px;
    cursor: ne-resize;
}

.wResize {
    margin: -5px;
    cursor: w-resize;
}

.eResize {
    margin: -5px;
    cursor: e-resize;
}

.swResize {
    margin: -5px;
    cursor: sw-resize;
}

.sResize {
    margin: -5px;
    cursor: s-resize;
}

.seResize {
    margin: -5px;
    cursor: se-resize;
}

/*end resize */
.icon_widgetRemove {
    display: block;
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_widget-remove.gif?15cbcd2fc20b7101dfe333341b5c1208) no-repeat center center;
}

/*widget*/
.fbLikebox {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/fblikebox.png?c3cbadbaf1e17a2e2d9e4838513ef282) no-repeat center center;
    outline: rgba(0, 0, 0, 0.43) dotted 1px;
}

.fbpageplugin {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/fblikebox.png?c3cbadbaf1e17a2e2d9e4838513ef282) no-repeat center center;
    outline: rgba(0, 0, 0, 0.43) dotted 1px;
}

/* facebook icon uikit*/
.imgFacebookLike {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon-like-facebook.jpg?259a3167bf741386103faeb779502f66) no-repeat top left;
}

.imgFacebookComment {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon-comment-facebook.jpg?6393f8955b84e03fa3ed289e5ba9cee6) no-repeat top left;
}

.imgFacebookPage {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon-fanpage-facebook.jpg?f3cd598fe927b311c6fe800fa916df62) no-repeat top left;
}

/* google icon uikit*/
.imgGoogleMaps {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon-gmap-facebook.jpg?165405ad56c814daad4835357ea9886b) no-repeat top left;
}

.rv-ribbon {
    position: absolute;
    z-index: 2;
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 10px !important;
    background: url(/vendor/rvsitebuilder/wysiwyg/images/widget-bg.svg?37b6241db59c7d1d1918d889d0310009) no-repeat left top;
}

.rv-ribbon:before {
    content: "widget";
    color: #fff;
    top: 5px;
    left: 4px;
    position: absolute;
}

/*************  Start network  ***************/
.fb_comment_light,
.fb_comment_dark {
    display: block;
    width: 564px;
    height: 301px;
    border: 0;
}

.fb_comment_light {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/comment_light.png?0b6383f35b33da9eedb4f7252de9da67) no-repeat left top;
}

.fb_comment_dark {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/comment_dark.png?3ea9ecba5c2c95cd34a426bb4ab06bed) no-repeat left top;
}

.fb_light_likebox,
.fb_dark_likebox {
    display: block;
    width: 300px;
    border: 0;
}

.fb_light_likebox {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/light_like_box.png?59d66982e6ed4304c19e86c44a795e1c) no-repeat 10px 7px;
}

.fb_dark_likebox {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/dark_like_box.png?6a897da4589bc9acc59f625390a5dc9e) no-repeat center center;
}

.fb_light_standard,
.fb_dark_standard {
    display: block;
    width: 351px;
    height: 20px;
    border: 0;
}

.fb_light_standard {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/light_standard.png?89940ed94cf6df05f4510950fd281254) no-repeat left top;
}

.fb_dark_standard {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/dark_standard.png?e888551137e90d27b169317960131093) no-repeat left top;
}

.fb_light_box_count,
.fb_dark_box_count {
    display: block;
    width: 49px;
    height: 86px;
    border: 0;
}

.fb_light_box_count {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/light_box_count.png?2d455f2624edda1db11c99c5dde11093) no-repeat left top;
}

.fb_dark_box_count {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/dark_box_count.png?ce63d8ccdcd40b1c130660313fee2bd5) no-repeat left top;
}

.fb_light_button_count,
.fb_dark_button_count {
    display: block;
    width: 86px;
    height: 20px;
    border: 0;
}

.fb_light_button_count {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/light_button_count.png?24485ff4f1f142cf7c6a19381d189a45) no-repeat left top;
}

.fb_dark_button_count {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/dark_button_count.png?e4e42da2c12533a9d048dd99b04f7653) no-repeat left top;
}

.fbmargin {
    margin-bottom: 15px;
}

.tableSelecttemplate {
    background-color: #e5e5e5;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    min-width: 960px;
}

.txtblockname {
    padding: 0;
    text-align: left;
    margin: 0;
}

a.linktxt,
a.linktxt:hover {
    margin-top: 2px;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
}

a.linktxt,
a.linktxt img {
    margin-top: 3px;
}

a.linktxt:hover {
    text-decoration: underline;
}

.rvclear {
    clear: both;
    padding: 0;
    margin: 0;
}

.addBlockLink {
    color: #61ac5b;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.areaCustom {
    margin-top: 0px;
    min-height: 25px;
}

.ui-resizable-e {
    width: 7px;
    cursor: e-resize;
}

.ui-resizable-s {
    height: 7px;
    cursor: s-resize;
}

/*Layout mode*/
li.ui-state-highlight.blocklist:not(.ui-state-disabled):hover {

    cursor: move;
}

li.blocklist:not(.ui-state-disabled)>a>img {
    height: 16px;
    width: 16px;
}

li.ui-state-highlight.blocklist>a.linktxt>img:not([title=Close]):hover {
    opacity: 0.6;
}

li.ui-state-highlights.blocklist>a.linktxt>img:not([title=Close]):hover {
    opacity: 0.6;
}

.brdgridBlock {
    background-color: #000;
    float: right;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    padding: 4px;
    display: block;
    position: relative;
    top: -25px;
    height: 21px;
}

button.nextButton,
button.backButton,
button.parentButton,
button.childButton,
button.pasteButton,
button.copyButton {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/sprite_wys_gridline.png?da0ebb6278349baa144c4fb4af7cbce3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #000;
    width: 20px;
    height: 25px;
    cursor: pointer;
    border: 0;
    margin: 0;
}

button.nextButton:hover {
    background-position: -30px 0;
}

button.nextButton-dis {
    background-position: -60px 0;
}

button.backButton {
    background-position: 0 -30px;
}

button.backButton:hover {
    background-position: -30px -30px;
}

button.backButton-dis {
    background-position: -60px -30px;
}

button.parentButton {
    background-position: 0 -60px;
}

button.parentButton:hover {
    background-position: -30px -60px;
}

button.parentButton-dis {
    background-position: -60px -60px;
}

button.childButton {
    background-position: 0 -90px;
}

button.childButton:hover {
    background-position: -30px -90px;
}

button.childButton-dis {
    background-position: -60px -90px;
}

button.pasteButton {
    background-position: 0 -120px;
}

button.pasteButton:hover {
    background-position: -30px -120px;
}

button.pasteButton-dis {
    background-position: -60px -120px;
}

button.copyButton {
    background-position: 0 -150px;
}

button.copyButton:hover {
    background-position: -30px -150px;
}

button.copyButton-dis {
    background-position: -60px -150px;
}

.Glvgn {
    position: relative;
    float: right;
    top: -25px;
    top: 0 !important;
}

.SelectGrid {
    background-color: rgba(0, 0, 255, 0.3);
}

/* ---------------------- End GridLine ---------------------- */

/*rightbar*/
.wys-rightbar {
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.rightbar * {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

/*end*/
/* effect sortable editable*/
.placeholder-drag {
    box-shadow: 0px 0px 0px 1px red;
}

.placeholder-block {
    opacity: 0.0;
    transition: .2s height
}

.designBlock .placeholder {
    height: 164px;
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon-drophere.png?0437ab447ff8fa86161bf64e9c30172f);
    background-repeat: no-repeat;
    background-position: center center;
}

.sideBlock .placeholder {
    border: 1px dotted black;
    padding: 20px 0;
    overflow: hidden;
    background: #ababab;
    display: block;
    text-align: center;
}

.design-sortable-block .placeholder-block {
    box-shadow: 0px 0px 0px 0px rgba(127, 127, 127, 0.75);
    width: 0px !important;
    height: 0px !important;
}

.design-sortable .rvsb_design_block {
    display: none;
}

#design-sortable .placeholder,
#sidebar-sortable .placeholder,
#listWidget .placeholder,
#widgetFacebook .placeholder,
#widgetGoogle .placeholder,
#widgetform .placeholder,
#widgetuikitAlbum .placeholder {
    display: none;
}

@-webkit-keyframes slideEditable

/* Safari and Chrome */
    {
    from {
        height: 0;
    }

    to {
        height: 10px;
    }

}

@keyframes slideEditable {
    from {
        height: 0;
    }

    to {
        height: 10px;
    }

}

/* Start warning box */
.msgblock-warning,
.msgblock-info,
.msgblock-success,
.msgblock-error,
#errorMsgRename {
    margin: 5px 0;
    padding: 10px 15px;
    line-height: 18px;
    background-color: #fff3eb;
    border: 1px solid #ffd2b5;
    color: #e67529;
    word-wrap: break-wrap;
    text-align: left;
}

.msgblock-info {
    background-color: #ebf4f9;
    border: 1px solid #8dc3df;
    color: #5a5a5a;
}

.msgblock-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.msgblock-error,
#errorMsgRename {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.layoutCurrent {
    outline: #c9c9c9 dashed 2px;
    min-height: 180px;
}

.layoutCurrent:focus {
    box-shadow: 0px 0px 0px 1px red;
}

/* End warning box */
.bodyTemplate {
    min-width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sidebar.right {
    top: 0;
    bottom: 0;
    width: 230px;
    background: #fff;
}

.sidebars>.sidebar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
    position: fixed;
    color: white;
    font-size: 2em;
    text-align: center;
}

#sidebar-tabs {
    width: 230px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    font-size: 10px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.7em 1em;
}

.rv-space {
    height: 20px;
}

.rv-marginbot0 {
    margin-bottom: 0;
}

/* Start Block Properties */
.Blockproperties-title {
    background-color: #545454;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
}

.Blockproperties-title a,
.Blockproperties-title a:hover {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 10px !important;
    font-family: tahoma !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.Blockproperties-frame {
    border: 1px solid #cecece;
    display: block;
    float: left;
    height: 35px;
    padding: 0 2px;
    min-width: 120px;
    font-size: 10px;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    font-family: tahoma !important;
}

.lineSeparate {
    float: left;
    font-size: 24px;
    padding: 3px 0;
    color: #d2d2d2;
}

.colorSelector {
    background: none !important;
    width: 32px !important;
    height: 32px !important;
}

.colorSelector div.bsesCurrentBG,
.colorSelector div.bsnCurrentBG {
    background: none;
    border: 2px solid #cdcdcd;
    margin: 1px 0;
    width: 20px;
    height: 20px;
}

/*************** uikit effect ***************/
moz-document url-prefix() {
    .animationEffect dd {
        top: 23px;
        display: block;
    }

}

.animationEffect,
.animationEffect dd,
.animationEffect dt,
.animationEffect ul {
    margin: 0px;
    padding: 0px;
}

.animationEffect dd {
    position: relative;
    top: 35px;
}

.animationEffect a,
.animationEffect a:visited,
.animationEffect a:hover {
    color: #616161;
    text-decoration: none;
    outline: none;
    line-height: 12px;
    font-weight: normal;
}

.animationEffect dt a,
.animationEffect dt a:hover {
    background: #fff url(/vendor/rvsitebuilder/wysiwyg/images/arrow-dropdown.png?3dedf14de92e76c15cf6b46ff5e2d772) no-repeat scroll 97% center;
    display: block;
    padding: 3px;
    margin: 5px 3px 0;
    border: 2px solid #c5c5c5;
    width: 75px;
    height: 14px;
    border-radius: 0;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    font-family: tahoma !important;
}

.animationEffect dt a span {
    cursor: pointer;
    display: block;
    padding: 1px;
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    color: #616161;
    font-size: 11px;
}

.animationEffect dd ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #C5C0B0;
    display: none;
    left: -1px;
    padding: 1px;
    margin: 0 0 0 -2px;
    position: absolute;
    top: 0;
    width: 290px;
    list-style: none;
    z-index: 2;
    display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .animationEffect dd {
        top: -9px;
        display: inline-block;
    }
}

.animationEffect span.value {
    display: none;
}

.animationEffect dd ul li a {
    padding: 2px;
    display: block;
    white-space: nowrap;
    font-size: 11px;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    font-family: tahoma !important;
}

.animationEffect dd ul li a:hover {
    color: #FFFFFF;
}

moz-document url-prefix () {
    .animationTime dd {
        top: 23px;
        display: block;
    }

}

.widgetAUX {
    margin: 0px;
    padding: 10px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

moz-document url-prefix () {
    .widgetAUX dd {
        top: 23px;
        display: block;
    }

}

.widgetAUX dd,
.widgetAUX dt,
.widgetAUX ul {
    margin: 0px;
    padding: 0px;
}

.widgetAUX dd {
    position: relative;
    text-align: left;
}

.widgetAUX a,
.widgetAUX a:visited {
    color: #616161;
    text-decoration: none;
    outline: none;
}

.widgetAUX a:hover {
    color: #666;
}

.widgetAUX dt a,
.widgetAUX dt a:hover {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/arrow.gif?34086256c27bed1fde0b40cf58447f87) no-repeat scroll 97% center;
    display: block;
    padding: 3px;
    border: 1px solid #dedede;
    width: 90%;
    height: 20px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-align: left;
    color: #616161;
}

@media only screen and (max-width: 1440px) {

    .widgetAUX dt a,
    .widgetAUX dt a:hover {
        width: 96%;
    }
}

.widgetAUX dt a:hover {
    background: #f8f8f8 url(/vendor/rvsitebuilder/wysiwyg/images/arrow.gif?34086256c27bed1fde0b40cf58447f87) no-repeat scroll 97% center;
    color: #666;
}

.widgetAUX dt a span {
    cursor: pointer;
    display: block;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 13px;
}

.widgetAUX dd ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    color: #C5C0B0;
    display: none;
    padding: 0px;
    margin: -10px 0 0 0;
    position: absolute;
    width: 205px;
    top: 0;
    left: 0;
    list-style: none;
}

@-moz-document url-prefix () {
    dl .widgetAUX {
        margin: 0px;
        padding: 10px 0 10px 0;
    }

    .widgetAUX dd ul {
        margin: -5px 0 0 0px;
        top: 10px;
        left: 0;
    }

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .widgetAUX dd {
        top: -9px;
        display: inline-block;
    }
}

.widgetAUX span.value {
    display: none;
}

.widgetAUX dd ul li a {
    padding: 2px 5px;
    display: block;
    white-space: nowrap;
    font-size: 13px;
}

.widgetAUX dd ul li a:hover {
    background-color: #316AC5;
    color: #FFFFFF;
}

.mywidget {
    width: 220px;
    margin: 0;
    padding: 0;
}

#listwidget {
    font-size: 12px;
}

#mywidget button {
    font-size: 14px;
    border: 0;
    background: #fff;
}

#mywidget div.widgetItemPorp {
    padding: 7px 0 5px 0;
}

@-moz-document url-prefix () {
    #mywidget div.widgetItemPorp {
        padding: 0px 0 5px 0;

    }

}

#mywidget div.widgetItemPorp button,
#mywidget div.widgetItemPorp button:hover {
    border: 0;
    text-align: center;
}

#mywidget div.widgetItemPorp button:last-child {
    border-right: 0;
}

#mywidget div.widgetItemPorp button:hover {
    color: #666;
}

#mywidget .btn-widget {
    width: 16px;
    height: 15px;
    cursor: pointer;
    margin: 0px 5px;
}

#mywidget .btn-rename,
#mywidget .btn-rename:hover {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon-widget-rename.png?8890abba112beab666b5f8b8003b179f) no-repeat top;
}

#mywidget .btn-edit,
#mywidget .btn-edit:hover {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon-widget-edit.png?30c689f6d43a779eed6602393583ea1c) no-repeat top;
}

#mywidget .btn-remove,
#mywidget .btn-remove:hover {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon-widget-delete.png?8ae61b345a1a47cf508fd79dc6f23287) no-repeat top;
}

#sortWidget {
    text-align: center;
}

#sortWidget .left {
    float: left;
}

#sortWidget span.arrow-up,
#sortWidget span.arrow-down {
    display: block;
    width: 17px;
    height: 18px;
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon_down.png?54750c5863cedc1f976f39fa0db7539d) no-repeat left top;
    font-size: 14px;
}

#sortWidget span.arrow-down {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon_up.png?3dd8ef06928db32eb9663bf1e5030ac5) no-repeat left top;
}

#sortWidget button,
#sortWidget span {
    float: left;
}

#sortWidget .separate {
    font-size: 13px;
    color: #9f9f9f;
    margin: 0px;
}

#sortWidget .widgetmanage,
#sortWidget .widgetmanage:hover {
    float: right;
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon-properties-normal.png?fa7e9b3c59809b63fca919b699450d7a) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 3px 15px 10px 15px;
}

#sortWidget .widgetmanage:hover {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/icon-properties.png?e7bca828e9339410cd4e4d935978104a) no-repeat;
}

#sortWidget .left {
    float: left;
}

#sortWidget .right {
    float: right;
}

#sortWidget .menusortWidget {
    text-align: left;
    padding: 0;
    margin: 0;
}

#sortWidget .buttonWidget {
    float: left;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Tahoma, verdana;
}

#sortWidget .buttonWidget:hover {
    color: #799dc7;
    text-decoration: underline;
}

#sidebarTabsWidget .blockWidget,
#sidebarTabsWidget .blockWidget:hover {
    border: #dedede solid 1px;
    padding: 0;
    margin: 1px 17px 10px 3px;
    text-align: left;
    font-size: 13px;
    cursor: move;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


@media only screen and (min-width: 1680px) {

    .blockWidget,
    .blockWidget:hover {
        width: 205px !important;
    }
}

@media only screen and (max-width: 1580px) {

    .blockWidget,
    .blockWidget:hover {
        margin: 1px 17px 10px 3px;
        width: 155px !important;
    }
}

.blockWidget:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.blockWidget div.padd {
    padding: 5px;
}

.blockWidget .title {
    font-size: 12px;
    font-family: Arial, Tahoma, verdana;
    padding-top: 10px;
    display: block;
    text-align: left;
    overflow: hidden;
}

.blockWidget .widget-bg,
.blockWidget .widget-bg:hover {
    background: #c9c9c9;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blockWidget:hover .widget-bg {
    background: #787878;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.clearit {
    padding: 0;
    margin: 0;
    clear: both;
}

/*******************end uikit effect*************/
.AnimationRepeat {
    color: #616161;
    float: left;
    margin: 11px 5px 0 0;
    line-height: 15px;
}

.AnimationRepeat input[type=checkbox] {
    border: 1px solid #cdcdcd;
    vertical-align: bottom;
}

.animationEffect ul {
    display: block;
    width: 290px;
    padding: 2px;
    z-index: 2;
}

.animationEffect .uk-animation-hover {
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    width: 88px !important;
    margin: 2px;
    display: block;
    float: left;
}

.animationEffect .uk-animation-hover:hover {
    border: 2px solid #cdcdcd;
}

.uk-panel-box {
    display: block;
    width: 100% !important;
    padding: 10px 0;
    text-align: center;
    float: left;
    background: transparent;
}

.uk-panel-box a,
.uk-panel-box a:hover {
    font-size: 8px !important;
    color: #888 !important;
}

.uk-panel-box a:hover {
    color: #666 !important;
}

.colorpickerToolP,
.colorpickerToolSub {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    top: 56px;
    left: 0;
}

/* End Block Properties */
.rvSWDhelper {
    box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
}

.dropHere {
    font-size: 12px;
    color: #676565;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}

.mg {
    margin: 0;
}

.uk-form .mg {
    margin: 0;
    width: 100%;
}

#editable_area_content .mgActive,
/*content*/
#editable_area_content1 .mgActive,
/*sidebar left*/
#editable_area_content2 .mgActive

/*sidebar right*/
    {
    position: relative;
}

#selected_topmenu .bgTopmenu.mgActive,
#selected_footer .mgActive {
    position: relative;
}

#selected_footer .mgActive .navMenuAll {
    margin-top: -1px;
}

#selected_footer .mgActive {
    box-shadow: 0px 0px 0px 2px #32b0eb;
    /* support FF */
}

.mgActive,
.mgActiveSelector {
    box-shadow: inset 0px 0px 0px 2px #32b0eb;
    /* support FF */
}

/* Start CSS Dialog MasterPage */
#masterLayoutDialog {
    background-color: #fff;
    padding: 20px;
}

.listmaster-line {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    float: left;
    padding: 10px 5px;
    font-size: 12px;
    color: #606060;
}

.listmaster-line:hover {
    background-color: #dadada;
}

.ui-dialog-titlebar {
    background: #fff;
    color: #373737;
    font-size: 15px !important;
    border-bottom: 1px solid #ddd !important;
}

.ui-state-default.ui-dialog-titlebar-close {
    background:
        url(/vendor/rvsitebuilder/wysiwyg/images/icon_close_dialog.png?fb4916f0fea5841ab197901bd134ec8e) no-repeat !important;
    border: 0 !important;
    margin: -5px;
}

.ui-state-default .ui-icon,
.ui-widget-header .ui-icon,
.ui-widget-content .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: none !important;
}

/* End CSS Dialog MasterPage */
.rvwysEffectCenter {
    width: 80px;
    height: 27px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.handledProp {
    display: none;
}

.handledMove,
.handledRemove,
.handledClone,
.handledrowParallax,
.handledProp,
.handledEffectSlide,
.handledaddSlide,
.handledMove:hover,
.handledRemove:hover,
.handledClone:hover,
.handledrowParallax:hover,
.handledProp:hover,
.rv-Resetbanner,
.rv-Resetbanner:hover,
.rv-Switchbanner,
.rv-Switchbanner:hover,
.SlideProperty .uk-icon-plus,
.SlideProperty .uk-icon-magic {
    padding: 5px 2px;
    cursor: pointer;
    z-index: 1;
}

.handledMove:hover,
.handledRemove:hover,
.handledClone:hover,
.handledrowParallax:hover,
.handledProp:hover,
.handledEffectSlide:hover,
.handledaddSlide:hover,
.rv-Resetbanner:hover,
.SlideProperty .uk-icon-plus:hover,
.SlideProperty .uk-icon-magic:hover {
    opacity: 0.6;
}

.handledMove span,
.handledRemove span,
.handledClone span,
.handledProp span,
.handledrowParallax span,
.icon-rvreset span,
.icon-rvswitch span {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon-blockproperties.svg?ef3b1fcb4749492f15b7bde0b8fbe2a4);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 3px;
}

.handledRemove span {
    background-position: 0 -30px;
}

.handledClone span {
    background-position: 0 -60px;
}

.handledrowParallax,
.handledrowParallax:hover {
    padding-bottom: 0px;
}

.handledrowParallax span {
    background-position: 0 -210px;
    width: 16px;
    height: 18px;
    display: inline-block;
}

.handledProp span {
    background-position: 0 -48px;
}

.icon-rvreset span {
    background-position: 0 -330px;
    margin-left: 1px;
}

.icon-rvswitch span {
    background-position: 0 -360px;
    margin-bottom: 3px;
}

#selected_headerbanner .handledrowParallax,
#selected_headerbanner .handledrowResetbanner,
#selected_headerbanner .handledrowSwitchbanner {
    padding: 3px 3px 3px 3px;
}

#selected_headerbanner .handledrowParallax {
    margin-top: 15px;
}

#selected_headerbanner .handledrowParallax span {
    width: 16px;
    height: 16px;
    display: block;
}

.overlap #selected_headerbanner .handledrowParallax {
    margin-top: 3px;
}

.rv-Resetbanner,
.rv-Resetbanner:hover {
    font-size: 18px;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: -5px;
}

.blockMove,
.blockClone,
.blockParallax,
.blockDelete,
.blockAnimetion,
.icon-view,
.icon-envelope-o {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon-blockproperties.svg?ef3b1fcb4749492f15b7bde0b8fbe2a4);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
}

.icon-view,
.icon-envelope-o {
    height: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}

.blockMove:hover,
.blockClone:hover,
.blockParallax:hover,
.blockDelete:hover,
.blockAnimetion:hover,
.icon-view:hover,
.icon-envelope-o:hover,
.icon-rvreset:hover,
.icon-rvswitch:hover {
    opacity: 0.7;
}

.blockDelete {
    background-position: 0 -30px;
    margin-top: 3px;
}

.blockClone {
    background-position: 0 -60px;
}

.blockParallax {
    background-position: 0 -210px;
}

.blockAnimetion {
    background-position: 0 -240px;
}

.icon-view {
    background-position: 0 -270px;
}

.icon-envelope-o {
    background-position: 0 -300px;
}

#sidebarTabsDesign,
#sidebarTabsSidebar {
    padding: 5px 0 12px 0;
}

#sidebar-tabs {
    border-radius: 0;
}

#sidebar-tabs ul.tabs-bg {
    border-radius: 0;
    border: 0;
    background: #7d7d7d;
}

#sidebar-tabs ul.tabs-bg li {
    border: 0;
    color: #7a7a7a;
}

nav.uk-navbar {
    /** Navigation Over Body  **/
    z-index: 2;
}

.rvdisable {
    color: #bfbfbf !important;
}

.hvr-glow .thIcon {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    border: 1px solid #dedede;
    margin: 0 0 8px 3px;
}

.hvr-glow:hover .thIcon,
.hvr-glow:focus .thIcon,
.hvr-glow:active .thIcon {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    border: 1px solid #dedede;
    cursor: move;
}

div#footerTemplate {
    margin: 0px 0;
}

.txtSidebar {
    font-size: 10px;
}

/* Start Widget */

.widgetForm {
    margin: 10px auto;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.widgetForm * {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* End Widget */
.navMenuAll {
    display: none;
}

/*widget albuum*/
ul.margin-Slidenav {
    margin-top: -15px;
}

/* Start Tooltip */
button.tooltip {
    position: relative;
    display: inline;
    float: left;
}

button.tooltip span {
    position: absolute;
    left: 50%;
    min-width: 70px;
    padding: 5px;
    margin-left: -42px;
    background: #000;
    color: #fff;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

button.tooltip span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

button:hover .tooltip span {
    visibility: visible;
    opacity: 0.8;
    bottom: 25px;
    z-index: 999;
}

.uk-grid-margin {
    margin-top: 20px;
}

hr.clearhr {
    border: 0;
    height: auto;
    margin-bottom: 0;
}

.mg .uk-container.uk-container-center .rvsb_design_block .navMenu-blockMainSetting,
.mg .uk-container.uk-container-center .rvsb_design_block .widgetformProperties,
.mg .uk-container.uk-container-center .rvsb_design_block .widgetalbumProperties,
.mg .uk-container.uk-container-center .rvsb_design_block .widgetFBMenuBar,
.mg .uk-container.uk-container-center .rvsb_design_block .widgetFBMenuBar,
.mg .uk-container.uk-container-center .rvsb_design_block .widgetGoogleProperties {
    position: absolute;
    margin-top: -10px;
    /* support FF */
    margin-right: -22px;
    z-index: 2;
    display: none;
    border-radius: 2px;
    right: 0;
    background: #37aee6;
}

.mg .uk-container.uk-container-center.rv-block-full .rvsb_design_block .navMenu-blockMainSetting,
.mg .uk-container.uk-container-center.rv-block-full .rvsb_design_block .widgetformProperties,
.mg .uk-container.uk-container-center.rv-block-full .rvsb_design_block .widgetalbumProperties,
.mg .uk-container.uk-container-center.rv-block-full .rvsb_design_block .widgetFBMenuBar,
.mg .uk-container.uk-container-center.rv-block-full .rvsb_design_block .widgetGoogleProperties {
    margin-right: 0;
    right: 0;
    border-bottom-left-radius: 4px;
    background: #37aee6;
}

@media only screen and (max-width: 1366px) {

    .mg .uk-container.uk-container-center .rvsb_design_block .navMenu-blockMainSetting,
    .mg .uk-container.uk-container-center .rvsb_design_block .widgetformProperties,
    .mg .uk-container.uk-container-center .rvsb_design_block .widgetalbumProperties,
    .mg .uk-container.uk-container-center .rvsb_design_block .widgetFBMenuBar,
    .mg .uk-container.uk-container-center .rvsb_design_block .widgetFBMenuBar,
    .mg .uk-container.uk-container-center .rvsb_design_block .widgetGoogleProperties {
        margin-left: 0px;
        right: 0;
        background: #37aee6;
    }
}

/* End Tooltip */
.RVWYSIWYGAREA {
    min-height: 20px;
}

.placeholderDragDrop {
    height: 60px;
}

.helperholderDragDrop {
    background-color: #000000;
    height: 60px;
    opacity: 0.5;
}

.ui-selectable {
    z-index: 10;
    position: relative;
}

.overlaytable {
    background-color: black;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
}

hr.uk-icon-medium {
    border: 0;
}

font.borderColor {
    border: 1px dotted #a1a1a1;
}

/************** Icon Left Menu Widget ***************/
#menu ul li a.leftMenu span.icon-block,
.icon-block {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon-block.png?eafb84edcc350e21c50a21620caa26a9) !important;
    width: 30px;
    height: 23px;
    display: inline-block;
    margin: 3px auto 0 auto;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

#menu ul li a.leftMenu span.icon-widget,
.icon-widget {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon-widget.png?5253941fabfeb9cbb6d97875dfc91041) !important;
    width: 30px;
    height: 23px;
    display: block;
    margin: 0 auto 5px auto;
}

.editable_area:empty:not (:focus):before {
    content: url(/vendor/rvsitebuilder/wysiwyg/images/icon-drophere.png?0437ab447ff8fa86161bf64e9c30172f);
    display: block;
    text-align: center;
    padding-top: 33px;
}

.rv-icon-design {
    font-size: 18px !important;
    line-height: 31px !important;
    padding-left: 6px !important;
}

.rv-icon-bg {
    background-color: #09b7be !important;
}

.rv-email-icon-bg {
    background-color: #02aede !important;
}

.uk-icon-plus.rv-icon-design {
    padding-left: 8px !important;
}

/************** Left/Right menu *****************/

.bar-left {
    z-index: 999 !important;

}

#menu ul,
#menu li,
#menu nav {
    padding: 0;
    margin: 0;
}

#menu {
    position: relative;
    z-index: 2;
    height: 100%;
}

.parent-menu {
    width: 50px;
    float: left;
    background-color: rgba(0, 0, 0, 0);
    height: 100px;
    z-index: 2;
}

#menu ul {
    list-style-type: none;
}

#menu ul li a.leftMenu {
    color: #fff;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
}

#menu ul li:hover a.leftMenu {
    width: 90px;
    transition: 0.4s;
}

#menu ul li a.leftMenu .text-menu,
#menu ul li:hover a.leftMenu .text-menu {
    display: none;
    transition: 1s;
    position: relative;
}

#menu ul li:hover a.leftMenu .text-menu {
    display: inline-block;
}

#menu ul li a.leftMenu span {
    margin-bottom: 5px;
}

#menu ul li a.leftMenu-hover {
    background-color: #3e4652;
    border-radius: 5px 0 0 5px;
    color: #fff;
    width: 100px;
    height: 40px;
    margin-top: 20px;
    border-radius: 200px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#menu ul li:hover ul.first-submenu {
    list-style-type: none;
    box-shadow: -4px 1px 4px 0 rgba(0, 0, 0, .25);
    display: block;
}

#menu ul li a.leftMenuDesign {
    padding: 5px 5px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #0071bd;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    white-space: nowrap;
}

#menu ul li:hover a.leftMenuDesign {
    transition: 0.4s;
}

#menu ul li a.leftMenuDesign .text-menu,
#menu ul li a.leftMenuDesign .text-menu-title,
#menu ul li:hover a.leftMenuDesign .text-menu {
    display: none;
    position: relative;
    top: -2px;
    left: 8px;
}

#menu ul li:hover a.leftMenuDesign .text-menu-title,
#menu ul li:hover a.leftMenuDesign .text-menu {
    display: inline-block;
}

#menu ul li a.leftMenuDesign span {
    margin-bottom: 5px;
}

#menu ul li:hover a.leftMenuDesign {
    width: 115px;
    transition: 0.4s;
}

#menu ul li a.leftMenuDesign .submenu-header,
#menu ul li:hover a.leftMenuDesign .submenu-header {
    background: #0071bd !important;
    padding: 15px 10px 5px 3px;
    border-top-left-radius: 1px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 35px;
    margin-top: -46px;
    min-width: 100px;
    height: 0px;
    transition: 0.4s;
    display: none !important;
}

#menu ul li:hover a.leftMenuDesign .submenu-header {
    min-height: 70px;
    transition: 0.4s;
}

#menu ul li:hover a.leftMenuDesign .submenu-header .padl {
    padding-left: 10px;
}

#menu ul li:hover a.leftMenuDesign .submenu-header,
#menu ul li:hover a.leftMenuDesign .submenu-header span {
    display: block !important;
}

#menu ul li:hover a.leftMenuDesign .submenu-header .text-menu-title {
    color: #fff;
    cursor: default;
    margin-right: 10px;
    border-bottom: #ffffff solid 0px;
}

#menu ul li:hover a.leftMenuDesign .submenu-header .text-menu:hover {
    color: #cccccc;
}

#menu .rv-widget-form h3 {
    color: #666;
}

/* Start Check Media Query category section  */
#menu .width-first {
    top: 0px;
    min-height: 550px;
    position: fixed;
    height: 100%;
    width: 300px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    height: calc(100% - 0px);
    background: #fff;
}

#menu .width-second {
    float: left;
    width: 230px;
    left: 10px;
}

#menu .width-third {
    width: 222px;
}

@media (max-width : 1441px) {
    #menu .width-first {
        min-height: 550px;
        position: fixed;
        height: 100%;
        width: 250px;
        padding-left: 10px;
        height: calc(100% - 0px);
    }

    #menu .width-second {
        float: left;
        width: 180px;
        left: 10px;
    }

    #menu .width-third {
        width: 155px;
    }
}

/* End Check Media Query category section  */
.tabs-ui-title {
    font-size: 18px;
    padding: 7px 5px;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
}

.tabs-ui-content {
    position: relative;
    overflow-x: hidden;
    min-height: 300px;
    height: 98%;
    top: 0px;
    bottom: 50px;
}

.menuLeftOver,
.menuLeftOut {
    position: absolute;
    background-color: #fff;
    top: 0;
    min-width: 230px;
    z-index: 10;
    height: 100%;
    transition: left 400ms ease-in;
    left: 0px;
    display: block;
    box-shadow: 0px 4px 3px #cccccc;
    -webkit-box-shadow: 0px 4px 3px #cccccc;
    -ms-box-shadow: 0px 4px 3pxx #cccccc;
    border-right: #e1e1e1 solid 1px;
    padding: 5px 2px 10px 2px;
    color: #666;
}

.menuLeftOut {
    left: -320px;
    transition: left 400ms ease-in;
}

#sidebarTabsWidget .containerWidget {
    display: none;
}

/************** end right menu *****************/
/************** cropper.css ************************/
/*!
 * Cropper v3.0.0-rc.1
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-04-30T03:10:34.736Z
 */
.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    touch-action: none
}

.cropper-container img {
    /* Avoid margin top issue (Occur only when margin-top <= -height) */
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-wrap-box {
    overflow: hidden;
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
}

.cropper-modal {
    opacity: .5;
    background-color: #000;
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 0px;
    border-bottom-width: 0px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 0px;
    border-left-width: 0px
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75
}

.cropper-center:before,
.cropper-center:after {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px
}

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1
}

@media (min-width : 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width : 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width : 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75
    }
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #39f
}

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image:
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.cropper-hidden {
    visibility: hidden;
    display: block !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}

/************** end cropper.css ************************/
/**** rvsitebuilder override cropper.*/
.cropper-container {
    display: none;
}

.overlaypanel,
.overlaypanels,
.overlaypanelfullimage {
    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;
}

.overlaypanel p,
.overlaypanels 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%)
}

.overlaypanel .loading,
.overlaypanels .loading,
.overlaypanelfullimage .loading {
    margin: 0 auto;
    color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000000;
    transform: translate(-50%, -50%)
}

.cropper-container {
    z-index: 10000000;
}

.msgupload-image {
    color: #FFF;
}

.overlay-image {
    position: absolute;
    background: black;
    opacity: .5;
}

.image-editor-tool {
    position: absolute;
    display: none;
    z-index: 9000;
}

.imageBlock .rvCurrentImage {
    border: 1px solid #37aee6;
    box-shadow: inset 0px 0px 0px 1px solid #37aee6;
}

iframe.fb_ltr {
    width: 100% !important;
    height:
}

/******** image manager uikit **************/

.rvsb_design_block ::-moz-selection {
    background: rgba(0, 0, 0, 0.4) !important;
}

.rvsb_design_block ::selection {
    background: rgba(0, 0, 0, 0.4) !important;
}

.ui-image-editor-content .icon-style,
.ui-image-editor-content .icon-style:hover {
    color: #fff;
    font-size: 22px;
    margin: 3px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}

.ui-image-editor-content .icon-style:hover {
    background: rgba(0, 0, 0, 0.6);
}

.cropper-container label {
    font-size: 13px;
    color: #FFF;
    font-family: Arial, Verdana, sans-serif;
}

.cropper-container button,
.cropper-container button:hover,
.box-override {
    background: #2f87f3;
    color: #fff;
    border: rgba(255, 255, 255, 0.5) outset 0px;
    margin: 0;
    cursor: pointer;
}

.cropper-container button:hover {
    background: #1c72dc;
}

.cropper-container button.img-cancel {
    margin-left: 0px;
}

.cropper-container button.img-cancel,
.cropper-container button.img-done,
.cropper-container button.img-info,
.cropper-container .box-override {
    height: 28px;
    padding-top: 4px;
}

.cropper-container .uk-icon-arrows-h {
    height: 31px;
    padding-top: 3px;
}

.cropper-container .box-override {
    display: inline-block;
    width: auto;
    height: 21px;
    padding: 7px 10px 0px 3px;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 10px;
}

.cropper-container .box-override input {
    vertical-align: middle;
}

.cropper-container .cropper-icon-image-editor {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: left;
    margin-top: -31px;
    max-width: 580px;
    position: absolute;
    background: #656565;
    border: #656565 solid 1px;
    height: 28px;
}

.cropper-container .cropper-icon-image-editor .icon-style {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    width: 14px;
    height: 18px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@-moz-document url-prefix () {
    .cropper-container .cropper-icon-image-editor {
        height: 30px;

    }

    .cropper-container button.img-cancel,
    .cropper-container button.img-done,
    .cropper-container .box-override {
        height: 30px;
        font-family: Arial, Verdana, sans-serit;
        font-size: 13px;
    }

    .cropper-container .box-override {
        height: 22px;
        padding: 8px 10px 0px 3px;
    }

    .cropper-container .cropper-icon-image-editor {
        margin-top: -33px;
    }

    .cropper-container button.img-info {
        height: 30px;
        padding-top: 2px;
        margin-top: 0;
    }

    .cropper-container .cropper-icon-image-editor .icon-style {
        height: 20px;
        padding-top: 6px;
    }

}

/*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 !important;
    overflow: visible !important;
}

/*end remove css crop image*/
.rv-text-center .cropper-container {
    margin: 0 auto;
}

.rv-text-right .cropper-container {
    margin: 0 0 0 auto;
}

.rv-text-left .cropper-container {
    margin: 0;
}

/********Start InlineHelp *********/
.inlinehelp,
.inlinehelp span,
.inlinehelpOver,
.inlinehelpOver span {
    color: #666;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

.inlinehelp {
    z-index: 24;
    position: relative;
}

.inlinehelp span,
.inlinehelpOver span {
    display: none;
    z-index: 24;
    left: 0px;
    top: 0px;
    padding: 5px;
    width: 410px;
    position: absolute;
    background-color: #fff;
    color: #2f87f3;
    text-align: left;
    padding: 15px 10px;
    font-size: 13px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.inlinehelpOver {
    z-index: 100;
    position: relative;
}

.inlinehelp i.uk-icon-close,
.inlinehelpOver i.uk-icon-close {
    display: none;
    float: right;
    position: inherit;
    color: #2f87f3;
    font-size: 13px;
    width: 12px;
    height: 13px;
    top: 0px;
    right: 0px;
    z-index: 25;
    padding-left: 2px;
    opacity: 0.8;
    margin: 0;
}

.inlinehelpOver span,
.inlinehelpOver i.uk-icon-close {
    display: block;
}

@-moz-document url-prefix () {
    .inlinehelp span {
        top: -55px;
        width: 440px;
    }

}

.blockTools {
    position: absolute;
    background: #2a2e31;
    padding: 2px 0 2px 5px;
    color: #FFF;
    top: 0;
    right: 0px;
    min-width: 45px;
    border-bottom-left-radius: 4px;
    z-index: 10;
}

.uk-form .rv-form-panel {
    outline: rgba(0, 0, 0, 0.4) dotted 1px;
}

.uk-form .blockTools {
    top: -25px;
}

.thankFrom .blockMove,
.thankFrom .blockClone,
.thankFrom .blockDelete {
    display: none;
}

/* Icon blockTools screen max width 1366 */

/******** Line hover grid (Column) *********/
.rvsb_design_block .RVWYSIWYGAREA:hover {
    box-shadow: 0px 0px 0px 1px #55d44c;
}

/******** None Line hover rv-b-grid *********/
.rvsb_design_block .rv-b-grid .RVWYSIWYGAREA:hover {
    box-shadow: 0px 0px 0px 0px #55d44c;
}

/******** Line hover grid inside grid *********/
.rvsb_design_block .uk-grid>.uk-grid .RVWYSIWYGAREA:hover {
    box-shadow: 0px 0px 0px 0px #f9cd11 !important;
}

/******** End InlineHelp *********/
.rvsb_design_block img::before {
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
    position: absolute;
    center: 0;
    content: " ";
    font-size: 16px;
    height: inherit;
    width: inherit;
    min-width: 20px;
    min-height: 16px;
    vertical-align: middle;
    text-align: center;
    background: transparent url(/vendor/rvsitebuilder/wysiwyg/images/noimage.jpg?d9d81bf8b8c34317d9823b94d7322a18) left top no-repeat;
    background-size: contain;
    display: flow-root;
}


/******* H Tag Icon Group Block *********/
.RVWYSIWYGAREA h1,
.RVWYSIWYGAREA h2,
.RVWYSIWYGAREA h3,
.RVWYSIWYGAREA h4,
.RVWYSIWYGAREA h5,
.RVWYSIWYGAREA h6 {
    margin-top: 0px !important;
}

.RVWYSIWYGAREA *+h1,
.RVWYSIWYGAREA *+h2,
.RVWYSIWYGAREA *+h3,
.RVWYSIWYGAREA *+h4,
.RVWYSIWYGAREA *+h5,
.RVWYSIWYGAREA *+h6 {
    padding-top: 25px !important;
}

/* 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%;
}

.uk-overflow-container {
    overflow-y: hidden !important;
}

.section-filter {
    margin-bottom: 10px;
}

.section-filter .uk-icon-filter {
    color: #555;
}

.section-filter a:link,
.section-filter a:visited,
.section-filter a:hover,
.section-filter a:active {
    color: #555;
    text-decoration: none;
    padding: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.section-filter a:hover,
.section-filter a:active {
    color: #666;
}

.category-section-name {
    width: 60px;
    float: left;
    height: 100%;
    top: 0;
    padding-top: 17px;
    padding-right: 5px;
    margin-top: -10px;
    margin-left: -5px;
    border-right: #dddddd solid 1px;
}

.section-name {
    font-size: 11px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1px;
    padding: 3px 0 10px 0;
}

.section-name:hover {
    color: #0170b8;
}

.active-section-name,
.active-section-name:hover {
    background: #fff;
    color: #0170b8;
    border-radius: 3px;
    padding: 3px 0 7px 0;
}

@media only screen and (min-width: 1600px) {
    .section-name {
        padding: 3px 0 10px 0;
        margin-bottom: 0px;
    }

    .active-section-name,
    .active-section-name:hover {
        padding: 3px 0 10px 0;
    }
}

@media only screen and (max-width: 1598px) {
    .section-name {
        padding: 0px 0 10px 0;
        margin-bottom: 0px;
    }

    .active-section-name,
    .active-section-name:hover {
        padding: 0px 0 10px 0;
    }
}

.section-icon {
    text-decoration: none;
    margin: 0 auto 0px auto;
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/section-icon.svg?b527d2636f66abbd836f807116147929);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    border: 0px;
    cursor: pointer;
    display: block;
}

.icon-grid {
    background-position: 0px -0px;
}

.section-name:hover .icon-grid,
.active-section-name .icon-grid {
    background-position: -30px -0px;
}

.icon-panel {
    background-position: 0px -30px;
    margin-right: 12px;
}

.section-name:hover .icon-panel,
.active-section-name .icon-panel {
    background-position: -30px -30px;
    margin-right: 12px;
}

.icon-list {
    background-position: 0px -60px;
    margin-right: 14px;
}

.section-name:hover .icon-list,
.active-section-name .icon-list {
    background-position: -30px -60px;
    margin-right: 14px;
}

.icon-table {
    background-position: 0px -90px;
}

.section-name:hover .icon-table,
.active-section-name .icon-table {
    background-position: -30px -90px;
}

.icon-contact {
    background-position: 0px -120px;
}

.section-name:hover .icon-contact,
.active-section-name .icon-contact {
    background-position: -30px -120px;
}

.icon-vdo {
    background-position: 0px -150px;
}

.section-name:hover .icon-vdo,
.active-section-name .icon-vdo {
    background-position: -30px -150px;
}

.icon-background {
    background-position: 0px -180px;
}

.section-name:hover .icon-background,
.active-section-name .icon-background {
    background-position: -30px -180px;
}

.icon-map {
    background-position: 0px -210px;
}

.section-name:hover .icon-map,
.active-section-name .icon-map {
    background-position: -30px -210px;
}

.icon-social {
    background-position: 0px -240px;
}

.section-name:hover .icon-social,
.active-section-name .icon-social {
    background-position: -30px -240px;
}

.icon-team {
    background-position: 0px -266px;
}

.section-name:hover .icon-team,
.active-section-name .icon-team {
    background-position: -30px -266px;
}

.icon-pricing {
    background-position: 0px -300px;
    margin-right: 11px;
}

.section-name:hover .icon-pricing,
.active-section-name .icon-pricing {
    background-position: -30px -300px;
    margin-right: 11px;
}

.icon-fullblock {
    background-position: 0px -330px;
}

.section-name:hover .icon-fullblock,
.active-section-name .icon-fullblock {
    background-position: -30px -330px;
}

.icon-form {
    background-position: 0px -360px;
}

.section-name:hover .icon-form,
.active-section-name .icon-form {
    background-position: -30px -360px;
}

.icon-album {
    background-position: 0px -390px;
}

.section-name:hover .icon-album,
.active-section-name .icon-album {
    background-position: -30px -390px;
}

.icon-fb-fanpage {
    background-position: 0px -420px;
}

.icon-fb-comment {
    background-position: 0px -450px;
}

.icon-fb-like {
    background-position: 0px -480px;
}

.icon-systempage {
    background-position: 0px -510px;
    width: 28px;
    height: 23px;
}

.section-name:hover .icon-widget-section,
.active-section-name .icon-widget-section {
    background-position: -30px -510px;
    width: 28px;
    height: 23px;
}

.icon-share {
    background-position: 0px -540px;
}

.icon-share:hover {
    background-position: -30px -540px;
}

.icon-page {
    background-position: 0px -570px;
    height: 23px;
}

.icon-page:hover {
    background-position: -30px -570px;
    height: 23px;
}

.icon-font {
    background-position: 0px -600px;
}

.icon-blog {
    background-position: 0px -630px;
}

.section-name:hover .icon-blog,
.active-section-name .icon-blog {
    background-position: -30px -630px;
}

.icon-field {
    background-position: 0px -750px;
}

.section-name:hover .icon-field,
.active-section-name .icon-field {
    background-position: -30px -750px;
}

.rv-icon-size {
    display: block;
    font-size: 24px;
}

/* Icon Email Leftbar */
.email-icon {
    text-decoration: none;
    margin: 6px 0px 0px 4px;
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/email-icon.svg?81a4f0f48604df57967d65a9b1579f65);
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.icon-emailtemplate {
    background-position: 0px -0px;
}

.icon-emailbackground {
    background-position: 0px -30px;
}

.icon-emailheader {
    background-position: 0px -60px;
}

.icon-emailfooter {
    background-position: 0px -90px;
}

/*bodytemplate mode view*/

/* Tablet 1024 X 768  Landscape */
.bodyTemplate1024 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    transition: 0.4s;
}

/* Whole */
.bodyTemplate1024 .uk-width-large-1-1 {
    width: 100%;
}

/* Halves */
.bodyTemplate1024 .uk-width-large-1-2,
.bodyTemplate1024 .uk-width-large-2-4,
.bodyTemplate1024 .uk-width-large-3-6,
.bodyTemplate1024 s.uk-width-large-5-10 {
    width: 50%;
}

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

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

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

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

.bodyTemplate1024 .uk-width-large-1-5 {
    width: 20%;
}

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

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

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

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

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

/* Tablet 768 X 1024 Portrait */
.bodyTemplate768 {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    transition: 0.4s;
}

.bodyTemplate768 .uk-width-large-1-2,
.bodyTemplate768 .uk-width-large-1-3,
.bodyTemplate768 .uk-width-large-1-4 {
    width: 100%;
}

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

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

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

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

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

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

.bodyTemplate768 .uk-width-medium-1-5 {
    width: 20%;
}

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

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

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

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

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

/* iPhone 6 Plus 736 X 414 Landscape */
.bodyTemplate736 {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    transition: 0.4s;
}

.bodyTemplate736 .uk-width-large-1-2,
.bodyTemplate736 .uk-width-large-1-3,
.bodyTemplate736 .uk-width-large-1-4 {
    width: 100%;
}

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

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

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

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

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

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

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

.bodyTemplate736 .uk-width-small-1-5 {
    width: 20%;
}

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

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

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

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

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

/* iPhone 6 Plus 414 X 736 Portrait */
.bodyTemplate480 {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    transition: 0.4s;
}

.bodyTemplate480 .uk-width-large-1-2,
.bodyTemplate480 .uk-width-large-1-3,
.bodyTemplate480 .uk-width-large-1-4 {
    width: 100%;
}

.bodyTemplate480 .uk-width-medium-1-2,
.bodyTemplate480 .uk-width-medium-1-2,
.bodyTemplate480 .uk-width-medium-1-3,
.bodyTemplate480 .uk-width-medium-1-4,
.bodyTemplate480 .uk-width-medium-1-5,
.bodyTemplate480 .uk-width-medium-1-6,
.bodyTemplate480 .uk-width-medium-2-3,
.bodyTemplate480 .uk-width-medium-2-4,
.bodyTemplate480 .uk-width-medium-2-5,
.bodyTemplate480 .uk-width-medium-2-6,
.bodyTemplate480 .uk-width-medium-3-4,
.bodyTemplate480 .uk-width-medium-3-5,
.bodyTemplate480 .uk-width-medium-3-6,
.bodyTemplate480 .uk-width-medium-4-5,
.bodyTemplate480 .uk-width-medium-4-6,
.bodyTemplate480 .uk-width-medium-5-6,
.bodyTemplate480 .uk-width-small-1-1,
.bodyTemplate480 .uk-width-small-1-2,
.bodyTemplate480 .uk-width-small-1-3,
.bodyTemplate480 .uk-width-small-1-4,
.bodyTemplate480 .uk-width-small-1-5,
.bodyTemplate480 .uk-width-small-1-6,
.bodyTemplate480 .uk-width-small-2-3,
.bodyTemplate480 .uk-width-small-2-4,
.bodyTemplate480 .uk-width-small-2-5,
.bodyTemplate480 .uk-width-small-2-6,
.bodyTemplate480 .uk-width-small-3-4,
.bodyTemplate480 .uk-width-small-3-5,
.bodyTemplate480 .uk-width-small-3-6,
.bodyTemplate480 .uk-width-small-4-5,
.bodyTemplate480 .uk-width-small-4-6,
.bodyTemplate480 .uk-width-small-5-6 {
    width: 100%;
}

/* 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,
.bodyTemplate768 .sidebar-left,
.bodyTemplate768 .sidebar-right,
.bodyTemplate768 .sidebar-center {
    width: 100%;
    display: block;
}

/* Form Display Porprait Mode*/
.bodyTemplate480 .sidebar-center .uk-form input[type=text] {
    display: block;
    margin-bottom: 2px;
}

.bodyTemplate480 .sidebar-center .uk-form-controls {
    width: 100%;
    display: block;
    margin-left: 0;
}

.bodyTemplate480 .sidebar-center form.uk-form-label-right .uk-form-label,
.bodyTemplate480 .sidebar-center form.uk-form .uk-form-label {
    text-align: left !important;
    width: 100%;
    display: block;
}

/* Form Display Porprait Mode with Sidebar*/
.bodyTemplate1024 .uk-width-large-2-4 .uk-form input[type=text],
.bodyTemplate1024 .uk-width-large-2-4 .uk-form input[type=submit],
.bodyTemplate1024 .uk-width-large-2-4 .uk-form input[type=reset] {
    margin-bottom: 2px;
}

.bodyTemplate1024 .uk-width-large-2-4 .uk-form-controls {
    width: 100%;
    display: block;
    margin-left: 0;
}

.bodyTemplate1024 .uk-width-large-2-4 form.uk-form-label-right .uk-form-label,
.bodyTemplate1024 .uk-width-large-2-4 form.uk-form .uk-form-label {
    text-align: left !important;
    width: 100%;
    display: block;
}

.bodyTemplate1024 .uk-width-large-2-4 .rv-form-design4 {
    width: 100%;
}

.bodyTemplate768 .rv-form-design4,
.bodyTemplate736 .rv-form-design4,
.bodyTemplate480 .rv-form-design4 {
    width: 100%;
}

.bodyTemplate768 .uk-form textarea,
.bodyTemplate768 .uk-form input:not ([type]),
.bodyTemplate768 .uk-form input[type="text"],
.bodyTemplate768 .uk-form input[type="password"],
.bodyTemplate768 .uk-form input[type="email"],
.bodyTemplate768 .uk-form input[type="url"],
.bodyTemplate768 .uk-form input[type="search"],
.bodyTemplate768 .uk-form input[type="tel"],
.bodyTemplate768 .uk-form input[type="number"],
.bodyTemplate768 .uk-form input[type="datetime"] {
    margin-left: 0 !important;
    text-align: left !important;
}

.bodyTemplate768 form.uk-form .uk-form-label,
.bodyTemplate768 form.uk-form .uk-form-controls {
    width: 100%;
    margin-left: 0 !important;
    text-align: left !important;
}

.bodyTemplate736 .uk-form textarea,
.bodyTemplate736 .uk-form input:not ([type]),
.bodyTemplate736 .uk-form input[type="text"],
.bodyTemplate736 .uk-form input[type="password"],
.bodyTemplate736 .uk-form input[type="email"],
.bodyTemplate736 .uk-form input[type="url"],
.bodyTemplate736 .uk-form input[type="search"],
.bodyTemplate736 .uk-form input[type="tel"],
.bodyTemplate736 .uk-form input[type="number"],
.bodyTemplate736 .uk-form input[type="datetime"] {
    margin-left: 0 !important;
    text-align: left !important;
}

.bodyTemplate736 form.uk-form .uk-form-label,
.bodyTemplate736 form.uk-form .uk-form-controls {
    width: 100%;
    margin-left: 0 !important;
    text-align: left !important;
}

.bodyTemplate480 .uk-text-center-small {
    text-align: center !important;
}

.bodyTemplate480 .uk-text-left-small {
    text-align: left !important;
}

/*end bodytemplate mode view*/

/* Navbar */
.navul {
    min-height: 20px;
    border: 1px dotted;
}

.icon-red {
    color: red;
    top: -10px;
    margin-left: -5px;
    border-bottom: none;
}

.uk-dropdown .icon-red {
    color: red;
    transform: rotate(-90deg)
}

/*  Button Design */
#menu-head {
    position: absolute;
    left: 50%;
    text-align: center;
    transition: opacity .35s ease;
}

.Navsetting {
    position: absolute;
    left: 50%;
    z-index: 99;
    text-align: center;
    transition: opacity .35s ease;
    margin-top: -21px;
}

.dropdownop {
    opacity: 0.9;
    min-height: 20px;
    margin-top: -20px;
}

.dropdownUILv2 {
    opacity: 0.9;
    min-height: 21px;
    margin-top: -20px;
}

.HeadDesign {
    position: absolute;
    left: 50%;
    z-index: 10;
}

.FooterDesign {
    position: absolute;
    left: 50%;
    text-align: center;
    transition: opacity .35s ease;
    margin-top: -21px;
}

.overlaymenu {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.overlaysortheader {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.header-placeholder {
    border: 1px solid;
    font-weight: bold;
    height: 45px;
    background-color: #fff;
}

.ui-sortable #selected_navigator,
.ui-sortable #selected_topmenu {
    cursor: -webkit-grab;
}

.ui-sortable #selected_navigator:hover {
    outline: #32b0eb solid 2px;
    position: relative;
    z-index: 9999;
}

.ui-sortable .bgTopmenu:hover {
    box-shadow: inset 0px 0px 0px 2px #32b0eb;
}

.ui-sortable #selected_headerbanner {
    cursor: no-drop;
    z-index: -1;
}

#selected_headerbanner figure#CustomBannerFigure {
    margin-bottom: 0 !important;
}

#selected_headerbanner #countBanner span {
    font-family: Arial, Verdana, sans-serif !important;
}

/* Header Apply */

#selected_header .selected_overlap.ui-sortable {
    border: #ffffff dashed 2px;
}

#selected_header .bar-apply button {
    position: relative;
    z-index: 99999;
    top: 0px;
    left: 0%;
    right: 0%;
    border-radius: 180px;
    background: rgba(45, 154, 251, 0.8);
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

#selected_header .rv-icon-sort-close:before {
    content: url(/vendor/rvsitebuilder/wysiwyg/images/icon-button-close.png?6b24616ba71ac00b2a23b1dbe5bd6c4c);
}

#selected_header .sort-boxcontent {
    position: absolute;
    z-index: 99999;
    top: 25px;
    right: 49%;
    margin: 0 auto;
}

#selected_header .sort-content {
    position: relative;
    z-index: 99999;
    top: 25px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    color: #3d94e1;
    padding: 2px;
    white-space: nowrap;
    left: 49%;
    right: 50%;
    border-radius: 2px;
    font-size: 12px;
    min-height: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

#selected_header .sort-content .icon-sort {
    width: 28px;
    height: 28px;
    background: url(/vendor/rvsitebuilder/wysiwyg/images/sort-header-icon-move.svg?d5a756345c36a5bcc62973e977ece6a0) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    transform: scale(0.8);
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

.sort-border {
    border: 1px inset #ff0000;
}

/** 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;
}

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

/** Badge 2 **/
.uk-badge-gold,
.uk-badge-gold:hover {
    background-color: #f5a623 !important;
    color: #ffffff !important;
}

/** Badge 3 **/
.uk-badge-yellow,
.uk-badge-yellow:hover {
    background-color: #ffdc00 !important;
    color: #414141 !important;
}

/** Badge 4 **/
.uk-badge-green,
.uk-badge-green:hover {
    background-color: #68e218 !important;
    color: #ffffff !important;
}

/** Badge 5 **/
.uk-badge-skyblue,
.uk-badge-skyblue:hover {
    background-color: #1ce2c2 !important;
    color: #ffffff !important;
}

/** Badge 6 **/
.uk-badge-blue,
.uk-badge-blue:hover {
    background-color: #2f8ee0 !important;
    color: #ffffff !important;
}

/** Badge 7 **/
.uk-badge-purple,
.uk-badge-purple:hover {
    background-color: #6f1cf8 !important;
    color: #ffffff !important;
}

/** Badge 8 **/
.uk-badge-pink,
.uk-badge-pink:hover {
    background-color: #c829e5 !important;
    color: #ffffff !important;
}

/** Badge 9 **/
.uk-badge-magenta,
.uk-badge-magenta:hover {
    background-color: #e71e8f !important;
    color: #ffffff !important;
}

/** Badge 10 **/
.uk-badge-silver,
.uk-badge-silver:hover {
    background-color: #bfbfbf !important;
    color: #414141 !important;
}

/** Badge 11 **/
.uk-badge-gray,
.uk-badge-gray:hover {
    background-color: #767676 !important;
    color: #ffffff !important;
}

/** Badge 12 **/
.uk-badge-darkgray,
.uk-badge-darkgray:hover {
    background-color: #4a4a4a !important;
    color: #ffffff !important;
}

.uk-flex-top {
    padding: 3% !important;
}

/* for Form Design 7 */
.rv-form-design7 .uk-grid>* {
    padding-left: 0px;
}


/****** Hide Properties Header *****/
#editable_area_content-h .blockDelete,
#editable_area_content-h .blockClone {
    display: none;
}

#editable_area_content-s .blockDelete,
#editable_area_content-s .blockClone {
    display: none;
}

#editable_area_content-h .handledClone,
#editable_area_content-h .handledRemove,
#editable_area_content-h .handledMove {
    display: none;
}

#editable_area_content-h .navMenu-blockMainSetting {
    right: 0;
}

#editable_area_content-s .navMenu-blockMainSetting {
    right: 0;
    display: none !important;
}

#editable_area_content-h .handledrowResetbanner {
    display: block !important;
}


#editable_area_content-h .handledrowSwitchbanner {
    display: block !important;
}

.overlap #editable_area_content-h .navMenu-blockMainSetting,
.overlap #editable_area_content-s .navMenu-blockMainSetting,
.overlap .SlideProperty {
    top: 20%;
}

.donotdelete .handledRemove,
.donotdelete .handledClone {
    display: none !important;
}

aside .mgwidget .navMenuAll .handledClone,
.mgwidget .navMenuAll .handledClone {
    display: none !important;
}

.topmenudesign .handledMove,
.topmenudesign .handledRemove,
.topmenudesign .handledClone {
    display: none !important;
}

#selected_footer .handledMove,
#selected_footer .handledRemove,
#selected_footer .handledClone {
    display: none !important;
}

/****  Side bar ****/
.sidebar-left,
.sidebar-right,
.sidebar-center {
    transition: 0.5s;
}

/**** Add Button Menu Editmode ****/
.foreditmode li,
.foreditmode li a,
.foreditmode li:hover a,
.foreditmode li a:hover,
.foreditmode li a:after,
.foreditmode li.uk-active a,
.uk-navbar-nav li.uk-active .foreditmode a:after {
    background: none !important;
    background-color: none !important;
    border: none !important;
    color: inherit !important;
}

.foreditmode li a i:hover,
.foreditmode li:hover i,
.foreditmode a:hover i {
    color: #faa509 !important;
}

.foreditmode a.uk-icon-close,
ul.uk-nav-navbar .foreditmode a.uk-icon-close,
ul.uk-nav-sub li .foreditmode a.uk-icon-close {
    position: absolute;
    top: 0px;
    right: -10px;
    color: #fff !important;
    background: #ff0000;
    border: #fff solid 1px;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    padding: 0;
    line-height: 17px;
    text-align: center;
    z-index: 100;
    font-size: 14px;
}

#selected_topmenu .foreditmode a.uk-icon-close,
#selected_topmenu ul.uk-nav-navbar .foreditmode a.uk-icon-close {
    top: -10px;
}

ul.uk-nav-navbar .foreditmode a.uk-icon-close {
    font-family: FontAwesome;
    z-index: 100;
}

ul.uk-nav-navbar li .foreditmode a.uk-icon-close {
    position: inherit;
    float: right;
    margin-top: -35px !important;
    margin-right: 10px;
}

ul.uk-nav-sub li .foreditmode a.uk-icon-close {
    position: inherit;
    float: right;
    margin-top: -28px;
    margin-right: 0px;
}

.SlideProperty .uk-button {
    display: block;
    background: #2c2c2c;
    color: #fff;
}

.SlideProperty .uk-active {
    background: #085ed7;
}

/** Edit Hyperlink**/
.rv-design-editlink {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 180px;
    margin-top: -25px;
    background: #2c2c2c;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 2px 3px;
    opacity: 0.95;
    z-index: 11;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border-radius: 3px;
}

.rv-design-editlink a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.linkTo-crop {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
    white-space: nowrap;
    float: left;
}

.editLink-button,
.editLink-button:hover,
.removeLink-button,
.removeLink-button:hover {
    text-decoration: none;
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon_edit_link.svg?442fb182cd7802dd4e17f99b747c631c);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 22px;
    height: 20px;
    border: 0px;
}

.removeLink-button,
.removeLink-button:hover {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon_remove_link.svg?df7d077a6d39e6673c5622d92100ca7e);
}

.copy-button,
.copy-button:hover,
.setting-button,
.setting-button:hover {
    text-decoration: none;
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon_copy_button.svg?913a395f01ab8d8117ea0e2145bd4a56);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 22px;
    height: 20px;
    border: 0px;
}

.setting-button,
.setting-button:hover {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/icon_setting_button.svg?7d077edd2f10352f790bd81e7207b94f);
}

.rv-widget-form h3 {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 5px 0 5px 0;
}

.currentEditTABLE {
    z-index: 999
}

/** Style switch**/
.rvsb-switch-group {
    margin-top: -40px;
}

.rvsb-switch-group span {
    display: inline-block;
}

.rvsb-switch {
    color: #fff;
    background: #00a8e6;
    width: auto;
    border-radius: 50px;
    padding: 1px;
    margin: 0 auto;
    position: relative;
    height: 17px;
}

.rvsb-switch li {
    padding: 0;
    margin: 0;
    height: 20px;
    cursor: pointer;
}

.rvsb-switch li:first-child {
    padding: 0;
    margin-right: 10px;
}

.rvsb-switch li:hover span {
    background: rgba(255, 255, 255, 0);
}

.rvsb-switch li.uk-active span {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.rvsb-switch li.uk-active:last-child span {
    background: rgba(255, 255, 255, 1);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}

.rvsb-switch li span {
    border-radius: 50px;
    font-size: 12px;
    padding: 8px 8px;
    display: inline-block;
    cursor: pointer;
}

.rvsb-switch li a .none {
    display: none;
}

.bgoff {
    background: #ccc !important;
}

.bgopen {
    background: #00a8e6 !important;
}

.text-switch {
    padding-right: 5px;
    font-size: 10px !important;
}

/** Form Fieid Setting Toolbar **/
.listSystem .liHeadSystem,
.listSystem .liHeadSystem:hover {
    border-bottom: #efefef solid 1px;
    background: #fff;
}

/**** favicon Logo ****/
.favicon-img {
    width: 140px;
    height: 90px;
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/section-bg.png?0c14dc2a5e85efb1755a39d1ec258f8a) no-repeat center center;
    border: 1px solid #ccc;
}

/** Slide Icon  **/

.SlideProperty .uk-icon-gear,
.SlideProperty .uk-icon-plus,
.SlideProperty .uk-icon-magic,
.SlideProperty .uk-icon-photo,
.SlideProperty .uk-icon-mail-reply {
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
}

.SlideProperty .uk-button {
    border: #00a8e6 solid 1px;
    border-bottom: 0;
    border-radius: 0;
    text-align: left;
}

.SlideProperty .uk-button:last-child {
    border: #00a8e6 solid 1px;
}

.SlideProperty .delete-slide,
.SlideProperty .delete-slide:hover {
    color: #ff0000 !important;
    position: relative;
    z-index: 99;
    margin-left: 10px;
}

.SlideProperty .delete-slide:hover {
    color: #f16511 !important;
}

.SlideProperty a {
    color: #fff;
    padding-left: 15px;
    padding-right: 4px;
}

.SlideProperty .uk-icon-clone {
    font-size: 12px;
}

.SlideProperty .bgSlide {
    padding-left: 20px;
}



/* Form design */

a.fm-editOption {
    float: none;
    clear: both;
    display: block;
    padding: 1px 2px;
    margin-top: 5px;
    background: #efefef;
    border-radius: 2px;
    border: #cccccc solid 1px;
    font-size: 13px !important;
    line-height: 18px;
    color: #666;
    max-width: 50px;
    text-align: center;
}

.rv-form-panel select~a.fm-editOption {
    margin-left: 0px;
}

.rv-form-panel .rv-radio-lineup~textarea {
    margin-left: 215px;
}

.bodyTemplate768 .rv-form-panel .rv-radio-lineup~textarea,
.bodyTemplate736 .rv-form-panel .rv-radio-lineup~textarea,
.bodyTemplate480 .rv-form-panel .rv-radio-lineup~textarea,
.rv-form-panel select~textarea {
    margin-left: 0px !important;
}

/* bookmark */
.bookmark:before {
    content: "\F02C";
    font-family: FontAwesome;
    color: #fffaf9;
    font-size: 12px;
    position: absolute;
    margin-top: -15px;
    border: #f4f4f4b8 solid 1px;
    border-radius: 100px;
    background: #5c5a53;
    padding: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
}

/* Blog Widget */
.imgBlogWidgetBreadcrumb {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_blog_widget_breadcrumb.png?45be8fe8acb4cd5ae1824c4fbd90d54e) no-repeat top left;
    width: 671px;
    height: 42px;
}

.imgBlogWidgetBlogInfo {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_blog_widget_postinfo.png?73513c8e689e1d7df53f67ffd717a6a3) no-repeat top left;
    width: 389px;
    height: 78px;
}

.imgBlogWidgetAuthorInfo {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_blog_widget_authorinfo.png?efd9a7a643441da5d7aef0781b4daffc) no-repeat top left;
    width: 216px;
    height: 74px;
}

.imgBlogWidgetNextLast {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_blog_widget_nextlast.png?0631fd6721abb670b99a2aadbb7da0a3) no-repeat top left;
    width: 281px;
    height: 54px;
}

.imgBlogWidget {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_blog_widget_recentpost.png?a3f6c800dcb40106296f98453719a6f1) no-repeat top left;
    width: 280px;
    height: 240px;
}

.imgBlogWidgetPostInCat {
    background: #ffffff url(/vendor/rvsitebuilder/wysiwyg/images/icon_blog_widget_postincat.png?2dd2f54f2063022af2bbd498ec692f61) no-repeat top left;
    width: 280px;
    height: 240px;
}









/* Menu Bar and Top Bar  Phone landscape and Phone Porprait */

.bodyTemplate480 #selected_navigator,
.bodyTemplate736 #selected_navigator {
    position: inherit !important;
}

.bodyTemplate480 nav.uk-navbar,
.bodyTemplate736 nav.uk-navbar {
    position: absolute;
    top: 0;
    z-index: 2;
}

.bodyTemplate480 #rvnavigator nav.uk-navbar a.uk-navbar-toggle,
.bodyTemplate736 #rvnavigator nav.uk-navbar a.uk-navbar-toggle {
    background: rgba(0, 0, 0, 0.2) !important;
}

.bodyTemplate480 nav.uk-navbar,
.bodyTemplate480 #topmenu {
    width: 380px !important;
}

.bodyTemplate736 nav.uk-navbar,
.bodyTemplate736 #topmenu {
    width: 640px !important;
}

.bodyTemplate480 .uk-hidden-small,
.bodyTemplate736 .uk-hidden-small {
    display: none !important;
}

.bodyTemplate480 .uk-visible-small,
.bodyTemplate736 .uk-visible-small {
    display: block !important;
}

.bodyTemplate480 .overlap #rvnavigator .uk-sticky-placeholder,
.bodyTemplate736 .overlap #rvnavigator .uk-sticky-placeholder,
.bodyTemplate480 #rvnavigator .uk-sticky-placeholder,
.bodyTemplate736 #rvnavigator .uk-sticky-placeholder {
    height: 55px !important;
}

.bodyTemplate480 #topmenu,
.bodyTemplate736 #topmenu {
    position: absolute;
    top: 55px;
    z-index: 2;
}

.bodyTemplate480 #topmenu .uk-float-right,
.bodyTemplate736 #topmenu .uk-float-right {
    float: none;
    clear: both;
    padding-left: 0;
}

.bodyTemplate480 #topmenu .uk-text-right {
    text-align: left !important;
}

.bodyTemplate480 .overlap #selected_topmenu~#selected_headerbanner,
.bodyTemplate736 .overlap #selected_topmenu~#selected_headerbanner,
.bodyTemplate480 #selected_topmenu~#selected_headerbanner,
.bodyTemplate736 #selected_topmenu~#selected_headerbanner {
    margin-top: 132px !important;
}

.bodyTemplate480 #selected_headerbanner,
.bodyTemplate736 #selected_headerbanner,
.bodyTemplate480 .overlap #selected_navigator~#selected_headerbanner,
.bodyTemplate736 .overlap #selected_navigator~#selected_headerbanner,
.bodyTemplate480 #selected_navigator~#selected_headerbanner,
.bodyTemplate736 #selected_navigator~#selected_headerbanner {
    margin-top: 77px !important;
}

.bodyTemplate480 nav.uk-navbar img {
    max-height: 50px !important;
}

.bodyTemplate736 nav.uk-navbar img {
    max-height: 50px !important;
}


/**** Tooltip Global ****/
.rv-tooltip {
    position: relative;
}

.rv-tooltip * {
    outline: 0;
    box-shadow: none;
}

.rv-tooltip .rv-tooltip-content {
    line-height: 1.5em;
    font-size: 13px;
}

.rv-tooltip .uk-dropdown {
    width: 450px;
}

.rv-tooltip .uk-icon-question-circle,
.rv-tooltip .uk-icon-question-circle:focus {
    font-size: 16px;
    color: #a5a5a5;
    outline: 0;
}

.rv-tooltip .rv-tooltip-content {
    background: #efefef !important;
    color: #555 !important;
    width: 210px !important;
    font-size: 13px;
    font-family: arial;
    padding: 5px;
}

@media only screen and (max-width: 1440px) {
    .rv-tooltip .rv-tooltip-content {
        width: 160px !important;
    }
}

/* Hide move button block with block */

.uk-slideshow-hero .blockTools .blockMove,
.uk-slideshow .blockTools .blockMove {
    display: none;
}

.uk-slideshow-hero .jsblock .blockTools .blockMove,
.uk-slideshow .jsblock .blockTools .blockMove {
    display: inline;
}


/****** Custom Sidebar and Custom Banner  ******/
.rv-overlay.uk-overlay {
    outline: #d7d7d7 2px dashed !important;
}

.rv-overlay.uk-overlay:hover {
    outline: #00a8e6 2px solid !important;
}

.rv-overlay.uk-overlay .uk-overlay-background {
    background: rgba(255, 255, 255, 0.4) !important;
    z-index: 10;
}

.rv-overlay.uk-overlay .custom-title {
    text-align: right;
    background: #00a8e6;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -20px;
    margin-right: -20px;
    width: auto;
    float: right;
    cursor: pointer;
}

.rv-overlay.uk-overlay .custom-content {
    padding: 5px;
    color: #000;
    font-size: 13px;
    background: #fff;
    margin: -10px -15px;
    text-align: center;
}

.rv-overlay.uk-overlay .custom-title i.uk-icon {
    font-size: 14px;
    padding-right: 5px;
}

/* Custom Banner*/
#CustomBannerFig {
    padding: 0;
}

.overlap #CustomBannerFig {
    top: 60px !important;
}

.rv-banner-overlay .rv-overlay-bg {
    opacity: 0 !important;
}

.rv-banner-overlay-hover .rv-overlay-bg {
    background: rgba(255, 255, 255, 0.4) !important;
    z-index: 9;
    border: #00a8e6 solid 2px;
}

.rv-banner-overlay-hover .btnCustom {
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 10;
}

.rv-banner-overlay-hover .btnCustom .uk-icon-wrench {
    margin-right: 5px;
}

.rv-banner-overlay-hover .custom-banner-content {
    color: #666;
    font-size: 13px;
    background: rgba(255, 255, 255, 1);
    min-height: 30px;
    line-height: 30px;
    padding: 0px 30px 0px 15px;
    margin-right: -15px;
}

/* set relative navigation edit mode only*/
nav.uk-navbar {
    position: inherit;
}

/* Rightbar RecentPost */
#RecentPost .jstree-container-ul,
#RecentPage .jstree-container-ul {
    margin: 0;
}

#RecentPost.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl,
#RecentPage.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/32px.png?23470276b9ecb96effcff34a5e73b008) !important;
    background-position: -68px -4px !important;
}

#RecentPost.jstree-default>.jstree-no-dots .jstree-node,
#RecentPage.jstree-default>.jstree-no-dots .jstree-node {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/32px.png?23470276b9ecb96effcff34a5e73b008) !important;
    background-position: -292px -4px !important;
    background-repeat: repeat-y !important;
}

#RecentPost.jstree-default>.jstree-no-dots .jstree-last,
#RecentPost.jstree-default>.jstree-no-dots .jstree-hovered,
#RecentPage.jstree-default>.jstree-no-dots .jstree-last,
#RecentPage.jstree-default>.jstree-no-dots .jstree-hovered {
    background: transparent !important;
}

#RecentPost.jstree-default .jstree-wholerow-ul,
#RecentPage.jstree-default .jstree-wholerow-ul {
    margin-left: -8px;
}

#RecentPost.jstree-default ul a.jstree-anchor,
#RecentPost.jstree-default .jstree-wholerow,
#RecentPage.jstree-default ul a.jstree-anchor,
#RecentPage.jstree-default .jstree-wholerow {
    width: 220px;
}

#RecentPost.jstree-default .jstree-wholerow,
#RecentPage.jstree-default .jstree-wholerow {
    height: 22px;
}

#RecentPost.jstree-default .jstree-wholerow,
#RecentPage.jstree-default .jstree-wholerow {
    margin-left: 18px;
}

.rv-cursor {
    cursor: pointer;
}

.rv-text-black {
    color: #666;
    font-weight: bold;
}

.disable-delete,
.disable-delete:hover {
    color: #fff !important;
    opacity: 0.2 !important;
    cursor: default !important;
}

/*** Icon  Visibility ***/
.sprite-icon-visibility {
    padding: 0;
    margin: 0;
}

.sprite-icon-visibility .icon-visibility {
    background-image: url(/vendor/rvsitebuilder/wysiwyg/images/sprite-icon-visibility.svg?a648a071e0d4581b86c6ec40b54cd071) !important;
    background-repeat: inherit !important;
    width: 30px;
    height: 20px !important;
    display: inline-block;
    margin-top: 5px !important;
}

/*Page*/
.sprite-icon-visibility ul.jstree-children .parent-normal {
    background-position: 0px 0 !important;
}

.sprite-icon-visibility .parent-member {
    background-position: -30px 0 !important;
}

.sprite-icon-visibility .parent-specific {
    background-position: -60px 0 !important;
}

/*Child*/
.sprite-icon-visibility .child-normal,
.sprite-icon-visibility ul.jstree-children li>ul.jstree-children li>ul.jstree-children li a>.parent-normal {
    background-position: 0px -30px !important;
}

.sprite-icon-visibility .child-member,
.sprite-icon-visibility ul.jstree-children li>ul.jstree-children li>ul.jstree-children li a>.parent-member {
    background-position: -30px -30px !important;
}

.sprite-icon-visibility .child-specific,
.sprite-icon-visibility ul.jstree-children li>ul.jstree-children li>ul.jstree-children li a>.parent-specific {
    background-position: -60px -30px !important;
}

/*Internal*/
.sprite-icon-visibility .internal-normal {
    background-position: 0px -60px !important;
}

.sprite-icon-visibility .internal-member {
    background-position: -30px -60px !important;
}

.sprite-icon-visibility .internal-specific {
    background-position: -60px -60px !important;
}

/*Blog Category*/
.sprite-icon-visibility .bcate-normal {
    background-position: 0px -90px !important;
}

.sprite-icon-visibility .bcate-member {
    background-position: -30px -90px !important;
}

.sprite-icon-visibility .bcate-specific {
    background-position: -60px -90px !important;
}

/*Blog Post*/
.sprite-icon-visibility .bpost-normal {
    background-position: 0px -120px !important;
}

.sprite-icon-visibility .bpost-member {
    background-position: -30px -120px !important;
}

.sprite-icon-visibility .bpost-specific {
    background-position: -60px -120px !important;
}

/*System Category*/
.sprite-icon-visibility .system-normal {
    background-position: 0px -150px !important;
}

/*System Category*/
.sprite-icon-visibility .syscate-normal,
#sortable-system .sprite-icon-visibility .bcate-normal {
    background-position: 0px -180px !important;
}

.sprite-icon-visibility .syscate-member {
    background-position: -30px -180px !important;
}

.sprite-icon-visibility .syscate-specific {
    background-position: -60px -180px !important;
}

/*System Post*/
.sprite-icon-visibility .syspost-normal {
    background-position: 0px -120px !important;
}

.sprite-icon-visibility .syspost-member {
    background-position: -30px -120px !important;
}

.sprite-icon-visibility .syspost-specific {
    background-position: -60px -120px !important;
}


/*Home*/
.sprite-icon-visibility .home-normal {
    background-position: 0px -210px !important;
}

.sprite-icon-visibility .home-member {
    background-position: -30px -210px !important;
}

.sprite-icon-visibility .home-specific {
    background-position: -60px -210px !important;
}

/*Email Admin*/
.sprite-icon-visibility .emailadmin-normal {
    background-position: 0px -240px !important;
}

/*Email Cate*/
.sprite-icon-visibility .emailcate-normal,
#sortable-emailuser .sprite-icon-visibility .emailcate-normal,
#sortable-emailadmin .sprite-icon-visibility .emailcate-normal {
    background-position: 0px -270px !important;
}

/*Email*/
.sprite-icon-visibility .email-normal,
#sortable-emailuser .sprite-icon-visibility .email-normal,
#sortable-emailadmin .sprite-icon-visibility .email-normal {
    background-position: 0px -300px !important;
}

.sprite-icon-visibility .jstree-anchor {
    margin-left: 3px !important;
}




/*Email Control Button*/

.emailTemplate {
    position: relative;
}

.emailTemplate .email-control {
    position: absolute;
    left: -30px;
    width: 30px;
    background: #02aede;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.emailTemplate .email-control button {
    border: 0;
    background: #02aede;
    color: #fff;
}

.emailTemplate .email-control span {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.emailTemplate #selected_body {
    margin-top: 0;
}

.emailTemplate .uk-overlay-panel {
    padding: 0;
}

.selected_emailheader .rv-banner-overlay-hover .btnCustom {
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 10;
}

.selected_emailheader .rv-banner-overlay-hover .btnCustom .uk-icon-wrench {
    margin-right: 5px;
}

.selected_emailheader .rv-banner-overlay-hover .custom-banner-content {
    color: #666;
    font-size: 13px;
    background: rgba(255, 255, 255, 1);
    min-height: 30px;
    line-height: 30px;
    padding: 0px 15px 0px 15px !important;
    margin-right: 0px !important;
}

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


#postCatSelect li i {
    vertical-align: middle !important;
}

.btn-addpost {
    color: #fff;
    font-size: 13px;
    background: #00a8e6;
    border: 0;
    border-radius: 2px;
    padding: 5px 5px;
    min-width: 80px;
    margin: 0 auto;
    position: relative;
    top: 10%;
    left: 32%;
    cursor: pointer;
}

.btn-addpost:hover {
    opacity: 0.8;
}


.image-editor-load {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: fixed;
}

/* Custom Footer*/
#CustomfooterFig.uk-overlay-panel {
    padding: 0 !important;
}

#CustomfooterFig .custom-banner-content {
    margin-right: -10px !important;
}

#CustomfooterFig.uk-overlay-panel .uk-icon {
    margin-right: 5px !important;
}

#CustomfooterFig .btnCustomFooter {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 10px;
    z-index: 10;
    position: relative;
}

/*Hover show ribbon*/
.mgwidget .rv-ribbon,
#socialbutton .rv-ribbon {
    display: none;
}

.mgwidget:hover .rv-ribbon,
#socialbutton:hover .rv-ribbon {
    display: block;
}

/* Design Menu Icon*/
.design-icon {
    text-decoration: none;
    margin: 6px 0px 0px 4px;
    background: url(/vendor/rvsitebuilder/wysiwyg/images/design-icon.svg?c0dcf9c294f07c4932676fa245f75eeb) no-repeat;
    width: 20px;
    height: 25px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.icon-website {
    background-position: 0px -0px;
}

.icon-topmenu {
    background-position: 0px -30px;
}

.icon-menu {
    background-position: 0px -58px;
}

.icon-banner {
    background-position: 0px -90px;
}

.icon-sidebar {
    background-position: 0px -120px;
}

.icon-footer {
    background-position: 0px -150px;
}

.icon-sortheader {
    background-position: 0px -180px;
}

/* Content Menu Icon*/
.content-icon {
    text-decoration: none;
    margin: 6px 0px 0px 4px;
    background: url(/vendor/rvsitebuilder/wysiwyg/images/content-icon.svg?cdea9202e8de5b4dbba7d8b7261bf849) no-repeat;
    width: 20px;
    height: 25px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.icon-section {
    background-position: 0px -0px;
}

.icon-formstyle {
    background-position: 0px -30px;
}

.icon-editmenu {
    background-position: 0px -60px;
    height: 30px;
}

.icon-addnew {
    background-position: 1px -90px;
    height: 30px;
}

.icon-imgmanage-upload,
.icon-imgmanage-replace,
.icon-imgmanage-edit {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/imagemanage-tool-bt-upload-white.svg?27cdd4668f0b5f9177b9166f7abee630) no-repeat;
    width: 36px;
    height: 31px;
    cursor: pointer;
    display: block;
    transform: scale(0.7);
}

.icon-imgmanage-replace {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/imagemanage-tool-bt-replace-white.svg?5fd56999d18e75620f5a7700e32ca380) no-repeat;
}

.icon-imgmanage-edit {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/imagemanage-tool-bt-edit-white.svg?346174e47253ddfa6afcb006df0e173a) no-repeat;
}

.icon-widget-preview {
    background: url(/vendor/rvsitebuilder/wysiwyg/images/bt-preview-widget.svg?c35a4f2063b25ddfcd87f7cf07ffc607) no-repeat;
    width: 45px;
}

/* edit FormOnline */
.formsProp button {
    border: 0;
    background: #32b0eb;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 100px;
    padding: 3px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 4px;
}

/* Section */

.bodyTemplate768 .rv-overlap-left-10,
.bodyTemplate768 .rv-overlap-left-20,
.bodyTemplate768 .rv-overlap-left-30,
.bodyTemplate768 .rv-overlap-left-40,
.bodyTemplate768 .rv-overlap-left-50,
.bodyTemplate768 .rv-overlap-left-60,
.bodyTemplate768 .rv-overlap-left-100 {
    margin-left: auto !important;
}

.bodyTemplate736 .rv-overlap-left-10,
.bodyTemplate736 .rv-overlap-left-20,
.bodyTemplate736 .rv-overlap-left-30,
.bodyTemplate736 .rv-overlap-left-40,
.bodyTemplate736 .rv-overlap-left-50,
.bodyTemplate736 .rv-overlap-left-60,
.bodyTemplate736 .rv-overlap-left-100 {
    margin-left: auto;
}

.bodyTemplate480 .rv-overlap-left-10,
.bodyTemplate480 .rv-overlap-left-20,
.bodyTemplate480 .rv-overlap-left-30,
.bodyTemplate480 .rv-overlap-left-40,
.bodyTemplate480 .rv-overlap-left-50,
.bodyTemplate480 .rv-overlap-left-60,
.bodyTemplate480 .rv-overlap-left-100 {
    margin-left: auto !important;
}

.bodyTemplate736 [class^="uk-width"][style*="margin"],
.bodyTemplate480 [class^="uk-width"][style*="margin"] {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*insert widget element */
.activeWidget {
    box-shadow: 0px 0px 0px 1px #55d44c;
}

.mgMaster {
    display: none;
}

#CustomfooterFig,
#CustomBannerFig,
.figsidebar,
.custom-banner-content,
.rv-ribbon,
.sort-content {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#CustomfooterFig .uk-icon,
#CustomBannerFig .uk-icon,
.figsidebar .uk-icon,
.custom-banner-content .uk-icon {
    color: #fff !important;
}

.fm-editOption .uk-icon {
    color: #333 !important;
}

.emailTemplate #editable_area_content,
#email_layout_content #editable_area_content {
    min-height: unset;
}

.closePreviewWidget {
    border-radius: 0 !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    margin-right: 10px;
    z-index: 10;
    width: 105px;
    color: rgb(255, 255, 255) !important;
    position: absolute;
    top: 0px;
    height: 10px;
    line-height: normal;
    min-height: 20px;
    background: #37aee6 !important;
    text-align: left;
    font-size: 14px !important;
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
}

.closePreviewWidget span {
    margin-right: -10px;
}

/* Start section toolbar scrollbar */
.toolbar-sectionpanel-scrollbar {
    margin: 0 auto 7px auto;
    height: calc(100% - 25px);
    overflow-x: hidden;
    overflow-y: auto;
}

.toolbar-sectionpanel-scrollbar::-webkit-scrollbar-track {
    background-repeat: repeat-y;
}

.toolbar-sectionpanel-scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
}

.toolbar-sectionpanel-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(124, 124, 124, 0.3);
    background-color: #e2e2e24f;
}

/*fixed for image editor with overlab*/
.rv-zindex-auto {
    z-index: auto !important;
}

/*fixed Browser Chome V77 Banner Slide with menu overlap */
.overlap #selected_navigator~#selected_headerbanner {
    top: unset !important;
}

.bodyTemplate480 .card a.btnsocial {
    display: block;
    width: 100%;
}

/*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;
}

/* system none event*/
.nonevent {
    pointer-events: none;
}

/* 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);
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/*
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }

  33.3% {
    transform: translate(-6px, -6px);
  }

  49.95% {
    transform: translate(4px, 4px);
  }

  66.6% {
    transform: translate(-2px, -2px);
  }

  83.25% {
    transform: translate(1px, 1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }

  33.3% {
    transform: translate(-6px, -6px);
  }

  49.95% {
    transform: translate(4px, 4px);
  }

  66.6% {
    transform: translate(-2px, -2px);
  }

  83.25% {
    transform: translate(1px, 1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }

  33.3% {
    transform: translate(-6px, 6px);
  }

  49.95% {
    transform: translate(4px, -4px);
  }

  66.6% {
    transform: translate(-2px, 2px);
  }

  83.25% {
    transform: translate(1px, -1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }

  33.3% {
    transform: translate(-6px, 6px);
  }

  49.95% {
    transform: translate(4px, -4px);
  }

  66.6% {
    transform: translate(-2px, 2px);
  }

  83.25% {
    transform: translate(1px, -1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    transform: translateX(1px) rotate(0);
  }

  100% {
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    transform: translateX(1px) rotate(0);
  }

  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/*
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  border:1px solid #dedede;
  margin:0 0 5px 0;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  border:1px solid #a2d36d;
}
*/

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\F137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\F138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\F01A";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(-6px);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\F01B";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\F021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\F041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\F00C";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\F055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\F056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\F118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\F119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }

  75% {
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }

  75% {
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\F015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\F015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\F015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\F006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\F005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\F087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\F0C6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\F095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\F01B";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\F01A";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }

  50% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }

  50% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\F077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\F078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }

  33.3% {
    transform: translateX(-5px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }

  33.3% {
    transform: translateX(-5px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\F061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }

  33.3% {
    transform: translateY(-5px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }

  33.3% {
    transform: translateY(-5px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\F062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\F017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    transform: translateX(1px) rotate(0);
  }

  100% {
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    transform: translateX(1px) rotate(0);
  }

  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\F023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}/* ========================================================================
   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;
}


