html {
    font: 300 16px / 26px 'Alegreya Sans Light,Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fafafa;
    color: #666666;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

.uk-link, a {
    color: #e22b85;
    text-decoration: none;
    cursor: pointer;
}

    .uk-link:hover, a:hover {
        color: #e22b85;
        text-decoration: underline;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    font-size: 14px;
    font-family: Consolas, monospace, serif;
    color: #D05;
    white-space: nowrap;
}

ins {
    background: #ffa;
    color: #666666;
    text-decoration: none;
}

mark {
    background: #ffa;
    color: #666666;
}

q {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

audio, canvas, img, svg, video {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

blockquote, figure {
    margin: 0;
}

address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 25px 0;
}

* + address, * + blockquote, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'Merriweather';
    font-weight: 300;
    color: #333;
    text-transform: none;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 25px;
}

.uk-h1, h1 {
    font-size: 42px;
    line-height: 48px;
}

.uk-h2, h2 {
    font-size: 28px;
    line-height: 36px;
}

.uk-h3, h3 {
    font-size: 20px;
    line-height: 26px;
}

.uk-h4, h4 {
    font-size: 18px;
    line-height: 24px;
}

.uk-h5, h5 {
    font-size: 16px;
    line-height: 26px;
}

.uk-h6, h6 {
    font-size: 14px;
    line-height: 20px;
}

ol, ul {
    padding-left: 30px;
}

    ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
        margin: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 25px 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

address {
    font-style: normal;
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #e6e6e6;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    color: #333333;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Merriweather';
    background: #fff;
    padding: 80px 70px 50px 70px;
    position: relative;
    z-index: 2;
    border: none;
    text-align: center;
    font-style: normal;
}

    blockquote p {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        z-index: 2;
    }

    blockquote:after {
        content: "\e909";
        font-family: 'deepsoul';
        position: absolute;
        width: 70px;
        text-align: center;
        top: 35px;
        left: 50%;
        margin: 0 0 0 -35px;
        font-size: 80px;
        line-height: 80px;
        z-index: 1;
        color: #e22b85;
    }

    blockquote span {
        position: relative;
        color: #e22b85;
        padding: 0 15px;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 14px;
    }

        blockquote span:after, blockquote span:before {
            content: "";
            position: absolute;
            top: 50%;
            width: 2px;
            height: 2px;
            background: #e22b85;
        }

        blockquote span:before {
            left: 0;
        }

        blockquote span:after {
            right: 0;
        }

pre {
    padding: 10px;
    background: #f5f5f5;
    font: 14px / 20px Consolas, monospace, serif;
    color: #666666;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
}

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
}

[hidden], template {
    display: none;
}

iframe {
    border: 0;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: device-width;
    }
}

.uk-padding-bottom {
    padding-bottom: 10px;
}

.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .uk-grid:after, .uk-grid:before {
        content: "";
        display: block;
        overflow: hidden;
    }

    .uk-grid:after {
        clear: both;
    }

    .uk-grid > * {
        -ms-flex: none;
        -webkit-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        margin: 0;
        float: left;
    }

        .uk-grid > * > :last-child {
            margin-bottom: 0;
        }

.uk-grid {
    margin-left: -20px;
}

    .uk-grid > * {
        padding-left: 20px;
    }

        .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
            margin-top: 20px;
        }

@media (min-width:1220px) {
    .uk-grid {
        margin-left: -40px;
    }

        .uk-grid > * {
            padding-left: 40px;
        }

            .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
                margin-top: 40px;
            }
}

.uk-grid-collapse {
    margin-left: 0;
}

    .uk-grid-collapse > * {
        padding-left: 0;
    }

        .uk-grid-collapse + .uk-grid-collapse, .uk-grid-collapse > * > .uk-panel + .uk-panel, .uk-grid-collapse > .uk-grid-margin {
            margin-top: 0;
        }

.uk-grid-small {
    margin-left: -10px;
}

    .uk-grid-small > * {
        padding-left: 10px;
    }

        .uk-grid-small + .uk-grid-small, .uk-grid-small > * > .uk-panel + .uk-panel, .uk-grid-small > .uk-grid-margin {
            margin-top: 10px;
        }

.uk-grid-medium {
    margin-left: -20px;
}

    .uk-grid-medium > * {
        padding-left: 20px;
    }

        .uk-grid-medium + .uk-grid-medium, .uk-grid-medium > * > .uk-panel + .uk-panel, .uk-grid-medium > .uk-grid-margin {
            margin-top: 20px;
        }

@media (min-width:960px) {
    .uk-grid-large {
        margin-left: -40px;
    }

        .uk-grid-large > * {
            padding-left: 40px;
        }

            .uk-grid-large + .uk-grid-large, .uk-grid-large-margin, .uk-grid-large > * > .uk-panel + .uk-panel {
                margin-top: 40px;
            }
}

@media (min-width:1220px) {
    .uk-grid-large {
        margin-left: -50px;
    }

        .uk-grid-large > * {
            padding-left: 50px;
        }

            .uk-grid-large + .uk-grid-large, .uk-grid-large-margin, .uk-grid-large > * > .uk-panel + .uk-panel {
                margin-top: 50px;
            }
}

.uk-grid-divider:not(:empty) {
    margin-left: -20px;
    margin-right: -20px;
}

.uk-grid-divider > * {
    padding-left: 20px;
    padding-right: 20px;
}

.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 #e6e6e6;
}

@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 #e6e6e6;
    }
}

@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 #e6e6e6;
    }
}

@media (min-width:1220px) {
    .uk-grid-divider:not(:empty) {
        margin-left: -40px;
        margin-right: -40px;
    }

    .uk-grid-divider > * {
        padding-left: 40px;
        padding-right: 40px;
    }

    .uk-grid-divider:empty {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.uk-grid-divider:empty {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
}

.uk-grid-match > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .uk-grid-match > * > * {
        -ms-flex: none;
        -webkit-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

[class*=uk-grid-width] > * {
    -webkit-box-sizing: border-box;
    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;
}

@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%;
    }
}

@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%;
    }
}

@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%;
    }
}

@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%;
    }
}

[class*=uk-width] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.uk-width-1-1 {
    width: 100%;
}

.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
    width: 50%;
}

.uk-width-1-3, .uk-width-2-6 {
    width: 33.333%;
}

.uk-width-2-3, .uk-width-4-6 {
    width: 66.666%;
}

.uk-width-1-4 {
    width: 25%;
}

.uk-width-3-4 {
    width: 75%;
}

.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%;
}

.uk-width-1-6 {
    width: 16.666%;
}

.uk-width-5-6 {
    width: 83.333%;
}

.uk-width-1-10 {
    width: 10%;
}

.uk-width-3-10 {
    width: 30%;
}

.uk-width-7-10 {
    width: 70%;
}

.uk-width-9-10 {
    width: 90%;
}

@media (min-width:480px) {
    .uk-width-small-1-1 {
        width: 100%;
    }

    .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
        width: 50%;
    }

    .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%;
    }

    .uk-width-small-1-4 {
        width: 25%;
    }

    .uk-width-small-3-4 {
        width: 75%;
    }

    .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%;
    }

    .uk-width-small-1-6 {
        width: 16.666%;
    }

    .uk-width-small-5-6 {
        width: 83.333%;
    }

    .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%;
    }
}

@media (min-width:768px) {
    .uk-width-medium-1-1 {
        width: 100%;
    }

    .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
        width: 50%;
    }

    .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%;
    }

    .uk-width-medium-1-4 {
        width: 25%;
    }

    .uk-width-medium-3-4 {
        width: 75%;
    }

    .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%;
    }

    .uk-width-medium-1-6 {
        width: 16.666%;
    }

    .uk-width-medium-5-6 {
        width: 83.333%;
    }

    .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%;
    }
}

@media (min-width:960px) {
    .uk-width-large-1-1 {
        width: 100%;
    }

    .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
        width: 50%;
    }

    .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%;
    }

    .uk-width-large-1-4 {
        width: 25%;
    }

    .uk-width-large-3-4 {
        width: 75%;
    }

    .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%;
    }

    .uk-width-large-1-6 {
        width: 16.666%;
    }

    .uk-width-large-5-6 {
        width: 83.333%;
    }

    .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%;
    }
}

@media (min-width:1220px) {
    .uk-width-xlarge-1-1 {
        width: 100%;
    }

    .uk-width-xlarge-1-2, .uk-width-xlarge-2-4, .uk-width-xlarge-3-6, .uk-width-xlarge-5-10 {
        width: 50%;
    }

    .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%;
    }

    .uk-width-xlarge-1-4 {
        width: 25%;
    }

    .uk-width-xlarge-3-4 {
        width: 75%;
    }

    .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%;
    }

    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }

    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }

    .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%;
    }
}

@media (min-width:960px) {
    [class*=uk-pull-], [class*=uk-push-] {
        position: relative;
    }

    .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 {
        left: 50%;
    }

    .uk-push-1-3, .uk-push-2-6 {
        left: 33.333%;
    }

    .uk-push-2-3, .uk-push-4-6 {
        left: 66.666%;
    }

    .uk-push-1-4 {
        left: 25%;
    }

    .uk-push-3-4 {
        left: 75%;
    }

    .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%;
    }

    .uk-push-1-6 {
        left: 16.666%;
    }

    .uk-push-5-6 {
        left: 83.333%;
    }

    .uk-push-1-10 {
        left: 10%;
    }

    .uk-push-3-10 {
        left: 30%;
    }

    .uk-push-7-10 {
        left: 70%;
    }

    .uk-push-9-10 {
        left: 90%;
    }

    .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 {
        left: -50%;
    }

    .uk-pull-1-3, .uk-pull-2-6 {
        left: -33.333%;
    }

    .uk-pull-2-3, .uk-pull-4-6 {
        left: -66.666%;
    }

    .uk-pull-1-4 {
        left: -25%;
    }

    .uk-pull-3-4 {
        left: -75%;
    }

    .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%;
    }

    .uk-pull-1-6 {
        left: -16.666%;
    }

    .uk-pull-5-6 {
        left: -83.333%;
    }

    .uk-pull-1-10 {
        left: -10%;
    }

    .uk-pull-3-10 {
        left: -30%;
    }

    .uk-pull-7-10 {
        left: -70%;
    }

    .uk-pull-9-10 {
        left: -90%;
    }
}

.uk-panel {
    display: block;
    position: relative;
}

    .uk-panel, .uk-panel:hover {
        text-decoration: none;
    }

        .uk-panel:after, .uk-panel:before {
            content: "";
            display: table;
        }

        .uk-panel:after {
            clear: both;
        }

        .uk-panel > :not(.uk-panel-title):last-child {
            margin-bottom: 0;
        }

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #404040;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Lato';
}

    .uk-panel-title:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        margin: 0 0 0 -1px;
        background: #e22b85;
        bottom: -14px;
        left: 50%;
    }

.uk-panel-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.uk-panel-teaser {
    margin-bottom: 30px;
}

.uk-panel-body {
    padding: 40px;
}

.uk-panel-box {
    padding: 40px;
    background: none;
    color: #666666;
    border: 1px solid #e6e6e6;
}

.uk-panel-box-hover:hover {
    color: #666666;
}

.uk-panel-box .uk-panel-title {
    color: #404040;
}

.uk-panel-box .uk-panel-badge {
    top: 10px;
    right: 10px;
}

.uk-panel-box > .uk-panel-teaser {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
}

.uk-panel-box > .uk-nav-side {
    margin: 0 -40px;
}

.uk-panel-box-primary {
    background-color: #fff;
    color: #666666;
    border: 1px solid #fff;
}

.uk-panel-box-primary-hover:hover {
    color: #666666;
}

.uk-panel-box-primary .uk-panel-title {
    color: #404040;
}

.uk-panel-box-secondary {
    background-color: #ededed;
    color: #666666;
    border: 1px solid #ededed;
}

.uk-panel-box-secondary-hover:hover {
    color: #666666;
}

.uk-panel-box-secondary .uk-panel-title {
    color: #404040;
}

.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;
    }

.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #444;
    border: none;
    padding: 0;
}

    .uk-panel-header .uk-panel-title:after {
        left: 0;
        width: 100%;
    }

.uk-panel-space {
    padding: 30px;
}

    .uk-panel-space .uk-panel-badge {
        top: 30px;
        right: 30px;
    }

.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;
    }

@media (min-width:1220px) {
    .uk-panel + .uk-panel-divider {
        margin-top: 70px !important;
    }

        .uk-panel + .uk-panel-divider:before {
            top: -35px;
        }
}

@media (max-width:767px) {
    .uk-panel.uk-panel-box {
        padding: 20px;
    }
}

