.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #eee;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer
}
.uk-accordion-content {
    padding: 0 15px 15px 15px
}
.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-autocomplete {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}
.uk-dropdown-flip {
    left: auto;
    right: 0
}
.uk-nav-autocomplete>li>a {
    color: #444
}
.uk-nav-autocomplete>li.uk-active>a {
    background: #00a8e6;
    color: #fff;
    outline: 0
}
.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 .2s ease-in-out;
    animation: uk-fade .2s ease-in-out;
    -webkit-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: 0
}
.uk-datepicker-table a:active {
    background-color: #ccc;
    color: #444
}
.uk-datepicker-table a.uk-active {
    background: #00a8e6;
    color: #fff
}

/*
.uk-form input[type=radio],
.uk-form input[type=checkbox] {
    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: 0 0
}
.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-dotnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
    padding: 0;
    list-style: none
}
.uk-dotnav>* {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-left: 15px;
    margin-top: 15px
}
.uk-dotnav:after,
.uk-dotnav:before {
    content: "";
    display: block;
    overflow: hidden
}
.uk-dotnav:after {
    clear: both
}
.uk-dotnav>* {
    float: left
}
.uk-dotnav>*>* {
    display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(50, 50, 50, .1);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap
}
.uk-dotnav>*>:focus,
.uk-dotnav>*>:hover {
    background: rgba(50, 50, 50, .4);
    outline: 0
}
.uk-dotnav>*>:active {
    background: rgba(50, 50, 50, .6)
}
.uk-dotnav>.uk-active>* {
    background: rgba(50, 50, 50, .4)
}
.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, .4)
}
.uk-dotnav-contrast>*>:focus,
.uk-dotnav-contrast>*>:hover {
    background: rgba(255, 255, 255, .7)
}
.uk-dotnav-contrast>*>:active {
    background: rgba(255, 255, 255, .9)
}
.uk-dotnav-contrast>.uk-active>* {
    background: rgba(255, 255, 255, .9)
}
.uk-dotnav-vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.uk-dotnav-vertical>* {
    float: none
}
.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;
    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: 0
}
.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 {
    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;
    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 {
    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 {
    touch-action: none
}
.uk-nestable-handle:hover {
    cursor: move
}
.uk-nestable-moving,
.uk-nestable-moving * {
    cursor: move
}
.uk-nestable-moving iframe {
    pointer-events: none
}
[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;
    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: 15px;
    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 {
    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: #00a8e6;
    float: left;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    font-size: 12px;
    color: #fff;
    text-align: center
}
.uk-progress-mini {
    height: 6px
}
.uk-progress-small {
    height: 12px
}
.uk-progress-success .uk-progress-bar {
    background-color: #8cc14c
}
.uk-progress-warning .uk-progress-bar {
    background-color: #faa732
}
.uk-progress-danger .uk-progress-bar {
    background-color: #da314b
}
.uk-progress-striped .uk-progress-bar {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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
    }
    100% {
        background-position: 30px 0
    }
}
@keyframes uk-progress-bar-stripes {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 30px 0
    }
}
.uk-search {
    display: inline-block;
    position: relative;
    margin: 0
}
.uk-search:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: rgba(0, 0, 0, .2)
}
.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 {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: #444;
    -webkit-appearance: none;
    width: 120px;
    height: 30px;
    padding: 0 0 0 30px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle
}
.uk-search-field:-ms-input-placeholder {
    color: #999!important
}
.uk-search-field::-moz-placeholder {
    color: #999
}
.uk-search-field::-webkit-input-placeholder {
    color: #999
}
.uk-search-field:focus {
    outline: 0
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
    width: 180px
}
.uk-dropdown-search {
    width: 300px;
    margin-top: 0;
    background: #f5f5f5;
    color: #444
}
.uk-open>.uk-dropdown-search {
    -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
    animation: uk-slide-top-fixed .2s ease-in-out
}
.uk-navbar-flip .uk-dropdown-search {
    margin-top: 5px;
    margin-right: -15px
}
.uk-nav-search>li>a {
    color: #444
}
.uk-nav-search>li.uk-active>a {
    background: #00a8e6;
    color: #fff;
    outline: 0
}
.uk-nav-search .uk-nav-header {
    color: #999
}
.uk-nav-search .uk-nav-divider {
    border-top: 1px solid #ddd
}
.uk-nav-search ul a {
    color: #07D
}
.uk-nav-search ul a:hover {
    color: #059
}
.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: transparent;
    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;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(50, 50, 50, .4);
    font-size: 60px;
    text-align: center
}
.uk-slidenav:focus,
.uk-slidenav:hover {
    outline: 0;
    text-decoration: none;
    color: rgba(50, 50, 50, .7);
    cursor: pointer
}
.uk-slidenav:active {
    color: rgba(50, 50, 50, .9)
}
.uk-slidenav-previous:before {
    content: "\f104";
    font-family: FontAwesome
}
.uk-slidenav-next:before {
    content: "\f105";
    font-family: FontAwesome
}
.uk-slidenav-position {
    position: relative
}
.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px
}
.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: rgba(255, 255, 255, .5)
}
.uk-slidenav-contrast:focus,
.uk-slidenav-contrast:hover {
    color: rgba(255, 255, 255, .7)
}
.uk-slidenav-contrast:active {
    color: rgba(255, 255, 255, .9)
}
[data-uk-slider] {
    direction: ltr
}
html[dir=rtl] .uk-slider>* {
    direction: rtl
}
.uk-slider {
    position: relative;
    z-index: 0;
    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 .2s linear;
    transition: transform .2s 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;
    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 .5s linear;
    animation: uk-fade .5s linear
}
.uk-slideshow-fade-out {
    -webkit-animation: uk-fade .5s linear reverse;
    animation: uk-fade .5s linear reverse
}
.uk-slideshow-scroll-forward-in {
    -webkit-animation: uk-slide-right .5s ease-in-out;
    animation: uk-slide-right .5s ease-in-out
}
.uk-slideshow-scroll-forward-out {
    -webkit-animation: uk-slide-left .5s ease-in-out reverse;
    animation: uk-slide-left .5s ease-in-out reverse
}
.uk-slideshow-scroll-backward-in {
    -webkit-animation: uk-slide-left .5s ease-in-out;
    animation: uk-slide-left .5s ease-in-out
}
.uk-slideshow-scroll-backward-out {
    -webkit-animation: uk-slide-right .5s ease-in-out reverse;
    animation: uk-slide-right .5s ease-in-out reverse
}
.uk-slideshow-scale-out {
    -webkit-animation: uk-fade-scale-15 .5s ease-in-out reverse;
    animation: uk-fade-scale-15 .5s ease-in-out reverse
}
.uk-slideshow-swipe-forward-in {
    -webkit-animation: uk-slide-left-33 .5s ease-in-out;
    animation: uk-slide-left-33 .5s ease-in-out
}
.uk-slideshow-swipe-forward-out {
    -webkit-animation: uk-slide-left .5s ease-in-out reverse;
    animation: uk-slide-left .5s ease-in-out reverse
}
.uk-slideshow-swipe-backward-in {
    -webkit-animation: uk-slide-right-33 .5s ease-in-out;
    animation: uk-slide-right-33 .5s ease-in-out
}
.uk-slideshow-swipe-backward-out {
    -webkit-animation: uk-slide-right .5s ease-in-out reverse;
    animation: uk-slide-right .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, .6);
    -webkit-animation: uk-fade .5s ease-in-out reverse;
    animation: uk-fade .5s ease-in-out reverse
}
.uk-sortable {
    position: relative
}
.uk-sortable>* {
    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 {
    touch-action: none
}
.uk-sortable-handle:hover {
    cursor: move
}
.uk-sortable-moving,
.uk-sortable-moving * {
    cursor: move
}
.uk-sortable-moving iframe {
    pointer-events: none
}
[data-uk-sticky].uk-active {
    z-index: 980;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden
}
[data-uk-sticky][class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}
[data-uk-sticky].uk-animation-reverse {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}
.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #333;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 18px
}
.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #333
}
.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: #333
}
.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: #333
}
.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: #333
}
.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: #333
}
.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}