/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
@import "/fonts.googleapis.com/css?family=Open+Sans:400,300";
.btn {
    border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    background: #f7f7f7;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff
    }
.btn:hover {
    background-position: 0 0;
    -webkit-transition: none;
    transition: none;
    background-color: #fafafa;
    color: #444;
    background-image: none
    }
.btn.active, .btn:active {
    box-shadow: none;
    background-color: #f5f5f5;
    color: #444;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.btn-primary, .btn-info, .btn-inverse {
    background-color: #52b4df;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
    background-color: #53b5de;
    color: #fff;
    background-image: none
    }
.btn-primary:active, .btn-primary.active, .btn-info:active, .btn-info.active, .btn-inverse:active, .btn-inverse.active {
    background-color: #359ac4;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.btn-danger, .btn-warning {
    background-color: #d32c46;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
    background-image: linear-gradient(to bottom, #ee465a, #c11a39);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.btn-danger:hover, .btn-warning:hover {
    background-color: #e33551;
    color: #fff;
    background-image: none
    }
.btn-danger:active, .btn-danger.active, .btn-warning:active, .btn-warning.active {
    background-color: #c91c37;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.btn-success {
    background-color: #82bb42;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.btn-success:hover {
    background-color: #8fce48;
    color: #fff;
    background-image: none
    }
.btn-success:active, .btn-success.active {
    background-color: #76b430;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.btn.disabled, .btn[disabled] {
    background-color: #fafafa;
    color: #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff
    }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.uk-active, .btn-link:disabled {
    display: inline;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none
    }
.btn-link {
    color: #1fa2d6
    }
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.uk-active {
    color: #0074a2
    }
.btn-link:disabled {
    color: #999
    }
.btn-group > .btn:first-child {
    border-radius: 0 0 0 0
    }
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-radius: 0 0 0 0
    }
.btn-group > .btn.large:first-child {
    border-radius: 0 0 0 0
    }
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    border-radius: 0 0 0 0
    }
.btn-group > .btn + .dropdown-toggle {
    box-shadow: none
    }
.btn-group-vertical > .btn:first-child {
    border-radius: 0 0 0 0
    }
.btn-group-vertical > .btn:last-child {
    border-radius: 0 0 0 0
    }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: none;
    color: #444;
    border-radius: 4px
    }
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe
    }
select {
    border-color: #ddd
    }
.input-append input {
    border-radius: 0 0 0 0
    }
.input-append .add-on, .input-prepend .add-on {
    text-shadow: none;
    border-color: #ddd;
    background-color: #f2f2f2
    }
.input-append .add-on:first-child, .input-append .btn:first-child, .input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    border-radius: 0 0 0 0
    }
.input-append .add-on:last-child, .input-append .btn:last-child, .input-prepend .add-on:last-child, .input-prepend .btn:last-child, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    border-radius: 0 0 0 0
    }
.input-block-level {
    min-height: auto
    }
.control-group.warning input, .control-group.warning select, .control-group.warning textarea, .control-group.error input, .control-group.error select, .control-group.error textarea {
    box-shadow: none;
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #c91032 !important
    }
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    box-shadow: none
    }
.control-group.warning label, .control-group.error label, .control-group.warning .help-block, .control-group.error .help-block, .control-group.warning .help-inline, .control-group.error .help-inline {
    color: #c91032
    }
.control-group.success input, .control-group.success select, .control-group.success textarea {
    box-shadow: none;
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #539022 !important
    }
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    box-shadow: none
    }
.control-group.success label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #539022
    }
.form-actions {
    border: none
    }
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
    }
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background: #52b4df;
    box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: #52b4df;
    box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px
    }
.hero-unit {
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px
    }
.tooltip.in {
    opacity: 1
    }
.tooltip-inner {
    border-radius: 0
    }
.alert {
    border-radius: 0;
    border: none;
    text-shadow: none;
    background: #fffceb;
    color: #e28327;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
    border-color: rgba(226, 131, 39, 0.3)
    }
.alert-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, 0.3)
    }
.alert-danger, .alert-error {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.3)
    }
.alert-info {
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff
    }
.label, .badge {
    text-shadow: none;
    background: #52b4df;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.label-important, .badge-important {
    background-color: #d32c46;
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
    background-image: linear-gradient(to bottom, #ee465a, #c11a39)
    }
.label-warning, .badge-warning {
    background-color: #f9a124;
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406)
    }
.label-success, .badge-success {
    background-color: #82bb42;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34)
    }
.progress {
    border-radius: 0;
    box-shadow: none;
    background: #f7f7f7;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07);
    border-radius: 4px
    }
.progress .bar {
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #52b4df;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.progress-danger .bar, .progress .bar-danger, .progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #d32c46;
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
    background-image: linear-gradient(to bottom, #ee465a, #c11a39)
    }
.progress-success .bar, .progress .bar-success, .progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #82bb42;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34)
    }
.progress-info .bar, .progress .bar-info, .progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #52b4df;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.progress-warning .bar, .progress .bar-warning, .progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #f9a124;
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406)
    }
.progress .bar + .bar {
    box-shadow: none
    }
.progress-striped .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: 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)
    }
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: none
    }
.nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.03)
    }
.nav-header {
    text-shadow: none;
    color: #444
    }
.nav-list > li > a, .nav-list .nav-header {
    text-shadow: none
    }
.nav-list > li > a:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #444;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 #fff
    }
.nav-list > .active > a, .nav-list > .active > a:hover {
    text-shadow: none;
    color: #fff;
    background-color: #52b4df
    }
.nav-list .divider {
    border-color: #ddd;
    background: transparent
    }
.nav-pills > li > a {
    border-radius: 0;
    border-radius: 4px
    }
.nav-pills > li > a:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
    }
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background: #52b4df;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.nav-tabs.nav-stacked > li > a {
    border-color: #ddd;
    border-radius: 0
    }
.nav-tabs.nav-stacked > li:first-child > a {
    border-top-radius: 0
    }
.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-radius: 0
    }
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2
    }
.nav-tabs .dropdown-menu {
    border-radius: 0 0 0 0
    }
.nav-pills .dropdown-menu {
    border-radius: 0
    }
.nav-tabs {
    border-bottom: 1px solid #ddd
    }
.nav-tabs > li > a {
    border-radius: 0 0 0 0
    }
.nav-tabs > li > a:hover {
    border-color: #ddd;
    border-bottom-color: #ddd;
    background: #fafafa;
    color: #0074a2
    }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
    }
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
    }
.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 0 0
    }
.tabs-below > .nav-tabs > li > a:hover {
    border-color: #ddd;
    border-top-color: #ddd
    }
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd #ddd
    }
.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd
    }
.tabs-left > .nav-tabs > li > a {
    border-radius: 0 0 0 0
    }
.tabs-left > .nav-tabs > li > a:hover {
    border-color: #ddd;
    border-right-color: #ddd
    }
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd
    }
.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd
    }
.tabs-right > .nav-tabs > li > a {
    border-radius: 0 0 0 0
    }
.tabs-right > .nav-tabs > li > a:hover {
    border-color: #ddd;
    border-left-color: #ddd
    }
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent
    }
.breadcrumb {
    background-color: #fafafa;
    border-radius: 0
    }
.breadcrumb .divider {
    color: inherit
    }
.breadcrumb .active {
    color: #999
    }
.breadcrumb li {
    text-shadow: none
    }
.accordion-group {
    border-color: #ddd;
    border-radius: 0
    }
.accordion-inner {
    border-top-color: #ddd
    }
.pager a {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 0;
    color: #444
    }
.pager a:hover {
    background-color: #fafafa;
    color: #444
    }
.pager .disabled a, .pager .disabled a:hover {
    color: #999;
    background-color: #fafafa
    }
.pagination a {
    text-decoration: none
    }
.pagination ul {
    border-radius: 0;
    box-shadow: none
    }
.pagination a:hover, .pagination .active a, .pagination .active span {
    background-color: transparent
    }
.pagination li:first-child a, .pagination li:first-child span {
    border-radius: 0 0 0 0
    }
.pagination li:last-child a, .pagination li:last-child span {
    border-radius: 0 0 0 0
    }
.img-polaroid {
    background-color: #fafafa;
    border-color: #ddd;
    box-shadow: none
    }
.thumbnail {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: none
    }
a.thumbnail:hover {
    border-color: #aaa;
    box-shadow: none
    }
.thumbnail .caption {
    color: #444
    }
.modal-backdrop {
    background: rgba(0, 0, 0, 0.6)
    }
div.modal {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }
.modal-header {
    border-color: #ddd
    }
.modal-footer {
    background: #fafafa;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none
    }
.table tbody tr.success td {
    color: #659f13
    }
.table tbody tr.error td {
    color: #d85030
    }
.table tbody tr.info td {
    color: #2d7091
    }
pre {
    color: inherit
    }
a.disabled, a.disabled:hover {
    background-color: #fafafa;
    color: #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff
    }
body {
    padding-left: 0;
    padding-right: 0
    }
.nav {
    margin-top: 0
    }
ul.inline, ol.inline, ul.unstyled, ol.unstyled, .list-striped, .list-condensed, .nav:not(.nav-list), .pager, .pagination ul {
    padding-left: 0
    }
.btn-group input, .btn-group select {
    font-size: 14px
    }
button, input, textarea {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
    }
.uk-form button, .uk-form input, .uk-form textarea, .uk-search button, .uk-search input, .uk-button, .uk-modal-close, .uk-alert-close {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
li, dt, dd {
    line-height: 20px
    }
pre {
    border: 0;
    border-radius: 0
    }
code {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none
    }
q:before {
    content: open-quote
    }
q:after {
    content: close-quote
    }
blockquote p {
    line-height: inherit
    }
pre code {
    border: 0;
    background-color: inherit;
    padding: 0
    }
.uk-form {
    margin: 0
    }
.uk-form label {
    display: inline-block;
    margin: 0
    }
.uk-form legend {
    display: inline-block;
    margin-bottom: 0;
    color: inherit
    }
.uk-form label, .uk-form input, .uk-form select, .uk-form textarea {
    line-height: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal
    }
.uk-form textarea {
    line-height: normal
    }
.uk-form input:not([class*="uk-form-width-"]):not([class*="uk-width-"]), .uk-form select:not([class*="uk-form-width-"]):not([class*="uk-width-"]), .uk-form textarea:not([class*="uk-form-width-"]):not([class*="uk-width-"]) {
    width: auto
    }
.uk-form select, .uk-form textarea, .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    height: auto;
    margin: 0;
    border-radius: 0;
    background: none;
    box-shadow: none
    }