.uk-block {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .uk-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.uk-block:after, .uk-block:before {
    content: "";
    display: table;
}

.uk-block:after {
    clear: both;
}

.uk-block > :last-child {
    margin-bottom: 0;
}

.uk-block-large {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .uk-block-large {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width:960px) {
    .uk-block-large {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.uk-block-default {
    background: #fafafa;
}

.uk-block-muted {
    background: #f9f9f9;
}

.uk-block-primary {
    background: #00a8e6;
}

.uk-block-secondary {
    background: #222;
}

    .uk-block-default + .uk-block-default, .uk-block-muted + .uk-block-muted, .uk-block-primary + .uk-block-primary, .uk-block-secondary + .uk-block-secondary {
        padding-top: 0;
    }

.uk-article:after, .uk-article:before {
    content: "";
    display: table;
}

.uk-article:after {
    clear: both;
}

.uk-article > :last-child {
    margin-bottom: 0;
}

.uk-article + .uk-article {
    margin-top: 70px;
}

.uk-article-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: none;
    color: #333;
}

    .uk-article-title a {
        color: #333;
    }

        .uk-article-title a:hover {
            color: #e22b85;
        }

    .uk-article-title a {
        color: inherit;
        text-decoration: none;
    }

.uk-article-meta {
    font-size: 12px;
    line-height: 18px;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

.uk-article-lead {
    color: #666666;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.uk-article-divider {
    margin-bottom: 25px;
    border-color: #e6e6e6;
}

* + .uk-article-divider {
    margin-top: 25px;
}

.uk-article-meta > * + * {
    position: relative;
    margin: 0 0 0 30px;
}

.uk-article-meta > * + :after {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    width: 2px;
    height: 2px;
    background: #e22b85;
}

.uk-article-metabox {
    margin: 0 0 25px 0;
    font-size: 14px;
    color: #a6a6a6;
    letter-spacing: 1px;
    font-weight: normal;
}

    .uk-article-metabox span {
        color: #e22b85;
        padding: 0 5px 0 0;
    }

.uk-article-navbar {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0.001px;
}

    .uk-article-navbar li {
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        font-size: 16px;
    }

        .uk-article-navbar li.uk-social-button {
            padding: 0 5px;
        }

            .uk-article-navbar li.uk-social-button a {
                display: block;
                width: 28px;
                height: 28px;
                text-align: center;
                border-radius: 50px;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                font-size: 11px;
                color: #fff;
                background: #e22b85;
                border: 1px solid #e22b85;
            }

                .uk-article-navbar li.uk-social-button a.remove_favorite, .uk-article-navbar li.uk-social-button a:hover {
                    color: #e22b85;
                    background: #fff;
                    border: 1px solid #e22b85;
                }

        .uk-article-navbar li.uk-article-navbar-brack {
            margin: 0 0 0 -5px;
        }

        .uk-article-navbar li.uk-article-separate {
            position: relative;
            padding: 0 0 0 30px;
            letter-spacing: 1px;
        }

            .uk-article-navbar li.uk-article-separate a {
                font-weight: normal;
            }

            .uk-article-navbar li.uk-article-separate:before {
                content: "";
                position: absolute;
                top: 50%;
                width: 2px;
                height: 2px;
                left: 13px;
                background: #e22b85;
            }

            .uk-article-navbar li.uk-article-separate:nth-child(2) {
                padding: 0 0 0 10px;
            }

                .uk-article-navbar li.uk-article-separate:nth-child(2):before {
                    display: none !important;
                }

.uk-article-switcher {
    text-align: center;
}

    .uk-article-switcher .uk-article-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .uk-article-switcher .uk-article-meta {
        margin: 25px 0 5px 0 !important;
        font-size: 10px;
    }

        .uk-article-switcher .uk-article-meta a:after {
            margin-top: -1px;
        }

.uk-article-slideshow img {
    min-height: 400px;
}

.uk-article-slideshow .uk-article-title {
    margin: 10px 0 40px;
    max-width: 720px;
    font-size: 52px;
    line-height: 62px;
}

.uk-article-slideshow .uk-article-meta {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

    .uk-article-slideshow .uk-article-meta a {
        color: #e22b85 !important;
    }

        .uk-article-slideshow .uk-article-meta a:hover {
            color: #e22b85;
        }

.uk-article-list .uk-article-title {
    margin: 10px 0;
    color: #333;
}

    .uk-article-list .uk-article-title a {
        color: #333;
    }

        .uk-article-list .uk-article-title a:hover {
            color: #e22b85;
        }

.uk-article-list .uk-article-meta {
    margin: 0 0 15px 0;
}

.uk-article-list a > .uk-article-meta {
    margin-top: 35px;
}

.uk-article-list h2 + :not(.uk-article-metabox) {
    display: block;
    margin-top: 30px;
}

.uk-article-related {
    text-align: center;
    overflow: hidden;
}

    .uk-article-related a.uk-display-block {
        overflow: hidden;
    }

        .uk-article-related a.uk-display-block img {
            display: block;
        }

    .uk-article-related .uk-article-meta {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .uk-article-related .uk-article-metabox {
        margin-bottom: 0;
    }

    .uk-article-related .uk-article-title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px;
    }

.uk-article-inline {
    text-align: center;
}

    .uk-article-inline .uk-article-meta {
        margin-top: 20px;
    }

    .uk-article-inline .uk-article-metabox {
        margin-bottom: 0;
    }

    .uk-article-inline .uk-article-title {
        margin-top: 0;
        font-size: 28px;
        line-height: 34px;
        padding: 0 20px;
    }

    .uk-article-inline .uk-article-navbar {
        padding-top: 10px;
    }

        .uk-article-inline .uk-article-navbar li.uk-article-navbar-brack {
            margin: 0;
            padding: 10px 0 0 0;
            display: block !important;
        }

        .uk-article-inline .uk-article-navbar li:last-child {
            padding-right: 30px;
        }

            .uk-article-inline .uk-article-navbar li:last-child:after {
                content: "";
                position: absolute;
                top: 50%;
                width: 2px;
                height: 2px;
                right: 13px;
                background: #e22b85;
            }

.uk-article-featured .uk-article-meta {
    color: #fff;
}

.uk-article-featured .uk-overlay-panel {
    background: rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.uk-article-featured-label {
    background: #e22b85;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 12px !important;
    color: #fff !important;
    padding: 0 15px !important;
    line-height: 30px;
}

    .uk-article-featured-label:after {
        display: none;
    }

div.uk-article-featured-label {
    display: inline-block;
    margin-bottom: 25px;
}

.tm-blob-column-1 .uk-article-list .uk-article-title {
    text-align: center;
    padding: 0 30px;
}

.tm-blob-column-1 .uk-article-list .uk-article-meta, .tm-blob-column-1 .uk-article-list .uk-article-metabox {
    text-align: center;
}

.tm-blob-column-1 .uk-article-list .uk-article-comment-link {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.tm-blob-column-1 .uk-article-list .uk-flex {
    margin-top: 25px;
}

    .tm-blob-column-1 .uk-article-list .uk-flex .uk-article-navbar {
        margin-left: -5px;
    }

.tm-blob-column-1 .uk-article + .uk-article {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #e6e6e6;
}

.tm-blob-column-1 .uk-article:last-child {
    padding-bottom: 70px;
    border-bottom: 1px solid #e6e6e6;
}

.tm-blob-column-1 .tm-post-photo {
    margin-bottom: 35px;
}

.tm-blob-column-2, .tm-blob-full-width {
    text-align: center;
}

    .tm-blob-column-2 .uk-article-list a.uk-display-block + div.uk-text-center, .tm-blob-full-width .uk-article-list a.uk-display-block + div.uk-text-center {
        padding: 25px 0 0 0;
        margin-bottom: -5px;
    }

    .tm-blob-column-2 .uk-article-list .uk-article-metabox, .tm-blob-column-2 .uk-article-list .uk-article-title, .tm-blob-full-width .uk-article-list .uk-article-metabox, .tm-blob-full-width .uk-article-list .uk-article-title {
        text-align: center;
    }

    .tm-blob-column-2 .uk-article-list .uk-article-meta, .tm-blob-full-width .uk-article-list .uk-article-meta {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }

    .tm-blob-column-2 .uk-article-list .uk-article-metabox, .tm-blob-full-width .uk-article-list .uk-article-metabox {
        margin-bottom: 15px;
    }

    .tm-blob-column-2 .uk-article-list .uk-article-navbar, .tm-blob-full-width .uk-article-list .uk-article-navbar {
        padding-top: 15px;
        overflow: hidden;
    }

        .tm-blob-column-2 .uk-article-list .uk-article-navbar:after, .tm-blob-column-2 .uk-article-list .uk-article-navbar:before, .tm-blob-full-width .uk-article-list .uk-article-navbar:after, .tm-blob-full-width .uk-article-list .uk-article-navbar:before {
            content: "";
            position: absolute;
            top: 30px;
            width: 50%;
            height: 1px;
            background: #e6e6e6;
            z-index: 1;
        }

        .tm-blob-column-2 .uk-article-list .uk-article-navbar:before, .tm-blob-full-width .uk-article-list .uk-article-navbar:before {
            left: -80px;
        }

        .tm-blob-column-2 .uk-article-list .uk-article-navbar:after, .tm-blob-full-width .uk-article-list .uk-article-navbar:after {
            right: -80px;
        }

        .tm-blob-column-2 .uk-article-list .uk-article-navbar li.uk-article-navbar-brack, .tm-blob-full-width .uk-article-list .uk-article-navbar li.uk-article-navbar-brack {
            margin: 0;
            padding: 20px 0 0 0;
            display: block !important;
        }

        .tm-blob-column-2 .uk-article-list .uk-article-navbar li:last-child, .tm-blob-full-width .uk-article-list .uk-article-navbar li:last-child {
            padding-right: 30px;
        }

            .tm-blob-column-2 .uk-article-list .uk-article-navbar li:last-child:after, .tm-blob-full-width .uk-article-list .uk-article-navbar li:last-child:after {
                content: "";
                position: absolute;
                top: 50%;
                width: 2px;
                height: 2px;
                right: 13px;
                background: #e22b85;
            }

    .tm-blob-column-2 .uk-article-featured .uk-article-title, .tm-blob-full-width .uk-article-featured .uk-article-title {
        margin: 10px 0;
    }

    .tm-blob-column-2 .uk-article-featured .uk-article-navbar, .tm-blob-full-width .uk-article-featured .uk-article-navbar {
        overflow: hidden;
        padding: 10px 0;
    }

        .tm-blob-column-2 .uk-article-featured .uk-article-navbar:after, .tm-blob-column-2 .uk-article-featured .uk-article-navbar:before, .tm-blob-full-width .uk-article-featured .uk-article-navbar:after, .tm-blob-full-width .uk-article-featured .uk-article-navbar:before {
            content: "";
            position: absolute;
            top: 25px;
            width: 50%;
            height: 1px;
            background: rgba(255, 255, 255, 0.5);
            z-index: 1;
        }

        .tm-blob-column-2 .uk-article-featured .uk-article-navbar:before, .tm-blob-full-width .uk-article-featured .uk-article-navbar:before {
            left: -80px;
        }

        .tm-blob-column-2 .uk-article-featured .uk-article-navbar:after, .tm-blob-full-width .uk-article-featured .uk-article-navbar:after {
            right: -80px;
        }

        .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-navbar-brack, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-navbar-brack {
            margin: 0;
            padding: 20px 0 0 0;
            display: block !important;
        }

        .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-separate, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-separate {
            padding: 0 30px;
        }

            .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-separate a, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-separate a {
                color: inherit;
            }

            .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-separate:after, .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-separate:before, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-separate:after, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-separate:before {
                content: "";
                position: absolute;
                top: 50%;
                width: 2px;
                height: 2px;
                background: #fff;
            }

            .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-separate:before, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-separate:before {
                left: 13px;
            }

            .tm-blob-column-2 .uk-article-featured .uk-article-navbar li.uk-article-separate:after, .tm-blob-full-width .uk-article-featured .uk-article-navbar li.uk-article-separate:after {
                right: 13px;
            }

    .tm-blob-full-width .uk-list-featured {
        padding: 25px 0 0 0;
        margin-bottom: -5px;
    }

.tm-blob-column-2 {
    text-align: center;
}

    .tm-blob-column-2 .uk-article-featured .uk-article-title, .tm-blob-column-2 .uk-article-list .uk-article-title {
        font-size: 28px;
        line-height: 34px;
    }

    .tm-blob-column-2.tm-blob-column-without-sidebar article.uk-article {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }

.uk-article-details > .uk-panel {
    margin-bottom: 70px;
}

.uk-article-details .uk-article-featured-label {
    margin-bottom: 25px;
}

.uk-article-details .post-format-gallery.tm-post-photo {
    margin-bottom: 25px;
}

.uk-article-details .uk-article-meta {
    text-align: center;
    margin-top: 0 !important;
}

.uk-article-details .uk-article-metabox {
    text-align: center;
    font-size: 16px;
}

.uk-article-details h1 {
    text-align: center;
    color: #333;
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 25px;
}

.uk-article-details .uk-article-introtext {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    font-family: 'Merriweather';
}

.uk-article-details .uk-article-dropcaps:first-letter {
    color: #e22b85;
    font-size: 50px;
    line-height: 50px;
}

.uk-article-details .uk-article-tag {
    margin: 70px 0 25px 0;
}

    .uk-article-details .uk-article-tag span {
        float: left;
        line-height: 38px;
        font-size: 12px;
        color: #797979;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 0 15px 0 0;
    }

.uk-article-details .uk-article-content ol, .uk-article-details .uk-article-content p, .uk-article-details .uk-article-content ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

.uk-article-details .uk-article-content blockquote {
    margin-top: 5px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-article-details .uk-grid p:first-child {
    margin-top: 0;
}

.uk-article-details .uk-grid p:last-child {
    margin-bottom: 0;
}

.uk-article-details .uk-grid + :not(.uk-grid) {
    margin-top: 25px;
}

.uk-article-details .tm-caption {
    position: relative;
}

    .uk-article-details .tm-caption .tm-caption-text {
        background: #fafafa;
        color: #666666;
        font-size: 12px;
        font-style: italic;
        font-family: 'Merriweather';
        font-weight: normal;
        position: absolute;
        left: 0;
        padding: 10px 30px 0 0;
        bottom: -7px;
        margin: 0;
        line-height: 22px;
    }

.uk-article-details .tm-icon-menu ul {
    margin-top: 0 !important;
}

.tm-blob-frontpage > * > .uk-slidenav-position, .tm-related-posts-slider .uk-slider > *, .uk-article.uk-article-featured, .uk-article.uk-article-inline .uk-width-1-1 a.uk-display-block, .uk-article.uk-article-slideshow, .uk-article > a.uk-display-block {
    overflow: hidden;
}

    .uk-article.uk-article-featured .uk-cover-background, .uk-article.uk-article-inline .uk-width-1-1 a.uk-display-block img, .uk-article.uk-article-slideshow .uk-cover-background, .uk-article > a.uk-display-block img {
        -webkit-transition: opacity 1s ease 0.1s, -webkit-transform 1s ease 0.1s;
        transition: opacity 1s ease 0.1s, -webkit-transform 1s ease 0.1s;
        -o-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
        transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
        transition: opacity 1s ease 0.1s, transform 1s ease 0.1s, -webkit-transform 1s ease 0.1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .uk-article.uk-article-featured:hover .uk-cover-background, .uk-article.uk-article-inline .uk-width-1-1 a.uk-display-block:not(.post-format-image):not(.post-format-video):hover img, .uk-article.uk-article-slideshow:hover .uk-cover-background, .uk-article > a.uk-display-block:not(.post-format-image):not(.post-format-video):hover img {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }

@media (min-width:1220px) {
    .uk-article-details .tm-large-max-width-410 {
        max-width: 410px;
        margin-right: auto;
        margin-left: auto;
    }

    .uk-article-details .tm-large-max-width-810 {
        max-width: 810px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width:767px) {
    .uk-article-slideshow .uk-article-title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .uk-article-slideshow .uk-article-meta {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .uk-article-inline .uk-article-title, .uk-article-list .uk-article-title {
        font-size: 24px;
        line-height: 28px;
    }

    .uk-article-navbar {
        text-align: center;
    }

        .uk-article-navbar li.uk-article-navbar-brack {
            margin: 0;
            padding: 10px 0 0 0;
            display: block !important;
        }

        .uk-article-navbar li:last-child {
            padding-right: 30px;
        }

            .uk-article-navbar li:last-child:after {
                content: "";
                position: absolute;
                top: 50%;
                width: 2px;
                height: 2px;
                right: 13px;
                background: #e22b85;
            }

    .tm-blob-column-1 .uk-article-list {
        text-align: center;
    }

        .tm-blob-column-1 .uk-article-list .uk-flex .uk-article-navbar {
            margin: 0;
        }
}

.uk-comment-header {
    margin-bottom: 10px;
}

    .uk-comment-header:after, .uk-comment-header:before {
        display: block;
        clear: none !important;
    }

    .uk-comment-header > * {
        display: inline-block;
        vertical-align: middle;
    }

    .uk-comment-header .star-rating {
        margin-top: 7px;
    }

@media (max-width:768px) {
    .uk-comment-header .star-rating {
        float: none;
        margin-top: 15px;
    }
}

.uk-comment-header:after, .uk-comment-header:before {
    content: "";
    display: table;
}

.uk-comment-header:after {
    clear: both;
}

.uk-comment-avatar {
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.uk-comment-title {
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.uk-comment-meta {
    margin: 2px 0 0 0;
    font-size: 12px;
    line-height: 24px;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0 0 0 30px;
    position: relative;
}

    .uk-comment-meta:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 2px;
        height: 2px;
        left: 13px;
        margin-top: -1px;
        background: #e22b85;
    }

    .uk-comment-meta a {
        color: #333;
        font-weight: normal;
        padding: 0 0 0 5px;
    }

        .uk-comment-meta a:hover {
            color: #e22b85;
        }

.uk-comment-body > :last-child {
    margin-bottom: 0;
}

.uk-comment-list {
    padding: 0;
    list-style: none;
}

    .uk-comment-list .uk-comment + ul {
        margin: 40px 0 0 0;
        list-style: none;
    }

        .uk-comment-list .uk-comment + ul > li:nth-child(n+2), .uk-comment-list > li:nth-child(n+2) {
            margin-top: 40px;
        }

@media (min-width:768px) {
    .uk-comment-list .uk-comment + ul {
        padding-left: 110px;
    }
}

.uk-comment-list {
    margin-top: 55px;
    padding-bottom: 40px;
    border-top: 1px solid #e6e6e6;
}

    .uk-comment-list img.uk-comment-avatar {
        width: 90px;
        height: auto;
        display: block;
    }

    .uk-comment-list ul {
        border-top: 1px solid #e6e6e6;
    }

    .uk-comment-list li {
        border-top: 1px solid #e6e6e6;
        margin: 0;
        padding: 0;
    }

        .uk-comment-list li .uk-comment {
            padding: 40px 0;
        }

        .uk-comment-list li:first-child {
            border: none;
        }

    .uk-comment-list > li:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .uk-comment-list .uk-comment + ul, .uk-comment-list .uk-comment + ul > li:nth-child(n+2), .uk-comment-list > li:nth-child(n+2) {
        margin-top: 0;
    }

    .uk-comment-list .uk-comment-last-col {
        padding-left: 110px;
    }

.uk-comment-form h2 {
    font-weight: 300;
}

.uk-comment-form label {
    display: block;
    padding: 0 0 5px 0;
}

    .uk-comment-form label span {
        color: #e22b85;
        padding: 0 0 0 5px;
        position: relative;
        top: 5px;
    }

.uk-comment-form .uk-grid {
    margin-bottom: 20px;
}

.uk-comment-form .uk-form-row + .uk-form-row {
    margin-top: 25px;
}

.uk-comment-form .uk-form textarea {
    height: 180px;
    line-height: 22px;
    padding-top: 7px;
    padding-bottom: 9px;
    resize: none;
}

.uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.uk-cover {
    overflow: hidden;
}

.uk-cover-object {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[data-uk-cover] {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uk-position-cover {
    color: #fff;
}

    .uk-position-cover h2, .uk-position-cover h3, .uk-position-cover h4, .uk-position-cover h5 {
        color: #fff;
    }

.uk-nav, .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .uk-nav li > a {
        display: block;
        text-decoration: none;
    }

    .uk-nav > li > a {
        padding: 5px 15px;
    }

    .uk-nav ul {
        padding-left: 15px;
    }

        .uk-nav ul a {
            padding: 2px 0;
        }

    .uk-nav li > a > div {
        font-size: 14px;
        line-height: 20px;
    }

.uk-nav-header {
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

    .uk-nav-header:not(:first-child) {
        margin-top: 15px;
    }

.uk-nav-divider {
    margin: 9px 15px;
}

ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
}

.uk-nav-parent-icon > .uk-parent > a:after {
    content: "\f104";
    width: 26px;
    margin-right: -10px;
    float: right;
    font-family: FontAwesome;
    text-align: center;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: "\f107";
}

.uk-nav-side > li > a {
    color: #666666;
}

    .uk-nav-side > li > a:focus, .uk-nav-side > li > a:hover {
        background: none;
        color: #666666;
        outline: none;
    }

.uk-nav-side > li.uk-active > a {
    background: #e22b85;
    color: #fff;
}

.uk-nav-side .uk-nav-header {
    color: #666666;
}

.uk-nav-side .uk-nav-divider {
    border-top: 1px solid #e6e6e6;
}

.uk-nav-side ul a {
    color: #e22b85;
}

    .uk-nav-side ul a:hover {
        color: #e22b85;
    }

.uk-nav-dropdown > li > a {
    color: #666666;
}

    .uk-nav-dropdown > li > a:focus, .uk-nav-dropdown > li > a:hover {
        background: #e22b85;
        color: #fff;
        outline: none;
    }

.uk-nav-dropdown .uk-nav-header {
    color: #797979;
}

.uk-nav-dropdown .uk-nav-divider {
    border-top: 1px solid #e6e6e6;
}

.uk-nav-dropdown ul a {
    color: #e22b85;
}

    .uk-nav-dropdown ul a:hover {
        color: #e22b85;
    }

.uk-nav-navbar > li > a {
    color: #666666;
    padding: 5px 0 5px 17px;
    position: relative;
    text-align: left;
}

    .uk-nav-navbar > li > a:after {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 4px solid #e22b85;
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        left: 1px;
        top: 50%;
        margin-top: -2px;
    }

    .uk-nav-navbar > li.uk-active > a, .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li > a:hover {
        background: none;
        color: #e22b85;
        outline: none;
    }

.uk-nav-navbar .uk-nav-header {
    color: #797979;
}

.uk-nav-navbar .uk-nav-divider {
    border-top: 1px solid #e6e6e6;
}

.uk-nav-navbar ul a {
    color: #666666;
}

    .uk-nav-navbar ul a:hover {
        color: #e22b85;
    }

.uk-nav-offcanvas > li > a {
    color: #333;
    padding: 7px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

    .uk-nav-offcanvas > li > a:after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #e22b85;
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
    }

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
    background: none;
    color: #e22b85;
    outline: none;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: none;
    color: #e22b85;
}

.uk-nav-offcanvas .uk-nav-header {
    color: #777;
}

.uk-nav-offcanvas .uk-nav-divider {
    border-top: 1px solid #1a1a1a;
}

.uk-nav-offcanvas ul a {
    color: #ccc;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #fff;
}

.uk-dropdown .uk-nav > li.uk-parent > a {
    color: #333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    display: block;
    padding: 0 0 13px 0;
    line-height: 15px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .uk-dropdown .uk-nav > li.uk-parent > a:after {
        display: none;
    }

.uk-dropdown .uk-nav > li.uk-parent .uk-nav-sub {
    padding: 10px 0 0 0;
}

.uk-nav-navbar ul a {
    color: #666666;
    padding: 5px 0 5px 17px;
    position: relative;
    text-align: left;
}

    .uk-nav-navbar ul a:after {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 4px solid #e22b85;
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        left: 1px;
        top: 50%;
        margin-top: -2px;
    }

.uk-nav-navbar ul li.uk-active a, .uk-nav-navbar ul li a:hover {
    color: #e22b85;
}

.uk-nav-offcanvas > li .uk-nav-sub {
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

    .uk-nav-offcanvas > li .uk-nav-sub li a {
        padding: 5px 0 5px 20px;
        position: relative;
        color: #666666;
        font-size: 16px;
    }

        .uk-nav-offcanvas > li .uk-nav-sub li a:after {
            border-top: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-left: 4px solid #e22b85;
            content: "";
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3px;
        }

    .uk-nav-offcanvas > li .uk-nav-sub li.uk-active > a {
        color: #e22b85;
    }

    .uk-nav-offcanvas > li .uk-nav-sub ul {
        padding-left: 20px;
    }

.uk-nav-side > li {
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .uk-nav-side > li + li {
        margin-top: -1px;
    }

    .uk-nav-side > li > a {
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        display: block;
        padding: 7px 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .uk-nav-side > li.uk-active {
        border-color: #e22b85;
    }

.uk-navbar {
    background: #fff;
    color: #333;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .uk-navbar:after, .uk-navbar:before {
        content: "";
        display: table;
    }

    .uk-navbar:after {
        clear: both;
    }

.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .uk-navbar-nav > li {
        float: left;
        position: relative;
    }

        .uk-navbar-nav > li > a {
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-decoration: none;
            height: 60px;
            padding: 0 17px;
            line-height: 60px;
            color: #333;
            font-size: 16px;
            font-family: 'Alegreya Sans Light', sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .uk-navbar-nav > li > a[href='#'] {
                cursor: text;
            }

            .uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
                background-color: #fff;
                color: #e22b85;
                outline: none;
            }

                .uk-navbar-nav > li.uk-open > a:after, .uk-navbar-nav > li:hover > a:after, .uk-navbar-nav > li > a:focus:after {
                    width: 100%;
                }

            .uk-navbar-nav > li > a:active {
                background-color: #fff;
                color: #e22b85;
            }

                .uk-navbar-nav > li > a:active:after {
                    width: 100%;
                }

        .uk-navbar-nav > li.uk-active > a {
            background-color: #fff;
            color: #e22b85;
        }

            .uk-navbar-nav > li.uk-active > a:after {
                width: 100%;
            }

    .uk-navbar-nav .uk-navbar-nav-subtitle {
        line-height: 48px;
    }

.uk-navbar-nav-subtitle > div {
    margin-top: -17px;
    font-size: 10px;
    line-height: 12px;
}

.uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
    padding: 0 17px;
    float: left;
}

    .uk-navbar-brand:before, .uk-navbar-content:before, .uk-navbar-toggle:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
        padding-left: 0;
    }

    .uk-navbar-content > a:not([class]) {
        color: #07D;
    }

        .uk-navbar-content > a:not([class]):hover {
            color: #059;
        }

.uk-navbar-brand {
    font-size: 18px;
    color: #444;
    text-decoration: none;
}

    .uk-navbar-brand:focus, .uk-navbar-brand:hover {
        color: #444;
        text-decoration: none;
        outline: none;
    }

.uk-navbar-toggle {
    font-size: 17px;
    color: #b3b3b3;
    text-decoration: none;
}

    .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

    .uk-navbar-toggle:after {
        content: "\f0c9";
        font-family: FontAwesome;
        vertical-align: middle;
    }

.uk-navbar-toggle-alt:after {
    content: "\f002";
}

.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.uk-navbar-flip {
    float: right;
}

.uk-navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
}

    .uk-navbar-nav > li:after {
        content: "";
        width: 2px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: -1px;
        background: #e22b85;
    }

    .uk-navbar-nav > li:last-child:after {
        display: none;
    }

    .uk-navbar-nav > li > a:after {
        content: "";
        position: absolute;
        left: -1px;
        bottom: -1px;
        width: 0;
        height: 1px;
        background: #e22b85;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

.uk-subnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    list-style: none;
}

    .uk-subnav > * {
        -ms-flex: none;
        -webkit-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        padding-left: 10px;
        margin-top: 10px;
        position: relative;
    }

    .uk-subnav:after, .uk-subnav:before {
        content: "";
        display: block;
        overflow: hidden;
    }

    .uk-subnav:after {
        clear: both;
    }

    .uk-subnav > * {
        float: left;
    }

        .uk-subnav > * > * {
            display: inline-block;
            color: #666666;
        }

        .uk-subnav > * > :focus, .uk-subnav > * > :hover {
            color: #e22b85;
            text-decoration: none;
        }

    .uk-subnav > .uk-active > * {
        color: #e22b85;
    }

.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 #e6e6e6;
}

.uk-subnav-pill > * > * {
    padding: 3px 9px;
}

.uk-subnav-pill > * > :focus, .uk-subnav-pill > * > :hover {
    background: #eee;
    color: #666666;
    text-decoration: none;
    outline: none;
}

.uk-subnav-pill > .uk-active > * {
    background: #e22b85;
    color: #fff;
}

.uk-subnav > .uk-disabled > * {
    background: none;
    color: #797979;
    text-decoration: none;
    cursor: text;
}

.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 0.001px;
    font-weight: normal;
    letter-spacing: 1px;
}

    .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;
                content: "";
                position: absolute;
                display: block;
                top: 50%;
                left: 10px;
                width: 2px;
                height: 2px;
                background: #e22b85;
                margin: 0;
            }

            .uk-breadcrumb > li:not(.uk-active) > span {
                color: #797979;
            }

            .uk-breadcrumb > li:nth-child(n+2) {
                padding: 0 0 0 20px;
                position: relative;
            }

.uk-pagination {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0.001px;
}

    .uk-pagination:after, .uk-pagination:before {
        content: "";
        display: table;
    }

    .uk-pagination:after {
        clear: both;
    }

    .uk-pagination > li {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
    }

        .uk-pagination > li:nth-child(n+2) {
            margin-left: 5px;
        }

        .uk-pagination > li > a, .uk-pagination > li > span {
            display: inline-block;
            min-width: 34px;
            padding: 3px 5px;
            text-decoration: none;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            text-align: center;
            min-width: 38px;
            height: 38px;
            line-height: 38px;
            border: 1px solid #fafafa;
            padding: 0;
            font-weight: normal;
        }

        .uk-pagination > li > a {
            background: none;
            color: #333333;
        }

            .uk-pagination > li > a:focus, .uk-pagination > li > a:hover {
                background-color: none;
                color: #333333;
                outline: none;
                border: 1px solid #e6e6e6;
            }

            .uk-pagination > li > a:active {
                background-color: none;
                color: #333333;
                border: 1px solid #e6e6e6;
            }

    .uk-pagination > .uk-active > span {
        background: none;
        color: #333333;
        border: 1px solid #e22b85;
    }

    .uk-pagination > .uk-disabled > span {
        background-color: #f5f5f5;
        color: #999;
    }

.uk-pagination-previous {
    float: left;
}

.uk-pagination-next {
    float: right;
}

.uk-pagination-left {
    text-align: left;
}

.uk-pagination-right {
    text-align: right;
}

.uk-pagination {
    text-align: left;
    margin: 70px 0 80px 0;
}

    .uk-pagination li.older_posts {
        float: right;
    }

        .uk-pagination li.older_posts a {
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 0 20px;
            border: 1px solid #e6e6e6;
        }

            .uk-pagination li.older_posts a span {
                color: #797979;
                padding: 0 0 0 10px;
                font-size: 17px;
                display: inline-block;
                position: relative;
                top: 3px;
            }

            .uk-pagination li.older_posts a:hover {
                color: #333333;
                border: 1px solid #e22b85;
                background: none;
            }

                .uk-pagination li.older_posts a:hover span {
                    color: #797979;
                }

    .uk-pagination.uk-text-center {
        text-align: center;
    }

        .uk-pagination.uk-text-center li.older_posts {
            float: none;
        }

.uk-pagination-post li.uk-pagination-next a, .uk-pagination-post li.uk-pagination-previous a {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
}

    .uk-pagination-post li.uk-pagination-next a span, .uk-pagination-post li.uk-pagination-previous a span {
        color: #797979;
        padding: 0 0 0 10px;
        font-size: 17px;
        display: inline-block;
        position: relative;
        top: 3px;
    }

    .uk-pagination-post li.uk-pagination-next a:hover, .uk-pagination-post li.uk-pagination-previous a:hover {
        color: #333333;
        border: 1px solid #e22b85;
        background: none;
    }

        .uk-pagination-post li.uk-pagination-next a:hover span, .uk-pagination-post li.uk-pagination-previous a:hover span {
            color: #797979;
        }

    .uk-pagination-post li.uk-pagination-previous a span {
        padding: 0 10px 0 0;
    }

.tm-blob-frontpage + .uk-pagination {
    margin: 70px 0 80px 0 !important;
}

.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}

    .uk-tab:after, .uk-tab:before {
        content: "";
        display: table;
    }

    .uk-tab:after {
        clear: both;
    }

    .uk-tab > li {
        margin-bottom: -1px;
        float: left;
        position: relative;
    }

        .uk-tab > li > a {
            display: block;
            padding: 8px 15px 8px 15px;
            border: 1px solid transparent;
            border-bottom-width: 0;
            color: #333333;
            text-decoration: none;
            border: 1px solid #e6e6e6;
        }

            .uk-tab > li > a:after, .uk-tab > li > a:before {
                content: "";
                position: absolute;
                background: #e22b85;
                opacity: 0;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

        .uk-tab > li:nth-child(n+2) > a {
            margin-left: -1px;
        }

        .uk-tab > li.uk-open > a, .uk-tab > li > a:focus, .uk-tab > li > a:hover {
            border-color: #e22b85;
            background: none;
            color: #e22b85;
            outline: none;
            border-color: #e6e6e6;
        }

            .uk-tab > li.uk-open > a:before, .uk-tab > li > a:focus:before, .uk-tab > li > a:hover:before {
                top: 0;
                left: 0;
                width: 100%;
                height: 3px;
                opacity: 1;
            }

        .uk-tab > li.uk-open:not(.uk-active) > a, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li:not(.uk-active) > a:hover {
            margin-bottom: 1px;
            padding-bottom: 7px;
        }

        .uk-tab > li.uk-active > a {
            border-color: #e22b85;
            border-bottom-color: transparent;
            background: none;
            color: #e22b85;
            border-color: #e6e6e6;
            border-bottom: 1px solid transparent;
        }

            .uk-tab > li.uk-active > a:before {
                top: 0;
                left: 0;
                width: 100%;
                height: 3px;
                opacity: 1;
            }

        .uk-tab > li.uk-disabled > a {
            color: #b2b2b2;
            cursor: text;
        }

            .uk-tab > li.uk-disabled.uk-active > a, .uk-tab > li.uk-disabled > a:focus, .uk-tab > li.uk-disabled > a:hover {
                background: none;
                border-color: transparent;
            }

.uk-tab-flip > li {
    float: right;
}

    .uk-tab-flip > li:nth-child(n+2) > a {
        margin-left: 0;
        margin-right: -1px;
    }

.uk-tab > li.uk-tab-responsive > a {
    margin-left: 0;
    margin-right: 0;
}

.uk-tab-responsive > a:before {
    content: "\f0c9\00a0";
    font-family: FontAwesome;
}

.uk-tab-center {
    border-bottom: 1px solid #e6e6e6;
}

.uk-tab-center-bottom {
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
}

.uk-tab-center:after, .uk-tab-center:before {
    content: "";
    display: table;
}

.uk-tab-center:after {
    clear: both;
}

.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;
        }

.uk-tab-bottom {
    border-top: 1px solid #e6e6e6;
    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.uk-open:not(.uk-active) > a, .uk-tab-bottom > li:not(.uk-active) > a:focus, .uk-tab-bottom > li:not(.uk-active) > a:hover {
            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: #e22b85;
        }

.uk-tab-grid {
    margin-left: 1px;
    border-bottom: none;
    position: relative;
    z-index: 0;
}

    .uk-tab-grid:before {
        display: block;
        position: absolute;
        left: -1px;
        right: 0;
        bottom: -1px;
        border-top: 1px solid #e6e6e6;
        z-index: -1;
    }

    .uk-tab-grid > li:first-child > a {
        margin-left: -1px;
    }

    .uk-tab-grid > li > a {
        text-align: center;
    }

    .uk-tab-grid.uk-tab-bottom {
        border-top: none;
    }

        .uk-tab-grid.uk-tab-bottom:before {
            top: -1px;
            bottom: auto;
        }

@media (min-width:768px) {
    .uk-tab-left, .uk-tab-right {
        border-bottom: none;
    }

        .uk-tab-left > li, .uk-tab-right > li {
            margin-bottom: 0;
            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: -1px;
            }

            .uk-tab-left > li.uk-active > a, .uk-tab-right > li.uk-active > a {
                border-color: #e22b85;
            }

    .uk-tab-left {
        border-right: 1px solid #e6e6e6;
    }

        .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:focus, .uk-tab-left > li:not(.uk-active) > a:hover {
                margin-bottom: 0;
                margin-right: 1px;
                padding-bottom: 8px;
                padding-right: 14px;
            }

            .uk-tab-left > li.uk-active > a {
                border-right-color: transparent;
            }

    .uk-tab-right {
        border-left: 1px solid #e6e6e6;
    }

        .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:focus, .uk-tab-right > li:not(.uk-active) > a:hover {
                margin-bottom: 0;
                margin-left: 1px;
                padding-bottom: 8px;
                padding-left: 14px;
            }

            .uk-tab-right > li.uk-active > a {
                border-left-color: transparent;
            }
}

.uk-tab {
    border: none;
}

    .uk-tab > li {
        margin: 0;
    }

        .uk-tab > li > a {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 12px;
            font-weight: normal;
        }

        .uk-tab > li.is-active a {
            color: #e22b85;
            border-color: #e6e6e6;
            border-bottom: 1px solid transparent;
        }

            .uk-tab > li.is-active a:before {
                top: 0;
                left: 0;
                width: 100%;
                height: 3px;
                opacity: 1;
            }

        .uk-tab > li.uk-open:not(.uk-active) > a, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li:not(.uk-active) > a:hover {
            margin-bottom: 0;
            padding-bottom: 8px;
        }

.uk-tab-bottom {
    border: none;
}

    .uk-tab-bottom > li {
        margin: 0;
    }

        .uk-tab-bottom > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            border: 1px solid #e6e6e6;
        }

            .uk-tab-bottom > li > a:before {
                display: none;
            }

        .uk-tab-bottom > li.uk-open:not(.uk-active) > a, .uk-tab-bottom > li:not(.uk-active) > a:focus, .uk-tab-bottom > li:not(.uk-active) > a:hover {
            margin-top: 0;
            padding-top: 8px;
        }

        .uk-tab-bottom > li.uk-active > a {
            border: 1px solid #e6e6e6;
            border-top: 1px solid transparent;
        }

            .uk-tab-bottom > li.uk-active > a:after, .uk-tab-bottom > li > a:focus:after, .uk-tab-bottom > li > a:hover:after {
                bottom: 0;
                left: 0;
                height: 3px;
                width: 100%;
                opacity: 1;
            }

.tm-tabs-left-nav .uk-switcher.uk-margin, .tm-tabs-right-nav .uk-switcher.uk-margin {
    margin: 15px 0;
}

@media (min-width:768px) {
    .tm-tabs-left-nav .uk-switcher.uk-margin, .tm-tabs-right-nav .uk-switcher.uk-margin {
        margin: 0;
    }

    .uk-tab-left > li > a, .uk-tab-right > li > a {
        border: 1px solid #e6e6e6;
    }

        .uk-tab-left > li > a:before, .uk-tab-right > li > a:before {
            display: none;
        }

    .uk-tab-left > li:not(.uk-active) > a:focus, .uk-tab-left > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus, .uk-tab-right > li:not(.uk-active) > a:hover {
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .uk-tab-left > li.is-active > a, .uk-tab-left > li.uk-active > a {
        border: 1px solid #e6e6e6;
        border-right: 1px solid transparent;
    }

        .uk-tab-left > li.is-active > a:after, .uk-tab-left > li.uk-active > a:after, .uk-tab-left > li > a:focus:after, .uk-tab-left > li > a:hover:after {
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            opacity: 1;
        }

    .uk-tab-right > li.uk-active > a {
        border: 1px solid #e6e6e6;
        border-left: 1px solid transparent;
    }

        .uk-tab-right > li.uk-active > a:after, .uk-tab-right > li > a:focus:after, .uk-tab-right > li > a:hover:after {
            top: 0;
            right: 0;
            height: 100%;
            width: 3px;
            opacity: 1;
        }

    .tm-tabs-right-nav {
    }

        .tm-tabs-right-nav [class*=uk-pull-], .tm-tabs-right-nav [class*=uk-push-] {
            position: relative;
        }

        .tm-tabs-right-nav .uk-push-1-2, .tm-tabs-right-nav .uk-push-2-4, .tm-tabs-right-nav .uk-push-3-6, .tm-tabs-right-nav .uk-push-5-10 {
            left: 50%;
        }

        .tm-tabs-right-nav .uk-push-1-3, .tm-tabs-right-nav .uk-push-2-6 {
            left: 33.333%;
        }

        .tm-tabs-right-nav .uk-push-2-3, .tm-tabs-right-nav .uk-push-4-6 {
            left: 66.666%;
        }

        .tm-tabs-right-nav .uk-push-1-4 {
            left: 25%;
        }

        .tm-tabs-right-nav .uk-push-3-4 {
            left: 75%;
        }

        .tm-tabs-right-nav .uk-push-1-5, .tm-tabs-right-nav .uk-push-2-10 {
            left: 20%;
        }

        .tm-tabs-right-nav .uk-push-2-5, .tm-tabs-right-nav .uk-push-4-10 {
            left: 40%;
        }

        .tm-tabs-right-nav .uk-push-3-5, .tm-tabs-right-nav .uk-push-6-10 {
            left: 60%;
        }

        .tm-tabs-right-nav .uk-push-4-5, .tm-tabs-right-nav .uk-push-8-10 {
            left: 80%;
        }

        .tm-tabs-right-nav .uk-push-1-6 {
            left: 16.666%;
        }

        .tm-tabs-right-nav .uk-push-5-6 {
            left: 83.333%;
        }

        .tm-tabs-right-nav .uk-push-1-10 {
            left: 10%;
        }

        .tm-tabs-right-nav .uk-push-3-10 {
            left: 30%;
        }

        .tm-tabs-right-nav .uk-push-7-10 {
            left: 70%;
        }

        .tm-tabs-right-nav .uk-push-9-10 {
            left: 90%;
        }

        .tm-tabs-right-nav .uk-pull-1-2, .tm-tabs-right-nav .uk-pull-2-4, .tm-tabs-right-nav .uk-pull-3-6, .tm-tabs-right-nav .uk-pull-5-10 {
            left: -50%;
        }

        .tm-tabs-right-nav .uk-pull-1-3, .tm-tabs-right-nav .uk-pull-2-6 {
            left: -33.333%;
        }

        .tm-tabs-right-nav .uk-pull-2-3, .tm-tabs-right-nav .uk-pull-4-6 {
            left: -66.666%;
        }

        .tm-tabs-right-nav .uk-pull-1-4 {
            left: -25%;
        }

        .tm-tabs-right-nav .uk-pull-3-4 {
            left: -75%;
        }

        .tm-tabs-right-nav .uk-pull-1-5, .tm-tabs-right-nav .uk-pull-2-10 {
            left: -20%;
        }

        .tm-tabs-right-nav .uk-pull-2-5, .tm-tabs-right-nav .uk-pull-4-10 {
            left: -40%;
        }

        .tm-tabs-right-nav .uk-pull-3-5, .tm-tabs-right-nav .uk-pull-6-10 {
            left: -60%;
        }

        .tm-tabs-right-nav .uk-pull-4-5, .tm-tabs-right-nav .uk-pull-8-10 {
            left: -80%;
        }

        .tm-tabs-right-nav .uk-pull-1-6 {
            left: -16.666%;
        }

        .tm-tabs-right-nav .uk-pull-5-6 {
            left: -83.333%;
        }

        .tm-tabs-right-nav .uk-pull-1-10 {
            left: -10%;
        }

        .tm-tabs-right-nav .uk-pull-3-10 {
            left: -30%;
        }

        .tm-tabs-right-nav .uk-pull-7-10 {
            left: -70%;
        }

        .tm-tabs-right-nav .uk-pull-9-10 {
            left: -90%;
        }
}

@media (min-width:1220px) {
    .uk-tab > li > a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .uk-tab-left > li:not(.uk-active) > a:focus, .uk-tab-left > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus, .uk-tab-right > li:not(.uk-active) > a:hover {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.uk-thumbnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    list-style: none;
}

    .uk-thumbnav > * {
        -ms-flex: none;
        -webkit-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        padding-left: 10px;
        margin-top: 10px;
    }

    .uk-thumbnav:after, .uk-thumbnav:before {
        content: "";
        display: block;
        overflow: hidden;
    }

    .uk-thumbnav:after {
        clear: both;
    }

    .uk-thumbnav > * {
        float: left;
    }

        .uk-thumbnav > * > * {
            display: block;
            background: #fff;
        }

            .uk-thumbnav > * > * > img {
                opacity: 0.7;
                -webkit-transition: opacity 0.15s linear;
                -o-transition: opacity 0.15s linear;
                transition: opacity 0.15s linear;
            }

        .uk-thumbnav > * > :focus > img, .uk-thumbnav > * > :hover > img {
            opacity: 1;
        }

    .uk-thumbnav > .uk-active > * > img {
        opacity: 1;
    }

.uk-list {
    padding: 0;
    list-style: none;
}

    .uk-list > li:after, .uk-list > li:before {
        content: "";
        display: table;
    }

    .uk-list > li:after {
        clear: both;
    }

    .uk-list > li > :last-child {
        margin-bottom: 0;
    }

    .uk-list ul {
        margin: 0;
        padding-left: 20px;
        list-style: none;
    }

.uk-list-line > li:nth-child(n+2) {
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
}

.uk-list-striped > li {
    padding: 5px 5px;
}

    .uk-list-striped > li:nth-of-type(odd) {
        background: #f5f5f5;
    }

.uk-list-space > li:nth-child(n+2) {
    margin-top: 10px;
}

.uk-article-details ol:not([class]), .uk-article-details ul:not([class]), ol.uk-list-style, ul.uk-list-style {
    padding: 0;
    list-style: none;
}

    .uk-article-details ol:not([class]), .uk-article-details ul:not([class]) li ol, ol.uk-list-style, ul.uk-list-style li ol {
        counter-reset: point;
    }

        .uk-article-details ol:not([class]) li, .uk-article-details ul:not([class]) li, ol.uk-list-style li, ul.uk-list-style li {
            padding: 0 0 25px 50px;
            position: relative;
        }

            .uk-article-details ol:not([class]) li:last-child, .uk-article-details ul:not([class]) li:last-child, ol.uk-list-style li:last-child, ul.uk-list-style li:last-child {
                padding-bottom: 0;
            }

            .uk-article-details ol:not([class]) li:before, .uk-article-details ul:not([class]) li ol li:before, ol.uk-list-style li:before, ul.uk-list-style li ol li:before {
                color: #666666;
                content: counter(point, decimal);
                counter-increment: point 1;
                font-weight: normal;
                font-size: 12px;
                left: 0;
                position: absolute;
                text-align: center;
                top: -4px;
                width: 32px;
                height: 32px;
                line-height: 32px;
                border: 1px solid #e6e6e6;
            }

            .uk-article-details ol:not([class]) li ul li:before, .uk-article-details ul:not([class]) li:before, ol.uk-list-style li ul li:before, ul.uk-list-style li:before {
                content: "";
                left: 17px;
                position: absolute;
                top: 10px;
                width: 6px;
                height: 6px;
                background: #e22b85;
                counter-increment: none;
            }

            .uk-article-details ol:not([class]) li p, .uk-article-details ul:not([class]) li p, ol.uk-list-style li p, ul.uk-list-style li p {
                padding: 0;
                margin: 0;
            }

@media (min-width:768px) {
    .uk-description-list-horizontal {
        overflow: hidden;
    }

        .uk-description-list-horizontal > dt {
            width: 160px;
            float: left;
            clear: both;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .uk-description-list-horizontal > dd {
            margin-left: 180px;
        }
}

.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 #e6e6e6;
    }

.uk-description-list-line > dd {
    color: #797979;
}

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

* + .uk-table {
    margin-top: 15px;
}

.uk-table td, .uk-table th {
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
}

.uk-table th {
    text-align: left;
}

.uk-table td {
    vertical-align: top;
}

.uk-table thead th {
    vertical-align: bottom;
}

.uk-table caption, .uk-table tfoot {
    font-size: 12px;
    font-style: italic;
}

.uk-table caption {
    text-align: left;
    color: #333;
}

.uk-table tbody tr.uk-active {
    background: #fff;
}

.uk-table-middle, .uk-table-middle td {
    vertical-align: middle !important;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.uk-table-condensed td {
    padding: 4px 8px;
}

.uk-table-hover tbody tr:hover {
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.uk-table th {
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.uk-table-condensed td, .uk-table-condensed th {
    padding: 4px 8px;
}

.uk-overflow-container .uk-table th {
    white-space: nowrap;
}

.uk-table tfoot {
    font-size: 16px;
}

.uk-form input, .uk-form select, .uk-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}

.uk-form select {
    text-transform: none;
}

.uk-form optgroup {
    font: inherit;
    font-weight: bold;
}

.uk-form input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-form input[type=checkbox], .uk-form input[type=radio] {
    padding: 0;
}

    .uk-form input[type=checkbox]:not(:disabled), .uk-form input[type=radio]:not(:disabled) {
        cursor: pointer;
    }

.uk-form input:not([type]), .uk-form input[type=datetime], .uk-form input[type=email], .uk-form input[type=number], .uk-form input[type=password], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=text], .uk-form input[type=url], .uk-form textarea {
    -webkit-appearance: none;
}

    .uk-form input[type=search]::-webkit-search-cancel-button, .uk-form input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    .uk-form input[type=number]::-webkit-inner-spin-button, .uk-form input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

.uk-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.uk-form textarea {
    overflow: auto;
    vertical-align: top;
}

.uk-form ::-moz-placeholder {
    opacity: 1;
}

.uk-form :invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.uk-form input:not([type=radio]):not([type=checkbox]), .uk-form select {
    vertical-align: middle;
}

.uk-form > :last-child {
    margin-bottom: 0;
}

.uk-form input:not([type]), .uk-form input[type=color], .uk-form input[type=date], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=email], .uk-form input[type=month], .uk-form input[type=number], .uk-form input[type=password], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=text], .uk-form input[type=time], .uk-form input[type=url], .uk-form input[type=week], .uk-form select, .uk-form textarea {
    height: 40px;
    max-width: 100%;
    padding: 4px 12px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #666666;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .uk-form input:not([type]):focus, .uk-form input[type=color]:focus, .uk-form input[type=date]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=email]:focus, .uk-form input[type=month]:focus, .uk-form input[type=number]:focus, .uk-form input[type=password]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=text]:focus, .uk-form input[type=time]:focus, .uk-form input[type=url]:focus, .uk-form input[type=week]:focus, .uk-form select:focus, .uk-form textarea:focus {
        border-color: #e22b85;
        outline: 0;
        background: #fff;
        color: #666666;
    }

    .uk-form input:not([type]):disabled, .uk-form input[type=color]:disabled, .uk-form input[type=date]:disabled, .uk-form input[type=datetime]:disabled, .uk-form input[type=datetime-local]:disabled, .uk-form input[type=email]:disabled, .uk-form input[type=month]:disabled, .uk-form input[type=number]:disabled, .uk-form input[type=password]:disabled, .uk-form input[type=search]:disabled, .uk-form input[type=tel]:disabled, .uk-form input[type=text]:disabled, .uk-form input[type=time]:disabled, .uk-form input[type=url]:disabled, .uk-form input[type=week]:disabled, .uk-form select:disabled, .uk-form textarea:disabled {
        border-color: #e6e6e6;
        background-color: #f5f5f5;
        color: #797979;
    }

.uk-form :-ms-input-placeholder {
    color: #797979 !important;
}

.uk-form ::-moz-placeholder {
    color: #797979;
}

.uk-form ::-webkit-input-placeholder {
    color: #797979;
}

.uk-form :disabled:-ms-input-placeholder {
    color: #797979 !important;
}

.uk-form :disabled::-moz-placeholder {
    color: #797979;
}

.uk-form :disabled::-webkit-input-placeholder {
    color: #797979;
}

.uk-form legend {
    width: 100%;
    border: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
}

    .uk-form legend:after {
        content: "";
        display: block;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
    }

input:not([type]).uk-form-small, input[type].uk-form-small, select.uk-form-small, textarea.uk-form-small {
    height: 35px;
    padding: 3px 3px;
    font-size: 14px;
}

input:not([type]).uk-form-large, input[type].uk-form-large, select.uk-form-large, textarea.uk-form-large {
    height: 45px;
    padding: 8px 6px;
    font-size: 18px;
}

.uk-form select[multiple], .uk-form select[size], .uk-form textarea {
    height: auto;
}

.uk-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}

.uk-form-success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #659f13 !important;
}

.uk-form-blank {
    border-color: transparent !important;
    border-style: dashed !important;
    background: none !important;
}

    .uk-form-blank:focus {
        border-color: #e6e6e6 !important;
    }

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;
}

.uk-form-row:after, .uk-form-row:before {
    content: "";
    display: table;
}

.uk-form-row:after {
    clear: both;
}

.uk-form-row + .uk-form-row {
    margin-top: 20px;
}

.uk-form-help-inline {
    display: inline-block;
    margin: 0 0 0 10px;
}

.uk-form-help-block {
    margin: 5px 0 0 0;
}

.uk-form-controls > :first-child {
    margin-top: 0;
}

.uk-form-controls > :last-child {
    margin-bottom: 0;
}

.uk-form-controls-condensed {
    margin: 5px 0;
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

@media (max-width:959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: inherit;
        font-weight: inherit;
        margin: 0;
    }
}

@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;
    }

    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 5px;
    }
}

.uk-form-icon {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

    .uk-form-icon > [class*=uk-icon-] {
        position: absolute;
        top: 50%;
        width: 30px;
        margin-top: -8px;
        font-size: 16px;
        color: #797979;
        text-align: center;
        pointer-events: none;
    }

    .uk-form-icon:not(.uk-form-icon-flip) > input {
        padding-left: 30px !important;
    }

.uk-form-icon-flip > [class*=uk-icon-] {
    right: 0;
}

.uk-form-icon-flip > input {
    padding-right: 30px !important;
}

.uk-form label {
    padding-bottom: 5px;
    display: inline-block;
}

    .uk-form label span {
        color: #e22b85;
    }

    .uk-form label + label {
        margin-left: 30px;
    }

input.style-checkbox {
    display: none !important;
}

    input.style-checkbox + span {
        color: inherit;
        display: inline-block;
    }

    input.style-checkbox + label, input.style-checkbox + span {
        padding-left: 30px;
        position: relative;
        cursor: pointer;
    }

        input.style-checkbox + label:before, input.style-checkbox + span:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            border: 1px solid #e6e6e6;
            background: #fff;
            width: 13px;
            height: 13px;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

        input.style-checkbox + label:after, input.style-checkbox + span:after {
            content: "";
            position: absolute;
            top: 9px;
            left: 4px;
            background: #e22b85;
            width: 7px;
            height: 7px;
            opacity: 0;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

        input.style-checkbox + label:hover:before, input.style-checkbox + span:hover:before {
            border: 1px solid #e22b85;
        }

    input.style-checkbox:checked + label:after, input.style-checkbox:checked + span:after {
        opacity: 1;
    }

input.style-radio {
    display: none !important;
}

    input.style-radio + span {
        color: inherit;
        display: inline-block;
    }

    input.style-radio + label, input.style-radio + span {
        padding: 0 0 0 30px;
        position: relative;
        cursor: pointer;
        color: #333;
    }

        input.style-radio + label:before, input.style-radio + span:before {
            content: "";
            position: absolute;
            top: 6px;
            left: 0;
            border: 1px solid #e6e6e6;
            background: #fff;
            width: 13px;
            height: 13px;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

        input.style-radio + label:after, input.style-radio + span:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 4px;
            background: #e22b85;
            width: 7px;
            height: 7px;
            opacity: 0;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

        input.style-radio + label:hover:before, input.style-radio + span:hover:before {
            border: 1px solid #e22b85;
        }

    input.style-radio:checked + label:after, input.style-radio:checked + span:after {
        opacity: 1;
    }

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #666666;
    text-transform: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    background: none;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #e6e6e6;
    font-weight: normal;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .uk-button:not(:disabled) {
        cursor: pointer;
    }

    .uk-button:focus, .uk-button:hover {
        background-color: none;
        color: #666666;
        outline: none;
        text-decoration: none;
        border: 1px solid #e22b85;
    }

    .uk-button.uk-active, .uk-button:active {
        background-color: none;
        color: #666666;
        border: 1px solid #e22b85;
    }

.uk-button-primary {
    background-color: #e22b85;
    color: #fff;
    border: 1px solid #e22b85;
}

    .uk-button-primary:focus, .uk-button-primary:hover {
        background-color: none;
        color: #333;
        border: 1px solid #e22b85;
        background: none;
    }

    .uk-button-primary.uk-active, .uk-button-primary:active {
        background-color: none;
        color: #333;
        border: 1px solid #e22b85;
        background: none;
    }

.uk-button-success {
    background-color: #97d3a7;
    color: #fff;
    border: 1px solid #97d3a7;
}

    .uk-button-success:focus, .uk-button-success:hover {
        background-color: #97d3a7;
        color: #fff;
        border: 1px solid #97d3a7;
    }

    .uk-button-success.uk-active, .uk-button-success:active {
        background-color: #97d3a7;
        color: #fff;
        border: 1px solid #97d3a7;
    }

.uk-button-danger {
    background-color: #ff9292;
    color: #fff;
    border: 1px solid #ff9292;
}

    .uk-button-danger:focus, .uk-button-danger:hover {
        background-color: #ff9292;
        color: #fff;
        border: 1px solid #ff9292;
    }

    .uk-button-danger.uk-active, .uk-button-danger:active {
        background-color: #ff9292;
        color: #fff;
        border: 1px solid #ff9292;
    }

.uk-button:disabled {
    background-color: none;
    color: #797979;
    border: 1px solid #e6e6e6;
    background: none;
}

.uk-button-link, .uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:disabled, .uk-button-link:focus, .uk-button-link:hover {
    border-color: transparent;
    background: none;
}

.uk-button-link {
    color: #e22b85;
}

    .uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:focus, .uk-button-link:hover {
        color: #e22b85;
        text-decoration: underline;
    }

    .uk-button-link:disabled {
        color: #797979;
    }

    .uk-button-link:focus {
        outline: 1px dotted;
    }

.uk-button-mini {
    min-height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 9px;
}

.uk-button-small {
    min-height: 35px;
    padding: 0 25px;
    line-height: 35px;
    font-size: 10px;
}

.uk-button-large {
    min-height: 45px;
    padding: 0 40px;
    line-height: 45px;
    font-size: 14px;
}

.uk-button-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0.001px;
    white-space: nowrap;
}

    .uk-button-group > * {
        display: inline-block;
    }

    .uk-button-group .uk-button {
        vertical-align: top;
    }

.uk-button-dropdown {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

input.uk-button:not(.uk-button-primary) {
    font-size: 12px;
    font-weight: normal;
    background: none;
    color: #333333;
    border: 1px solid #e22b85;
}

    input.uk-button:not(.uk-button-primary):hover {
        background: #e22b85;
        border: 1px solid #e22b85;
        color: #fff;
    }

    input.uk-button:not(.uk-button-primary):active {
        background: #e22b85;
        border: 1px solid #e22b85;
        color: #fff;
    }

@font-face {
    font-family: 'FontAwesome';
    src: url("/nd/src/assets/uikit/fonts/fontawesome-webfont.woff2") format('woff2'), url("/nd/src/assets/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("/nd/src/assets/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class*=uk-icon-] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    [class*=uk-icon-], [class*=uk-icon-]:focus, [class*=uk-icon-]:hover {
        text-decoration: none;
    }

.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%;
}

.uk-icon-justify {
    width: 1em;
    text-align: center;
}

.uk-icon-spin {
    display: inline-block;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}

.uk-icon-hover {
    color: #797979;
}

    .uk-icon-hover:hover {
        color: #666666;
    }

.uk-icon-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #eee;
    line-height: 35px;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

    .uk-icon-button:focus, .uk-icon-button:hover {
        background-color: #f5f5f5;
        color: #666666;
        outline: none;
    }

    .uk-icon-button:active {
        background-color: #ddd;
        color: #666666;
    }

.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-close:before, .uk-icon-remove: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-cog:before, .uk-icon-gear: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-repeat:before, .uk-icon-rotate-right: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-image:before, .uk-icon-photo: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-exclamation-triangle:before, .uk-icon-warning: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-cogs:before, .uk-icon-gears: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-floppy-o:before, .uk-icon-save:before {
    content: "\f0c7";
}

.uk-icon-square:before {
    content: "\f0c8";
}

.uk-icon-bars:before, .uk-icon-navicon:before, .uk-icon-reorder: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-sort:before, .uk-icon-unsorted:before {
    content: "\f0dc";
}

.uk-icon-sort-desc:before, .uk-icon-sort-down:before {
    content: "\f0dd";
}

.uk-icon-sort-asc:before, .uk-icon-sort-up: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-gavel:before, .uk-icon-legal: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-bolt:before, .uk-icon-flash:before {
    content: "\f0e7";
}

.uk-icon-sitemap:before {
    content: "\f0e8";
}

.uk-icon-umbrella:before {
    content: "\f0e9";
}

.uk-icon-clipboard:before, .uk-icon-paste: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-chain-broken:before, .uk-icon-unlink: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-caret-square-o-down:before, .uk-icon-toggle-down:before {
    content: "\f150";
}

.uk-icon-caret-square-o-up:before, .uk-icon-toggle-up:before {
    content: "\f151";
}

.uk-icon-caret-square-o-right:before, .uk-icon-toggle-right:before {
    content: "\f152";
}

.uk-icon-eur:before, .uk-icon-euro:before {
    content: "\f153";
}

.uk-icon-gbp:before {
    content: "\f154";
}

.uk-icon-dollar:before, .uk-icon-usd:before {
    content: "\f155";
}

.uk-icon-inr:before, .uk-icon-rupee:before {
    content: "\f156";
}

.uk-icon-cny:before, .uk-icon-jpy:before, .uk-icon-rmb:before, .uk-icon-yen:before {
    content: "\f157";
}

.uk-icon-rouble:before, .uk-icon-rub:before, .uk-icon-ruble:before {
    content: "\f158";
}

.uk-icon-krw:before, .uk-icon-won: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-caret-square-o-left:before, .uk-icon-toggle-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-try:before, .uk-icon-turkish-lira: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-bank:before, .uk-icon-institution:before, .uk-icon-university:before {
    content: "\f19c";
}

.uk-icon-graduation-cap:before, .uk-icon-mortar-board: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-image-o:before, .uk-icon-file-photo-o:before, .uk-icon-file-picture-o:before {
    content: "\f1c5";
}

.uk-icon-file-archive-o:before, .uk-icon-file-zip-o:before {
    content: "\f1c6";
}

.uk-icon-file-audio-o:before, .uk-icon-file-sound-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-ring:before, .uk-icon-life-saver:before, .uk-icon-support:before {
    content: "\f1cd";
}

.uk-icon-circle-o-notch:before {
    content: "\f1ce";
}

.uk-icon-ra:before, .uk-icon-rebel:before {
    content: "\f1d0";
}

.uk-icon-empire:before, .uk-icon-ge: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-paper-plane:before, .uk-icon-send:before {
    content: "\f1d8";
}

.uk-icon-paper-plane-o:before, .uk-icon-send-o:before {
    content: "\f1d9";
}

.uk-icon-history:before {
    content: "\f1da";
}

.uk-icon-circle-thin:before, .uk-icon-genderless: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-futbol-o:before, .uk-icon-soccer-ball-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-ils:before, .uk-icon-shekel:before, .uk-icon-sheqel: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-bed:before, .uk-icon-hotel: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-0:before, .uk-icon-battery-empty:before {
    content: "\f244";
}

.uk-icon-battery-1:before, .uk-icon-battery-quarter:before {
    content: "\f243";
}

.uk-icon-battery-2:before, .uk-icon-battery-half:before {
    content: "\f242";
}

.uk-icon-battery-3:before, .uk-icon-battery-three-quarters:before {
    content: "\f241";
}

.uk-icon-battery-4:before, .uk-icon-battery-full: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-paper-o:before, .uk-icon-hand-stop-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-television:before, .uk-icon-tv: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-y-combinator:before, .uk-icon-yc:before {
    content: "\f23b";
}

.uk-icon-y-combinator-square:before, .uk-icon-yc-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-fa:before, .uk-icon-font-awesome: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";
}

@font-face {
    font-family: 'deepsoul';
    src: url("/nd/src/assets/uikit/fonts/deepsoul.eot");
    src: url("/nd/src/assets/uikit/fonts/deepsoul.eot") format('embedded-opentype'), url("/nd/src/assets/uikit/fonts/deepsoul.ttf") format('truetype'), url("/nd/src/assets/uikit/fonts/deepsoul.woff") format('woff'), url("/nd/src/assets/uikit/fonts/deepsoul.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*=tm-icon-] {
    font-family: 'deepsoul' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-icon-user:before {
    content: "\e600";
}

.tm-icon-compare:before {
    content: "\e601";
}

.tm-icon-favorite:before {
    content: "\e602";
}

.tm-icon-favorite-o:before {
    content: "\e635";
}

.tm-icon-eclat-plane:before {
    content: "\e607";
}

.tm-icon-eclat-long-arr-right:before {
    content: "\e608";
}

.tm-icon-eclat-long-arr-left:before {
    content: "\e609";
}

.tm-icon-eclat-long-arr-up:before {
    content: "\e60a";
}

.tm-icon-eclat-long-arr-down:before {
    content: "\e60b";
}

.tm-icon-eclat-wallet:before {
    content: "\e60c";
}

.tm-icon-eclat-percent:before {
    content: "\e60d";
}

.tm-icon-eclat-purse:before {
    content: "\e60e";
}

.tm-icon-eclat-calendar:before {
    content: "\e60f";
}

.tm-icon-eclat-like:before {
    content: "\e610";
}

.tm-icon-eclat-arr-right:before {
    content: "\e611";
}

.tm-icon-eclat-arr-left:before {
    content: "\e612";
}

.tm-icon-eclat-cancel-small:before {
    content: "\e613";
}

.tm-icon-eclat-cancel:before {
    content: "\e614";
}

.tm-icon-eclat-grid:before {
    content: "\e615";
}

.tm-icon-eclat-list:before {
    content: "\e616";
}

.tm-icon-eclat-config:before {
    content: "\e617";
}

.tm-icon-eclat-small-arr-right:before {
    content: "\e618";
}

.tm-icon-eclat-small-arr-left:before {
    content: "\e619";
}

.tm-icon-eclat-small-arr-top:before {
    content: "\e605";
}

.tm-icon-eclat-small-arr-down:before {
    content: "\e604";
}

.tm-icon-eclat-check:before {
    content: "\e61a";
}

.tm-icon-eclat-star-o:before {
    content: "\e61d";
}

.tm-icon-eclat-star:before {
    content: "\e61e";
}

.tm-icon-eclat-back:before {
    content: "\e61f";
}

.tm-icon-eclat-map:before {
    content: "\e622";
}

.tm-icon-eclat-mail:before {
    content: "\e624";
}

.tm-icon-eclat-phone:before {
    content: "\e625";
}

.tm-icon-eclat-cup:before {
    content: "\e626";
}

.tm-icon-eclat-tag:before {
    content: "\e627";
}

.tm-icon-eclat-social:before {
    content: "\e629";
}

.tm-icon-eclat-plus:before {
    content: "\e634";
}

.tm-icon-eclat-minus:before {
    content: "\e61b";
}

.tm-icon-eclat-bags:before {
    content: "\e636";
}

.tm-icon-eclat-foto:before {
    content: "\e638";
}

.tm-icon-eclat-image:before {
    content: "\e639";
}

.tm-icon-eclat-tooltip:before {
    content: "\e63a";
}

.tm-icon-eclat-empty-cart:before {
    content: "\e63b";
}

.tm-icon-eclat-quick-view:before {
    content: "\e800";
}

.tm-icon-angle-up:before {
    content: "\e900";
}

.tm-icon-angle-down:before {
    content: "\e901";
}

.tm-icon-angle-right:before {
    content: "\e902";
}

.tm-icon-angle-left:before {
    content: "\e903";
}

.tm-icon-search:before {
    content: "\e904";
}

.tm-icon-long-arrow-right:before {
    content: "\e905";
}

.tm-icon-long-arrow-left:before {
    content: "\e906";
}

.tm-icon-long-arrow-up:before {
    content: "\e907";
}

.tm-icon-long-arrow-down:before {
    content: "\e908";
}

.tm-icon-quote:before {
    content: "\e909";
}

.tm-icon-plus:before {
    content: "\e90b";
}

.tm-icon-minus:before {
    content: "\e90c";
}

.tm-icon-cancel:before, .tm-icon-exit:before {
    content: "\e90d";
}

.tm-icon-cancel-big:before {
    content: "\e90a";
}

.tm-icon-play-round:before {
    content: "\e90e";
}

.tm-icon-play:before {
    content: "\e90f";
}

.tm-icon-stop:before {
    content: "\e910";
}

.tm-icon-zoom:before {
    content: "\e911";
}

.tm-icon-cart:before {
    content: "\e95c";
}

.tm-icon-info:before {
    content: "\e95d";
}

.tm-icon-warning:before {
    content: "\e95e";
}

.tm-icon-error:before {
    content: "\e95f";
}

.tm-icon-plus-in-circle:before {
    content: "\e63c";
}

.tm-icon-clock:before {
    content: "\e623";
}

.tm-icon-play-in-circle:before {
    content: "\e637";
}

.tm-icon-question:before {
    content: "\e632";
}

.tm-icon-smile:before {
    content: "\e621";
}

.tm-icon-reload:before {
    content: "\e620";
}

.tm-icon-comment:before {
    content: "\e61c";
}

.tm-icon-global:before {
    content: "\e633";
}

.tm-icon-success:before {
    content: "\e960";
}

.tm-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tm-icons li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

        .tm-icons li [class*=tm-icon-], .tm-icons li [class*=uk-icon-] {
            display: inline-block;
            vertical-align: middle;
            width: 48px;
            height: 48px;
            font-size: 22px;
            text-align: center;
            line-height: 48px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            background: #e22b85;
            color: #fff;
            border: 1px solid #e22b85;
            margin: 0;
            transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

            .tm-icons li [class*=tm-icon-]:hover, .tm-icons li [class*=uk-icon-]:hover {
                color: #e22b85;
                background: #fff;
                border: 1px solid #e22b85;
            }

.uk-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-close {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: transparent;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
    color: #b3b3b3;
    border: 1px solid #e6e6e6;
    background: #fff;
}

    .uk-close:after {
        display: block;
        content: "\f00d";
        font-family: FontAwesome;
    }

    .uk-close:focus, .uk-close:hover {
        opacity: 0.5;
        outline: none;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

.uk-close-alt {
    padding: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}

    .uk-close-alt:focus, .uk-close-alt:hover {
        opacity: 1;
    }

    .uk-close-alt:after {
        opacity: 0.5;
    }

    .uk-close-alt:focus:after, .uk-close-alt:hover:after {
        opacity: 0.8;
    }

    .uk-close-alt:after, .uk-close-alt:focus, .uk-close-alt:focus:after, .uk-close-alt:hover, .uk-close-alt:hover:after {
        opacity: 1;
    }

.uk-close:after {
    display: block;
    content: "\e90d";
    font-family: 'deepsoul';
}

.uk-close:hover {
    color: #e22b85;
    border: 1px solid #e22b85;
    background: #fff;
}

.uk-badge {
    display: inline-block;
    padding: 0 5px;
    background: #e22b85;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}

a.uk-badge:hover {
    color: #fff;
}

.uk-badge-notification {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 20px;
    border-radius: 500px;
    font-size: 14px;
    line-height: 20px;
}

.uk-badge-success {
    background-color: #97d3a7;
}

.uk-badge-warning {
    background-color: #ffda92;
}

.uk-badge-danger {
    background-color: #ff9292;
}

.uk-alert {
    margin-bottom: 15px;
    padding: 13px 15px 15px 45px;
    background: #fff;
    color: #666666;
    border: 1px solid #e6e6e6;
    border-top: 3px solid #e22b85;
    position: relative;
}

    .uk-alert:before {
        font-family: 'deepsoul';
        content: "\e95d";
        position: absolute;
        top: 13px;
        left: 13px;
        font-size: 22px;
        color: #e22b85;
    }

    .uk-alert > .uk-close:first-child {
        margin: -6px -8px 0 0;
    }

    .uk-alert h3 {
        margin: 0;
        color: #e22b85 !important;
    }

    .uk-alert * + p {
        margin-top: 5px;
    }

* + .uk-alert {
    margin-top: 15px;
}

.uk-alert > :last-child {
    margin-bottom: 0;
}

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
    color: inherit;
}

.uk-alert > .uk-close:first-child {
    float: right;
}

    .uk-alert > .uk-close:first-child + * {
        margin-top: 0;
    }

.uk-alert-success {
    background: #fff;
    color: #666666;
    border-top: 3px solid #97d3a7;
}

    .uk-alert-success h3 {
        color: #97d3a7 !important;
    }

    .uk-alert-success:before {
        content: "\e960";
        color: #97d3a7;
    }

.uk-alert-warning {
    background: #fff;
    color: #666666;
    border-top: 3px solid #ffda92;
}

    .uk-alert-warning h3 {
        color: #ffda92 !important;
    }

    .uk-alert-warning:before {
        content: "\e95e";
        color: #ffda92;
    }

.uk-alert-danger {
    background: #fff;
    color: #666666;
    border-top: 3px solid #ff9292;
}

    .uk-alert-danger h3 {
        color: #ff9292 !important;
    }

    .uk-alert-danger:before {
        content: "\e95f";
        color: #ff9292;
    }

.uk-alert-large {
    padding: 21px 25px 25px 65px;
}

    .uk-alert-large > .uk-close:first-child {
        margin: -10px -10px 0 0;
    }

    .uk-alert-large > .uk-close:first-child {
        margin: -7px -11px 0 0;
    }

    .uk-alert-large:before {
        font-size: 30px;
        top: 20px;
        left: 20px;
    }

.uk-thumbnail {
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #e6e6e6;
    background: #fafafa;
}

a.uk-thumbnail:focus, a.uk-thumbnail:hover {
    border-color: #b3b3b3;
    background-color: #fafafa;
    text-decoration: none;
    outline: none;
}

.uk-thumbnail-caption {
    padding-top: 4px;
    text-align: center;
    color: #666666;
}

.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%;
}

.uk-overlay {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0;
}

    .uk-overlay.uk-border-circle {
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    }

    .uk-overlay > :first-child {
        margin-bottom: 0;
    }

.uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

    .uk-overlay-panel.uk-flex > * > :last-child, .uk-overlay-panel > :last-child {
        margin-bottom: 0;
    }

    .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[class*=uk-icon-]:not(.uk-icon-button) {
        color: inherit;
    }

.uk-overlay-active .uk-overlay-panel, .uk-overlay-hover .uk-overlay-panel {
    opacity: 0;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.1);
}

.uk-overlay-image {
    padding: 0;
}

.uk-overlay-top {
    bottom: auto;
}

.uk-overlay-bottom {
    top: auto;
}

.uk-overlay-left {
    right: auto;
}

.uk-overlay-right {
    left: auto;
}

.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;
}

.uk-overlay-blur, .uk-overlay-fade, .uk-overlay-grayscale, .uk-overlay-scale, .uk-overlay-spin, [class*=uk-overlay-slide] {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    -o-transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter, -webkit-transform, -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] {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.uk-overlay-fade {
    opacity: 0.7;
}

.uk-overlay-active .uk-active .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-hover:hover .uk-overlay-fade {
    opacity: 1;
}

.uk-overlay-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.uk-overlay-active .uk-active .uk-overlay-scale, .uk-overlay-hover.uk-hover .uk-overlay-scale, .uk-overlay-hover:hover .uk-overlay-scale {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-overlay-spin {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.uk-overlay-active .uk-active > .uk-overlay-spin, .uk-overlay-hover.uk-hover .uk-overlay-spin, .uk-overlay-hover:hover .uk-overlay-spin {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.uk-overlay-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.uk-overlay-active .uk-active > .uk-overlay-grayscale, .uk-overlay-hover.uk-hover .uk-overlay-grayscale, .uk-overlay-hover:hover .uk-overlay-grayscale {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

[class*=uk-overlay-slide] {
    opacity: 0;
}

.uk-overlay-slide-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.uk-overlay-slide-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.uk-overlay-slide-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.uk-overlay-slide-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.uk-overlay-active .uk-active > [class*=uk-overlay-slide], .uk-overlay-hover.uk-hover [class*=uk-overlay-slide], .uk-overlay-hover:hover [class*=uk-overlay-slide] {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.uk-overlay-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

.uk-overlay-toggle.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area, .uk-overlay:hover .uk-overlay-area {
    opacity: 1;
}

.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;
}

.uk-overlay-area:not(:empty) {
    font-size: 0.001px;
}

    .uk-overlay-area:not(:empty):before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.uk-overlay-area-content {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    font-size: 1rem;
    text-align: center;
    padding: 0 15px;
    color: #fff;
}

    .uk-overlay-area-content > :last-child {
        margin-bottom: 0;
    }

    .uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover {
        color: inherit;
    }

.uk-overlay-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

.uk-overlay-toggle.uk-hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption, .uk-overlay.uk-hover .uk-overlay-caption, .uk-overlay:hover .uk-overlay-caption {
    opacity: 1;
}

[class*=uk-column-] {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.uk-column-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.uk-column-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.uk-column-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.uk-column-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.uk-column-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

@media (min-width:480px) {
    .uk-column-small-1-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-small-1-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-small-1-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-small-1-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-small-1-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width:768px) {
    .uk-column-medium-1-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-medium-1-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-medium-1-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-medium-1-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-medium-1-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width:960px) {
    .uk-column-large-1-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-large-1-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-large-1-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-large-1-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-large-1-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width:1220px) {
    .uk-column-xlarge-1-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-xlarge-1-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-xlarge-1-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-xlarge-1-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-xlarge-1-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

[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;
}

@media screen {
    [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
        opacity: 0;
    }
}

.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;
}

.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;
}

.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;
}

.uk-animation-scale {
    -webkit-animation-name: uk-scale-12;
    animation-name: uk-scale-12;
}

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake;
}

.uk-animation-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.uk-animation-15 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.uk-animation-top-left {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-animation-top-center {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.uk-animation-top-right {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.uk-animation-middle-left {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.uk-animation-middle-right {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.uk-animation-bottom-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.uk-animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.uk-animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.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;
}

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uk-slide-left {
    0% {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-slide-right {
    0% {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-slide-left-33 {
    0% {
        -webkit-transform: translateX(33%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-left-33 {
    0% {
        -webkit-transform: translateX(33%);
        transform: translateX(33%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-slide-right-33 {
    0% {
        -webkit-transform: translateX(-33%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes uk-slide-right-33 {
    0% {
        -webkit-transform: translateX(-33%);
        transform: translateX(-33%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-scale-12 {
    0% {
        -webkit-transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes uk-scale-12 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uk-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes uk-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes uk-shake {
    0%,to {
        -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%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }

    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@-webkit-keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.uk-dropdown, .uk-dropdown-blank {
    display: none;
    position: absolute;
    z-index: 1020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 245px;
}

.uk-dropdown {
    padding: 15px;
    background: #fff;
    color: #666666;
    font-size: 1rem;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}

    .uk-dropdown .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
        border: none !important;
    }

.uk-open > .uk-dropdown, .uk-open > .uk-dropdown-blank {
    display: block;
    -webkit-animation: uk-fade 0.2s ease-in-out;
    animation: uk-fade 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-dropdown-top {
    margin-top: -5px;
}

.uk-dropdown-bottom {
    margin-top: 5px;
}

.uk-dropdown-left {
    margin-left: -5px;
}

.uk-dropdown-right {
    margin-left: 5px;
}

.uk-dropdown .uk-nav {
    margin: 0 -15px;
}

.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
    margin-top: 15px;
}

.uk-dropdown-grid > [class*=uk-width-] > .uk-panel + .uk-panel {
    margin-top: 15px;
}

@media (min-width:768px) {
    .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;
        }

            .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
                border-left: 1px solid #e6e6e6;
            }

    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width: 490px;
    }

    .uk-dropdown-width-3:not(.uk-dropdown-stack) {
        width: 735px;
    }

    .uk-dropdown-width-4:not(.uk-dropdown-stack) {
        width: 980px;
    }

    .uk-dropdown-width-5:not(.uk-dropdown-stack) {
        width: 1225px;
    }
}

@media (max-width:767px) {
    .uk-dropdown-grid > [class*=uk-width-] {
        width: 100%;
    }

        .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
            margin-top: 15px;
        }
}

.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;
    }

.uk-dropdown-small {
    min-width: 150px;
    width: auto;
    padding: 5px;
    white-space: nowrap;
}

    .uk-dropdown-small .uk-nav {
        margin: 0 -5px;
    }

.uk-dropdown-navbar {
    margin-top: 1px;
    background: #fff;
    color: #666666;
    padding: 40px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.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;
}

.uk-dropdown-scrollable {
    overflow-y: auto;
    max-height: 200px;
}

.uk-dropdown .uk-nav {
    margin: 0;
    text-align: left;
}

.uk-dropdown-grid li.uk-parent + li.uk-parent {
    margin-top: 20px;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .uk-modal.uk-open {
        opacity: 1;
    }

.uk-modal-page, .uk-modal-page body {
    overflow: hidden;
}

.uk-modal-dialog {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 30px;
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    -o-transition: opacity 0.3s linear, transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    border: 1px solid #e6e6e6;
}

    .uk-modal-dialog.uk-modal-dialog-blank {
        border: none;
    }

@media (max-width:767px) {
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto;
    }
}

.uk-open .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.uk-modal-dialog > :not([class*=uk-modal-]):last-child {
    margin-bottom: 0;
}

.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
}

    .uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
        margin-top: 0;
    }

.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px;
}

    .uk-modal-dialog-lightbox > .uk-close:first-child {
        position: absolute;
        top: -12px;
        right: -12px;
        margin: 0;
        float: none;
    }

@media (max-width:767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -7px;
        right: -7px;
    }
}

.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

    .uk-modal-dialog-blank > .uk-close:first-child {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
        margin: 0;
        float: none;
    }

@media (min-width:768px) {
    .uk-modal-dialog-large {
        width: 930px;
    }
}

@media (min-width:1220px) {
    .uk-modal-dialog-large {
        width: 1130px;
    }
}

.uk-modal-header {
    margin-bottom: 15px;
}

.uk-modal-footer {
    margin-top: 15px;
}

    .uk-modal-footer > :last-child, .uk-modal-header > :last-child {
        margin-bottom: 0;
    }

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin-bottom: -10px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ddd;
    background: url("../images/loader-red.svg") center center no-repeat;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
}

    .uk-modal-spinner:after {
        display: none !important;
    }

    .uk-modal-spinner:after {
        content: "\f110";
        display: block;
        font-family: FontAwesome;
        -webkit-animation: uk-rotate 2s infinite linear;
        animation: uk-rotate 2s infinite linear;
    }

.uk-modal-dialog > .uk-close {
    opacity: 1 !important;
}

.uk-modal-dialog h2, .uk-modal-dialog h3, .uk-modal-dialog h4 {
    margin-bottom: 20px;
}

.uk-modal-dialog .uk-overflow-container {
    margin: 20px 0;
}

.uk-modal-dialog p {
    margin: 20px 0 0 0 !important;
}

    .uk-modal-dialog p:first-child {
        margin-top: 0;
    }

.uk-modal-dialog.uk-modal-dialog-blank, .uk-modal-dialog.uk-modal-dialog-lightbox {
    padding: 0 !important;
}

.uk-modal-dialog-lightbox > .uk-close:first-child, .uk-modal-dialog > .uk-close:first-child {
    position: absolute;
    top: -1px;
    right: -1px;
    margin: 0;
    float: none;
}

.uk-modal-dialog.uk-modal-dialog-blank > .uk-close:first-child {
    top: 0;
    right: 0;
}

@media (min-width:960px) {
    .uk-modal-dialog {
        padding: 60px;
    }

        .uk-modal-dialog.uk-modal-dialog-blank h2 {
            font-size: 42px;
            line-height: 48px;
        }
}

@media (max-width:767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child, .uk-modal-dialog > .uk-close:first-child {
        top: -1px;
        right: -1px;
    }
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.2);
}

    .uk-offcanvas.uk-active {
        display: block;
    }

.uk-offcanvas-page {
    position: fixed;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 310px;
    max-width: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.uk-offcanvas .uk-panel {
    margin: 40px;
    color: #666666;
}

.uk-offcanvas .uk-panel-title {
    color: #333;
}

.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #e22b85;
}

.uk-offcanvas .uk-panel-title {
    font-family: 'Merriweather';
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    text-transform: none;
}

    .uk-offcanvas .uk-panel-title:after {
        display: none;
    }

#theme-config .uk-offcanvas-bar {
    background: #f5f5f5;
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

    .uk-switcher > :not(.uk-active) {
        display: none;
    }

.uk-text-small {
    font-size: 12px;
    line-height: 18px;
}

.uk-text-large {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.uk-text-bold {
    font-weight: bold;
}

.uk-text-muted {
    color: #797979 !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;
}

.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;
}

@media (max-width:959px) {
    .uk-text-center-medium {
        text-align: center !important;
    }

    .uk-text-left-medium {
        text-align: left !important;
    }
}

@media (max-width:767px) {
    .uk-text-center-small {
        text-align: center !important;
    }

    .uk-text-left-small {
        text-align: left !important;
    }
}

.uk-text-nowrap {
    white-space: nowrap;
}

.uk-text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.uk-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 20px;
}

@media (min-width:1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 40px;
    }
}

.uk-container:after, .uk-container:before {
    content: "";
    display: table;
}

.uk-container:after {
    clear: both;
}

.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}

.uk-clearfix:before {
    content: "";
    display: table-cell;
}

.uk-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.uk-nbfc {
    overflow: hidden;
}

.uk-nbfc-alt {
    display: table-cell;
    width: 10000px;
}

.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

[class*=uk-float-] {
    max-width: 100%;
}

[class*=uk-align-] {
    display: block;
    margin-bottom: 15px;
}

.uk-align-left {
    margin-right: 15px;
    float: left;
}

.uk-align-right {
    margin-left: 15px;
    float: right;
}

@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;
}

.uk-vertical-align {
    font-size: 0.001px;
}

    .uk-vertical-align:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.uk-vertical-align-bottom, .uk-vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem;
}

.uk-vertical-align-middle {
    vertical-align: middle;
}

.uk-vertical-align-bottom {
    vertical-align: bottom;
}

[class*=uk-height] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-height-1-1 {
    height: 100%;
}

.uk-height-viewport {
    height: 100vh;
    min-height: 600px;
}

.uk-responsive-height, .uk-responsive-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
}

.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;
}

.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;
}

.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;
}

.uk-margin-remove {
    margin: 0 !important;
}

.uk-margin-top-remove {
    margin-top: 0 !important;
}

.uk-margin-bottom-remove {
    margin-bottom: 0 !important;
}

.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;
}

.uk-border-circle {
    border-radius: 50%;
}

.uk-border-rounded {
    border-radius: 5px;
}

.uk-heading-large {
    font-size: 42px;
    line-height: 48px;
}

@media (min-width:768px) {
    .uk-heading-large {
        font-size: 60px;
        line-height: 74px;
    }
}

.uk-link-muted, .uk-link-muted a {
    color: #666666;
}

    .uk-link-muted:hover, .uk-link-muted a:hover {
        color: #666666;
    }

.uk-link-reset, .uk-link-reset:focus, .uk-link-reset:hover, .uk-link-reset a, .uk-link-reset a:focus, .uk-link-reset a:hover {
    color: inherit;
    text-decoration: none;
}

.uk-scrollable-text {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

.uk-scrollable-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

    .uk-scrollable-box > :last-child {
        margin-bottom: 0;
    }

.uk-overflow-hidden {
    overflow: hidden;
}

.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .uk-overflow-container > :last-child {
        margin-bottom: 0;
    }

.uk-position-absolute, [class*=uk-position-bottom], [class*=uk-position-top] {
    position: absolute !important;
}

.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;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-relative {
    position: relative !important;
}

.uk-position-z-index {
    z-index: 1;
}

.uk-display-block {
    display: block !important;
}

.uk-display-inline {
    display: inline !important;
}

.uk-display-inline-block {
    display: inline-block !important;
    max-width: 100%;
}

@media (min-width:960px) {
    .uk-visible-small {
        display: none !important;
    }

    .uk-visible-medium {
        display: none !important;
    }

    .uk-hidden-large {
        display: none !important;
    }
}

@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;
    }
}

@media (max-width:767px) {
    .uk-visible-medium {
        display: none !important;
    }

    .uk-visible-large {
        display: none !important;
    }

    .uk-hidden-small {
        display: none !important;
    }
}

.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}

.uk-invisible {
    visibility: hidden !important;
}

.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;
}

.uk-notouch .uk-hidden-notouch, .uk-touch .uk-hidden-touch {
    display: none !important;
}

.uk-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.uk-flex-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
}

    .uk-flex-inline > *, .uk-flex > * {
        -ms-flex-negative: 1;
    }

.uk-flex-top {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.uk-flex-bottom {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.uk-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.uk-flex-right {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.uk-flex-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.uk-flex-space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.uk-flex-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.uk-flex-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.uk-flex-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.uk-flex-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.uk-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.uk-flex-wrap-top {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.uk-flex-wrap-middle {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
}

.uk-flex-wrap-bottom {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.uk-flex-wrap-space-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.uk-flex-wrap-space-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    align-content: space-around;
}

.uk-flex-order-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.uk-flex-order-last {
    -ms-flex-order: 99;
    -webkit-order: 99;
    -webkit-box-ordinal-group: 100;
    order: 99;
}

@media (min-width:480px) {
    .uk-flex-order-first-small {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .uk-flex-order-last-small {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99;
    }
}

@media (min-width:768px) {
    .uk-flex-order-first-medium {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .uk-flex-order-last-medium {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99;
    }
}

@media (min-width:960px) {
    .uk-flex-order-first-large {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .uk-flex-order-last-large {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99;
    }
}

@media (min-width:1220px) {
    .uk-flex-order-first-xlarge {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .uk-flex-order-last-xlarge {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99;
    }
}

.uk-flex-item-none {
    -ms-flex: none;
    -webkit-flex: none;
    -webkit-box-flex: 0;
    flex: none;
}

.uk-flex-item-auto {
    -ms-flex: auto;
    -webkit-flex: auto;
    -webkit-box-flex: 1;
    flex: auto;
    -ms-flex-negative: 1;
}

.uk-flex-item-1 {
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.uk-contrast {
    color: #fff;
}

    .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: rgba(255, 255, 255, 0.2);
    }

    .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:focus, .uk-contrast .uk-nav-side > li > a:hover {
            background: rgba(255, 255, 255, 0.1);
            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: rgba(255, 255, 255, 0.2);
    }

    .uk-contrast .uk-nav-side ul a {
        color: rgba(255, 255, 255, 0.7);
    }

        .uk-contrast .uk-nav-side ul a:hover {
            color: #fff;
        }

    .uk-contrast .uk-subnav > * > a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
    }

        .uk-contrast .uk-subnav > * > a:focus, .uk-contrast .uk-subnav > * > a:hover {
            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: rgba(255, 255, 255, 0.2);
    }

    .uk-contrast .uk-subnav-pill > * > a:focus, .uk-contrast .uk-subnav-pill > * > a:hover {
        background: rgba(255, 255, 255, 0.7);
        color: #444;
        text-decoration: none;
    }

    .uk-contrast .uk-subnav-pill > .uk-active > a {
        background: #fff;
        color: #444;
    }

    .uk-contrast .uk-tab {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

        .uk-contrast .uk-tab > li > a {
            border-color: transparent;
            color: rgba(255, 255, 255, 0.7);
        }

            .uk-contrast .uk-tab > li.uk-open > a, .uk-contrast .uk-tab > li > a:focus, .uk-contrast .uk-tab > li > a:hover {
                border-color: rgba(255, 255, 255, 0.7);
                background: rgba(255, 255, 255, 0.7);
                color: #444;
                text-decoration: none;
            }

        .uk-contrast .uk-tab > li.uk-active > a {
            border-color: rgba(255, 255, 255, 0.2);
            border-bottom-color: transparent;
            background: #fff;
            color: #444;
        }

    .uk-contrast .uk-tab-center {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .uk-contrast .uk-tab-grid:before {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .uk-contrast .uk-list-line > li:nth-child(n+2) {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .uk-contrast .uk-form input:not([type]), .uk-contrast .uk-form input[type=color], .uk-contrast .uk-form input[type=date], .uk-contrast .uk-form input[type=datetime], .uk-contrast .uk-form input[type=datetime-local], .uk-contrast .uk-form input[type=email], .uk-contrast .uk-form input[type=month], .uk-contrast .uk-form input[type=number], .uk-contrast .uk-form input[type=password], .uk-contrast .uk-form input[type=search], .uk-contrast .uk-form input[type=tel], .uk-contrast .uk-form input[type=text], .uk-contrast .uk-form input[type=time], .uk-contrast .uk-form input[type=url], .uk-contrast .uk-form input[type=week], .uk-contrast .uk-form select, .uk-contrast .uk-form textarea {
        border-color: rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.8);
        color: #444;
        background-clip: padding-box;
    }

        .uk-contrast .uk-form input:not([type]):focus, .uk-contrast .uk-form input[type=color]:focus, .uk-contrast .uk-form input[type=date]:focus, .uk-contrast .uk-form input[type=datetime]:focus, .uk-contrast .uk-form input[type=datetime-local]:focus, .uk-contrast .uk-form input[type=email]:focus, .uk-contrast .uk-form input[type=month]:focus, .uk-contrast .uk-form input[type=number]:focus, .uk-contrast .uk-form input[type=password]:focus, .uk-contrast .uk-form input[type=search]:focus, .uk-contrast .uk-form input[type=tel]:focus, .uk-contrast .uk-form input[type=text]:focus, .uk-contrast .uk-form input[type=time]:focus, .uk-contrast .uk-form input[type=url]:focus, .uk-contrast .uk-form input[type=week]:focus, .uk-contrast .uk-form select:focus, .uk-contrast .uk-form textarea:focus {
            border-color: #fff;
            background: #fff;
            color: #444;
        }

    .uk-contrast .uk-form :-ms-input-placeholder {
        color: rgba(68, 68, 68, 0.7) !important;
    }

    .uk-contrast .uk-form ::-moz-placeholder {
        color: rgba(68, 68, 68, 0.7);
    }

    .uk-contrast .uk-form ::-webkit-input-placeholder {
        color: rgba(68, 68, 68, 0.7);
    }

    .uk-contrast .uk-button {
        color: #fff;
        background: none;
    }

        .uk-contrast .uk-button:focus, .uk-contrast .uk-button:hover {
            background-color: none;
            color: #fff;
        }

        .uk-contrast .uk-button.uk-active, .uk-contrast .uk-button:active {
            background-color: none;
            color: #fff;
        }

    .uk-contrast .uk-button-primary {
        background-color: #e22b85;
        background: #e22b85;
        color: #fff;
    }

        .uk-contrast .uk-button-primary:focus, .uk-contrast .uk-button-primary:hover {
            background-color: none;
            background: none;
            color: #fff;
        }

        .uk-contrast .uk-button-primary.uk-active, .uk-contrast .uk-button-primary:active {
            background-color: none;
            background: none;
            color: #fff;
        }

    .uk-contrast .uk-icon-hover {
        color: rgba(255, 255, 255, 0.7);
    }

        .uk-contrast .uk-icon-hover:hover {
            color: #fff;
        }

    .uk-contrast .uk-icon-button {
        background: #fff;
        color: #444;
    }

        .uk-contrast .uk-icon-button:focus, .uk-contrast .uk-icon-button:hover {
            background-color: rgba(255, 255, 255, 0.8);
            color: #444;
        }

        .uk-contrast .uk-icon-button:active {
            background-color: rgba(255, 255, 255, 0.7);
            color: #444;
        }

    .uk-contrast .uk-text-muted {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .uk-contrast .uk-text-primary {
        color: #2d7091 !important;
    }

@media print {
    *, :after, :before {
        background: transparent !important;
        color: black !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.uk-accordion {
    margin-bottom: 25px;
}

.uk-accordion-title {
    margin-top: 0;
    margin-bottom: -1px;
    padding: 10px 15px;
    background: #fafafa;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-family: 'Lato';
    color: #333333;
    letter-spacing: 1px;
    font-weight: normal;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .uk-accordion-title:after {
        font-family: 'deepsoul';
        content: "\e90b";
        top: 50%;
        right: 14px;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        position: absolute;
        color: #e22b85;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .uk-accordion-title.uk-active, .uk-accordion-title:hover {
        z-index: 10;
        border: 1px solid #e22b85;
        background: #fafafa;
        color: #333333;
    }

        .uk-accordion-title.uk-active:after, .uk-accordion-title:hover:after {
            color: #e22b85;
        }

        .uk-accordion-title.uk-active:after {
            content: "\e90c";
        }

.uk-accordion-content {
    padding: 0 0 25px 0;
    padding: 25px 0;
}

    .uk-accordion-content:after, .uk-accordion-content:before {
        content: "";
        display: table;
    }

    .uk-accordion-content:after {
        clear: both;
    }

    .uk-accordion-content > :last-child {
        margin-bottom: 0;
    }

* + .uk-accordion {
    margin-top: 25px;
}

.uk-accordion-primary .uk-accordion-title {
    color: #333333;
    background: #fafafa;
    border: 1px solid #e6e6e6;
}

    .uk-accordion-primary .uk-accordion-title:after {
        color: #e22b85;
    }

    .uk-accordion-primary .uk-accordion-title.uk-active, .uk-accordion-primary .uk-accordion-title:hover {
        z-index: 10;
        border: 1px solid #e22b85;
        background: #e22b85;
        color: #fff;
    }

        .uk-accordion-primary .uk-accordion-title.uk-active:after, .uk-accordion-primary .uk-accordion-title:hover:after {
            color: #fff;
        }

.uk-autocomplete {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

.uk-nav-autocomplete > li > a {
    color: #444;
}

.uk-nav-autocomplete > li.uk-active > a {
    background: #00a8e6;
    color: #fff;
    outline: none;
}

.uk-nav-autocomplete .uk-nav-header {
    color: #999;
}

.uk-nav-autocomplete .uk-nav-divider {
    border-top: 1px solid #ddd;
}

.uk-datepicker {
    z-index: 1050;
    width: auto;
    -webkit-animation: uk-fade 0.2s ease-in-out;
    animation: uk-fade 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
}

    .uk-datepicker-nav:after, .uk-datepicker-nav:before {
        content: "";
        display: table;
    }

    .uk-datepicker-nav:after {
        clear: both;
    }

    .uk-datepicker-nav a {
        color: #444;
        text-decoration: none;
    }

        .uk-datepicker-nav a:hover {
            color: #444;
        }

.uk-datepicker-previous {
    float: left;
}

.uk-datepicker-next {
    float: right;
}

    .uk-datepicker-next:after, .uk-datepicker-previous:after {
        width: 20px;
        font-family: FontAwesome;
    }

.uk-datepicker-previous:after {
    content: "\f053";
}

.uk-datepicker-next:after {
    content: "\f054";
}

.uk-datepicker-table {
    width: 100%;
}

    .uk-datepicker-table td, .uk-datepicker-table th {
        padding: 2px;
    }

    .uk-datepicker-table th {
        font-size: 12px;
    }

    .uk-datepicker-table a {
        display: block;
        width: 26px;
        line-height: 24px;
        text-align: center;
        color: #444;
        text-decoration: none;
    }

a.uk-datepicker-table-muted {
    color: #999;
}

.uk-datepicker-table a:focus, .uk-datepicker-table a:hover {
    background-color: #ddd;
    color: #444;
    outline: none;
}

.uk-datepicker-table a:active {
    background-color: #ccc;
    color: #444;
}

.uk-datepicker-table a.uk-active {
    background: #00a8e6;
    color: #fff;
}

.uk-dotnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-top: -12px;
    padding: 0;
    list-style: none;
}

    .uk-dotnav > * {
        -ms-flex: none;
        -webkit-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        padding-left: 12px;
        margin-top: 12px;
    }

    .uk-dotnav:after, .uk-dotnav:before {
        content: "";
        display: block;
        overflow: hidden;
    }

    .uk-dotnav:after {
        clear: both;
    }

    .uk-dotnav > * {
        float: left;
    }

        .uk-dotnav > * > * {
            display: block;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: rgba(77, 77, 77, 0.4);
            text-indent: 100%;
            overflow: hidden;
            white-space: nowrap;
        }

        .uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
            background: rgba(77, 77, 77, 0.6);
            outline: none;
        }

        .uk-dotnav > * > :active {
            background: rgba(77, 77, 77, 0.6);
        }

    .uk-dotnav > .uk-active > * {
        background: rgba(77, 77, 77, 0.9);
    }

.uk-dotnav-contrast > * > * {
    background: rgba(255, 255, 255, 0.4);
}

.uk-dotnav-contrast > * > :focus, .uk-dotnav-contrast > * > :hover {
    background: rgba(255, 255, 255, 0.7);
}

.uk-dotnav-contrast > * > :active {
    background: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-contrast > .uk-active > * {
    background: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .uk-dotnav-vertical > * {
        float: none;
    }

.uk-form input[type=checkbox], .uk-form input[type=radio] {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
}

.uk-form input[type=radio] {
    border-radius: 50%;
}

    .uk-form input[type=checkbox]:before, .uk-form input[type=radio]:before {
        display: block;
    }

    .uk-form input[type=radio]:checked:before {
        content: '';
        width: 8px;
        height: 8px;
        margin: 2px auto 0;
        border-radius: 50%;
        background: #00a8e6;
    }

.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 12px;
    color: #00a8e6;
}

.uk-form input[type=checkbox]:indeterminate:before {
    content: "\f068";
}

.uk-form input[type=checkbox]:disabled, .uk-form input[type=radio]:disabled {
    border-color: #ddd;
}

    .uk-form input[type=radio]:disabled:checked:before {
        background-color: #aaa;
    }

    .uk-form input[type=checkbox]:disabled:checked:before, .uk-form input[type=checkbox]:disabled:indeterminate:before {
        color: #aaa;
    }

.uk-form-file {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

    .uk-form-file input[type=file] {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        left: 0;
        font-size: 500px;
    }

.uk-form-password {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.uk-form-password-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    font-size: 13px;
    line-height: 13px;
    color: #999;
}

    .uk-form-password-toggle:hover {
        color: #999;
        text-decoration: none;
    }

.uk-form-password > input {
    padding-right: 50px !important;
}

.uk-form-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

    .uk-form-select select {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        left: 0;
        -webkit-appearance: none;
    }

.uk-htmleditor-navbar {
    background: #eee;
}

    .uk-htmleditor-navbar:after, .uk-htmleditor-navbar:before {
        content: "";
        display: table;
    }

    .uk-htmleditor-navbar:after {
        clear: both;
    }

.uk-htmleditor-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .uk-htmleditor-navbar-nav > li {
        float: left;
    }

        .uk-htmleditor-navbar-nav > li > a {
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-decoration: none;
            height: 40px;
            padding: 0 15px;
            line-height: 40px;
            color: #444;
            font-size: 11px;
            cursor: pointer;
        }

            .uk-htmleditor-navbar-nav > li:hover > a, .uk-htmleditor-navbar-nav > li > a:focus {
                background-color: #f5f5f5;
                color: #444;
                outline: none;
            }

            .uk-htmleditor-navbar-nav > li > a:active {
                background-color: #ddd;
                color: #444;
            }

        .uk-htmleditor-navbar-nav > li.uk-active > a {
            background-color: #f5f5f5;
            color: #444;
        }

.uk-htmleditor-navbar-flip {
    float: right;
}

[data-mode=split] .uk-htmleditor-button-code, [data-mode=split] .uk-htmleditor-button-preview {
    display: none;
}

.uk-htmleditor-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

    .uk-htmleditor-content:after, .uk-htmleditor-content:before {
        content: "";
        display: table;
    }

    .uk-htmleditor-content:after {
        clear: both;
    }

.uk-htmleditor-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
}

    .uk-htmleditor-fullscreen .uk-htmleditor-content {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .uk-htmleditor-fullscreen .uk-icon-expand:before {
        content: "\f066";
    }

.uk-htmleditor-code, .uk-htmleditor-preview {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-htmleditor-preview {
    padding: 20px;
    overflow-y: scroll;
    position: relative;
}

[data-mode=tab][data-active-tab=code] .uk-htmleditor-preview, [data-mode=tab][data-active-tab=preview] .uk-htmleditor-code {
    display: none;
}

[data-mode=split] .uk-htmleditor-code, [data-mode=split] .uk-htmleditor-preview {
    float: left;
    width: 50%;
}

[data-mode=split] .uk-htmleditor-code {
    border-right: 1px solid #eee;
}

.uk-htmleditor-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-htmleditor .CodeMirror {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-nestable {
    padding: 0;
    list-style: none;
}

    .uk-nestable a, .uk-nestable img {
        -webkit-touch-callout: none;
    }

.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none;
}

.uk-nestable-item {
    -ms-touch-action: none;
    touch-action: none;
}

    .uk-nestable-item + .uk-nestable-item {
        margin-top: 10px;
    }

.uk-nestable-list:not(.uk-nestable-dragged) > .uk-nestable-item:first-child {
    margin-top: 10px;
}

.uk-nestable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
    padding-left: 0;
}

.uk-nestable-placeholder {
    position: relative;
}

    .uk-nestable-placeholder > * {
        opacity: 0;
    }

    .uk-nestable-placeholder:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px dashed #ddd;
        opacity: 1;
    }

.uk-nestable-empty {
    min-height: 30px;
}

.uk-nestable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

    .uk-nestable-handle:hover {
        cursor: move;
    }

.uk-nestable-moving, .uk-nestable-moving * {
    cursor: move;
}

[data-nestable-action=toggle] {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uk-nestable-toggle {
    display: inline-block;
    visibility: hidden;
}

    .uk-nestable-toggle:after {
        content: "\f147";
        font-family: FontAwesome;
    }

.uk-parent > :not(.uk-nestable-list) .uk-nestable-toggle {
    visibility: visible;
}

.uk-collapsed .uk-nestable-list {
    display: none;
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\f196";
}

.uk-nestable-panel {
    padding: 5px;
    background: #f5f5f5;
}

.uk-notify {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
}

.uk-notify-bottom-right, .uk-notify-top-right {
    left: auto;
    right: 10px;
}

.uk-notify-bottom-center, .uk-notify-top-center {
    left: 50%;
    margin-left: -175px;
}

.uk-notify-bottom-center, .uk-notify-bottom-left, .uk-notify-bottom-right {
    top: auto;
    bottom: 10px;
}

@media (max-width:479px) {
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

    .uk-notify-message > .uk-close {
        visibility: hidden;
        float: right;
    }

    .uk-notify-message:hover > .uk-close {
        visibility: visible;
    }

.uk-notify-message-primary {
    background: #ebf7fd;
    color: #2d7091;
}

.uk-notify-message-success {
    background: #f2fae3;
    color: #659f13;
}

.uk-notify-message-warning {
    background: #fffceb;
    color: #e28327;
}

.uk-notify-message-danger {
    background: #fff1f0;
    color: #d85030;
}

.uk-placeholder {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px dashed #ddd;
    background: #fafafa;
    color: #444;
}

* + .uk-placeholder {
    margin-top: 15px;
}

.uk-placeholder > :last-child {
    margin-bottom: 0;
}

.uk-placeholder-large {
    padding-top: 80px;
    padding-bottom: 80px;
}

.uk-progress {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 15px;
    background: #eee;
    overflow: hidden;
    line-height: 20px;
}

* + .uk-progress {
    margin-top: 15px;
}

.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #e22b85;
    float: left;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.uk-progress-mini {
    height: 6px;
}

.uk-progress-small {
    height: 12px;
}

.uk-progress-success .uk-progress-bar {
    background-color: #97d3a7;
}

.uk-progress-warning .uk-progress-bar {
    background-color: #ffda92;
}

.uk-progress-danger .uk-progress-bar {
    background-color: #ff9292;
}

.uk-progress-striped .uk-progress-bar {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
}

.uk-progress-striped.uk-active .uk-progress-bar {
    -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
    animation: uk-progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes uk-progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes uk-progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.tm-progress-bar .uk-progress-block {
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

    .tm-progress-bar .uk-progress-block span {
        font-weight: bold;
    }

    .tm-progress-bar .uk-progress-block + .uk-progress {
        margin-top: 5px;
    }

.tm-progress-bar + .tm-progress-bar {
    margin-top: 70px;
}

.uk-search {
    display: inline-block;
    position: relative;
    margin: 0;
}

    .uk-search:before {
        content: "\f002";
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        line-height: 65px;
        text-align: center;
        font-family: FontAwesome;
        font-size: 22px;
        color: #e22b85;
    }

.uk-search-field::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-search-field::-webkit-search-cancel-button, .uk-search-field::-webkit-search-decoration {
    -webkit-appearance: none;
}

.uk-search-field::-ms-clear {
    display: none;
}

.uk-search-field::-moz-placeholder {
    opacity: 1;
}

.uk-search-field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: #333333;
    -webkit-appearance: none;
    width: 120px;
    height: 65px;
    padding: 0 0 0 50px;
    border: 1px solid #e6e6e6;
    background: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    vertical-align: middle;
}

    .uk-search-field:-ms-input-placeholder {
        color: #cccccc !important;
    }

    .uk-search-field::-moz-placeholder {
        color: #cccccc;
    }

    .uk-search-field::-webkit-input-placeholder {
        color: #cccccc;
    }

    .uk-search-field:focus {
        outline: 0;
    }

    .uk-search-field:focus, .uk-search.uk-active .uk-search-field {
        width: 180px;
    }

.uk-dropdown-search {
    width: 100%;
    margin-top: 0;
    background: none;
    color: #666666;
}

.uk-open > .uk-dropdown-search {
    -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
    animation: uk-slide-top-fixed 0.2s ease-in-out;
}

.uk-navbar-flip .uk-dropdown-search {
    margin-top: 5px;
    margin-right: -15px;
}

.uk-nav-search > li > a {
    color: #666666;
}

.uk-nav-search > li.uk-active > a {
    background: #e22b85;
    color: #fff;
    outline: none;
}

.uk-nav-search .uk-nav-header {
    color: #797979;
}

.uk-nav-search .uk-nav-divider {
    border-top: 1px solid #e6e6e6;
}

.uk-nav-search ul a {
    color: #e22b85;
}

    .uk-nav-search ul a:hover {
        color: #e22b85;
    }

.uk-offcanvas .uk-search {
    display: block;
    margin: 20px 15px;
}

    .uk-offcanvas .uk-search:before {
        color: #777;
    }

.uk-offcanvas .uk-search-field {
    width: 100%;
    border-color: rgba(0, 0, 0, 0);
    background: #1a1a1a;
    color: #ccc;
}

    .uk-offcanvas .uk-search-field:-ms-input-placeholder {
        color: #777 !important;
    }

    .uk-offcanvas .uk-search-field::-moz-placeholder {
        color: #777;
    }

    .uk-offcanvas .uk-search-field::-webkit-input-placeholder {
        color: #777;
    }

.uk-slidenav {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #e22b85;
    font-size: 20px;
    text-align: center;
    border: 1px solid #e22b85;
}

    .uk-slidenav:focus, .uk-slidenav:hover {
        outline: none;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    .uk-slidenav:active {
        color: #e22b85;
    }

.uk-slidenav-previous:before {
    content: "\e906";
    font-family: FontAwesome;
}

.uk-slidenav-next:before {
    content: "\e905";
    font-family: FontAwesome;
}

.uk-slidenav-position {
    position: relative;
}

    .uk-slidenav-position .uk-slidenav {
        display: none;
        position: absolute;
        top: 50%;
        z-index: 1;
        margin-top: -23px;
    }

    .uk-slidenav-position:hover .uk-slidenav {
        display: block;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        left: 20px;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 20px;
    }

.uk-slidenav-contrast {
    color: #e22b85;
}

    .uk-slidenav-contrast:focus, .uk-slidenav-contrast:hover {
        color: #fff;
    }

    .uk-slidenav-contrast:active {
        color: #e22b85;
    }

.uk-slidenav-previous:before {
    content: "\e906";
    font-family: 'deepsoul';
}

.uk-slidenav-next:before {
    content: "\e905";
    font-family: 'deepsoul';
}

.uk-slidenav-position .uk-slidenav {
    opacity: 0;
    display: block !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.uk-slidenav-position:hover .uk-slidenav {
    opacity: 1;
}

.uk-slidenav-position .uk-slidenav:hover {
    background: #e22b85;
    color: #fff;
    border: 1px solid #e22b85;
}

.uk-slider {
    position: relative;
    z-index: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .uk-slider:not(.uk-grid) {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .uk-slider > * {
        position: absolute;
        top: 0;
        left: 0;
    }

.uk-slider-container {
    overflow: hidden;
}

.uk-slider:not(.uk-drag) {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.uk-slider.uk-drag {
    cursor: col-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uk-slider a, .uk-slider img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.uk-slider img {
    pointer-events: none;
}

.uk-slider-fullscreen, .uk-slider-fullscreen > li {
    height: 100vh;
}

.uk-slideshow {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .uk-slideshow > li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }

    .uk-slideshow > .uk-active {
        z-index: 10;
        opacity: 1;
    }

    .uk-slideshow > li > img {
        visibility: hidden;
    }

[data-uk-slideshow-slide] {
    cursor: pointer;
}

.uk-slideshow-fullscreen, .uk-slideshow-fullscreen > li {
    height: 100vh;
}

.uk-slideshow-fade-in {
    -webkit-animation: uk-fade 0.5s linear;
    animation: uk-fade 0.5s linear;
}

.uk-slideshow-fade-out {
    -webkit-animation: uk-fade 0.5s linear reverse;
    animation: uk-fade 0.5s linear reverse;
}

.uk-slideshow-scroll-forward-in {
    -webkit-animation: uk-slide-right 0.5s ease-in-out;
    animation: uk-slide-right 0.5s ease-in-out;
}

.uk-slideshow-scroll-forward-out {
    -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
    animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-scroll-backward-in {
    -webkit-animation: uk-slide-left 0.5s ease-in-out;
    animation: uk-slide-left 0.5s ease-in-out;
}

.uk-slideshow-scroll-backward-out {
    -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
    animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-scale-out {
    -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
    animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in {
    -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
    animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
    -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
    animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
    -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
    animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
    -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
    animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in:before, .uk-slideshow-swipe-forward-in:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-animation: uk-fade 0.5s ease-in-out reverse;
    animation: uk-fade 0.5s ease-in-out reverse;
}

.uk-sortable {
    position: relative;
}

    .uk-sortable > * {
        -ms-touch-action: none;
        touch-action: none;
    }

    .uk-sortable a, .uk-sortable img {
        -webkit-touch-callout: none;
    }

    .uk-sortable > :last-child {
        margin-bottom: 0;
    }

.uk-sortable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
}

.uk-sortable-placeholder {
    opacity: 0;
}

.uk-sortable-empty {
    min-height: 30px;
}

.uk-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

    .uk-sortable-handle:hover {
        cursor: move;
    }

.uk-sortable-moving, .uk-sortable-moving * {
    cursor: move;
}

[data-uk-sticky].uk-active {
    z-index: 980;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-uk-sticky][class*=uk-animation-] {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

[data-uk-sticky].uk-animation-reverse {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 12px;
    background: #e22b85;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .uk-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px dashed #e22b85;
    }

.uk-tooltip-top-left:after, .uk-tooltip-top-right:after, .uk-tooltip-top:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #e22b85;
}

.uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after, .uk-tooltip-bottom:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #e22b85;
}

.uk-tooltip-bottom:after, .uk-tooltip-top:after {
    left: 50%;
    margin-left: -5px;
}

.uk-tooltip-bottom-left:after, .uk-tooltip-top-left:after {
    left: 10px;
}

.uk-tooltip-bottom-right:after, .uk-tooltip-top-right:after {
    right: 10px;
}

.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #e22b85;
}

.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #e22b85;
}

.uk-dragover {
    -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

html {
    overflow-y: scroll;
}

.tm-toolbar {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
    color: #333;
    z-index: 990;
}

    .tm-toolbar .uk-float-left .uk-panel {
        margin: 0 20px 0 0;
        float: left;
        height: 60px;
    }

        .tm-toolbar .uk-float-left .uk-panel + .uk-panel {
            border-left: 1px solid #e6e6e6;
            padding: 0 0 0 20px;
            margin-left: -1px;
        }

            .tm-toolbar .uk-float-left .uk-panel + .uk-panel > * {
                line-height: 60px;
            }

    .tm-toolbar .uk-float-right .uk-panel {
        float: right;
        height: 60px;
        border-left: 1px solid #e6e6e6;
    }

        .tm-toolbar .uk-float-right .uk-panel:last-child {
            border: none;
        }

            .tm-toolbar .uk-float-right .uk-panel:last-child:first-child {
                border-left: 1px solid #e6e6e6;
            }

    .tm-toolbar .uk-panel > a {
        color: #333;
    }

        .tm-toolbar .uk-panel > a:hover {
            color: #e22b85;
        }

    .tm-toolbar .uk-subnav {
        margin: 15px 0 0 15px;
    }

        .tm-toolbar .uk-subnav li {
            margin: 0;
            display: inline-block;
            padding: 0 4px;
        }

    .tm-toolbar .tm-icon-menu ul.uk-subnav li > a {
        width: 30px;
        height: 30px;
        font-size: 11px;
        display: block;
        overflow: hidden;
        color: #e22b85;
        background: #f7f7f7;
        border: none !important;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    }

        .tm-toolbar .tm-icon-menu ul.uk-subnav li > a:active, .tm-toolbar .tm-icon-menu ul.uk-subnav li > a:focus, .tm-toolbar .tm-icon-menu ul.uk-subnav li > a:hover {
            color: #fff !important;
            background: #e22b85 !important;
            border: none !important;
        }

        .tm-toolbar .tm-icon-menu ul.uk-subnav li > a > span {
            width: 30px;
            height: 30px;
            display: block;
            line-height: 30px;
            text-align: center;
        }

    .tm-toolbar .uk-navbar-center {
        max-width: 100%;
    }

        .tm-toolbar .uk-navbar-center .uk-navbar-nav {
            display: inline-block;
            float: none;
            vertical-align: middle;
        }

    .tm-toolbar .uk-navbar-toggle {
        border-right: 1px solid #e6e6e6;
    }

        .tm-toolbar .uk-navbar-toggle:focus, .tm-toolbar .uk-navbar-toggle:hover {
            background: #e22b85;
        }

    .tm-toolbar .tm-top-progress-bar {
        position: absolute;
        height: 2px;
        left: 0;
        bottom: -3px;
        width: 0;
        background: #e22b85;
    }

    .tm-toolbar .uk-navbar-nav > li > a {
        color: #333;
        font-size: 16px;
    }

        .tm-toolbar .uk-navbar-nav > li.uk-active > a, .tm-toolbar .uk-navbar-nav > li.uk-open > a, .tm-toolbar .uk-navbar-nav > li:hover > a, .tm-toolbar .uk-navbar-nav > li > a:focus {
            color: #e22b85;
        }

.tm-cart-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    bottom: 0;
    display: none;
}

.tm-header-inversion .tm-toolbar {
    border-top: 1px solid #e6e6e6;
}

.tm-header-banner .tm-toolbar .uk-navbar-content, .tm-header-navbar .tm-toolbar .uk-navbar-content {
    display: none;
}

.tm-header-banner .tm-toolbar.tm-toolbar-attached .uk-navbar-content, .tm-header-navbar .tm-toolbar.tm-toolbar-attached .uk-navbar-content {
    display: block;
}

.tm-header-banner .tm-navbar, .tm-header-navbar .tm-navbar {
    text-align: center;
}

    .tm-header-banner .tm-navbar .uk-navbar-nav, .tm-header-navbar .tm-navbar .uk-navbar-nav {
        display: inline-block;
        float: none;
    }

.tm-header-banner .tm-header-block {
    max-width: 100%;
}

.tm-header-split .tm-header-block {
    max-width: 100%;
}

    .tm-header-split .tm-header-block .uk-float-left .uk-panel {
        float: left;
        margin: 0 20px 0 0;
    }

    .tm-header-split .tm-header-block .uk-float-right .uk-panel {
        float: right;
        margin: 0 0 0 20px;
    }

    .tm-header-split .tm-header-block .uk-subnav {
        margin-top: 15px;
    }

    .tm-header-split .tm-header-block .widget_warp_ajax_search > a {
        padding: 0 !important;
    }

    .tm-header-split .tm-header-block .widget_shopping_cart a.cart_ajax_data {
        padding: 0 !important;
    }

.tm-header-split .tm-toolbar {
    border-top: 1px solid #e6e6e6;
}

.tm-header-split #tm-wrapper > div:first-child {
    background-size: cover !important;
}

.tm-header-inline .tm-toolbar .uk-navbar-content {
    display: none;
}

.tm-header-inline .tm-toolbar.tm-toolbar-attached .uk-navbar-content {
    display: block;
}

.tm-header-inline .tm-header-block {
    max-width: 100%;
}

    .tm-header-inline .tm-header-block .uk-navbar-content {
        padding: 0;
    }

        .tm-header-inline .tm-header-block .uk-navbar-content .uk-navbar-nav > li.uk-active > a, .tm-header-inline .tm-header-block .uk-navbar-content .uk-navbar-nav > li.uk-open > a, .tm-header-inline .tm-header-block .uk-navbar-content .uk-navbar-nav > li > a:active, .tm-header-inline .tm-header-block .uk-navbar-content .uk-navbar-nav > li > a:focus, .tm-header-inline .tm-header-block .uk-navbar-content .uk-navbar-nav > li > a:hover {
            background: none;
        }

        .tm-header-inline .tm-header-block .uk-navbar-content .uk-dropdown-navbar {
            border-top: 1px solid #e6e6e6 !important;
        }

.tm-favorite-posts > a, .tm-login-form > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

    .tm-favorite-posts > a:active, .tm-favorite-posts > a:focus, .tm-favorite-posts > a:hover, .tm-login-form > a:active, .tm-login-form > a:focus, .tm-login-form > a:hover {
        color: #e22b85;
    }

    .tm-favorite-posts > a [class*=tm-icon-], .tm-favorite-posts > a [class*=uk-icon-], .tm-login-form > a [class*=tm-icon-], .tm-login-form > a [class*=uk-icon-] {
        color: #e22b85;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .tm-favorite-posts > a span + span, .tm-favorite-posts > a span + strong, .tm-login-form > a span + span, .tm-login-form > a span + strong {
        padding: 0 0 0 10px;
        font-weight: normal !important;
    }

#tm-modal-login-form .uk-form .uk-form-row-nav {
    margin: 30px 0;
}

    #tm-modal-login-form .uk-form .uk-form-row-nav a {
        -webkit-text-size-adjust: 100%;
        color: #666666;
    }

        #tm-modal-login-form .uk-form .uk-form-row-nav a:hover {
            color: #e22b85;
        }

#tm-modal-login-form .uk-form label {
    display: block;
    padding: 0 0 5px 0;
    text-align: left;
}

#tm-modal-login-form .uk-form input[type=password], #tm-modal-login-form .uk-form input[type=text] {
    width: 100%;
}

#tm-modal-login-form .uk-form .tm-social-login-panel {
    margin: 30px 0 0 0;
}

.tm-search-button > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 20px 0 22px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

    .tm-search-button > a:active, .tm-search-button > a:focus, .tm-search-button > a:hover {
        color: #e22b85;
    }

    .tm-search-button > a > span.uk-hidden-small {
        padding: 0 10px 0 0;
    }

    .tm-search-button > a > [class*=tm-icon-] {
        color: #e22b85;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
    }

#search-modal .uk-modal-dialog {
    background: none;
    height: 100%;
}

#search-modal .uk-container {
    max-width: 1300px;
    padding-top: 100px;
    padding-bottom: 100px;
}

    #search-modal .uk-container .uk-search {
        display: block;
        width: 100%;
    }

    #search-modal .uk-container .uk-search-field {
        width: 100%;
        height: 65px;
        color: #333333;
        font-size: 36px;
        line-height: 65px;
        font-family: 'Merriweather';
        border: none;
        border-bottom: 1px solid #e6e6e6;
        background: none;
    }

    #search-modal .uk-container .uk-modal-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 65px;
        opacity: 1;
        border: none;
        background: none;
    }

        #search-modal .uk-container .uk-modal-close:after, #search-modal .uk-container .uk-modal-close:before {
            width: 2px;
            position: absolute;
            content: "";
            height: 40px;
            background: #e6e6e6;
            top: 12px;
            opacity: 1;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

        #search-modal .uk-container .uk-modal-close:before {
            left: 49%;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        #search-modal .uk-container .uk-modal-close:after {
            right: 49%;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        #search-modal .uk-container .uk-modal-close:hover:after, #search-modal .uk-container .uk-modal-close:hover:before {
            background: #e22b85;
        }

#search-modal .uk-dropdown-search {
    padding: 0;
    position: relative;
    margin-top: 30px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#search-modal .uk-loading .uk-dropdown-search {
    opacity: 0.7;
}

#search-modal .tm-search-autocomplete-results {
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-modal .tm-search-header {
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: none;
}

#search-modal .tm-search-grid {
    padding-top: 50px;
}

#search-modal .uk-article-title {
    font-size: 20px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

#search-modal .uk-search-moreresults {
    position: absolute;
    top: 0;
    left: 0;
}

    #search-modal .uk-search-moreresults a, #search-modal .uk-skip a {
        color: #666666;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
    }

        #search-modal .uk-search-moreresults a :hover, #search-modal .uk-skip a :hover {
            color: #e22b85;
            text-decoration: none;
        }

#search-modal .tm-ajax-loader {
    display: none;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    content: "";
    background: url("../images/loader-red.svg") 50% 50% no-repeat;
}

#search-modal .uk-loading + .tm-ajax-loader {
    display: block;
}

.tm-headerbar {
    padding: 30px 0;
}

    .tm-headerbar .tm-logo {
        display: block;
        max-width: 405px;
        margin: 0 auto;
        text-align: center;
    }

    .tm-headerbar .tm-headerbar-right > div {
        width: 100%;
        min-width: 500px;
    }

.tm-top-a {
    padding-bottom: 70px;
}

.tm-top-b {
    padding-bottom: 70px;
}

.tm-slideshow-content {
    background: #ededed;
}

    .tm-slideshow-content .uk-overlay-panel {
        background: #fff;
        border: 1px solid #e6e6e6;
        color: #666666;
        padding: 0;
    }

        .tm-slideshow-content .uk-overlay-panel > div {
            padding: 50px 50px 80px 50px;
        }

        .tm-slideshow-content .uk-overlay-panel p:not(.uk-article-meta) {
            margin-bottom: 35px;
        }

        .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            border-top: 1px solid #e6e6e6;
        }

            .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav a {
                float: left;
                display: block;
                width: 80px;
                height: 80px;
                line-height: 80px;
                color: #797979;
                border-right: 1px solid #e6e6e6;
            }

                .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav a:hover {
                    color: #e22b85;
                    text-decoration: none;
                }

            .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav .uk-flex-middle {
                height: 80px;
            }

                .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav .uk-flex-middle .tm-slideshow-next-img {
                    width: 60px;
                    height: 60px;
                    margin: 10px 20px;
                    float: left;
                    position: relative;
                }

                    .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav .uk-flex-middle .tm-slideshow-next-img img {
                        border-radius: 50%;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                    }

                    .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav .uk-flex-middle .tm-slideshow-next-img span {
                        position: absolute;
                        display: block;
                        width: 24px;
                        height: 24px;
                        color: #fff;
                        background: #e22b85;
                        text-align: center;
                        line-height: 22px;
                        font-size: 12px;
                        top: -5px;
                        left: -5px;
                        border-radius: 30px;
                        -moz-border-radius: 30px;
                        -webkit-border-radius: 30px;
                    }

                .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav .uk-flex-middle .tm-slideshow-next-title h3 {
                    margin: 0;
                    font-size: 16px;
                    color: #333;
                    line-height: 22px;
                    text-align: left;
                    max-width: 320px;
                }

.tm-top-slideset {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding-bottom: 40px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .tm-top-slideset h2 {
        padding: 0 20px;
    }

.tm-main-bottom {
    margin-top: 70px;
}

.tm-content > :last-child {
    margin-bottom: 0;
}

.tm-middle, .tm-primary-background, .tm-secondary-background {
    margin-bottom: 70px;
}

.tm-main-content-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.tm-main-content-margin {
    margin-bottom: 70px;
}

.tm-primary-background {
    background: #fff;
}

.tm-secondary-background {
    background: #ededed;
}

.tm-feature-post-photo {
    height: 500px;
    background-color: #fff;
}

    .tm-feature-post-photo.without-photo {
        height: 260px;
    }

    .tm-feature-post-photo .uk-flex {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .tm-feature-post-photo h1, .tm-feature-post-photo h2 {
        font-size: 52px;
        line-height: 62px;
        max-width: 810px;
        margin-right: auto;
        margin-left: auto;
    }

.tm-gallery-img-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.tm-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    width: 100%;
    overflow: hidden;
}

    .tm-video-container embed, .tm-video-container iframe, .tm-video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tm-icon-menu ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    .tm-icon-menu ul li {
        margin: 0;
        padding: 0 5px;
        font-size: 0.0001px;
        float: none;
        display: inline-block;
    }

        .tm-icon-menu ul li a {
            width: 30px;
            height: 30px;
            font-size: 11px;
            line-height: 30px;
            display: block;
            overflow: hidden;
            text-decoration: none;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            color: #fff;
            background: #e22b85;
            border: 1px solid #e22b85;
        }

            .tm-icon-menu ul li a:active, .tm-icon-menu ul li a:focus, .tm-icon-menu ul li a:hover {
                color: #e22b85 !important;
                background: #fff !important;
                border: 1px solid #e22b85 !important;
                text-decoration: none;
            }

            .tm-icon-menu ul li a > span {
                width: 30px;
                height: 30px;
                display: block;
                line-height: 30px;
                text-align: center;
            }

.tm-icon-menu.tm-icon-menu-contrast ul li a {
    width: 30px;
    height: 30px;
    color: #e22b85;
    background: #fff;
    border: none;
}

    .tm-icon-menu.tm-icon-menu-contrast ul li a:active, .tm-icon-menu.tm-icon-menu-contrast ul li a:focus, .tm-icon-menu.tm-icon-menu-contrast ul li a:hover {
        color: #fff !important;
        background: #e22b85 !important;
        border: none !important;
    }

.uk-article-details .tm-icon-menu {
    padding-top: 15px;
    padding-bottom: 40px;
}

    .uk-article-details .tm-icon-menu ul {
        font-size: 0.0001px;
    }

.tm-product-gallery-img a, a.tm-lightbox-photo, a.zoom {
    display: block;
    position: relative;
}

    .tm-product-gallery-img a:after, .tm-product-gallery-img a:before, a.tm-lightbox-photo:after, a.tm-lightbox-photo:before, a.zoom:after, a.zoom:before {
        opacity: 0;
        content: "";
        position: absolute;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .tm-product-gallery-img a:before, a.tm-lightbox-photo:before, a.zoom:before {
        background: rgba(250, 100, 100, 0.3);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .tm-product-gallery-img a:after, a.tm-lightbox-photo:after, a.zoom:after {
        font-family: 'deepsoul';
        content: "\e90b";
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        line-height: 40px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin: -22px 0 0 -22px;
    }

    .tm-product-gallery-img a:hover:after, .tm-product-gallery-img a:hover:before, a.tm-lightbox-photo:hover:after, a.tm-lightbox-photo:hover:before, a.zoom:hover:after, a.zoom:hover:before {
        opacity: 1;
    }

a.tm-lightbox-video {
    display: block;
    position: relative;
}

    a.tm-lightbox-video:after, a.tm-lightbox-video:before {
        content: "";
        position: absolute;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    a.tm-lightbox-video:before {
        background: rgba(250, 100, 100, 0.3);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
    }

    a.tm-lightbox-video:after {
        font-family: 'FontAwesome';
        content: "\f04b";
        width: 55px;
        height: 60px;
        border: 2px solid #fff;
        color: #e22b85;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        line-height: 60px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -32px;
        padding: 0 0 0 5px;
    }

    a.tm-lightbox-video:hover:before {
        opacity: 1;
    }

.tm-contact-form h2 {
    font-weight: 300;
    margin: 0 0 25px 0;
}

.tm-contact-form label {
    display: block;
    padding-bottom: 5px;
}

.tm-contact-form .uk-form-row {
    position: relative;
}

.tm-contact-form textarea {
    height: 180px;
    resize: none;
}

.tm-contact-form .ajax-loader {
    position: absolute;
    display: none;
    bottom: -44px;
    left: 50%;
    margin: 0 0 0 -22px !important;
    background: url("../images/loader-red.svg") !important;
    width: 44px !important;
    height: 44px !important;
}

.tm-contact-form .uk-alert {
    margin: 30px 0 0 0;
}

.tm-imgtext-block {
    text-align: center;
}

    .tm-imgtext-block .tm-imgtext-block-image {
        margin-bottom: 25px;
    }

        .tm-imgtext-block .tm-imgtext-block-image img {
            margin: 0 auto;
            display: block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

    .tm-imgtext-block .uk-panel-title {
        margin-bottom: 30px;
    }

        .tm-imgtext-block .uk-panel-title:after {
            bottom: -17px;
        }

.tm-banner-block {
    position: relative;
    cursor: pointer;
}

    .tm-banner-block .tm-banner-block-inner:after {
        content: "";
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 1px solid #fff;
        z-index: 2;
    }

    .tm-banner-block .tm-banner-block-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tm-banner-block .tm-banner-block-inside {
        position: relative;
        z-index: 3;
    }

        .tm-banner-block .tm-banner-block-inside span[class*=uk-icon-] {
            border: 2px solid #fff;
            display: block;
            width: 58px;
            height: 58px;
            line-height: 58px;
            text-align: center;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            color: #fff;
            font-size: 26px;
            margin: 0 auto 10px;
        }

        .tm-banner-block .tm-banner-block-inside h3 {
            color: #fff;
            font-family: 'Lato';
            font-weight: bold;
            margin: 0;
            font-size: 24px;
            line-height: 26px;
        }

    .tm-banner-block .uk-slideshow {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

        .tm-banner-block .uk-slideshow .tm-banner-block-background-slideshow {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

.tm-blog-categories .uk-list, .tm-product-categories .uk-list {
    padding-bottom: 20px;
}

    .tm-blog-categories .uk-list li, .tm-product-categories .uk-list li {
        margin: 0;
        padding: 0;
        color: #797979;
        border-top: 1px solid #e6e6e6;
        position: relative;
        font-size: 12px;
    }

        .tm-blog-categories .uk-list li:last-child, .tm-product-categories .uk-list li:last-child {
            border-bottom: 1px solid #e6e6e6;
        }

        .tm-blog-categories .uk-list li a, .tm-product-categories .uk-list li a {
            color: #333;
            font-size: 12px;
            font-family: 'Lato', sans-serif;
            font-weight: normal;
            display: inline-block;
            padding: 13px 5px 13px;
            line-height: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .tm-blog-categories .uk-list li a:hover, .tm-product-categories .uk-list li a:hover {
                text-decoration: none;
                color: #e22b85;
            }

                .tm-blog-categories .uk-list li a:hover:after, .tm-product-categories .uk-list li a:hover:after {
                    width: 100%;
                }

        .tm-blog-categories .uk-list li .open-child-menu, .tm-product-categories .uk-list li .open-child-menu {
            position: absolute;
            top: 0;
            right: 0;
            width: 25px;
            height: 40px;
            cursor: pointer;
        }

            .tm-blog-categories .uk-list li .open-child-menu:after, .tm-product-categories .uk-list li .open-child-menu:after {
                border-top: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-left: 4px solid #e22b85;
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -3px;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
            }

            .tm-blog-categories .uk-list li .open-child-menu:hover:after, .tm-product-categories .uk-list li .open-child-menu:hover:after {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .tm-blog-categories .uk-list li .open-child-menu.uk-active:after, .tm-product-categories .uk-list li .open-child-menu.uk-active:after {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .tm-blog-categories .uk-list li .open-child-menu.uk-active:hover:after, .tm-product-categories .uk-list li .open-child-menu.uk-active:hover:after {
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

        .tm-blog-categories .uk-list li ul.children, .tm-product-categories .uk-list li ul.children {
            padding: 10px 0;
            display: none;
            border-top: 1px solid #e6e6e6;
        }

            .tm-blog-categories .uk-list li ul.children > li, .tm-product-categories .uk-list li ul.children > li {
                margin-left: 25px;
                border: none;
            }

                .tm-blog-categories .uk-list li ul.children > li a, .tm-product-categories .uk-list li ul.children > li a {
                    padding: 7px 5px 7px;
                }

        .tm-blog-categories .uk-list li.current-cat-parent ul.children, .tm-blog-categories .uk-list li.current-cat ul.children, .tm-product-categories .uk-list li.current-cat-parent ul.children, .tm-product-categories .uk-list li.current-cat ul.children {
            display: block;
        }

        .tm-blog-categories .uk-list li.current-cat-parent > a, .tm-blog-categories .uk-list li.current-cat > a, .tm-product-categories .uk-list li.current-cat-parent > a, .tm-product-categories .uk-list li.current-cat > a {
            text-decoration: none;
            color: #e22b85;
        }

            .tm-blog-categories .uk-list li.current-cat-parent > a:after, .tm-blog-categories .uk-list li.current-cat > a:after, .tm-product-categories .uk-list li.current-cat-parent > a:after, .tm-product-categories .uk-list li.current-cat > a:after {
                width: 100%;
            }

.tm-popular-post {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: point;
}

    .tm-popular-post li {
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid #e6e6e6;
    }

        .tm-popular-post li:last-child {
            margin: 0;
        }

        .tm-popular-post li .uk-row-first {
            position: relative;
        }

            .tm-popular-post li .uk-row-first:before {
                position: absolute;
                top: -2px;
                left: 15px;
                content: counter(point);
                counter-increment: point 1;
                width: 30px;
                height: 30px;
                color: #fff;
                background: #e22b85;
                font-size: 12px;
                text-align: center;
                line-height: 29px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding-right: 1px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

            .tm-popular-post li .uk-row-first img {
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

        .tm-popular-post li .uk-flex-middle a {
            font-size: 18px;
            display: block;
            font-family: 'Merriweather';
            color: #333;
        }

            .tm-popular-post li .uk-flex-middle a:hover {
                color: #e22b85;
                text-decoration: none;
            }

.tm-related-posts {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #e6e6e6;
}

    .tm-related-posts .uk-flex-middle {
        text-align: left;
    }

        .tm-related-posts .uk-flex-middle p.uk-article-meta {
            text-align: left;
            margin: 0 0 5px 0;
        }

        .tm-related-posts .uk-flex-middle > a {
            font-size: 18px;
            display: block;
            font-family: 'Merriweather';
            color: #333;
        }

            .tm-related-posts .uk-flex-middle > a:hover {
                color: #e22b85;
                text-decoration: none;
            }

    .tm-related-posts.uk-panel-box-primary {
        border: none;
        padding-top: 40px;
    }

.tm-recent-entries ul {
    padding-bottom: 20px;
}

    .tm-recent-entries ul li {
        border-top: 1px solid #e6e6e6;
        margin-top: 15px;
        padding-top: 15px;
    }

        .tm-recent-entries ul li:last-child {
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: 15px;
        }

        .tm-recent-entries ul li a {
            display: block;
            color: #333;
            font-size: 16px;
            line-height: 22px;
            font-family: 'Merriweather';
        }

            .tm-recent-entries ul li a:hover {
                color: #e22b85;
                text-decoration: none;
            }

        .tm-recent-entries ul li span {
            color: #797979;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: normal;
        }

.tm-recent-comments ul.uk-comment-list {
    margin: 0;
    padding-bottom: 20px;
}

    .tm-recent-comments ul.uk-comment-list .uk-comment {
        padding: 15px 0;
    }

        .tm-recent-comments ul.uk-comment-list .uk-comment .uk-comment-header {
            margin: 0;
        }

        .tm-recent-comments ul.uk-comment-list .uk-comment .uk-comment-title {
            color: #333;
            font-size: 16px;
            font-family: 'Merriweather';
        }

        .tm-recent-comments ul.uk-comment-list .uk-comment .uk-comment-meta {
            color: #797979;
            font-size: 10px;
            display: block;
            padding: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: normal;
        }

            .tm-recent-comments ul.uk-comment-list .uk-comment .uk-comment-meta:before {
                display: none;
            }

.tm-tag-cloud a, .uk-article-tag a {
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}

    .tm-tag-cloud a:active, .tm-tag-cloud a:focus, .tm-tag-cloud a:hover, .uk-article-tag a:active, .uk-article-tag a:focus, .uk-article-tag a:hover {
        text-decoration: none;
        border: 1px solid #e22b85;
        color: #fff;
        background: #e22b85;
    }

.tm-switcher {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .tm-switcher li {
        border-top: 1px solid #e6e6e6;
    }

        .tm-switcher li:first-child {
            border: 0;
        }

        .tm-switcher li a {
            font-size: 12px;
            font-family: 'Lato', sans-serif;
            font-weight: normal;
            color: #333;
            position: relative;
            display: block;
            padding: 13px 0;
            line-height: 15px;
        }

            .tm-switcher li a:after {
                border-top: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-left: 4px solid #e22b85;
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -3px;
            }

            .tm-switcher li.uk-active a, .tm-switcher li a:hover {
                text-decoration: none;
                color: #e22b85;
            }

.tm-sidebar-a .uk-panel.uk-panel-box-primary {
    padding: 30px;
    border-color: #e6e6e6;
}

.tm-bottom-a .tm-related-posts-slider .uk-panel-title {
    margin-bottom: 50px;
}

.tm-bottom-b .uk-panel-box.uk-panel-box-primary + .uk-panel-box-secondary, .tm-bottom-b .uk-panel-box.uk-panel-box-primary + .uk-panel-box.uk-panel-box-primary, .tm-bottom-b .uk-panel-box.uk-panel-box-secondary + .uk-panel-box-secondary, .tm-bottom-b .uk-panel-box.uk-panel-box-secondary + .uk-panel-box.uk-panel-box-primary {
    margin-top: 0;
    padding-top: 0;
}

.tm-footer {
    background: #222222;
    color: #707070;
    position: relative;
}

    .tm-footer .tm-footer-a + .tm-footer-b {
        margin-top: 0 !important;
    }

    .tm-footer .tm-footer-a .uk-panel, .tm-footer .tm-footer-b .uk-panel {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .tm-footer .tm-footer-a .uk-panel + .uk-panel, .tm-footer .tm-footer-b .uk-panel + .uk-panel {
            margin-top: 0;
            padding-top: 0;
        }

    .tm-footer .tm-footer-a + .tm-footer-b .uk-panel {
        padding-top: 20px;
    }

    .tm-footer .uk-panel .uk-panel-title {
        color: #fff;
    }

        .tm-footer .uk-panel .uk-panel-title:after {
            display: none;
        }

        .tm-footer .uk-panel .uk-panel-title a {
            color: #e0e0e0;
            position: relative;
            margin: 0 30px 0 0;
        }

            .tm-footer .uk-panel .uk-panel-title a:after {
                background: #e22b85;
                content: "";
                height: 2px;
                position: absolute;
                right: -16px;
                top: 50%;
                width: 2px;
            }

            .tm-footer .uk-panel .uk-panel-title a:hover {
                color: #e22b85;
                text-decoration: none;
            }

    .tm-footer .uk-panel.uk-panel-box {
        background: none;
        border: none;
    }

        .tm-footer .uk-panel.uk-panel-box.uk-panel-box-primary {
            background: #1c1c1c;
            color: #fff;
        }

            .tm-footer .uk-panel.uk-panel-box.uk-panel-box-primary .uk-panel-title {
                color: #fff;
            }

    .tm-footer .uk-panel.tm-instagram-pics {
        padding-left: 0;
        padding-right: 0;
    }

        .tm-footer .uk-panel.tm-instagram-pics .uk-panel-title {
            font-size: 24px;
            font-family: 'Merriweather';
            text-transform: none;
            font-weight: 300;
        }

            .tm-footer .uk-panel.tm-instagram-pics .uk-panel-title a {
                text-transform: uppercase;
                font-family: 'Lato';
                font-size: 18px;
            }

        .tm-footer .uk-panel.tm-instagram-pics .uk-slider a {
            display: block;
        }

    .tm-footer .uk-panel.tm-newsletter {
        text-align: center;
    }

        .tm-footer .uk-panel.tm-newsletter .uk-panel-title {
            font-family: 'Merriweather';
            text-transform: none;
            font-weight: 300;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .tm-footer .uk-panel.tm-newsletter .uk-form {
            max-width: 460px;
            margin: 15px auto 0 auto;
            position: relative;
        }

            .tm-footer .uk-panel.tm-newsletter .uk-form input {
                background: #e6e6e6;
                color: #707070;
                height: 40px;
                padding: 10px 50px 10px 20px;
                border: 1px solid #e6e6e6;
                font-weight: normal;
            }

                .tm-footer .uk-panel.tm-newsletter .uk-form input:focus {
                    color: #707070;
                    border: 1px solid #e6e6e6;
                    background: #e6e6e6;
                }

            .tm-footer .uk-panel.tm-newsletter .uk-form button {
                background: none;
                border: none;
                position: absolute;
                padding: 0;
                top: 0;
                right: 0;
                font-size: 20px;
                color: #222222;
                line-height: 44px;
                height: 40px;
            }

                .tm-footer .uk-panel.tm-newsletter .uk-form button span {
                    width: 48px;
                    height: 40px;
                    display: block;
                    overflow: hidden;
                    position: relative;
                }

                    .tm-footer .uk-panel.tm-newsletter .uk-form button span:after, .tm-footer .uk-panel.tm-newsletter .uk-form button span:before {
                        width: 48px;
                        height: 40px;
                        text-align: center;
                        line-height: 41px;
                        display: block;
                        position: absolute;
                        top: 0;
                        font-family: 'deepsoul';
                        content: "\e905";
                        transition: left 0.2s ease, opacity 0.05s ease-out;
                        -moz-transition: left 0.2s ease, opacity 0.05s ease-out;
                        -o-transition: left 0.2s ease, opacity 0.05s ease-out;
                        -webkit-transition: left 0.2s ease, opacity 0.05s ease-out;
                    }

                    .tm-footer .uk-panel.tm-newsletter .uk-form button span:before {
                        left: -48px;
                        opacity: 0;
                        color: #e22b85;
                    }

                    .tm-footer .uk-panel.tm-newsletter .uk-form button span:after {
                        left: 0;
                        opacity: 1;
                    }

                .tm-footer .uk-panel.tm-newsletter .uk-form button:hover span:before {
                    left: 0;
                    opacity: 1;
                }

                .tm-footer .uk-panel.tm-newsletter .uk-form button:hover span:after {
                    left: 48px;
                    opacity: 0;
                }

            .tm-footer .uk-panel.tm-newsletter .uk-form :-ms-input-placeholder {
                color: #b1b1b1 !important;
            }

            .tm-footer .uk-panel.tm-newsletter .uk-form ::-moz-placeholder {
                color: #b1b1b1;
            }

            .tm-footer .uk-panel.tm-newsletter .uk-form ::-webkit-input-placeholder {
                color: #b1b1b1;
            }

    .tm-footer .uk-subnav {
        margin: 0;
    }

        .tm-footer .uk-subnav > li {
            margin: 0;
            padding: 0;
        }

            .tm-footer .uk-subnav > li:before {
                display: none;
            }

            .tm-footer .uk-subnav > li > a {
                padding: 0 20px;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: normal;
                height: 38px;
                line-height: 38px;
                color: #707070;
            }

                .tm-footer .uk-subnav > li > a > span {
                    width: 38px;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    background: #333333;
                    color: #e22b85;
                    margin-right: 10px;
                    font-size: 12px;
                    display: inline-block;
                    vertical-align: middle;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -webkit-transition: all 0.2s ease;
                }

                .tm-footer .uk-subnav > li > a:hover {
                    color: #e22b85;
                }

                    .tm-footer .uk-subnav > li > a:hover > span {
                        background: #e22b85;
                        color: #fff;
                    }

            .tm-footer .uk-subnav > li.uk-active > a {
                color: #e22b85;
            }

            .tm-footer .uk-subnav > li:first-child > a {
                padding-left: 0;
            }

            .tm-footer .uk-subnav > li:last-child > a {
                padding-right: 0;
            }

    .tm-footer .tm-footer-social-menu {
        padding: 40px 0;
    }

        .tm-footer .tm-footer-social-menu + .tm-footer-line {
            border-top: 1px solid #333333;
        }

    .tm-footer .tm-footer-line {
        padding-bottom: 10px;
    }

        .tm-footer .tm-footer-line .uk-panel {
            padding: 6px 0;
            line-height: 38px;
        }

.tm-copyright {
    font-size: 14px;
}

    .tm-copyright [class*=uk-icon-] {
        color: #f56f6f;
        font-size: 12px;
        padding: 0 5px;
    }

.tm-totop-scroller {
    display: block;
    position: fixed;
    bottom: -60px;
    right: 15px;
    z-index: 1000;
    width: 50px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    background: none;
    color: #e22b85;
    border: 1px solid rgba(250, 100, 100, 0.4);
    border-bottom: 0;
    outline: none;
}

    .tm-totop-scroller.uk-active {
        bottom: 0;
    }

    .tm-totop-scroller:hover {
        background: #e22b85;
        color: #fff;
        border: 1px solid #e22b85;
        border-bottom: 0;
        text-decoration: none;
    }

    .tm-totop-scroller:after {
        content: "\f077";
        font-family: "FontAwesome";
    }

.tm-animate-button {
    display: block;
    position: relative;
    width: 170px;
    margin: 0 auto;
}

    .tm-animate-button:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: -4px;
        bottom: -4px;
        border: 1px solid #e22b85;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tm-animate-button span {
        background: #e22b85;
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 2px;
        color: #fff;
        display: block;
        text-align: center;
        position: relative;
        padding: 10px 0;
        text-transform: uppercase;
        -webkit-transition: -webkit-transform 0.175s ease 0s;
        transition: -webkit-transform 0.175s ease 0s;
        transition: transform 0.175s ease 0s;
        transition: transform 0.175s ease 0s, -webkit-transform 0.175s ease 0s;
        -moz-transition: transform 0.175s ease 0s;
        -o-transition: transform 0.175s ease 0s;
        -webkit-transition: transform 0.175s ease 0s;
    }

    .tm-animate-button:hover {
        text-decoration: none;
    }

        .tm-animate-button:hover span {
            -webkit-transition-duration: 0.175s;
            -o-transition-duration: 0.175s;
            transition-duration: 0.175s;
            -webkit-transform: translateX(-2px) translateY(-2px);
            -ms-transform: translateX(-2px) translateY(-2px);
            transform: translateX(-2px) translateY(-2px);
        }

.tm-readmore-button {
    display: inline-block;
    position: relative;
    width: 170px;
    margin: 0 4px 0 0;
}

    .tm-readmore-button:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: -4px;
        bottom: -4px;
        border: 1px solid #e22b85;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1;
    }

    .tm-readmore-button span {
        border: 1px solid #e22b85;
        background: #fafafa;
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 1px;
        z-index: 2;
        color: #333333;
        display: block;
        position: relative;
        text-align: center;
        padding: 7px 0;
        text-transform: uppercase;
        transition: all 0.175s ease 0s;
        -moz-transition: all 0.175s ease 0s;
        -o-transition: all 0.175s ease 0s;
        -webkit-transition: all 0.175s ease 0s;
    }

    .tm-readmore-button:hover {
        text-decoration: none;
    }

        .tm-readmore-button:hover span {
            border: 1px solid #e22b85;
            background: #e22b85;
            color: #fff;
            -webkit-transition-duration: 0.175s;
            -o-transition-duration: 0.175s;
            transition-duration: 0.175s;
            -webkit-transform: translateX(-2px) translateY(-2px);
            -ms-transform: translateX(-2px) translateY(-2px);
            transform: translateX(-2px) translateY(-2px);
        }

.blockUI.blockOverlay {
    background: rgba(250, 250, 250, 0.6) url("../images/loader-red.svg") center center no-repeat !important;
    background-size: 64px 64px;
    min-height: 64px;
}

.uk-cover .uk-padding > h2 + p {
    margin-top: -8px;
}

.tm-smoothscroll-bar {
    bottom: 0;
    padding-right: 25px;
    position: fixed;
    right: 0;
    top: 0;
    width: 13px;
    z-index: 1000;
}

.tm-author-block {
    margin-top: 70px;
}

    .tm-author-block img {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .tm-author-block .uk-comment-meta {
        padding: 0 0 10px 0;
    }

        .tm-author-block .uk-comment-meta:before {
            display: none;
        }

    .tm-author-block p {
        margin: 15px 0;
    }

    .tm-author-block .tm-icon-menu {
        padding: 0 !important;
    }

.uk-article-tag + .tm-author-block {
    margin-top: 0;
}

.tm-countdown-block {
    background-position: center center;
    background-size: cover;
}

    .tm-countdown-block > .uk-text-center {
        padding: 20px;
    }

    .tm-countdown-block .tm-countdown-timer {
        margin: 25px auto;
        max-width: 400px;
    }

        .tm-countdown-block .tm-countdown-timer .uk-grid {
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .tm-countdown-block .tm-countdown-timer .uk-grid > div {
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                background: #fff;
            }

                .tm-countdown-block .tm-countdown-timer .uk-grid > div:first-child {
                    border: none;
                }

                .tm-countdown-block .tm-countdown-timer .uk-grid > div .countdown_item {
                    font-size: 18px;
                    text-transform: uppercase;
                    padding: 25px 0;
                    color: #333333;
                    letter-spacing: 1px;
                }

                    .tm-countdown-block .tm-countdown-timer .uk-grid > div .countdown_item span {
                        display: block;
                        padding-bottom: 10px;
                        font-size: 36px;
                        line-height: 42px;
                        letter-spacing: 0;
                    }

    .tm-countdown-block.uk-contrast .tm-countdown-timer .uk-grid {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

        .tm-countdown-block.uk-contrast .tm-countdown-timer .uk-grid > div {
            border-left: 1px solid rgba(255, 255, 255, 0.3);
            background: none;
        }

            .tm-countdown-block.uk-contrast .tm-countdown-timer .uk-grid > div:first-child {
                border: none;
            }

            .tm-countdown-block.uk-contrast .tm-countdown-timer .uk-grid > div .countdown_item {
                color: #fff;
            }

    .tm-countdown-block .tm-countdown-timer.two .uk-grid {
        border: none;
    }

        .tm-countdown-block .tm-countdown-timer.two .uk-grid > div {
            border: none;
            background: none;
        }

            .tm-countdown-block .tm-countdown-timer.two .uk-grid > div .countdown_item {
                min-height: 130px;
                border: 1px solid rgba(0, 0, 0, 0.1);
                background: #fff;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            .tm-countdown-block .tm-countdown-timer.two .uk-grid > div.uk-width-7-10 .countdown_item {
                padding: 0;
            }

                .tm-countdown-block .tm-countdown-timer.two .uk-grid > div.uk-width-7-10 .countdown_item span {
                    line-height: 130px;
                    padding: 0;
                }

    .tm-countdown-block.uk-contrast .tm-countdown-timer.two .uk-grid {
        border: none;
    }

        .tm-countdown-block.uk-contrast .tm-countdown-timer.two .uk-grid > div {
            border: none;
            background: none;
        }

            .tm-countdown-block.uk-contrast .tm-countdown-timer.two .uk-grid > div .countdown_item {
                border: 1px solid rgba(255, 255, 255, 0.3);
                background: none;
            }

    .tm-countdown-block h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .tm-countdown-block .uk-button {
        width: 100%;
        max-width: 400px;
    }

.tm-coming-soon {
    background-image: url("../images/coming-soon-bg.jpg");
    background-position: center center;
    background-size: cover;
}

    .tm-coming-soon .uk-container-center {
        padding: 20px;
    }

    .tm-coming-soon .tm-logo-coming-soon {
        float: none;
        display: block;
        margin: 0 0 40px 0;
    }

    .tm-coming-soon .message {
        max-width: 625px;
    }

    .tm-coming-soon #countdown {
        margin: 70px auto;
        max-width: 400px;
    }

        .tm-coming-soon #countdown .uk-grid {
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .tm-coming-soon #countdown .uk-grid > div {
                border-left: 1px solid rgba(0, 0, 0, 0.1);
            }

                .tm-coming-soon #countdown .uk-grid > div:first-child {
                    border: none;
                }

                .tm-coming-soon #countdown .uk-grid > div .countdown_item {
                    font-size: 18px;
                    text-transform: uppercase;
                    padding: 25px 0;
                    color: #333333;
                    letter-spacing: 1px;
                }

                    .tm-coming-soon #countdown .uk-grid > div .countdown_item span {
                        display: block;
                        padding-bottom: 10px;
                        font-size: 36px;
                        line-height: 42px;
                        letter-spacing: 0;
                    }

    .tm-coming-soon .uk-contrast #countdown .uk-grid {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

        .tm-coming-soon .uk-contrast #countdown .uk-grid > div {
            border-left: 1px solid rgba(255, 255, 255, 0.3);
        }

            .tm-coming-soon .uk-contrast #countdown .uk-grid > div:first-child {
                border: none;
            }

            .tm-coming-soon .uk-contrast #countdown .uk-grid > div .countdown_item {
                color: #fff;
            }

    .tm-coming-soon .tm-copyright {
        margin-top: 70px;
    }

    .tm-coming-soon .tm-coming-soon-footer .tm-icon-menu ul li {
        padding: 0 10px;
    }

.tm-error {
    background-image: url("../images/coming-soon-bg.jpg");
    background-position: center center;
    background-size: cover;
}

    .tm-error .tm-error-headline {
        font-size: 180px;
        line-height: 190px;
    }

    .tm-error h2 {
        margin-bottom: 10px;
    }

    .tm-error .uk-container-center {
        padding: 0 20px;
    }

.tm-social-login-panel {
    margin: 40px 0 25px 0;
}

    .tm-social-login-panel .tm-social-login-connect-with {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        text-transform: uppercase;
        color: #404040;
        text-align: center;
        position: relative;
        letter-spacing: 1px;
        font-family: 'Lato';
    }

        .tm-social-login-panel .tm-social-login-connect-with:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 2px;
            margin: 0 0 0 -1px;
            background: #e22b85;
            bottom: -14px;
            left: 50%;
        }

    .tm-social-login-panel .tm-social-login-provider-list {
        padding: 0;
        margin: 0 -10px;
    }

        .tm-social-login-panel .tm-social-login-provider-list > div {
            display: table-cell;
            width: 1%;
        }

        .tm-social-login-panel .tm-social-login-provider-list a {
            cursor: pointer;
            position: relative;
            overflow: visible;
            text-decoration: none;
            text-align: center;
            white-space: nowrap;
            display: block;
            margin: 0 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
            line-height: 38px;
            min-height: 40px;
            background: none;
            color: #333333;
            border: 1px solid #e22b85;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: normal;
        }

            .tm-social-login-panel .tm-social-login-provider-list a:before {
                font-family: 'FontAwesome';
                font-size: 12px;
                padding-right: 5px;
                color: #e22b85;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
            }

            .tm-social-login-panel .tm-social-login-provider-list a:hover {
                background: #e22b85;
                border: 1px solid #e22b85;
                color: #fff;
            }

                .tm-social-login-panel .tm-social-login-provider-list a:hover:before {
                    color: #fff;
                }

            .tm-social-login-panel .tm-social-login-provider-list a.tm-social-login-provider-facebook:hover {
                color: #fff;
                background: #3d72c9;
                border: 1px solid #3d72c9;
            }

            .tm-social-login-panel .tm-social-login-provider-list a.tm-social-login-provider-facebook:before {
                content: "\f09a";
            }

            .tm-social-login-panel .tm-social-login-provider-list a.tm-social-login-provider-google:hover {
                color: #fff;
                background: #f24841;
                border: 1px solid #f24841;
            }

            .tm-social-login-panel .tm-social-login-provider-list a.tm-social-login-provider-google:before {
                content: "\f0d5";
            }

            .tm-social-login-panel .tm-social-login-provider-list a.tm-social-login-provider-twitter:hover {
                color: #fff;
                background: #68cef8;
                border: 1px solid #68cef8;
            }

            .tm-social-login-panel .tm-social-login-provider-list a.tm-social-login-provider-twitter:before {
                content: "\f099";
            }

html.tm-login {
    background-image: url("../images/login-form-bg.jpg");
    background-position: center center;
    background-size: cover;
}

    html.tm-login body {
        background: none;
    }

        html.tm-login body .uk-container-center {
            padding: 0 20px;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        html.tm-login body #tm-login-panel {
            background: #fff;
            border: 1px solid #e6e6e6;
            width: 100%;
            max-width: 600px;
            padding-top: 30px;
            margin: 0 auto;
        }

            html.tm-login body #tm-login-panel h1 {
                padding: 0 15px;
            }

                html.tm-login body #tm-login-panel h1 a {
                    display: block;
                    margin: 0 auto;
                    width: 80%;
                    text-align: center;
                    font-weight: 300;
                    font-size: 42px;
                    line-height: 48px;
                    color: #333;
                }

                    html.tm-login body #tm-login-panel h1 a:hover {
                        color: #e22b85;
                    }

                    html.tm-login body #tm-login-panel h1 a img {
                        max-width: 260px;
                    }

            html.tm-login body #tm-login-panel form {
                margin: 0;
                box-shadow: none;
                -webkit-box-shadow: none;
                padding: 10px 30px 30px 30px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                html.tm-login body #tm-login-panel form label {
                    display: block;
                    padding: 0 0 5px 0;
                    text-align: left;
                }

                html.tm-login body #tm-login-panel form input[type=password], html.tm-login body #tm-login-panel form input[type=text] {
                    width: 100%;
                }

            html.tm-login body #tm-login-panel .uk-form-row-nav {
                margin: 30px 0;
            }

                html.tm-login body #tm-login-panel .uk-form-row-nav:after, html.tm-login body #tm-login-panel .uk-form-row-nav:before {
                    content: "";
                    display: table;
                }

                html.tm-login body #tm-login-panel .uk-form-row-nav:after {
                    clear: both;
                }

                html.tm-login body #tm-login-panel .uk-form-row-nav a {
                    -webkit-text-size-adjust: 100%;
                    float: right;
                    color: #666666;
                }

                    html.tm-login body #tm-login-panel .uk-form-row-nav a:first-child {
                        float: left;
                    }

                    html.tm-login body #tm-login-panel .uk-form-row-nav a:hover {
                        color: #e22b85;
                    }

        html.tm-login body .tm-social-login-panel {
            border-top: 1px solid #e6e6e6;
            padding-top: 30px;
            margin-top: 30px;
            margin-bottom: 0;
        }

        html.tm-login body .tm-back-to-site {
            padding: 10px 20px;
            margin: 0;
            border-top: 1px solid #e6e6e6;
            background: #fafafa;
            text-align: left;
        }

            html.tm-login body .tm-back-to-site a {
                color: #333333;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: normal;
            }

                html.tm-login body .tm-back-to-site a span {
                    color: #e22b85;
                    font-size: 18px;
                    vertical-align: middle;
                    position: relative;
                    top: -2px;
                }

                html.tm-login body .tm-back-to-site a:hover {
                    color: #e22b85;
                    text-decoration: none;
                }

@media (min-width:960px) {
    .tm-inline-button .wpb_wrapper > *, .tm-inline-button > * {
        display: inline-block;
        padding: 0 5px;
    }

    html.tm-login body #tm-login-panel {
        min-width: 600px;
        padding-top: 60px;
    }

        html.tm-login body #tm-login-panel form {
            padding-left: 60px;
            padding-right: 60px;
            padding-bottom: 50px;
        }

    .tm-header-split .tm-toolbar .uk-float-left, .tm-header-split .tm-toolbar .uk-float-right {
        display: none;
    }

    .tm-header-split .tm-toolbar.tm-toolbar-attached .uk-float-left, .tm-header-split .tm-toolbar.tm-toolbar-attached .uk-float-right {
        display: block;
    }

    .tm-header-split .tm-headerbar .tm-logo {
        max-width: 800px;
        padding: 50px 0;
    }
}

@media (min-width:1220px) {
    .uk-container {
        width: 100%;
        max-width: 1720px;
    }

        .uk-container.tm-main-content {
            max-width: 1370px;
        }

    .tm-toolbar .uk-float-left + .uk-navbar-content.uk-navbar-center, .tm-toolbar .uk-float-right + .uk-navbar-content.uk-navbar-center {
        margin-right: 140px;
        margin-left: 140px;
        text-align: center;
    }

    #search-modal .uk-container {
        padding-top: 160px;
    }

    #search-modal .uk-dropdown-search {
        margin-top: 100px;
    }

    #search-modal .tm-search-header {
        margin-bottom: 50px;
    }

    #search-modal .tm-search-grid {
        padding-top: 70px;
    }

    .tm-top-slideset h2 {
        max-width: 400px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .tm-top-slideset .uk-slidenav {
        top: 40%;
    }

    .tm-bottom-a .uk-slidenav {
        top: 38%;
    }

    .tm-feature-post-photo {
        background-size: cover !important;
    }

    .tm-slideshow-content .uk-overlay-panel {
        top: 80px;
        right: 80px;
        bottom: 80px;
        max-width: 630px;
    }

    .tm-blob-frontpage {
        padding-top: 35px;
    }

        .tm-blob-frontpage .tm-blob-column-2 {
            max-width: 530px;
            margin: 0 auto;
            padding-bottom: 65px;
            padding-right: 100px;
        }

        .tm-blob-frontpage .uk-width-medium-1-2.uk-row-first .tm-blob-column-2 {
            padding-right: 0;
            padding-left: 100px;
        }

        .tm-blob-frontpage .uk-row-first {
            padding-top: 50px;
        }

            .tm-blob-frontpage .uk-row-first + *, .tm-blob-frontpage .uk-row-first + .uk-row-first + * {
                padding-top: 315px;
            }

            .tm-blob-frontpage .uk-row-first + .uk-row-first {
                padding-top: 115px;
            }

        .tm-blob-frontpage > :nth-child(2) {
            padding-top: 250px;
        }
}

@media (max-width:1220px) {
    .cart_ajax_data .subtotal, .tm-visible-xlarge {
        display: none !important;
    }
}

@media (max-width:767px) {
    .tm-main-content-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tm-main-content-margin {
        margin-bottom: 40px;
    }

    .tm-footer .tm-footer-line .uk-float-left, .tm-footer .tm-footer-line .uk-float-right {
        float: none;
        width: 100%;
    }

    .tm-footer-social-menu .uk-subnav > li > a {
        width: 38px;
        height: 38px;
        overflow: hidden;
        padding: 0 8px;
    }

        .tm-footer-social-menu .uk-subnav > li > a span {
            margin: 0;
        }

    .tm-animate-button {
        width: 150px;
    }

        .tm-animate-button span {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .tm-slideshow-content .uk-overlay-panel {
        position: relative;
        max-width: 100%;
    }

        .tm-slideshow-content .uk-overlay-panel > div {
            padding: 50px 30px 110px 30px;
        }

        .tm-slideshow-content .uk-overlay-panel .tm-slideshow-nav a {
            width: 40px;
        }
}

@media screen and (min-width:480px) and (max-width:960px) {
    .tm-social-login-panel .tm-social-login-provider-list a:before {
        display: none;
    }
}

@media (max-width:480px) {
    .tm-social-login-panel .tm-social-login-provider-list {
        text-align: center;
    }

        .tm-social-login-panel .tm-social-login-provider-list > div {
            display: inline-block;
            width: auto;
        }

        .tm-social-login-panel .tm-social-login-provider-list a {
            line-height: 38px;
            height: 40px;
            overflow: hidden;
            width: 40px;
        }

            .tm-social-login-panel .tm-social-login-provider-list a:before {
                display: block;
                line-height: 38px;
                height: 40px;
                width: 40px;
            }

    .tm-coming-soon #countdown {
        margin: 20px auto;
    }
}