.uk-form select:focus, .uk-form textarea:focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
    box-shadow: none
    }
.uk-form input[type="file"] {
    height: auto
    }
.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
    margin: 0;
    vertical-align: baseline
    }
.uk-form input[disabled], .uk-form input[readonly] {
    background: none
    }
.uk-form .uk-form-small {
    font-size: 12px
    }
.uk-form .uk-form-large {
    font-size: 16px
    }
input.uk-search-field {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: normal;
    width: 120px;
    height: 30px;
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #444;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
    }
input.uk-search-field:focus {
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: 0
    }
.uk-offcanvas input.uk-search-field {
    width: 100%;
    border-color: rgba(0, 0, 0, 0);
    background: #1a1a1a;
    color: #ccc
    }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
    }
audio, canvas, video {
    display: inline-block
    }
audio:not([controls]) {
    display: none;
    height: 0
    }
[hidden] {
    display: none
    }
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    }
body {
    margin: 0
    }
a:focus {
    outline: thin dotted
    }
a:active, a:hover {
    outline: 0
    }
abbr[title] {
    border-bottom: 1px dotted
    }
b, strong {
    font-weight: bold
    }
dfn {
    font-style: italic
    }
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
    }
code, kbd, pre, samp {
    font-family: Consolas, monospace, serif;
    font-size: 1em
    }
pre {
    white-space: pre-wrap
    }
q {
    quotes: "“" "”" "‘" "’"
    }
small {
    font-size: 80%
    }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
    }
sup {
    top: -0.5em
    }
sub {
    bottom: -0.25em
    }
img {
    border: 0
    }
svg:not(:root) {
    overflow: hidden
    }
figure {
    margin: 0
    }
fieldset {
    border: 0;
    margin: 0;
    padding: 0
    }
legend {
    border: 0;
    padding: 0
    }
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
button, input {
    line-height: normal
    }
button, select {
    text-transform: none
    }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
    }
input[type="radio"], input[type="checkbox"] {
    cursor: pointer
    }
button:disabled, input:disabled {
    cursor: default
    }
input[type="checkbox"], input[type="radio"] {
    padding: 0
    }
input[type="search"] {
    -webkit-appearance: textfield
    }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
    }
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
textarea {
    overflow: auto;
    vertical-align: top
    }
::-moz-placeholder {
    opacity: 1
    }
table {
    border-collapse: collapse;
    border-spacing: 0
    }
html {
    font-size: 14px
    }
body {
    background: #fff;
    font-family: "Open Sans";
    font-weight: normal;
    line-height: 20px;
    color: #444;
    background-image: -webkit-radial-gradient(100% 100%, center, #fff, #fff);
    background-image: radial-gradient(100% 100% at center, #fff, #fff)
    }
@media (max-width: 767px) {
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto
        }
    }
a {
    text-decoration: none
    }
a:hover {
    text-decoration: underline
    }
a {
    color: #1fa2d6
    }
a:hover {
    color: #0074a2
    }
em {
    color: #d05
    }
ins {
    background: #ffa;
    color: #444;
    text-decoration: none
    }
mark {
    background: #ffa;
    color: #444
    }
::-moz-selection {
    background: #1fa2d6;
    color: #fff;
    text-shadow: none
    }
::selection {
    background: #1fa2d6;
    color: #fff;
    text-shadow: none
    }
abbr[title], dfn[title] {
    cursor: help
    }
dfn[title] {
    border-bottom: 1px dotted;
    font-style: normal
    }
img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle
    }
.uk-preserve-img, .uk-preserve-img img, img[src*="maps.gstatic.com"], img[src*="googleapis.com"] {
    max-width: none
    }
p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 20px 0
    }
* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 20px
    }
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: "Open Sans";
    font-weight: 300;
    color: #444;
    text-transform: none
    }
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 30px
    }
h1, .uk-h1 {
    font-size: 40px;
    line-height: 50px
    }
h2, .uk-h2 {
    font-size: 32px;
    line-height: 40px
    }
h3, .uk-h3 {
    font-size: 24px;
    line-height: 30px
    }
h4, .uk-h4 {
    font-size: 18px;
    line-height: 24px
    }
h5, .uk-h5 {
    font-size: 14px;
    line-height: 20px
    }
h6, .uk-h6 {
    font-size: 12px;
    line-height: 18px
    }
ul, ol {
    padding-left: 30px
    }
ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
    margin: 0
    }
dt {
    font-weight: bold
    }
dd {
    margin-left: 0
    }
hr {
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #ddd
    }
address {
    font-style: normal
    }
q, blockquote {
    font-style: italic
    }
blockquote {
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px
    }
blockquote small {
    display: block;
    color: #999;
    font-style: normal
    }
blockquote p:last-of-type {
    margin-bottom: 5px
    }
code {
    color: #d05;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fafafa
    }
pre code {
    color: inherit;
    white-space: pre-wrap;
    padding: 0;
    border: 0;
    background: transparent
    }
pre {
    padding: 10px;
    background: #fafafa;
    color: #444;
    font-size: 12px;
    line-height: 18px;
    -moz-tab-size: 4;
    tab-size: 4;
    border: 1px solid #ddd;
    border-radius: 3px
    }
button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle
    }
iframe {
    border: 0
    }
@-ms-viewport {
    width: device-width;
    }
.uk-grid:before, .uk-grid:after {
    content: " ";
    display: table
    }
.uk-grid:after {
    clear: both
    }
.uk-grid {
    margin: 0;
    padding: 0;
    list-style: none
    }
[class*="uk-width-"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.uk-width-10 {
    width: 10%
    }
.uk-width-20 {
    width: 20%
    }
.uk-width-30 {
    width: 30%
    }
.uk-width-40 {
    width: 40%
    }
.uk-width-50 {
    width: 50%
    }
.uk-width-60 {
    width: 60%
    }
.uk-width-70 {
    width: 70%
    }
.uk-width-80 {
    width: 80%
    }
.uk-width-90 {
    width: 90%
    }
.uk-width-100 {
    width: 100%
    }
.uk-width-33 {
    width: 33.333%
    }
.uk-width-66 {
    width: 66.666%
    }
.uk-width-25 {
    width: 25%
    }
.uk-width-75 {
    width: 75%
    }
.uk-grid > [class*="uk-width-"] {
    margin: 0;
    float: left
    }
.uk-grid > [class*="uk-width-"] > :last-child {
    margin-bottom: 0
    }
[class*="uk-push-"], [class*="uk-pull-"] {
    position: relative
    }
.uk-push-10 {
    left: 10%
    }
.uk-push-20 {
    left: 20%
    }
.uk-push-30 {
    left: 30%
    }
.uk-push-40 {
    left: 40%
    }
.uk-push-50 {
    left: 50%
    }
.uk-push-60 {
    left: 60%
    }
.uk-push-70 {
    left: 70%
    }
.uk-push-80 {
    left: 80%
    }
.uk-push-90 {
    left: 90%
    }
.uk-push-33 {
    left: 33.333%
    }
.uk-push-66 {
    left: 66.666%
    }
.uk-push-25 {
    left: 25%
    }
.uk-push-75 {
    left: 75%
    }
.uk-pull-10 {
    left: -10%
    }
.uk-pull-20 {
    left: -20%
    }
.uk-pull-30 {
    left: -30%
    }
.uk-pull-40 {
    left: -40%
    }
.uk-pull-50 {
    left: -50%
    }
.uk-pull-60 {
    left: -60%
    }
.uk-pull-70 {
    left: -70%
    }
.uk-pull-80 {
    left: -80%
    }
.uk-pull-90 {
    left: -90%
    }
.uk-pull-33 {
    left: -33.333%
    }
.uk-pull-66 {
    left: -66.666%
    }
.uk-pull-25 {
    left: -25%
    }
.uk-pull-75 {
    left: -75%
    }
.uk-grid-gutter {
    margin-left: -25px
    }
.uk-grid-gutter > [class*="uk-width-"] {
    padding-left: 25px
    }
[class*="uk-grid-gutter"] + [class*="uk-grid-gutter"] {
    margin-top: 25px
    }
.uk-grid-gutter-multirow {
    margin-top: -25px
    }
.uk-grid-gutter-multirow > [class*="uk-width-"] {
    margin-top: 25px
    }
.uk-grid-gutter-divider:not(:empty) {
    margin-left: -25px;
    margin-right: -25px
    }
.uk-grid-gutter-divider:not(:empty) > [class*="uk-width-"] {
    padding-left: 25px;
    padding-right: 25px
    }
.uk-grid-gutter-divider:not(:empty) > [class*="uk-width-"]:nth-child(n+2) {
    border-left: 1px solid #ddd
    }
.uk-grid-gutter-divider:empty {
    margin-bottom: 0;
    border-top: 1px solid #ddd
    }
@media (max-width: 767px) {
    .uk-grid:not(.uk-preserve) > [class*="uk-width-"] {
        width: 100%
        }
    .uk-grid:not(.uk-preserve) > [class*="uk-push-"], .uk-grid:not(.uk-preserve) > [class*="uk-pull-"] {
        position: static;
        left: auto
        }
    .uk-grid-gutter:not(.uk-preserve) > [class*="uk-width-"]:nth-child(n+2) {
        margin-top: 25px
        }
    .uk-grid-gutter-divider:not(:empty):not(.uk-preserve) > [class*="uk-width-"]:nth-child(n+2) {
        border-left: none
        }
    }
@media (min-width: 1220px) {
    .uk-grid-gutter:not(.uk-preserve-gutter) {
        margin-left: -35px
        }
    .uk-grid-gutter:not(.uk-preserve-gutter) > [class*="uk-width-"] {
        padding-left: 35px
        }
    [class*="uk-grid-gutter"]:not(.uk-preserve-gutter) + [class*="uk-grid-gutter"] {
        margin-top: 35px
        }
    .uk-grid-gutter-multirow:not(.uk-preserve-gutter) {
        margin-top: -35px
        }
    .uk-grid-gutter-multirow:not(.uk-preserve-gutter) > [class*="uk-width-"] {
        margin-top: 35px
        }
    .uk-grid-gutter-divider:not(.uk-preserve-gutter):not(:empty) {
        margin-left: -35px;
        margin-right: -35px
        }
    .uk-grid-gutter-divider:not(.uk-preserve-gutter):not(:empty) > [class*="uk-width-"] {
        padding-left: 35px;
        padding-right: 35px
        }
    }
.uk-panel {
    position: relative
    }
.uk-panel:before, .uk-panel:after {
    content: " ";
    display: table
    }
.uk-panel:after {
    clear: both
    }
.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0
    }