.tm-theme-config-button {
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 1000;
    width: 50px;
    height: 55px;
    line-height: 55px;
    background: #e22b85;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

    .tm-theme-config-button:hover {
        background: #e22b85;
        color: #fff;
    }

#theme-config .uk-form-row + .uk-form-row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}

#theme-config .uk-form-row h3.uk-panel-title {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#theme-config .uk-form-row ul {
    padding: 0;
    list-style: none;
}

#theme-config .uk-form-row.tm-color-schemes ul {
    margin: 0 -3px -6px -3px;
}

    #theme-config .uk-form-row.tm-color-schemes ul li {
        float: left;
        padding: 0 3px 6px 3px;
    }

        #theme-config .uk-form-row.tm-color-schemes ul li a {
            display: block;
            width: 40px;
            height: 40px;
            position: relative;
        }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-aquamarine {
                background: #7cd5c9;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-purple {
                background: #cc9dcc;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-rosy {
                background: #f1c2d1;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-yellow {
                background: #f4d47e;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-blue {
                background: #84b3dd;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-red {
                background: #e22b85;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-forestgreen {
                background: #4aba77;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-lightgreen {
                background: #79e588;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-tan {
                background: #fdd693;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-default {
                background: #c3a377;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.tm-color-dark {
                background: #4d4d4d;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a:after {
                content: "\f00c";
                color: #fff;
                font-family: 'FontAwesome';
                text-align: center;
                line-height: 24px;
                width: 24px;
                height: 24px;
                background: rgba(255, 255, 255, 0.5);
                position: absolute;
                top: 8px;
                left: 8px;
                font-size: 14px;
                opacity: 0;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

            #theme-config .uk-form-row.tm-color-schemes ul li a.uk-active, #theme-config .uk-form-row.tm-color-schemes ul li a:hover {
                text-decoration: none;
            }

                #theme-config .uk-form-row.tm-color-schemes ul li a.uk-active:after, #theme-config .uk-form-row.tm-color-schemes ul li a:hover:after {
                    opacity: 1;
                }

#theme-config .uk-form-row.tm-blog-layouts > div {
    margin: 0 -4px;
}

#theme-config .uk-form-row.tm-blog-layouts ul li a {
    display: block;
    text-align: center;
    position: relative;
    color: #666666;
    margin-bottom: 10px;
    padding: 0 2px;
}

    #theme-config .uk-form-row.tm-blog-layouts ul li a img {
        border: 2px solid transparent;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    #theme-config .uk-form-row.tm-blog-layouts ul li a.uk-active, #theme-config .uk-form-row.tm-blog-layouts ul li a:hover {
        color: #e22b85;
        text-decoration: none;
    }

        #theme-config .uk-form-row.tm-blog-layouts ul li a.uk-active img, #theme-config .uk-form-row.tm-blog-layouts ul li a:hover img {
            border: 2px solid #e22b85;
        }

#theme-config .uk-form-row.tm-blog-styles ul {
    margin: 0;
}

    #theme-config .uk-form-row.tm-blog-styles ul li + li {
        padding-top: 25px;
    }

    #theme-config .uk-form-row.tm-blog-styles ul li a {
        display: block;
        text-align: left;
        color: #666666;
    }

        #theme-config .uk-form-row.tm-blog-styles ul li a span {
            padding: 10px 0 0 0;
            display: inline-block;
        }

        #theme-config .uk-form-row.tm-blog-styles ul li a.uk-active, #theme-config .uk-form-row.tm-blog-styles ul li a:hover {
            color: #e22b85;
            text-decoration: none;
        }

            #theme-config .uk-form-row.tm-blog-styles ul li a.uk-active img, #theme-config .uk-form-row.tm-blog-styles ul li a:hover img {
                -webkit-box-shadow: 0 0 25px #ccc;
                box-shadow: 0 0 25px #ccc;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