.uk-grid-gutter > [class*="uk-width-"] > .uk-panel + .uk-panel {
    margin-top: 25px
    }
@media (min-width: 1220px) {
    .uk-grid-gutter:not(.uk-preserve-gutter) > [class*="uk-width-"] > .uk-panel + .uk-panel {
        margin-top: 35px
        }
    }
.uk-panel-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #444
    }
.uk-panel-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
    }
.uk-panel-badge + * {
    margin-top: 0
    }
.uk-panel-box {
    padding: 20px;
    background: #fafafa;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 4px
    }
.uk-panel-box .uk-panel-title {
    color: #444
    }
.uk-panel-box .uk-panel-badge {
    top: 10px;
    right: 10px
    }
.uk-panel-box .uk-nav-side {
    margin: 0 -20px
    }
.uk-panel-box-primary {
    background-color: #eefaff;
    color: #699eb3;
    border-color: rgba(105, 158, 179, 0.3)
    }
.uk-panel-box-primary .uk-panel-title {
    color: #3484a4
    }
.uk-panel-box-secondary {
    background-color: #fff;
    color: #444
    }
.uk-panel-box-secondary .uk-panel-title {
    color: #444
    }
.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #444
    }
.uk-panel-space {
    padding: 30px
    }
.uk-panel-space .uk-panel-badge {
    top: 30px;
    right: 30px
    }
.uk-panel + .uk-panel-divider {
    margin-top: 50px
    }
.uk-panel + .uk-panel-divider:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd
    }
.uk-article:before, .uk-article:after {
    content: " ";
    display: table
    }
.uk-article:after {
    clear: both
    }
.uk-article > :last-child {
    margin-bottom: 0
    }
.uk-article + .uk-article {
    margin-top: 20px
    }
.uk-article-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: none
    }
.uk-article-title a {
    color: inherit;
    text-decoration: none
    }
.uk-article-meta {
    font-size: 12px;
    line-height: 18px;
    color: #999
    }
.uk-article-lead {
    color: #444;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal
    }
.uk-article-divider {
    margin-bottom: 30px;
    border-color: #ddd
    }
* + .uk-article-divider {
    margin-top: 30px
    }
.uk-comment-header {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa
    }
.uk-comment-header:before, .uk-comment-header:after {
    content: " ";
    display: table
    }
.uk-comment-header:after {
    clear: both
    }
.uk-comment-avatar {
    margin-right: 20px;
    float: left
    }
.uk-comment-title {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px
    }
.uk-comment-meta {
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #999
    }
.uk-comment-body > :last-child {
    margin-bottom: 0
    }
.uk-comment-list {
    padding: 0;
    list-style: none
    }
.uk-comment-list .uk-comment + ul {
    margin: 30px 0 0 0;
    padding-left: 100px;
    list-style: none
    }
.uk-comment-list > li:nth-child(n+2), .uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
    margin-top: 30px
    }
.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 20px
    }
.uk-nav ul {
    padding-left: 15px
    }
.uk-nav ul a {
    padding: 2px 0
    }
.uk-nav li > a > div {
    font-size: 12px;
    line-height: 18px
    }
.uk-nav-header {
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px
    }
.uk-nav-header:not(:first-child) {
    margin-top: 20px
    }
.uk-nav-divider {
    margin: 9px 20px
    }
ul.uk-nav-sub {
    padding: 5px 0 5px 20px
    }
.uk-nav-parent-icon > .uk-parent > a:after {
    content: "";
    width: 20px;
    margin-right: -10px;
    float: right;
    font-family: "FontAwesome";
    text-align: center
    }
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: ""
    }
.uk-nav-side > li > a {
    color: #444
    }
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    background: rgba(0, 0, 0, 0.03);
    color: #444;
    outline: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 #fff
    }
.uk-nav-side > li.uk-active > a {
    background: #52b4df;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-nav-side .uk-nav-header {
    color: #444
    }
.uk-nav-side .uk-nav-divider {
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff
    }
.uk-nav-side ul a {
    color: #1fa2d6
    }
.uk-nav-side ul a:hover {
    color: #0074a2
    }
.uk-nav-dropdown > li > a {
    color: #444
    }
.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
    background: #52b4df;
    color: #fff;
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-nav-dropdown .uk-nav-header {
    color: #999
    }
.uk-nav-dropdown .uk-nav-divider {
    border-top: 1px solid #ddd
    }
.uk-nav-dropdown ul a {
    color: #1fa2d6
    }
.uk-nav-dropdown ul a:hover {
    color: #0074a2
    }
.uk-nav-navbar > li > a {
    color: #444
    }
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #52b4df;
    color: #fff;
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-nav-navbar .uk-nav-header {
    color: #999
    }
.uk-nav-navbar .uk-nav-divider {
    border-top: 1px solid #ddd
    }
.uk-nav-navbar ul a {
    color: #1fa2d6
    }
.uk-nav-navbar ul a:hover {
    color: #0074a2
    }
.uk-nav-search > li > a {
    color: #444;
    text-shadow: none
    }
.uk-nav-search > li.uk-active > a {
    background: #52b4df;
    color: #fff;
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-nav-search .uk-nav-header {
    color: #999;
    text-shadow: none
    }
.uk-nav-search .uk-nav-divider {
    border-top: 1px solid #ddd
    }
.uk-nav-search ul a {
    color: #1fa2d6
    }
.uk-nav-search ul a:hover {
    color: #0074a2
    }
.uk-nav-offcanvas > li > a {
    color: #ccc;
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
    }
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #404040;
    color: #fff;
    outline: none
    }
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #1a1a1a;
    color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
    }
.uk-nav-offcanvas .uk-nav-header {
    color: #777;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background: #404040;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
    }
.uk-nav-offcanvas .uk-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.01);
    margin: 0;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
    }
.uk-nav-offcanvas ul a {
    color: #ccc
    }
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #fff
    }
.uk-navbar {
    background: #f7f7f7;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee)
    }
.uk-navbar:before, .uk-navbar:after {
    content: " ";
    display: table
    }
.uk-navbar:after {
    clear: both
    }
.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
    }
.uk-navbar-nav > li {
    position: relative;
    float: left
    }
.uk-navbar-nav > li > a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #444;
    margin-top: -1px;
    margin-left: -1px;
    height: 46px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    text-shadow: 0 1px 0 #fff
    }
.uk-navbar-nav > li > a[href="#"] {
    cursor: auto
    }
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
    color: #444;
    outline: none;
    position: relative;
    z-index: 1;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.uk-navbar-nav > li > a:active {
    background-color: #f5f5f5;
    color: #444;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.uk-navbar-nav > li.uk-active > a {
    background-color: #fafafa;
    color: #444;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 0 15px;
    float: left;
    text-shadow: 0 1px 0 #fff
    }
.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
    }
.uk-navbar-content + .uk-navbar-content {
    padding-left: 0
    }
.uk-navbar-content > a:not([class]) {
    color: #1fa2d6
    }
.uk-navbar-content > a:not([class]):hover {
    color: #0074a2
    }
.uk-navbar-brand {
    font-size: 18px;
    color: #444
    }
.uk-navbar-brand:hover, .uk-navbar-brand:focus {
    color: #444;
    text-decoration: none;
    outline: none
    }
.uk-navbar-toggle {
    font-size: 18px;
    color: #444
    }
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #444;
    text-decoration: none;
    outline: none
    }
.uk-navbar-toggle:after {
    content: "";
    font-family: "FontAwesome";
    vertical-align: middle
    }
.uk-navbar-toggle-alt:after {
    content: ""
    }
.uk-navbar-center {
    max-width: 50%;
    margin: auto;
    float: none;
    text-align: center
    }
.uk-navbar-flip {
    float: right
    }
.uk-subnav {
    padding: 0;
    list-style: none;
    font-size: 0
    }
.uk-subnav > li {
    position: relative;
    font-size: 14px;
    vertical-align: top
    }
.uk-subnav > li, .uk-subnav > li > a, .uk-subnav > li > span {
    display: inline-block
    }
.uk-subnav > li:nth-child(n+2) {
    margin-left: 10px
    }
.uk-subnav > li > a {
    color: #1fa2d6
    }
.uk-subnav > li > a:hover {
    color: #0074a2
    }
.uk-subnav > li > span {
    color: #999
    }
.uk-subnav-line > li:nth-child(n+2):before {
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    border-left: 1px solid #ddd
    }
.uk-subnav-pill > li > a, .uk-subnav-pill > li > span {
    padding: 3px 9px;
    text-decoration: none;
    border-radius: 4px
    }
.uk-subnav-pill > li > a:hover, .uk-subnav-pill > li > a:focus {
    background: #fafafa;
    color: #444;
    outline: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
    }
.uk-subnav-pill > li.uk-active > a {
    background: #52b4df;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 0
    }
.uk-breadcrumb > li {
    font-size: 14px;
    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;
    vertical-align: top
    }
.uk-breadcrumb > li:not(.uk-active) > span {
    color: #999
    }
.uk-pagination {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0
    }
.uk-pagination:before, .uk-pagination:after {
    content: " ";
    display: table
    }
.uk-pagination:after {
    clear: both
    }
.uk-pagination > li {
    display: inline-block;
    font-size: 14px
    }
.uk-pagination > li:nth-child(n+2) {
    margin-left: 5px
    }
.uk-pagination > li > a, .uk-pagination > li > span {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px
    }
.uk-pagination > li > a {
    background: #f7f7f7;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    text-shadow: 0 1px 0 #fff
    }
.uk-pagination > li > a:hover, .uk-pagination > li > a:focus {
    background-color: #fafafa;
    color: #444;
    outline: none;
    background-image: none
    }
.uk-pagination > li > a:active {
    background-color: #f5f5f5;
    color: #444;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.uk-pagination > .uk-active > span {
    background: #52b4df;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-pagination > .uk-disabled > span {
    background-color: #fafafa;
    color: #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 #fff
    }
.uk-pagination-previous {
    float: left
    }
.uk-pagination-next {
    float: right
    }
.uk-pagination-left {
    text-align: left
    }
.uk-pagination-right {
    text-align: right
    }
.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
    }
.uk-tab:before, .uk-tab:after {
    content: " ";
    display: table
    }
.uk-tab:after {
    clear: both
    }
.uk-tab > li {
    position: relative;
    margin-bottom: -1px;
    float: left
    }
.uk-tab > li > a {
    display: block;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: #1fa2d6;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 0 #fff
    }
.uk-tab > li:nth-child(n+2) > a {
    margin-left: 5px
    }
.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
    border-color: #ddd;
    background: #fafafa;
    color: #0074a2;
    outline: none
    }
.uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: 1px;
    padding-bottom: 7px
    }
.uk-tab > li.uk-active > a {
    border-color: #ddd;
    border-bottom-color: transparent;
    background: #fff;
    color: #444
    }
.uk-tab > li.uk-disabled > a {
    color: #999;
    cursor: auto
    }
.uk-tab > li.uk-disabled > a:hover, .uk-tab > li.uk-disabled > a:focus, .uk-tab > li.uk-disabled.uk-active > a {
    background: none;
    border-color: transparent
    }
.uk-tab > li.uk-tab-responsive {
    display: none
    }
@media (max-width: 767px) {
    .uk-tab:not(.uk-preserve) > li {
        display: none
        }
    .uk-tab:not(.uk-preserve) > li.uk-tab-responsive {
        display: block
        }
    .uk-tab:not(.uk-preserve) > li.uk-tab-responsive > a {
        margin-left: 0;
        margin-right: 0
        }
    }
.uk-tab-flip > li {
    float: right
    }
.uk-tab-flip > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-right: 5px
    }
.uk-tab-center {
    border-bottom: 1px solid #ddd
    }
.uk-tab-center-bottom {
    border-bottom: none;
    border-top: 1px solid #ddd
    }
.uk-tab-center:before, .uk-tab-center:after {
    content: " ";
    display: table
    }
.uk-tab-center:after {
    clear: both
    }
.uk-tab-center .uk-tab {
    position: relative;
    left: 50%;
    border: none;
    float: left
    }
.uk-tab-center .uk-tab > li {
    position: relative;
    left: -50%
    }
.uk-tab-center .uk-tab > li > a {
    text-align: center
    }
.uk-tab-bottom {
    border-top: 1px solid #ddd;
    border-bottom: none
    }
.uk-tab-bottom > li {
    margin-top: -1px;
    margin-bottom: 0
    }
.uk-tab-bottom > li > a {
    border-bottom-width: 1px;
    border-top-width: 0
    }
.uk-tab-bottom > li:not(.uk-active) > a:hover, .uk-tab-bottom > li:not(.uk-active) > a:focus, .uk-tab-bottom > li.uk-open:not(.uk-active) > a {
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-top: 7px
    }
.uk-tab-bottom > li.uk-active > a {
    border-top-color: transparent;
    border-bottom-color: #ddd
    }
.uk-tab-grid {
    position: relative;
    margin-left: -5px;
    border-bottom: none
    }
.uk-tab-grid:before {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -1px;
    z-index: -1;
    border-top: 1px solid #ddd
    }
.uk-tab-grid > li:first-child > a {
    margin-left: 5px
    }
.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:nth-child(n+2) > a, .uk-tab-right > li:nth-child(n+2) > a {
        margin-left: 0;
        margin-top: 5px
        }
    .uk-tab-left > li.uk-active > a, .uk-tab-right > li.uk-active > a {
        border-color: #ddd
        }
    .uk-tab-left {
        border-right: 1px solid #ddd
        }
    .uk-tab-left > li {
        margin-right: -1px
        }
    .uk-tab-left > li > a {
        border-bottom-width: 1px;
        border-right-width: 0
        }
    .uk-tab-left > li:not(.uk-active) > a:hover, .uk-tab-left > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-right: 1px;
        padding-bottom: 8px;
        padding-right: 11px
        }
    .uk-tab-left > li.uk-active > a {
        border-right-color: transparent
        }
    .uk-tab-right {
        border-left: 1px solid #ddd
        }
    .uk-tab-right > li {
        margin-left: -1px
        }
    .uk-tab-right > li > a {
        border-bottom-width: 1px;
        border-left-width: 0
        }
    .uk-tab-right > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-left: 1px;
        padding-bottom: 8px;
        padding-left: 11px
        }
    .uk-tab-right > li.uk-active > a {
        border-left-color: transparent
        }
    }
.uk-list {
    padding: 0;
    list-style: none
    }
.uk-list ul {
    margin: 0;
    padding-left: 20px;
    list-style: none
    }
.uk-list-line > li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd
    }
.uk-list-striped > li {
    padding: 5px 5px;
    border-bottom: 1px solid #ddd
    }
.uk-list-striped > li:nth-of-type(odd) {
    background: #fafafa
    }
.uk-list-space > li:nth-child(n+2) {
    margin-top: 10px
    }
@media (min-width: 768px) {
    .uk-description-list-horizontal {
        overflow: hidden
        }
    .uk-description-list-horizontal > dt {
        width: 160px;
        float: left;
        clear: both;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
        }
    .uk-description-list-horizontal > dd {
        margin-left: 180px
        }
    }
.uk-description-list-line > dt {
    font-weight: normal
    }
.uk-description-list-line > dt:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd
    }
.uk-description-list-line > dd {
    color: #999
    }
.uk-table {
    width: 100%;
    margin-bottom: 20px 0
    }
* + .uk-table {
    margin-top: 20px
    }
.uk-table th, .uk-table td {
    padding: 8px 8px;
    border-bottom: 1px solid #ddd
    }
.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: #999
    }
.uk-table-middle, .uk-table-middle td {
    vertical-align: middle !important
    }
.uk-table-striped tbody tr:nth-of-type(odd) td {
    background: #fafafa
    }
.uk-table-condensed td {
    padding: 4px 8px
    }
.uk-table-hover tbody tr:hover td {
    background: #f0f0f0
    }
.uk-form > :last-child {
    margin-bottom: 0
    }
.uk-form select, .uk-form textarea, .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 4px
    }
.uk-form select:focus, .uk-form textarea:focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444
    }
.uk-form select:disabled, .uk-form textarea:disabled, .uk-form input[type="text"]:disabled, .uk-form input[type="password"]:disabled, .uk-form input[type="datetime"]:disabled, .uk-form input[type="datetime-local"]:disabled, .uk-form input[type="date"]:disabled, .uk-form input[type="month"]:disabled, .uk-form input[type="time"]:disabled, .uk-form input[type="week"]:disabled, .uk-form input[type="number"]:disabled, .uk-form input[type="email"]:disabled, .uk-form input[type="url"]:disabled, .uk-form input[type="search"]:disabled, .uk-form input[type="tel"]:disabled, .uk-form input[type="color"]:disabled {
    border-color: #ddd;
    background-color: #fafafa;
    color: #999
    }
.uk-form textarea {
    height: auto
    }
.uk-form :-ms-input-placeholder {
    color: #999 !important
    }
.uk-form ::-moz-placeholder {
    color: #999
    }
.uk-form ::-webkit-input-placeholder {
    color: #999
    }
.uk-form :disabled:-ms-input-placeholder {
    color: #999 !important
    }
.uk-form :disabled::-moz-placeholder {
    color: #999
    }
.uk-form :disabled::-webkit-input-placeholder {
    color: #999
    }
.uk-form legend {
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px
    }
.uk-form legend:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ddd
    }
.uk-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #c91032 !important
    }
.uk-form-success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #539022 !important
    }
.uk-form-small {
    height: 25px !important;
    padding: 3px 3px !important;
    font-size: 12px
    }
.uk-form-large {
    height: 40px !important;
    padding: 8px 6px !important;
    font-size: 16px
    }
.uk-form-blank {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: 1px dashed transparent !important
    }
.uk-form-blank:focus {
    outline-color: #ddd !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:before, .uk-form-row:after {
    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 > :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
    }
@media (max-width: 959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold
        }
    }
@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-button {
    display: inline-block;
    min-height: 30px;
    padding: 0 12px;
    border: none;
    background: #f7f7f7;
    line-height: 28px;
    color: #444;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff
    }
a.uk-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none
    }
.uk-button:hover, .uk-button:focus {
    background-color: #fafafa;
    color: #444;
    outline: none;
    background-image: none
    }
.uk-button:active, .uk-button.uk-active {
    background-color: #f5f5f5;
    color: #444;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.uk-button-primary {
    background-color: #52b4df;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #53b5de;
    color: #fff;
    background-image: none
    }
.uk-button-primary:active, .uk-button-primary.uk-active {
    background-color: #359ac4;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.uk-button-success {
    background-color: #82bb42;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-button-success:hover, .uk-button-success:focus {
    background-color: #8fce48;
    color: #fff;
    background-image: none
    }
.uk-button-success:active, .uk-button-success.uk-active {
    background-color: #76b430;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.uk-button-danger {
    background-color: #d32c46;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
    background-image: linear-gradient(to bottom, #ee465a, #c11a39);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-button-danger:hover, .uk-button-danger:focus {
    background-color: #e33551;
    color: #fff;
    background-image: none
    }
.uk-button-danger:active, .uk-button-danger.uk-active {
    background-color: #c91c37;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
    }
.uk-button:disabled {
    background-color: #fafafa;
    color: #999;
    border-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff
    }
.uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled {
    display: inline;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none
    }
.uk-button-link {
    color: #1fa2d6
    }
.uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active {
    color: #0074a2;
    text-decoration: underline
    }
.uk-button-link:disabled {
    color: #999
    }
.uk-button-link:focus {
    outline: 1px dotted
    }
.uk-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 11px
    }
.uk-button-small {
    min-height: 25px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px
    }
.uk-button-large {
    min-height: 40px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 5px
    }
.uk-button-expand {
    display: block;
    width: 100%;
    text-align: center
    }
.uk-button-expand + .uk-button-expand {
    margin-top: 10px
    }
.uk-button-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    white-space: nowrap
    }
.uk-button-group > * {
    display: inline-block
    }
.uk-button-dropdown {
    display: inline-block;
    vertical-align: middle;
    position: relative
    }