.tm-travel-style #tm-wrapper {
    background: #fff top center no-repeat;
    background-size: 100% auto;
}

.tm-creative-style .tm-creative-style-header-bg {
    background: #fff url("../images/creative-header-bg.jpg") top center no-repeat;
    background-size: 100% auto;
}

.tm-shop-ordering {
    float: left;
    min-width: 230px;
    margin: 0 0 20px 0;
}

    .tm-shop-ordering select {
        min-width: 230px;
    }

.tm-shop-result-count {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #797979;
    margin: 0 0 20px 0;
    line-height: 40px;
    float: right;
}

    .tm-shop-result-count span {
        color: #313131;
    }

span.onsale {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e22b85;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px;
    font-weight: normal;
    z-index: 5;
}

.tm-products li .uk-panel {
    border: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
    overflow: hidden;
}

    .tm-products li .uk-panel > a {
        display: block;
    }

    .tm-products li .uk-panel a img:nth-child(2) {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .tm-products li .uk-panel .tm-product-spacer {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 4;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 20px 20px 20px;
    }

        .tm-products li .uk-panel .tm-product-spacer .uk-flex {
            border: 1px solid #e6e6e6;
            background: #fff;
            padding: 20px;
        }

            .tm-products li .uk-panel .tm-product-spacer .uk-flex h3 {
                font-size: 16px;
                margin: 0;
            }

                .tm-products li .uk-panel .tm-product-spacer .uk-flex h3 a {
                    color: #333333;
                }

                    .tm-products li .uk-panel .tm-product-spacer .uk-flex h3 a:hover {
                        color: #e22b85;
                        text-decoration: none;
                    }

            .tm-products li .uk-panel .tm-product-spacer .uk-flex .price {
                letter-spacing: 1px;
            }

                .tm-products li .uk-panel .tm-product-spacer .uk-flex .price > .amount, .tm-products li .uk-panel .tm-product-spacer .uk-flex .price ins .amount {
                    color: #e22b85;
                    font-size: 16px;
                    font-weight: normal;
                }

                .tm-products li .uk-panel .tm-product-spacer .uk-flex .price ins {
                    padding: 0 0 0 10px;
                    background: none;
                }

                .tm-products li .uk-panel .tm-product-spacer .uk-flex .price del {
                    color: #b2b2b2;
                    font-size: 12px;
                    font-weight: normal;
                }

            .tm-products li .uk-panel .tm-product-spacer .uk-flex a.tm-add-to-cart {
                font-size: 35px;
                text-decoration: none;
            }

                .tm-products li .uk-panel .tm-product-spacer .uk-flex a.tm-add-to-cart:hover {
                    text-decoration: none;
                }

    .tm-products li .uk-panel .tm-product-button-line {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 6;
    }

        .tm-products li .uk-panel .tm-product-button-line a {
            opacity: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            border: 1px solid #e22b85;
            background: #e22b85;
            color: #fff;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            font-size: 18px;
            text-align: center;
            line-height: 38px;
            text-decoration: none;
            -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
        }

            .tm-products li .uk-panel .tm-product-button-line a + a {
                margin-top: 12px;
            }

            .tm-products li .uk-panel .tm-product-button-line a.added, .tm-products li .uk-panel .tm-product-button-line a:hover {
                text-decoration: none;
                border: 1px solid #e22b85;
                background: #fff;
                color: #e22b85;
            }

            .tm-products li .uk-panel .tm-product-button-line a .tm-quick-view {
                font-size: 20px;
            }

.tm-products li:hover .uk-panel a img:nth-child(2) {
    opacity: 1;
}

.tm-products li:hover .tm-product-button-line a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .tm-products li:hover .tm-product-button-line a:first-child {
        -webkit-transition-delay: 0.1s !important;
        -o-transition-delay: 0.1s !important;
        transition-delay: 0.1s !important;
    }

    .tm-products li:hover .tm-product-button-line a:nth-child(2) {
        -webkit-transition-delay: 0.15s !important;
        -o-transition-delay: 0.15s !important;
        transition-delay: 0.15s !important;
    }

    .tm-products li:hover .tm-product-button-line a:nth-child(3) {
        -webkit-transition-delay: 0.2s !important;
        -o-transition-delay: 0.2s !important;
        transition-delay: 0.2s !important;
    }

    .tm-products li:hover .tm-product-button-line a:nth-child(4) {
        -webkit-transition-delay: 0.25s !important;
        -o-transition-delay: 0.25s !important;
        transition-delay: 0.25s !important;
    }

.tm-shopping-cart .ajax-product-added {
    position: absolute;
    background: #e22b85;
    color: #fff;
    top: 66px;
    left: 10px;
    padding: 8px 15px !important;
    height: auto !important;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    display: none;
    white-space: nowrap;
}

    .tm-shopping-cart .ajax-product-added > span {
        display: inline-block;
        vertical-align: middle;
    }

    .tm-shopping-cart .ajax-product-added:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #e22b85;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: -5px;
        left: 14px;
        width: 0;
    }

    .tm-shopping-cart .ajax-product-added [class^=tm-icon-] {
        font-size: 20px;
        padding-right: 10px;
        font-weight: normal;
    }