@font-face {
    font-family: "FontAwesome";
    src: url(../../../warp/vendor/uikit/fonts/fontawesome-webfont.eot);
    src: url(../../../warp/vendor/uikit/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../../../warp/vendor/uikit/fonts/fontawesome-webfont.woff) format("woff"), url(../../../warp/vendor/uikit/fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
    }
[class*="uk-icon-"]:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    line-height: 1;
    -webkit-font-smoothing: antialiased
    }
.uk-icon-small:before {
    font-size: 150%;
    vertical-align: -10%
    }
.uk-icon-medium:before {
    font-size: 200%;
    vertical-align: -16%
    }
.uk-icon-large:before {
    font-size: 250%;
    vertical-align: -22%
    }
.uk-icon-spin {
    display: inline-block;
    -webkit-animation: uk-animation-spin 2s infinite linear;
    animation: uk-animation-spin 2s infinite linear
    }
.uk-icon-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #f7f7f7;
    line-height: 35px;
    color: #444;
    font-size: 17.5px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    text-shadow: 0 1px 0 #fff
    }
.uk-icon-button:hover, .uk-icon-button:focus {
    background-color: #fafafa;
    color: #0074a2;
    text-decoration: none;
    outline: none;
    background-image: none
    }
.uk-icon-button:active {
    background-color: #f5f5f5;
    color: #444;
    border-color: #ccc;
    border-top-color: #bbb;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.uk-icon-glass:before {
    content: ""
    }
.uk-icon-music:before {
    content: ""
    }
.uk-icon-search:before {
    content: ""
    }
.uk-icon-envelope-alt:before {
    content: ""
    }
.uk-icon-heart:before {
    content: ""
    }
.uk-icon-star:before {
    content: ""
    }
.uk-icon-star-empty:before {
    content: ""
    }
.uk-icon-user:before {
    content: ""
    }
.uk-icon-film:before {
    content: ""
    }
.uk-icon-th-large:before {
    content: ""
    }
.uk-icon-th:before {
    content: ""
    }
.uk-icon-th-list:before {
    content: ""
    }
.uk-icon-ok:before {
    content: ""
    }
.uk-icon-remove:before {
    content: ""
    }
.uk-icon-zoom-in:before {
    content: ""
    }
.uk-icon-zoom-out:before {
    content: ""
    }
.uk-icon-power-off:before, .uk-icon-off:before {
    content: ""
    }
.uk-icon-signal:before {
    content: ""
    }
.uk-icon-cog:before {
    content: ""
    }
.uk-icon-trash:before {
    content: ""
    }
.uk-icon-home:before {
    content: ""
    }
.uk-icon-file-alt:before {
    content: ""
    }
.uk-icon-time:before {
    content: ""
    }
.uk-icon-road:before {
    content: ""
    }
.uk-icon-download-alt:before {
    content: ""
    }
.uk-icon-download:before {
    content: ""
    }
.uk-icon-upload:before {
    content: ""
    }
.uk-icon-inbox:before {
    content: ""
    }
.uk-icon-play-circle:before {
    content: ""
    }
.uk-icon-rotate-right:before, .uk-icon-repeat:before {
    content: ""
    }
.uk-icon-refresh:before {
    content: ""
    }
.uk-icon-list-alt:before {
    content: ""
    }
.uk-icon-lock:before {
    content: ""
    }
.uk-icon-flag:before {
    content: ""
    }
.uk-icon-headphones:before {
    content: ""
    }
.uk-icon-volume-off:before {
    content: ""
    }
.uk-icon-volume-down:before {
    content: ""
    }
.uk-icon-volume-up:before {
    content: ""
    }
.uk-icon-qrcode:before {
    content: ""
    }
.uk-icon-barcode:before {
    content: ""
    }
.uk-icon-tag:before {
    content: ""
    }
.uk-icon-tags:before {
    content: ""
    }
.uk-icon-book:before {
    content: ""
    }
.uk-icon-bookmark:before {
    content: ""
    }
.uk-icon-print:before {
    content: ""
    }
.uk-icon-camera:before {
    content: ""
    }
.uk-icon-font:before {
    content: ""
    }
.uk-icon-bold:before {
    content: ""
    }
.uk-icon-italic:before {
    content: ""
    }
.uk-icon-text-height:before {
    content: ""
    }
.uk-icon-text-width:before {
    content: ""
    }
.uk-icon-align-left:before {
    content: ""
    }
.uk-icon-align-center:before {
    content: ""
    }
.uk-icon-align-right:before {
    content: ""
    }
.uk-icon-align-justify:before {
    content: ""
    }
.uk-icon-list:before {
    content: ""
    }
.uk-icon-indent-left:before {
    content: ""
    }
.uk-icon-indent-right:before {
    content: ""
    }
.uk-icon-facetime-video:before {
    content: ""
    }
.uk-icon-picture:before {
    content: ""
    }
.uk-icon-pencil:before {
    content: ""
    }
.uk-icon-map-marker:before {
    content: ""
    }
.uk-icon-adjust:before {
    content: ""
    }
.uk-icon-tint:before {
    content: ""
    }
.uk-icon-edit:before {
    content: ""
    }
.uk-icon-share:before {
    content: ""
    }
.uk-icon-check:before {
    content: ""
    }
.uk-icon-move:before {
    content: ""
    }
.uk-icon-step-backward:before {
    content: ""
    }
.uk-icon-fast-backward:before {
    content: ""
    }
.uk-icon-backward:before {
    content: ""
    }
.uk-icon-play:before {
    content: ""
    }
.uk-icon-pause:before {
    content: ""
    }
.uk-icon-stop:before {
    content: ""
    }
.uk-icon-forward:before {
    content: ""
    }
.uk-icon-fast-forward:before {
    content: ""
    }
.uk-icon-step-forward:before {
    content: ""
    }
.uk-icon-eject:before {
    content: ""
    }
.uk-icon-chevron-left:before {
    content: ""
    }
.uk-icon-chevron-right:before {
    content: ""
    }
.uk-icon-plus-sign:before {
    content: ""
    }
.uk-icon-minus-sign:before {
    content: ""
    }
.uk-icon-remove-sign:before {
    content: ""
    }
.uk-icon-ok-sign:before {
    content: ""
    }
.uk-icon-question-sign:before {
    content: ""
    }
.uk-icon-info-sign:before {
    content: ""
    }
.uk-icon-screenshot:before {
    content: ""
    }
.uk-icon-remove-circle:before {
    content: ""
    }
.uk-icon-ok-circle:before {
    content: ""
    }
.uk-icon-ban-circle:before {
    content: ""
    }
.uk-icon-arrow-left:before {
    content: ""
    }
.uk-icon-arrow-right:before {
    content: ""
    }
.uk-icon-arrow-up:before {
    content: ""
    }
.uk-icon-arrow-down:before {
    content: ""
    }
.uk-icon-mail-forward:before, .uk-icon-share-alt:before {
    content: ""
    }
.uk-icon-resize-full:before {
    content: ""
    }
.uk-icon-resize-small:before {
    content: ""
    }
.uk-icon-plus:before {
    content: ""
    }
.uk-icon-minus:before {
    content: ""
    }
.uk-icon-asterisk:before {
    content: ""
    }
.uk-icon-exclamation-sign:before {
    content: ""
    }
.uk-icon-gift:before {
    content: ""
    }
.uk-icon-leaf:before {
    content: ""
    }
.uk-icon-fire:before {
    content: ""
    }
.uk-icon-eye-open:before {
    content: ""
    }
.uk-icon-eye-close:before {
    content: ""
    }
.uk-icon-warning-sign:before {
    content: ""
    }
.uk-icon-plane:before {
    content: ""
    }
.uk-icon-calendar:before {
    content: ""
    }
.uk-icon-random:before {
    content: ""
    }
.uk-icon-comment:before {
    content: ""
    }
.uk-icon-magnet:before {
    content: ""
    }
.uk-icon-chevron-up:before {
    content: ""
    }
.uk-icon-chevron-down:before {
    content: ""
    }
.uk-icon-retweet:before {
    content: ""
    }
.uk-icon-shopping-cart:before {
    content: ""
    }
.uk-icon-folder-close:before {
    content: ""
    }
.uk-icon-folder-open:before {
    content: ""
    }
.uk-icon-resize-vertical:before {
    content: ""
    }
.uk-icon-resize-horizontal:before {
    content: ""
    }
.uk-icon-bar-chart:before {
    content: ""
    }
.uk-icon-twitter-sign:before {
    content: ""
    }
.uk-icon-facebook-sign:before {
    content: ""
    }
.uk-icon-camera-retro:before {
    content: ""
    }
.uk-icon-key:before {
    content: ""
    }
.uk-icon-cogs:before {
    content: ""
    }
.uk-icon-comments:before {
    content: ""
    }
.uk-icon-thumbs-up-alt:before {
    content: ""
    }
.uk-icon-thumbs-down-alt:before {
    content: ""
    }
.uk-icon-star-half:before {
    content: ""
    }
.uk-icon-heart-empty:before {
    content: ""
    }
.uk-icon-signout:before {
    content: ""
    }
.uk-icon-linkedin-sign:before {
    content: ""
    }
.uk-icon-pushpin:before {
    content: ""
    }
.uk-icon-external-link:before {
    content: ""
    }
.uk-icon-signin:before {
    content: ""
    }
.uk-icon-trophy:before {
    content: ""
    }
.uk-icon-github-sign:before {
    content: ""
    }
.uk-icon-upload-alt:before {
    content: ""
    }
.uk-icon-lemon:before {
    content: ""
    }
.uk-icon-phone:before {
    content: ""
    }
.uk-icon-unchecked:before, .uk-icon-check-empty:before {
    content: ""
    }
.uk-icon-bookmark-empty:before {
    content: ""
    }
.uk-icon-phone-sign:before {
    content: ""
    }
.uk-icon-twitter:before {
    content: ""
    }
.uk-icon-facebook:before {
    content: ""
    }
.uk-icon-github:before {
    content: ""
    }
.uk-icon-unlock:before {
    content: ""
    }
.uk-icon-credit-card:before {
    content: ""
    }
.uk-icon-rss:before {
    content: ""
    }
.uk-icon-hdd:before {
    content: ""
    }
.uk-icon-bullhorn:before {
    content: ""
    }
.uk-icon-bell:before {
    content: ""
    }
.uk-icon-certificate:before {
    content: ""
    }
.uk-icon-hand-right:before {
    content: ""
    }
.uk-icon-hand-left:before {
    content: ""
    }
.uk-icon-hand-up:before {
    content: ""
    }
.uk-icon-hand-down:before {
    content: ""
    }
.uk-icon-circle-arrow-left:before {
    content: ""
    }
.uk-icon-circle-arrow-right:before {
    content: ""
    }
.uk-icon-circle-arrow-up:before {
    content: ""
    }
.uk-icon-circle-arrow-down:before {
    content: ""
    }
.uk-icon-globe:before {
    content: ""
    }
.uk-icon-wrench:before {
    content: ""
    }
.uk-icon-tasks:before {
    content: ""
    }
.uk-icon-filter:before {
    content: ""
    }
.uk-icon-briefcase:before {
    content: ""
    }
.uk-icon-fullscreen:before {
    content: ""
    }
.uk-icon-group:before {
    content: ""
    }
.uk-icon-link:before {
    content: ""
    }
.uk-icon-cloud:before {
    content: ""
    }
.uk-icon-beaker:before {
    content: ""
    }
.uk-icon-cut:before {
    content: ""
    }
.uk-icon-copy:before {
    content: ""
    }
.uk-icon-paperclip:before, .uk-icon-paper-clip:before {
    content: ""
    }
.uk-icon-save:before {
    content: ""
    }
.uk-icon-sign-blank:before {
    content: ""
    }
.uk-icon-reorder:before {
    content: ""
    }
.uk-icon-list-ul:before {
    content: ""
    }
.uk-icon-list-ol:before {
    content: ""
    }
.uk-icon-strikethrough:before {
    content: ""
    }
.uk-icon-underline:before {
    content: ""
    }
.uk-icon-table:before {
    content: ""
    }
.uk-icon-magic:before {
    content: ""
    }
.uk-icon-truck:before {
    content: ""
    }
.uk-icon-pinterest:before {
    content: ""
    }
.uk-icon-pinterest-sign:before {
    content: ""
    }
.uk-icon-google-plus-sign:before {
    content: ""
    }
.uk-icon-google-plus:before {
    content: ""
    }
.uk-icon-money:before {
    content: ""
    }
.uk-icon-caret-down:before {
    content: ""
    }
.uk-icon-caret-up:before {
    content: ""
    }
.uk-icon-caret-left:before {
    content: ""
    }
.uk-icon-caret-right:before {
    content: ""
    }
.uk-icon-columns:before {
    content: ""
    }
.uk-icon-sort:before {
    content: ""
    }
.uk-icon-sort-down:before {
    content: ""
    }
.uk-icon-sort-up:before {
    content: ""
    }
.uk-icon-envelope:before {
    content: ""
    }
.uk-icon-linkedin:before {
    content: ""
    }
.uk-icon-rotate-left:before, .uk-icon-undo:before {
    content: ""
    }
.uk-icon-legal:before {
    content: ""
    }
.uk-icon-dashboard:before {
    content: ""
    }
.uk-icon-comment-alt:before {
    content: ""
    }
.uk-icon-comments-alt:before {
    content: ""
    }
.uk-icon-bolt:before {
    content: ""
    }
.uk-icon-sitemap:before {
    content: ""
    }
.uk-icon-umbrella:before {
    content: ""
    }
.uk-icon-paste:before {
    content: ""
    }
.uk-icon-lightbulb:before {
    content: ""
    }
.uk-icon-exchange:before {
    content: ""
    }
.uk-icon-cloud-download:before {
    content: ""
    }
.uk-icon-cloud-upload:before {
    content: ""
    }
.uk-icon-user-md:before {
    content: ""
    }
.uk-icon-stethoscope:before {
    content: ""
    }
.uk-icon-suitcase:before {
    content: ""
    }
.uk-icon-bell-alt:before {
    content: ""
    }
.uk-icon-coffee:before {
    content: ""
    }
.uk-icon-food:before {
    content: ""
    }
.uk-icon-file-text-alt:before {
    content: ""
    }
.uk-icon-building:before {
    content: ""
    }
.uk-icon-hospital:before {
    content: ""
    }
.uk-icon-ambulance:before {
    content: ""
    }
.uk-icon-medkit:before {
    content: ""
    }
.uk-icon-fighter-jet:before {
    content: ""
    }
.uk-icon-beer:before {
    content: ""
    }
.uk-icon-h-sign:before {
    content: ""
    }
.uk-icon-plus-sign-alt:before {
    content: ""
    }
.uk-icon-double-angle-left:before {
    content: ""
    }
.uk-icon-double-angle-right:before {
    content: ""
    }
.uk-icon-double-angle-up:before {
    content: ""
    }
.uk-icon-double-angle-down:before {
    content: ""
    }
.uk-icon-angle-left:before {
    content: ""
    }
.uk-icon-angle-right:before {
    content: ""
    }
.uk-icon-angle-up:before {
    content: ""
    }
.uk-icon-angle-down:before {
    content: ""
    }
.uk-icon-desktop:before {
    content: ""
    }
.uk-icon-laptop:before {
    content: ""
    }
.uk-icon-tablet:before {
    content: ""
    }
.uk-icon-mobile-phone:before {
    content: ""
    }
.uk-icon-circle-blank:before {
    content: ""
    }
.uk-icon-quote-left:before {
    content: ""
    }
.uk-icon-quote-right:before {
    content: ""
    }
.uk-icon-spinner:before {
    content: ""
    }
.uk-icon-circle:before {
    content: ""
    }
.uk-icon-mail-reply:before, .uk-icon-reply:before {
    content: ""
    }
.uk-icon-github-alt:before {
    content: ""
    }
.uk-icon-folder-close-alt:before {
    content: ""
    }
.uk-icon-folder-open-alt:before {
    content: ""
    }
.uk-icon-expand-alt:before {
    content: ""
    }
.uk-icon-collapse-alt:before {
    content: ""
    }
.uk-icon-smile:before {
    content: ""
    }
.uk-icon-frown:before {
    content: ""
    }
.uk-icon-meh:before {
    content: ""
    }
.uk-icon-gamepad:before {
    content: ""
    }
.uk-icon-keyboard:before {
    content: ""
    }
.uk-icon-flag-alt:before {
    content: ""
    }
.uk-icon-flag-checkered:before {
    content: ""
    }
.uk-icon-terminal:before {
    content: ""
    }
.uk-icon-code:before {
    content: ""
    }
.uk-icon-reply-all:before {
    content: ""
    }
.uk-icon-mail-reply-all:before {
    content: ""
    }
.uk-icon-star-half-full:before, .uk-icon-star-half-empty:before {
    content: ""
    }
.uk-icon-location-arrow:before {
    content: ""
    }
.uk-icon-crop:before {
    content: ""
    }
.uk-icon-code-fork:before {
    content: ""
    }
.uk-icon-unlink:before {
    content: ""
    }
.uk-icon-question:before {
    content: ""
    }
.uk-icon-info:before {
    content: ""
    }
.uk-icon-exclamation:before {
    content: ""
    }
.uk-icon-superscript:before {
    content: ""
    }
.uk-icon-subscript:before {
    content: ""
    }
.uk-icon-eraser:before {
    content: ""
    }
.uk-icon-puzzle-piece:before {
    content: ""
    }
.uk-icon-microphone:before {
    content: ""
    }
.uk-icon-microphone-off:before {
    content: ""
    }
.uk-icon-shield:before {
    content: ""
    }
.uk-icon-calendar-empty:before {
    content: ""
    }
.uk-icon-fire-extinguisher:before {
    content: ""
    }
.uk-icon-rocket:before {
    content: ""
    }
.uk-icon-maxcdn:before {
    content: ""
    }
.uk-icon-chevron-sign-left:before {
    content: ""
    }
.uk-icon-chevron-sign-right:before {
    content: ""
    }
.uk-icon-chevron-sign-up:before {
    content: ""
    }
.uk-icon-chevron-sign-down:before {
    content: ""
    }
.uk-icon-html5:before {
    content: ""
    }
.uk-icon-css3:before {
    content: ""
    }
.uk-icon-anchor:before {
    content: ""
    }
.uk-icon-unlock-alt:before {
    content: ""
    }
.uk-icon-bullseye:before {
    content: ""
    }
.uk-icon-ellipsis-horizontal:before {
    content: ""
    }
.uk-icon-ellipsis-vertical:before {
    content: ""
    }
.uk-icon-rss-sign:before {
    content: ""
    }
.uk-icon-play-sign:before {
    content: ""
    }
.uk-icon-ticket:before {
    content: ""
    }
.uk-icon-minus-sign-alt:before {
    content: ""
    }
.uk-icon-check-minus:before {
    content: ""
    }
.uk-icon-level-up:before {
    content: ""
    }
.uk-icon-level-down:before {
    content: ""
    }
.uk-icon-check-sign:before {
    content: ""
    }
.uk-icon-edit-sign:before {
    content: ""
    }
.uk-icon-external-link-sign:before {
    content: ""
    }
.uk-icon-share-sign:before {
    content: ""
    }
.uk-icon-compass:before {
    content: ""
    }
.uk-icon-collapse:before {
    content: ""
    }
.uk-icon-collapse-top:before {
    content: ""
    }
.uk-icon-expand:before {
    content: ""
    }
.uk-icon-euro:before, .uk-icon-eur:before {
    content: ""
    }
.uk-icon-gbp:before {
    content: ""
    }
.uk-icon-dollar:before, .uk-icon-usd:before {
    content: ""
    }
.uk-icon-rupee:before, .uk-icon-inr:before {
    content: ""
    }
.uk-icon-yen:before, .uk-icon-jpy:before {
    content: ""
    }
.uk-icon-renminbi:before, .uk-icon-cny:before {
    content: ""
    }
.uk-icon-won:before, .uk-icon-krw:before {
    content: ""
    }
.uk-icon-bitcoin:before, .uk-icon-btc:before {
    content: ""
    }
.uk-icon-file:before {
    content: ""
    }
.uk-icon-file-text:before {
    content: ""
    }
.uk-icon-sort-by-alphabet:before {
    content: ""
    }
.uk-icon-sort-by-alphabet-alt:before {
    content: ""
    }
.uk-icon-sort-by-attributes:before {
    content: ""
    }
.uk-icon-sort-by-attributes-alt:before {
    content: ""
    }
.uk-icon-sort-by-order:before {
    content: ""
    }
.uk-icon-sort-by-order-alt:before {
    content: ""
    }
.uk-icon-thumbs-up:before {
    content: ""
    }