.tm-shopping-cart a.cart-ajax-data {
    display: block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

    .tm-shopping-cart a.cart-ajax-data:active, .tm-shopping-cart a.cart-ajax-data:focus, .tm-shopping-cart a.cart-ajax-data:hover {
        background: none;
        color: #e22b85;
    }

    .tm-shopping-cart a.cart-ajax-data > span {
        padding: 0 0 0 7px;
        display: inline-block;
        vertical-align: middle;
    }

    .tm-shopping-cart a.cart-ajax-data [class^=tm-icon-] {
        color: #e22b85;
        font-size: 18px;
        font-weight: normal;
        padding: 0;
    }

    .tm-shopping-cart a.cart-ajax-data:after {
        font-family: 'deepsoul';
        content: "\e901";
        padding: 0 0 0 5px;
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.tm-shopping-cart .tm-cart-wrapper {
    background: none;
    border: none;
    padding: 0;
    margin-top: 0;
    width: 420px;
}

    .tm-shopping-cart .tm-cart-wrapper .tm-shopping-cart-content {
        margin-right: -1px;
    }

@media (max-width:767px) {
    .tm-shopping-cart .tm-cart-wrapper {
        width: 320px;
    }
}

.tm-shopping-cart .tm-shopping-cart-content {
    background: #fff;
    border: 1px solid #e6e6e6;
}

    .tm-shopping-cart .tm-shopping-cart-content .amount {
        color: #e22b85;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list {
        list-style: none outside;
        padding: 0;
        margin: 0;
    }

        .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #e6e6e6;
        }

            .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .uk-width-1-4 {
                border-right: 1px solid #e6e6e6;
            }

                .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .uk-width-1-4 a {
                    display: block;
                }

                .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .uk-width-1-4 img {
                    margin: 0;
                    width: 100%;
                }

            .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .uk-width-3-4 {
                position: relative;
            }

                .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .uk-width-3-4 > div {
                    padding: 0 60px 0 5px;
                }

            .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li h3 {
                font-size: 16px;
                display: block;
                font-family: 'Merriweather';
                color: #333;
                line-height: 22px;
                margin: 0;
                padding: 0;
            }

                .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li h3 a {
                    color: #333;
                }

                    .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li h3 a:hover {
                        color: #e22b85;
                        text-decoration: none;
                    }

            .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .quantity {
                color: #b2b2b2;
                font-weight: normal;
            }

                .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li .quantity .amount {
                    color: #e22b85;
                }

            .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li a.remove {
                position: absolute;
                top: 50%;
                right: 20px;
                margin: -17px 0 0 0;
                display: block;
                width: 32px;
                height: 32px;
                line-height: 33px;
                text-align: center;
                border: 1px solid #e6e6e6;
                color: #b3b3b3;
            }

                .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li a.remove:hover {
                    color: #e22b85;
                    border: 1px solid #e22b85;
                    text-decoration: none;
                }

            .tm-shopping-cart .tm-shopping-cart-content ul.tm-cart-list li.empty {
                border: none;
                padding: 20px;
            }

    .tm-shopping-cart .tm-shopping-cart-content .tm-total {
        border-bottom: 1px solid #e6e6e6;
        background: #fafafa;
        padding: 20px;
        margin: 0;
    }

        .tm-shopping-cart .tm-shopping-cart-content .tm-total strong {
            font-size: 12px;
            text-align: center;
            text-transform: uppercase;
            font-weight: normal;
            color: #797979;
            letter-spacing: 1px;
            float: left;
        }

        .tm-shopping-cart .tm-shopping-cart-content .tm-total .amount {
            font-weight: bold;
            float: right;
        }

    .tm-shopping-cart .tm-shopping-cart-content .tm-buttons {
        padding: 20px;
        margin: 0;
        text-align: center;
    }

        .tm-shopping-cart .tm-shopping-cart-content .tm-buttons a {
            width: 100%;
            padding: 0;
        }

.tm-layered-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tm-layered-nav ul li {
        color: #797979;
        font-size: 12px;
    }

        .tm-layered-nav ul li a {
            color: #333;
            font-size: 12px;
            font-family: 'Lato', sans-serif;
            font-weight: normal;
            display: inline-block;
            position: relative;
            padding: 5px 5px 5px 25px;
            line-height: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .tm-layered-nav ul li a:after {
                content: "";
                position: absolute;
                top: 6px;
                left: 0;
                border: 1px solid #e6e6e6;
                width: 11px;
                height: 11px;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
            }

            .tm-layered-nav ul li a:before {
                content: "";
                position: absolute;
                top: 9px;
                left: 3px;
                width: 7px;
                height: 7px;
                background: #e22b85;
                opacity: 0;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
            }

            .tm-layered-nav ul li a:hover {
                text-decoration: none;
                color: #e22b85;
            }

                .tm-layered-nav ul li a:hover:after {
                    width: 100%;
                }

                .tm-layered-nav ul li a:hover:after {
                    width: 11px;
                    height: 11px;
                    border: 1px solid #e22b85;
                }

        .tm-layered-nav ul li.chosen a:before {
            opacity: 1;
        }

        .tm-layered-nav ul li.chosen a:after {
            border: 1px solid #e22b85;
        }

        .tm-layered-nav ul li.chosen a:hover:before {
            background: #e6e6e6;
        }

.tm-price-filter .ui-slider {
    position: relative;
    text-align: left;
}

    .tm-price-filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        top: -4px;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background: #fff;
        border: 3px solid #e22b85;
        margin-left: -0.1em;
    }

        .tm-price-filter .ui-slider .ui-slider-handle:last-child {
            margin-left: -0.9em;
        }

    .tm-price-filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background: #e22b85;
    }