.uk-icon-thumbs-down:before {
    content: ""
    }
.uk-icon-youtube-sign:before {
    content: ""
    }
.uk-icon-youtube:before {
    content: ""
    }
.uk-icon-xing:before {
    content: ""
    }
.uk-icon-xing-sign:before {
    content: ""
    }
.uk-icon-youtube-play:before {
    content: ""
    }
.uk-icon-dropbox:before {
    content: ""
    }
.uk-icon-stackexchange:before {
    content: ""
    }
.uk-icon-instagram:before {
    content: ""
    }
.uk-icon-flickr:before {
    content: ""
    }
.uk-icon-adn:before {
    content: ""
    }
.uk-icon-bitbucket:before {
    content: ""
    }
.uk-icon-bitbucket-sign:before {
    content: ""
    }
.uk-icon-tumblr:before {
    content: ""
    }
.uk-icon-tumblr-sign:before {
    content: ""
    }
.uk-icon-long-arrow-down:before {
    content: ""
    }
.uk-icon-long-arrow-up:before {
    content: ""
    }
.uk-icon-long-arrow-left:before {
    content: ""
    }
.uk-icon-long-arrow-right:before {
    content: ""
    }
.uk-icon-apple:before {
    content: ""
    }
.uk-icon-windows:before {
    content: ""
    }
.uk-icon-android:before {
    content: ""
    }
.uk-icon-linux:before {
    content: ""
    }
.uk-icon-dribbble:before {
    content: ""
    }
.uk-icon-skype:before {
    content: ""
    }
.uk-icon-foursquare:before {
    content: ""
    }
.uk-icon-trello:before {
    content: ""
    }
.uk-icon-female:before {
    content: ""
    }
.uk-icon-male:before {
    content: ""
    }
.uk-icon-gittip:before {
    content: ""
    }
.uk-icon-sun:before {
    content: ""
    }
.uk-icon-moon:before {
    content: ""
    }
.uk-icon-archive:before {
    content: ""
    }
.uk-icon-bug:before {
    content: ""
    }
.uk-icon-vk:before {
    content: ""
    }
.uk-icon-weibo:before {
    content: ""
    }
.uk-icon-renren:before {
    content: ""
    }
.uk-close {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: inherit;
    opacity: 0.3;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    background: transparent
    }
.uk-close:after {
    display: block;
    content: "";
    font-family: "FontAwesome"
    }
.uk-close:hover, .uk-close:focus {
    opacity: 0.5;
    outline: none
    }
a.uk-close:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer
    }
.uk-close-alt {
    padding: 2px;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3)
    }
.uk-close-alt:hover, .uk-close-alt:focus {
    opacity: 1
    }
.uk-close-alt:after {
    opacity: 0.5
    }
.uk-close-alt:hover:after, .uk-close-alt:focus:after {
    opacity: 0.8
    }
.uk-badge {
    display: inline-block;
    padding: 0 5px;
    background: #52b4df;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-badge-notification {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 18px;
    border-radius: 500px;
    font-size: 12px;
    line-height: 18px
    }
.uk-badge-success {
    background-color: #82bb42;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34)
    }
.uk-badge-warning {
    background-color: #f9a124;
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406)
    }
.uk-badge-danger {
    background-color: #d32c46;
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
    background-image: linear-gradient(to bottom, #ee465a, #c11a39)
    }
.uk-alert {
    margin-bottom: 20px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff
    }
* + .uk-alert {
    margin-top: 20px
    }
.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-close {
    float: right
    }
.uk-alert-close + * {
    margin-top: 0
    }
.uk-alert-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, 0.3)
    }
.uk-alert-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, 0.3)
    }
.uk-alert-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.3)
    }
.uk-alert-large {
    padding: 20px
    }
.uk-alert-large .uk-alert-close {
    margin: -10px -10px 0 0
    }
.uk-thumbnail {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05)
    }
a.uk-thumbnail:hover, a.uk-thumbnail:focus {
    border-color: #aaa;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
    }
.uk-thumbnail-caption {
    padding-top: 5px;
    text-align: center;
    color: #444
    }
.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
    }
.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;
    transition: opacity 0.15s linear
    }
.uk-overlay:hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area {
    opacity: 1
    }
.uk-overlay-area:before {
    content: "";
    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-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
    }
.uk-overlay:hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption {
    opacity: 1
    }
.uk-progress {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 20px;
    background: #f7f7f7;
    overflow: hidden;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07);
    border-radius: 4px
    }
* + .uk-progress {
    margin-top: 20px
    }
.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #52b4df;
    float: left;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(top, #5cc0ea, #4cacd7);
    background-image: linear-gradient(to bottom, #5cc0ea, #4cacd7);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }
.uk-progress-mini {
    height: 6px
    }
.uk-progress-small {
    height: 12px
    }
.uk-progress-success .uk-progress-bar {
    background-color: #82bb42;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34)
    }
.uk-progress-warning .uk-progress-bar {
    background-color: #f9a124;
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406)
    }
.uk-progress-danger .uk-progress-bar {
    background-color: #d32c46;
    background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
    background-image: linear-gradient(to bottom, #ee465a, #c11a39)
    }
.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: 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;
        } 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: "";
    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, 0.2)
    }
.uk-search-field {
    width: 120px;
    height: 30px;
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    color: #444;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
    }
input.uk-search-field {
    -webkit-appearance: none
    }
.uk-search-field:-ms-input-placeholder {
    color: #999
    }
.uk-search-field::-moz-placeholder {
    color: #999
    }
.uk-search-field::-webkit-input-placeholder {
    color: #999
    }
.uk-search-field::-ms-clear {
    display: none
    }
.uk-search-field:focus {
    outline: 0
    }
.uk-search-field:focus, .uk-active .uk-search-field {
    width: 180px
    }
.uk-search-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.2);
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    background: transparent
    }
.uk-loading > .uk-search-close, .uk-active > .uk-search-close {
    display: block
    }
.uk-search-close:after {
    display: block;
    content: "";
    font-family: "FontAwesome"
    }
.uk-loading > .uk-search-close:after {
    content: "";
    -webkit-animation: uk-animation-spin 2s infinite linear;
    animation: uk-animation-spin 2s infinite linear
    }
.uk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    margin-top: 5px;
    padding: 15px;
    background: #fff;
    color: #444;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
    }
.uk-open > .uk-dropdown {
    display: block;
    -webkit-animation: uk-animation-fade 0.2s ease-in-out;
    animation: uk-animation-fade 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
    }
.uk-dropdown-flip {
    left: auto;
    right: 0
    }
.uk-dropdown-up {
    top: auto;
    bottom: 100%;
    margin-top: auto;
    margin-bottom: 5px
    }
.uk-navbar-flip .uk-dropdown {
    left: auto;
    right: 0
    }
.uk-navbar-flip .uk-dropdown-flip {
    left: 0;
    right: auto
    }
.uk-dropdown .uk-nav {
    margin: 0 -15px
    }
.uk-dropdown > .uk-grid + .uk-grid {
    margin-top: 15px
    }
.uk-dropdown .uk-panel + .uk-panel {
    margin-top: 15px
    }
@media (min-width: 768px) {
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid {
        margin-left: -15px;
        margin-right: -15px
        }
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*="uk-width-"] {
        padding-left: 15px;
        padding-right: 15px
        }
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*="uk-width-"]:nth-child(n+2) {
        border-left: 1px solid #ddd
        }
    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width: 440px
        }
    .uk-dropdown-width-3:not(.uk-dropdown-stack) {
        width: 660px
        }
    .uk-dropdown-width-4:not(.uk-dropdown-stack) {
        width: 880px
        }
    .uk-dropdown-width-5:not(.uk-dropdown-stack) {
        width: 1100px
        }
    }
@media (max-width: 767px) {
    .uk-dropdown > .uk-grid > [class*="uk-width-"]:nth-child(n+2) {
        margin-top: 15px
        }
    }
.uk-dropdown-stack > .uk-grid > [class*="uk-width-"] {
    width: 100%
    }
.uk-dropdown-stack > .uk-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: 6px;
    background: #fff;
    color: #444;
    left: -1px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
    }
.uk-open > .uk-dropdown-navbar {
    -webkit-animation: uk-animation-slide-down 0.2s ease-in-out;
    animation: uk-animation-slide-down 0.2s ease-in-out
    }
.uk-dropdown-search {
    width: 300px;
    margin-top: 0;
    background: #fff;
    color: #444
    }
.uk-open > .uk-dropdown-search {
    -webkit-animation: uk-animation-slide-down 0.2s ease-in-out;
    animation: uk-animation-slide-down 0.2s ease-in-out
    }
.uk-navbar-flip .uk-dropdown-search {
    margin-top: 13.5px;
    margin-right: -16px
    }
.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
    }
.uk-modal.uk-open {
    opacity: 1
    }
.uk-modal-page {
    overflow: hidden
    }
.uk-modal-dialog {
    position: relative;
    top: 10%;
    left: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 600px;
    margin-left: -300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }
@media (max-width: 767px) {
    .uk-modal-dialog {
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        margin: 10px
        }
    }
.uk-modal-dialog > :last-child {
    margin-bottom: 0
    }
.uk-modal-dialog-slide {
    opacity: 0;
    -webkit-transform: translatey(-25%);
    transform: translatey(-25%);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out
    }
.uk-open .uk-modal-dialog-slide {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
    }
.uk-modal-close {
    margin: -10px -10px 0 0;
    float: right
    }
.uk-modal-close + * {
    margin-top: 0
    }
.uk-modal-dialog-frameless {
    padding: 0
    }
.uk-modal-dialog-frameless .uk-modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none
    }
@media (max-width: 767px) {
    .uk-modal-dialog-frameless .uk-modal-close {
        top: -7px;
        right: -7px
        }
    }
.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: rgba(0, 0, 0, 0.1)
    }
.uk-offcanvas.uk-active {
    display: block
    }
.uk-offcanvas-page {
    position: fixed;
    -webkit-transition: margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out
    }
.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 1011;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, right 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out, right 0.3s ease-in-out, right 0.3s ease-in-out
    }
.uk-offcanvas-bar-flip {
    left: auto;
    right: -100%
    }
.uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
    }
.uk-offcanvas .uk-panel-title {
    color: #ccc
    }
.uk-offcanvas .uk-panel a:not([class]) {
    color: #ccc
    }
.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #fff
    }
.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
    }
.uk-offcanvas .uk-search-field::-moz-placeholder {
    color: #777
    }
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
    color: #777
    }
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
    }
.uk-switcher > *:not(.uk-active) {
    display: none
    }
.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #333;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
    }
.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #333
    }
.uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right: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:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333
    }
.uk-tooltip-top:after, .uk-tooltip-bottom:after {
    left: 50%;
    margin-left: -5px
    }
.uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after {
    left: 10px
    }
.uk-tooltip-top-right:after, .uk-tooltip-bottom-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-text-small {
    font-size: 11px;
    line-height: 16px
    }
.uk-text-large {
    font-size: 18px;
    line-height: 24px
    }
.uk-text-bold {
    font-weight: bold
    }
.uk-text-muted {
    color: #999
    }
.uk-text-info {
    color: #2d7091
    }
.uk-text-success {
    color: #659f13
    }
.uk-text-warning {
    color: #e28327
    }
.uk-text-danger {
    color: #d85030
    }
.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-truncate {
    overflow: hidden;
    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 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 25px
    }
@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px
        }
    }
.uk-container:before, .uk-container:after {
    content: " ";
    display: table
    }
.uk-container:after {
    clear: both
    }
.uk-container-center {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto
    }
.uk-clearfix:before, .uk-clearfix:after {
    content: " ";
    display: table
    }
.uk-clearfix:after {
    clear: both
    }
.uk-nbfc {
    overflow: hidden
    }
.uk-nbfc-alt {
    display: table-cell;
    width: 10000px
    }
.uk-float-left {
    float: left
    }
.uk-float-right {
    float: right
    }
.uk-align-left {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left
    }
.uk-align-right {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right
    }
.uk-align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
    }
@media (min-width: 768px) {
    .uk-align-left, .uk-align-right {
        margin-top: 0
        }
    }
@media (max-width: 767px) {
    .uk-align-left:not(.uk-preserve), .uk-align-right:not(.uk-preserve) {
        margin-left: auto;
        margin-right: auto;
        float: none
        }
    .uk-align-left.uk-preserve, .uk-align-right.uk-preserve {
        margin-top: 0
        }
    }
.uk-vertical-align {
    font-size: 0
    }
.uk-vertical-align:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
    }
.uk-vertical-align-middle, .uk-vertical-align-bottom {
    display: inline-block;
    font-size: 14px
    }
.uk-vertical-align-middle {
    vertical-align: middle
    }
.uk-vertical-align-bottom {
    vertical-align: bottom
    }
.uk-height-100 {
    height: 100%
    }
@media (max-width: 767px) {
    .uk-vertical-align:not(.uk-preserve):before {
        display: none
        }
    .uk-vertical-align:not(.uk-preserve) .uk-vertical-align-middle, .uk-vertical-align:not(.uk-preserve) .uk-vertical-align-bottom {
        display: block
        }
    }
.uk-size-auto {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto
    }
.uk-margin {
    margin-bottom: 20px
    }
* + .uk-margin {
    margin-top: 20px
    }
.uk-margin-top {
    margin-top: 20px !important
    }
.uk-margin-bottom {
    margin-bottom: 20px !important
    }
.uk-margin-remove {
    margin: 0 !important
    }
.uk-margin-top-remove {
    margin-top: 0 !important
    }
.uk-margin-bottom-remove {
    margin-bottom: 0 !important
    }
@media (min-width: 768px) {
    .uk-heading-large {
        font-size: 52px;
        line-height: 64px
        }
    }
.uk-scrollable-text {
    max-height: 300px;
    overflow-y: scroll
    }
.uk-scrollable-box {
    max-height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
    border-radius: 3px
    }
.uk-scrollable-box > :last-child {
    margin-bottom: 0
    }
.uk-display-block {
    display: block !important
    }
.uk-display-inline {
    display: inline !important
    }
.uk-display-inline-block {
    display: inline-block !important
    }
@media (min-width: 960px) {
    .uk-visible-mini {
        display: none !important
        }
    .uk-visible-small {
        display: none !important
        }
    .uk-hidden-medium {
        display: none !important
        }
    }
@media (min-width: 768px) and (max-width: 959px) {
    .uk-visible-mini {
        display: none !important
        }
    .uk-visible-medium {
        display: none !important
        }
    .uk-hidden-small {
        display: none !important
        }
    }
@media (max-width: 767px) {
    .uk-visible-small {
        display: none !important
        }
    .uk-visible-medium {
        display: none !important
        }
    .uk-hidden-mini {
        display: none !important
        }
    }
.uk-hidden {
    display: none !important;
    visibility: hidden !important
    }
.uk-visible-hover:hover .uk-hidden {
    display: block !important;
    visibility: visible !important
    }
.uk-visible-hover-inline:hover .uk-hidden {
    display: inline-block !important;
    visibility: visible !important
    }
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important
        }
    a, a:visited {
        text-decoration: underline
        }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }
@-webkit-keyframes uk-animation-fade {
    0% {
        opacity: 0;
        } 100% {
        opacity: 1;
        }
    }
@keyframes uk-animation-fade {
    0% {
        opacity: 0;
        } 100% {
        opacity: 1;
        }
    }
@-webkit-keyframes uk-animation-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        } 100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        }
    }
@keyframes uk-animation-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        } 100% {
        opacity: 1;
        transform: translateY(0);
        }
    }
@-webkit-keyframes uk-animation-slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        } 100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        }
    }
@keyframes uk-animation-slide-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        } 100% {
        opacity: 1;
        transform: translateY(0);
        }
    }
@-webkit-keyframes uk-animation-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        } 100% {
        opacity: 1;
        -webkit-transform: scale(1);
        }
    }
@keyframes uk-animation-scale {
    0% {
        opacity: 0;
        transform: scale(0.3);
        } 100% {
        opacity: 1;
        transform: scale(1);
        }
    }
@-webkit-keyframes uk-animation-spin {
    0% {
        -webkit-transform: rotate(0deg);
        } 100% {
        -webkit-transform: rotate(359deg);
        }
    }
@keyframes uk-animation-spin {
    0% {
        transform: rotate(0deg);
        } 100% {
        transform: rotate(359deg);
        }
    }
.uk-article + .uk-article {
    padding-top: 20px;
    border-top: 1px solid #ddd
    }
.uk-comment-body {
    padding-left: 10px;
    padding-right: 10px
    }
.uk-nav-offcanvas {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05)
    }
.uk-nav-offcanvas .uk-nav-sub {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05)
    }
.uk-navbar:not(.uk-navbar-attached) {
    border-radius: 4px
    }
.uk-navbar:not(.uk-navbar-attached) .uk-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
    }
.uk-navbar .uk-navbar-flip .uk-navbar-nav > li > a {
    margin-left: 0;
    margin-right: -1px
    }
.uk-navbar .uk-navbar-flip .uk-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.uk-navbar:not(.uk-navbar-attached) .uk-navbar-flip .uk-navbar-nav:last-child > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
    }
.uk-tab-bottom > li > a {
    border-radius: 0 0 4px 4px
    }
@media (min-width: 768px) {
    .uk-tab-left > li > a {
        border-radius: 4px 0 0 4px
        }
    .uk-tab-right > li > a {
        border-radius: 0 4px 4px 0
        }
    }
.uk-list-striped > li:first-child {
    border-top: 1px solid #ddd
    }
.uk-button-group > .uk-button:not(:first-child):not(:last-child), .uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
    border-radius: 0
    }
.uk-button-group > .uk-button:first-child, .uk-button-group > div:first-child .uk-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    }
.uk-button-group > .uk-button:last-child, .uk-button-group > div:last-child .uk-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button {
    margin-left: -1px
    }
.uk-button-group .uk-button:active {
    position: relative
    }
.uk-progress-mini, .uk-progress-small {
    border-radius: 500px
    }
.uk-dropdown-navbar.uk-dropdown-flip {
    left: auto
    }
.uk-offcanvas-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6)
    }
.uk-offcanvas-bar-flip:after {
    right: auto;
    left: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6)
    }
html {
    overflow-y: scroll
    }
.tm-toolbar, .tm-headerbar, .tm-navbar, .tm-footer {
    margin-top: 25px;
    margin-bottom: 25px
    }
@media (min-width: 1220px) {
    .tm-headerbar, .tm-navbar, .tm-footer {
        margin-top: 35px;
        margin-bottom: 35px
        }
    }
@media (max-width: 767px) {
    .tm-navbar {
        margin: 0 -25px 25px -25px;
        border-width: 0 0 1px 0
        }
    .tm-logo-mini:hover {
        text-decoration: none
        }
    .tm-navbar:not(.uk-navbar-attached) {
        border-radius: 0
        }
    }
.tm-toolbar .uk-float-left .uk-panel {
    margin: 0 25px 0 0;
    float: left
    }
.tm-toolbar .uk-float-right .uk-panel {
    margin: 0 0 0 25px;
    float: right
    }
.tm-headerbar .tm-logo {
    float: left
    }
.tm-headerbar .uk-panel {
    max-width: 300px;
    margin-right: 0;
    float: right
    }
.tm-main > :nth-child(n+2) {
    margin-top: 25px
    }
.tm-content > :last-child {
    margin-bottom: 0
    }
.tm-footer {
    position: relative;
    text-align: center
    }
.tm-footer .uk-panel + .uk-panel {
    margin-top: 25px
    }
.tm-totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
    text-align: center;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s
    }
.tm-totop-scroller:after {
    content: "";
    font-family: "FontAwesome"
    }
.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #777;
    font-size: 16px;
    outline: none;
    text-decoration: none
    }
.tm-totop-scroller:active {
    color: #111;
    font-size: 11px
    }
.tm-leading-article .uk-article:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
    }
.tm-error-icon {
    font-size: 250px
    }
.tm-error-headline {
    font-size: 100px
    }
.tm-offline {
    width: 300px
    }
.tm-socialbuttons > div {
    margin-right: 10px;
    float: left
    }
/*
 * Spacings
 */
/*
 * Text
 */
/*
 * Backgrounds & Borders
 */
/*
 * Base
 */
/*
 * Panel
 */
/*
 * Article
 */
/*
 * Nav
 */
/*
 * Navbar
 */
/*
 * Button
 */
/*
 * Icon
 */
/*
 * Badge
 */
/*
 * Thumbnail
 */
/*
 * Dropdown
 */
/*
 * Utility
 */