.tm-price-filter .price_slider_wrapper .ui-widget-content {
    background: #f0f0f0;
}

.tm-price-filter .ui-slider-horizontal {
    height: 5px;
}

    .tm-price-filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .tm-price-filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .tm-price-filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.tm-price-filter .price_slider_amount {
    padding-top: 25px;
}

    .tm-price-filter .price_slider_amount .uk-grid {
        margin-bottom: 20px;
    }

        .tm-price-filter .price_slider_amount .uk-grid > div > div {
            position: relative;
        }

        .tm-price-filter .price_slider_amount .uk-grid > div:last-child > div:after {
            content: "";
            position: absolute;
            top: 50%;
            left: -14px;
            width: 8px;
            height: 1px;
            background: #e6e6e6;
        }

    .tm-price-filter .price_slider_amount input {
        color: #fff;
    }

    .tm-price-filter .price_slider_amount span.from, .tm-price-filter .price_slider_amount span.to {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 40px;
        color: #333333;
    }

div.tm-product .product_title {
    clear: none;
    padding: 0;
    font-size: 46px;
    line-height: 50px;
}

div.tm-product .tm-product-gallery {
    position: relative;
    margin-bottom: 20px;
}

    div.tm-product .tm-product-gallery .tm-product-gallery-img img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
    }

    div.tm-product .tm-product-gallery a {
        display: block;
    }

    div.tm-product .tm-product-gallery .uk-slidenav-position {
        margin-top: 20px;
    }

        div.tm-product .tm-product-gallery .uk-slidenav-position .uk-slidenav {
            top: -44px;
            opacity: 1 !important;
            background: #e22b85;
            color: #fff;
            border: 1px solid #e22b85;
        }

            div.tm-product .tm-product-gallery .uk-slidenav-position .uk-slidenav.uk-slidenav-previous {
                left: auto;
                right: 48px;
            }

            div.tm-product .tm-product-gallery .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
                right: 1px;
            }

div.tm-product p.price, div.tm-product span.price {
    letter-spacing: 1px;
}

    div.tm-product p.price > .amount, div.tm-product p.price ins .amount, div.tm-product span.price > .amount, div.tm-product span.price ins .amount {
        color: #e22b85;
        font-size: 24px;
        font-weight: normal;
    }

    div.tm-product p.price ins, div.tm-product span.price ins {
        padding: 0 0 0 10px;
        background: none;
    }

    div.tm-product p.price del, div.tm-product span.price del {
        color: #b2b2b2;
        font-size: 18px;
        font-weight: normal;
    }

div.tm-product p.price {
    padding: 15px 0;
}

div.tm-product .tm-product-short-description {
    font-family: 'Merriweather';
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
}

div.tm-product .quantity {
    position: relative;
    width: 132px;
    float: left;
    margin: 0 25px 0 0;
}

    div.tm-product .quantity input {
        width: 132px;
        height: 56px;
        text-align: center;
    }

    div.tm-product .quantity:hover input {
        border: 1px solid #e22b85;
    }

    div.tm-product .quantity > div {
        position: absolute;
        top: 0;
    }

        div.tm-product .quantity > div.minus, div.tm-product .quantity > div.plus {
            position: absolute;
            top: 0;
            color: #e22b85;
            width: 56px;
            text-align: center;
            line-height: 56px;
            cursor: pointer;
        }

        div.tm-product .quantity > div.minus {
            left: 0;
        }

        div.tm-product .quantity > div.plus {
            right: 0;
        }

        div.tm-product .quantity > div span {
            width: 56px;
            line-height: 56px;
            display: block;
            text-align: center;
            color: #e22b85;
            font-size: 12px;
            cursor: pointer;
            padding: 0;
        }

div.tm-product .uk-form .variations {
    margin-bottom: 25px;
    width: 100%;
}

    div.tm-product .uk-form .variations label {
        font-weight: bold;
    }

    div.tm-product .uk-form .variations .select2-container, div.tm-product .uk-form .variations select {
        width: 180px;
        float: left;
    }

    div.tm-product .uk-form .variations td {
        vertical-align: middle;
        padding: 0;
    }

        div.tm-product .uk-form .variations td.label {
            padding-right: 15px;
            max-width: 150px;
        }

            div.tm-product .uk-form .variations td.label label {
                text-align: left;
                text-transform: uppercase;
                font-weight: normal;
                font-size: 12px;
                color: #333;
                letter-spacing: 1px;
            }

    div.tm-product .uk-form .variations .reset_variations {
        padding: 7px 0 0 15px;
        display: inline-block;
    }

div.tm-product .uk-form .group_table td.label {
    padding-right: 15px;
    padding-left: 15px;
}

    div.tm-product .uk-form .group_table td.label label {
        display: block;
        color: #333;
        font-size: 16px;
        font-family: 'Merriweather';
        line-height: 22px;
        margin: 0;
        padding: 0;
    }

        div.tm-product .uk-form .group_table td.label label a {
            display: block;
            color: #333;
        }

            div.tm-product .uk-form .group_table td.label label a:hover {
                color: #e22b85;
                text-decoration: none;
            }

    div.tm-product .uk-form .group_table td.label .amount, div.tm-product .uk-form .group_table td.label ins .amount {
        color: #e22b85;
        font-size: 16px;
        font-weight: normal;
    }

    div.tm-product .uk-form .group_table td.label ins {
        padding: 0 0 0 10px;
        background: none;
    }

    div.tm-product .uk-form .group_table td.label del .amount {
        color: #b2b2b2;
        font-size: 12px;
        font-weight: normal;
    }

    div.tm-product .uk-form .group_table td.label p {
        margin: 0;
        display: inline;
        padding: 0 0 0 15px;
    }

div.tm-product .uk-form .group_table td {
    vertical-align: middle;
    padding-bottom: 25px;
}

    div.tm-product .uk-form .group_table td .quantity {
        margin: 0;
    }

div.tm-product .uk-form .uk-button {
    font-size: 16px;
    letter-spacing: 2px;
    min-height: 56px;
    vertical-align: middle;
}

div.tm-product a.add_compare, div.tm-product a.add_wish_list {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    div.tm-product a.add_compare span, div.tm-product a.add_wish_list span {
        display: inline-block;
        vertical-align: middle;
    }

        div.tm-product a.add_compare span + span, div.tm-product a.add_wish_list span + span {
            padding-left: 7px;
        }

    div.tm-product a.add_compare [class*=tm-icon-], div.tm-product a.add_compare [class*=uk-icon-], div.tm-product a.add_wish_list [class*=tm-icon-], div.tm-product a.add_wish_list [class*=uk-icon-] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e22b85;
        background: #e22b85;
        color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    div.tm-product a.add_compare:hover, div.tm-product a.add_wish_list:hover {
        text-decoration: none;
        color: #e22b85;
    }

        div.tm-product a.add_compare:hover:after, div.tm-product a.add_wish_list:hover:after {
            width: 100%;
        }

        div.tm-product a.add_compare:hover [class*=tm-icon-], div.tm-product a.add_compare:hover [class*=uk-icon-], div.tm-product a.add_wish_list:hover [class*=tm-icon-], div.tm-product a.add_wish_list:hover [class*=uk-icon-] {
            text-decoration: none;
            border: 1px solid #e22b85;
            background: #fff;
            color: #e22b85;
        }

    div.tm-product a.add_compare.added [class*=tm-icon-], div.tm-product a.add_compare.added [class*=uk-icon-], div.tm-product a.add_wish_list.added [class*=tm-icon-], div.tm-product a.add_wish_list.added [class*=uk-icon-] {
        text-decoration: none;
        border: 1px solid #e22b85;
        background: #fff;
        color: #e22b85;
    }

.tm-tabs-wrapper {
    padding: 40px 0;
}

    .tm-tabs-wrapper ul#tm-product-tabs-content {
        margin-top: 40px;
    }

p.stars {
    position: relative;
    font-size: 1em;
}

    p.stars a {
        display: inline-block;
        font-weight: 700;
        margin-right: 30px;
        text-indent: -9999px;
        position: relative;
        letter-spacing: 2px;
        color: #b3b3b3;
    }

        p.stars a:hover {
            color: #e22b85;
        }

        p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
            position: relative;
        }

            p.stars a.star-1:before, p.stars a.star-2:before, p.stars a.star-3:before, p.stars a.star-4:before, p.stars a.star-5:before {
                position: absolute;
                top: 50%;
                right: -16px;
                width: 2px;
                height: 2px;
                content: "";
                background: #e22b85;
            }

            p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
                font-family: 'FontAwesome';
                text-indent: 0;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
            }

            p.stars a.star-1.uk-active:after, p.stars a.star-1:hover:after, p.stars a.star-2.uk-active:after, p.stars a.star-2:hover:after, p.stars a.star-3.uk-active:after, p.stars a.star-3:hover:after, p.stars a.star-4.uk-active:after, p.stars a.star-4:hover:after, p.stars a.star-5.uk-active:after, p.stars a.star-5:hover:after {
                color: #e22b85;
            }

        p.stars a.star-1 {
            width: 18px;
        }

            p.stars a.star-1:after {
                content: "\f005";
            }

            p.stars a.star-1.uk-active:after, p.stars a.star-1:hover:after {
                content: "\f005";
            }

        p.stars a.star-2 {
            width: 36px;
        }

            p.stars a.star-2:after {
                content: "\f005\f005";
            }

            p.stars a.star-2.uk-active:after, p.stars a.star-2:hover:after {
                content: "\f005\f005";
            }

        p.stars a.star-3 {
            width: 54px;
        }

            p.stars a.star-3:after {
                content: "\f005\f005\f005";
            }

            p.stars a.star-3.uk-active:after, p.stars a.star-3:hover:after {
                content: "\f005\f005\f005";
            }

        p.stars a.star-4 {
            width: 72px;
        }

            p.stars a.star-4:after {
                content: "\f005\f005\f005\f005";
            }

            p.stars a.star-4.uk-active:after, p.stars a.star-4:hover:after {
                content: "\f005\f005\f005\f005";
            }

        p.stars a.star-5 {
            width: 90px;
        }

            p.stars a.star-5:before {
                display: none;
            }

            p.stars a.star-5:after {
                content: "\f005\f005\f005\f005\f005";
            }

            p.stars a.star-5.uk-active:after, p.stars a.star-5:hover:after {
                content: "\f005\f005\f005\f005\f005";
            }

.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 16px;
    width: 5.3em;
    letter-spacing: 2px;
    font-family: 'FontAwesome';
}

    .star-rating:before {
        top: 0;
        left: 0;
        content: "\f005\f005\f005\f005\f005";
        float: left;
        color: #b3b3b3;
    }

    .star-rating span {
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        float: left;
        padding-top: 15px;
        color: #e22b85;
    }

        .star-rating span:before {
            content: "\f005\f005\f005\f005\f005";
            top: 0;
            position: absolute;
            left: 0;
        }

table.tm-shop-attributes {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}

    table.tm-shop-attributes th {
        min-width: 150px;
        width: 15%;
        padding: 8px 15px;
        border: 1px solid #e6e6e6;
        margin: 0;
        text-align: left;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
        color: #333;
        letter-spacing: 1px;
    }

    table.tm-shop-attributes td {
        border: 1px solid #e6e6e6;
        margin: 0;
        padding: 8px 15px;
    }

        table.tm-shop-attributes td p {
            margin: 0;
            padding: 0;
        }

    table.tm-shop-attributes .alt td, table.tm-shop-attributes .alt th {
        background: #fff;
    }

table.shop_table {
    margin: 0;
    border-spacing: 0;
    width: 100%;
}

    table.shop_table th {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        color: #797979;
        background: none;
        letter-spacing: 1px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px;
    }

        table.shop_table th:first-child {
            border-left: 1px solid #e6e6e6;
        }

        table.shop_table th:last-child {
            border-right: 1px solid #e6e6e6;
        }

    table.shop_table td {
        padding: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

        table.shop_table td:first-child {
            border-left: 1px solid #e6e6e6;
        }

        table.shop_table td:last-child {
            border-right: 1px solid #e6e6e6;
        }

    table.shop_table.cart .cart_item td {
        background: #fff;
        text-align: center;
    }

    table.shop_table.cart td.product-thumbnail {
        padding: 0 !important;
        width: 140px;
        border-right: 1px solid #e6e6e6;
    }

        table.shop_table.cart td.product-thumbnail a {
            display: block;
        }

            table.shop_table.cart td.product-thumbnail a img {
                display: block;
                width: 140px;
                height: auto;
            }

    table.shop_table.cart .product-name {
        text-align: left !important;
    }

        table.shop_table.cart .product-name a {
            font-size: 16px;
            color: #333333;
            font-family: 'Merriweather';
        }

            table.shop_table.cart .product-name a:hover {
                color: #e22b85;
            }

    table.shop_table.cart .quantity {
        position: relative;
        width: 120px;
        margin: 0 auto;
    }

        table.shop_table.cart .quantity input {
            width: 120px;
            text-align: center;
        }

        table.shop_table.cart .quantity:hover input {
            border: 1px solid #e22b85;
        }

        table.shop_table.cart .quantity > div {
            position: absolute;
            top: 0;
        }

            table.shop_table.cart .quantity > div.minus {
                left: 0;
            }

            table.shop_table.cart .quantity > div.plus {
                right: 0;
            }

            table.shop_table.cart .quantity > div span {
                width: 40px;
                line-height: 40px;
                display: block;
                text-align: center;
                color: #e22b85;
                font-size: 12px;
                cursor: pointer;
            }

    table.shop_table.cart td.product-price {
        color: #333333;
        letter-spacing: 1px;
        font-weight: normal;
    }

    table.shop_table.cart td.product-subtotal {
        color: #e22b85;
        letter-spacing: 1px;
        font-weight: normal;
    }

    table.shop_table.cart a.remove {
        display: block;
        width: 38px;
        height: 38px;
        line-height: 39px;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #e6e6e6;
        color: #b3b3b3;
        text-decoration: none;
    }

        table.shop_table.cart a.remove:hover {
            color: #e22b85;
            border: 1px solid #e22b85;
            text-decoration: none;
        }

    table.shop_table.cart td.actions {
        padding: 40px !important;
    }

    table.shop_table.cart .coupon .uk-button {
        margin-left: 10px;
    }

    table.shop_table.wishlist tbody td {
        background: #fff;
        text-align: center;
    }

    table.shop_table.wishlist td.product-thumbnail {
        padding: 0 !important;
        width: 140px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }

        table.shop_table.wishlist td.product-thumbnail a {
            display: block;
        }

            table.shop_table.wishlist td.product-thumbnail a img {
                display: block;
                width: 140px;
                height: auto;
            }

    table.shop_table.wishlist .product-name {
        text-align: left !important;
    }

        table.shop_table.wishlist .product-name a {
            font-size: 16px;
            color: #333333;
            font-family: 'Merriweather';
        }

            table.shop_table.wishlist .product-name a:hover {
                color: #e22b85;
            }

    table.shop_table.wishlist a.remove {
        display: block;
        width: 38px;
        height: 38px;
        line-height: 39px;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #e6e6e6;
        color: #b3b3b3;
        text-decoration: none;
    }

        table.shop_table.wishlist a.remove:hover {
            color: #e22b85;
            border: 1px solid #e22b85;
            text-decoration: none;
        }

    table.shop_table.wishlist .product-price .amount, table.shop_table.wishlist .product-price ins .amount {
        color: #e22b85;
        font-size: 16px;
        font-weight: normal;
    }

    table.shop_table.wishlist .product-price ins {
        padding: 0 0 0 10px;
        background: none;
    }

    table.shop_table.wishlist .product-price del {
        color: #b2b2b2;
    }

        table.shop_table.wishlist .product-price del .amount {
            color: #b2b2b2;
            font-size: 12px;
            font-weight: normal;
        }

    table.shop_table.wishlist .product-status > span {
        display: inline-block;
        vertical-align: middle;
    }

    table.shop_table.wishlist .product-status span.uk-visible-large {
        padding-left: 7px;
    }

    table.shop_table.wishlist .product-status .uk-icon-check {
        color: #97d3a7;
    }

    table.shop_table.wishlist .product-status .uk-icon-remove {
        color: #ff9292;
    }

    table.shop_table.wishlist .product-action .uk-button {
        padding-left: 20px;
        padding-right: 20px;
        white-space: nowrap;
    }

    table.shop_table.shop_table_inline td, table.shop_table.shop_table_inline th {
        border-top: 1px solid #e6e6e6;
        border-bottom: 0;
        vertical-align: top;
    }

        table.shop_table.shop_table_inline td p, table.shop_table.shop_table_inline th p {
            margin-bottom: 0;
        }

        table.shop_table.shop_table_inline td span.amount, table.shop_table.shop_table_inline th span.amount {
            color: #333333;
            letter-spacing: 1px;
            font-weight: normal;
        }

        table.shop_table.shop_table_inline td strong span.amount, table.shop_table.shop_table_inline th strong span.amount {
            color: #e22b85;
            letter-spacing: 1px;
            font-weight: bold;
        }

    table.shop_table.shop_table_inline tr > :first-child {
        padding-left: 0;
        text-align: left;
        border-left: 0;
    }

    table.shop_table.shop_table_inline tr > :last-child {
        padding-right: 0;
        text-align: right;
        border-right: 0;
    }

    table.shop_table.shop_table_inline tr:last-child > * {
        border-bottom: 1px solid #e6e6e6;
    }

    table.shop_table.shop_table_inline tr.no-border td, table.shop_table.shop_table_inline tr.no-border th {
        border: none;
        padding: 0;
        text-align: left;
    }

    table.shop_table.shop_table_inline tr .tm-shipping-calculator-form {
        padding: 0 0 20px 0;
    }

    table.shop_table.my_account_orders td, table.shop_table.my_account_orders th {
        vertical-align: middle;
    }

    table.shop_table.my_account_orders td {
        text-align: center;
        background: #fff;
    }

        table.shop_table.my_account_orders td > * {
            margin-bottom: 0;
        }

        table.shop_table.my_account_orders td span.amount {
            color: #e22b85;
            letter-spacing: 1px;
            font-weight: normal;
        }

    table.shop_table.my_account_orders .uk-button {
        white-space: nowrap;
    }

    table.shop_table.my_account_orders [class*=order-number] {
        text-align: left;
    }

    table.shop_table.my_account_orders [class*=order-status] > span {
        display: inline-block;
        vertical-align: middle;
    }

    table.shop_table.my_account_orders [class*=order-status] .uk-icon-history, table.shop_table.my_account_orders [class*=order-status] .uk-icon-hourglass-o, table.shop_table.my_account_orders [class*=order-status] .uk-icon-spinner {
        color: #ffda92;
    }

    table.shop_table.my_account_orders [class*=order-status] .uk-icon-check {
        color: #97d3a7;
    }

    table.shop_table.my_account_orders [class*=order-status] .uk-icon-exclamation-circle, table.shop_table.my_account_orders [class*=order-status] .uk-icon-remove {
        color: #ff9292;
    }

    table.shop_table.my_account_orders [class*=order-status] .uk-icon-reply {
        color: #e22b85;
    }

    table.shop_table.my_account_orders [class*=order-status] span.uk-visible-large {
        padding-left: 7px;
    }

    table.shop_table.my_account_orders [class*=order-actions] {
        text-align: right;
    }

        table.shop_table.my_account_orders [class*=order-actions] .uk-button + * {
            margin-left: -1px;
        }

        table.shop_table.my_account_orders [class*=order-actions] .uk-button-group > div > a {
            padding: 0;
            width: 40px;
            text-align: center;
        }

.tm-proceed-to-checkout {
    text-align: right;
    margin-top: 30px;
}

.tm-shipping-calculator-form {
    display: none;
}

.tm-checkout-payment {
    background: #ededed;
    margin: 40px 0;
    padding: 25px 30px;
}

    .tm-checkout-payment ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .tm-checkout-payment ul li {
            padding-bottom: 10px;
        }

            .tm-checkout-payment ul li:last-child {
                padding: 0;
            }

            .tm-checkout-payment ul li input {
                display: none;
            }

            .tm-checkout-payment ul li label {
                padding: 7px 0 7px 30px;
                position: relative;
                display: block;
                cursor: pointer;
                color: #333;
            }

                .tm-checkout-payment ul li label img {
                    padding: 0 10px;
                }

                .tm-checkout-payment ul li label:before {
                    content: "";
                    position: absolute;
                    top: 13px;
                    left: 0;
                    border: 1px solid #e6e6e6;
                    background: #fff;
                    width: 13px;
                    height: 13px;
                    border-radius: 15px;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                }

                .tm-checkout-payment ul li label:after {
                    content: "";
                    position: absolute;
                    top: 17px;
                    left: 4px;
                    background: #e22b85;
                    width: 7px;
                    height: 7px;
                    opacity: 0;
                    border-radius: 15px;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                }

                .tm-checkout-payment ul li label:hover:before {
                    border: 1px solid #e22b85;
                }

            .tm-checkout-payment ul li input:checked + label:after {
                opacity: 1;
            }

            .tm-checkout-payment ul li .payment_box {
                display: none;
                background: #fff;
                margin: 0 0 5px 30px;
                padding: 15px 20px;
                position: relative;
            }

                .tm-checkout-payment ul li .payment_box:after {
                    border-bottom: 5px solid #fff;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    content: "";
                    display: block;
                    height: 0;
                    left: 15px;
                    position: absolute;
                    top: -5px;
                    width: 0;
                }

                .tm-checkout-payment ul li .payment_box p {
                    margin: 0;
                }

textarea#order_comments {
    height: 120px;
    resize: none;
}

#tm-quick-view-content .uk-modal-spinner-quick-view {
    background: url("../images/loader-red.svg") center center no-repeat;
    background-size: 42px 42px;
    min-height: 100px;
}

#tm-quick-view-content .tm-product-gallery {
    margin-bottom: 0;
}

.tm-compare-container .remove-all-compare {
    padding-left: 20px;
    padding-right: 20px;
}

    .tm-compare-container .remove-all-compare span {
        position: relative;
        top: 4px;
        font-size: 18px;
        padding-right: 7px;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .tm-compare-container .remove-all-compare:hover span {
        color: #e22b85;
    }

.tm-compare-container .tm-top-container {
    padding-bottom: 20px;
}

    .tm-compare-container .tm-top-container .uk-panel {
        overflow: inherit;
    }

        .tm-compare-container .tm-top-container .uk-panel .uk-close {
            position: absolute;
            top: -1px;
            right: -1px;
            opacity: 1 !important;
            z-index: 7;
        }

        .tm-compare-container .tm-top-container .uk-panel .tm-product-button-line {
            top: 55px !important;
        }

.tm-compare-container ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
}

.tm-compare-container .props .prop-one {
    padding: 8px 15px;
}

    .tm-compare-container .props .prop-one:nth-child(2n) {
        background: #fff;
    }

    .tm-compare-container .props .prop-one [class*=uk-icon-] {
        padding-right: 7px;
    }

    .tm-compare-container .props .prop-one .uk-icon-check {
        color: #97d3a7;
    }

    .tm-compare-container .props .prop-one .uk-icon-remove {
        color: #ff9292;
    }

.tm-compare-container .tm-compare-props .props .prop-one {
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

    .tm-compare-container .tm-compare-props .props .prop-one:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

.tm-compare-container .tm-compare-elements .props .prop-one {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

    .tm-compare-container .tm-compare-elements .props .prop-one:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

.tm-compare-container .owl-nav button {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    line-height: 44px;
    color: #e22b85;
    font-size: 20px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border: 1px solid #e22b85;
    background: none;
}

    .tm-compare-container .owl-nav button.disabled {
        display: none !important;
    }

    .tm-compare-container .owl-nav button:active, .tm-compare-container .owl-nav button:focus, .tm-compare-container .owl-nav button:hover {
        outline: none;
        text-decoration: none;
        cursor: pointer;
        background: #e22b85;
        color: #fff;
        border: 1px solid #e22b85;
    }

    .tm-compare-container .owl-nav button.owl-prev {
        left: 20px;
    }

    .tm-compare-container .owl-nav button.owl-next {
        right: 20px;
    }

.tm-compare-container .owl-carousel:hover .owl-nav button {
    opacity: 1;
}

.tm-compare-container .owl-dots {
    display: none;
}

@media (min-width:1220px) {
    .tm-products:not(.tm-compact-list) li .uk-panel .tm-product-spacer {
        padding: 0 40px 40px 40px;
    }

        .tm-products:not(.tm-compact-list) li .uk-panel .tm-product-spacer .uk-flex {
            padding-left: 40px;
            padding-right: 40px;
        }

    .tm-products:not(.tm-compact-list) li .uk-panel .onsale {
        top: 40px;
        left: 40px;
    }

    .tm-products:not(.tm-compact-list) li .uk-panel .tm-product-button-line {
        top: 40px;
        right: 40px;
    }

    div.tm-product .tm-product-content {
        padding: 90px;
    }

    #tm-quick-view-content div.tm-product .tm-product-content {
        padding: 40px;
    }

    table.shop_table td, table.shop_table th {
        padding-left: 40px;
        padding-right: 40px;
    }

    table.my_account_orders th {
        padding-left: 30px;
        padding-right: 30px;
    }

    table.my_account_orders td {
        padding: 30px;
    }
}

@media (max-width:767px) {
    .tm-shop-ordering, .tm-shop-result-count {
        float: none;
        width: 100%;
    }

    .tm-proceed-to-checkout {
        text-align: center;
    }

    table.shop_table.cart th {
        display: none;
    }

    table.shop_table.cart td, table.shop_table.cart tr {
        display: block;
        text-align: center;
    }

    table.shop_table.cart td {
        padding: 10px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: none;
    }

        table.shop_table.cart td.product-thumbnail {
            width: auto;
            text-align: center;
            border-bottom: 1px solid #e6e6e6;
        }

            table.shop_table.cart td.product-thumbnail img {
                width: 100% !important;
                max-width: 100% !important;
                margin: 0 auto;
            }

        table.shop_table.cart td.product-name {
            text-align: center !important;
        }

        table.shop_table.cart td:first-child {
            border-top: 1px solid #e6e6e6;
        }

        table.shop_table.cart td.actions {
            text-align: center;
            padding: 20px !important;
            border-bottom: 1px solid #e6e6e6;
        }

            table.shop_table.cart td.actions input {
                width: 100%;
            }

                table.shop_table.cart td.actions input .uk-button {
                    text-align: center;
                }

            table.shop_table.cart td.actions .coupon .uk-button {
                margin: 20px 0 0 0;
            }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 40px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 12px;
            padding-right: 35px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 12px;
        padding-left: 35px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 40px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 12px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 3px 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
    border-color: #e22b85;
    background: #fff;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        color: #666666;
    }

        .select2-search--dropdown .select2-search__field:focus {
            border-color: #e22b85;
            outline: 0;
            background: #fff;
            color: #666666;
        }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #e22b85;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 38px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 35px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 12px;
        line-height: 38px;
        text-align: center;
        font-weight: normal;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
            font-family: 'deepsoul';
            content: "\e901";
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e22b85;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    outline: 0;
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #e22b85;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 38px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #e22b85;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #e22b85;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #e22b85;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #e22b85;
    color: #666666;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0073aa;
}
