SEOチェキ!について | 免責事項 | お問い合わせ

発リンクチェック

URL

総発リンク数:44 (重複除く:32)

外部リンク数:12 内部リンク数:32 nofollowリンク数:2
太字は外部リンク、細字は内部リンク、緑字はnofollowリンクです。
1 \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@nav-padding-vertical: 5px;\n@nav-padding-horizontal: 15px;\n\n@nav-header-padding-vertical: @nav-padding-vertical;\n@nav-header-padding-horizontal: @nav-padding-horizontal;\n@nav-header-font-size: 12px;\n@nav-header-font-weight: bold;\n@nav-header-text-transform: uppercase;\n@nav-header-margin-top: 15px;\n\n@nav-divider-margin-vertical: 9px;\n@nav-divider-margin-horizontal: @nav-padding-horizontal;\n\n@nav-subtitle-font-size: 12px;\n@nav-subtitle-line-height: 18px;\n\n@nav-nested-padding-left: 15px;\n@nav-nested-padding-vertical: 2px;\n@nav-nested-padding-horizontal: 0;\n\n@nav-sub-padding-vertical: 5px;\n@nav-sub-padding-left: @nav-padding-horizontal;\n\n@nav-parent-icon: \"\\f104\";\n@nav-parent-open-icon: \"\\f107\";\n@nav-parent-icon-width: 20px;\n@nav-parent-icon-margin-right: -10px;\n\n@nav-side-color: #444;\n@nav-side-hover-background: rgba(0,0,0,0.05);\n@nav-side-hover-color: #444;\n@nav-side-active-background: #00a8e6;\n@nav-side-active-color: #fff;\n@nav-side-header-color: #444;\n@nav-side-divider-border: #ddd;\n@nav-side-divider-border-width: 1px;\n@nav-side-nested-color: #07D;\n@nav-side-nested-hover-color: #059;\n\n@nav-dropdown-color: #444;\n@nav-dropdown-hover-background: #00a8e6;\n@nav-dropdown-hover-color: #fff;\n@nav-dropdown-header-color: #999;\n@nav-dropdown-divider-border: #ddd;\n@nav-dropdown-divider-border-width: 1px;\n@nav-dropdown-nested-color: #07D;\n@nav-dropdown-nested-hover-color: #059;\n\n@nav-navbar-color: #444;\n@nav-navbar-hover-background: #00a8e6;\n@nav-navbar-hover-color: #fff;\n@nav-navbar-header-color: #999;\n@nav-navbar-divider-border: #ddd;\n@nav-navbar-divider-border-width: 1px;\n@nav-navbar-nested-color: #07D;\n@nav-navbar-nested-hover-color: #059;\n\n@nav-offcanvas-padding-vertical: 10px;\n@nav-offcanvas-padding-horizontal: 15px;\n@nav-offcanvas-color: #ccc;\n@nav-offcanvas-hover-background: #404040;\n@nav-offcanvas-hover-color: #fff;\n@nav-offcanvas-active-background: #1a1a1a;\n@nav-offcanvas-active-color: #fff;\n@nav-offcanvas-header-color: #777;\n@nav-offcanvas-divider-border: #1a1a1a;\n@nav-offcanvas-divider-border-width: 1px;\n@nav-offcanvas-nested-color: #ccc;\n@nav-offcanvas-nested-hover-color: #fff;\n\n\n\/* ========================================================================\n Component: Nav\n ========================================================================== *\/\n\n.uk-nav,\n.uk-nav ul {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\n\/*\n * Items\n *\/\n\n.uk-nav li > a {\n display: block;\n text-decoration: none;\n}\n\n.uk-nav > li > a { padding: @nav-padding-vertical @nav-padding-horizontal; }\n\n\/*\n * Nested items\n *\/\n\n.uk-nav ul { padding-left: @nav-nested-padding-left; }\n\n.uk-nav ul a { padding: @nav-nested-padding-vertical @nav-nested-padding-horizontal; }\n\n\/*\n * Item subtitle\n *\/\n\n.uk-nav li > a > div {\n font-size: @nav-subtitle-font-size;\n line-height: @nav-subtitle-line-height;\n}\n\n\n\/* Sub-object: `uk-nav-header`\n ========================================================================== *\/\n\n.uk-nav-header {\n padding: @nav-header-padding-vertical @nav-header-padding-horizontal;\n text-transform: @nav-header-text-transform;\n font-weight: @nav-header-font-weight;\n font-size: @nav-header-font-size;\n .hook-nav-header;\n}\n\n.uk-nav-header:not(:first-child) { margin-top: @nav-header-margin-top; }\n\n\n\/* Sub-object: `uk-nav-divider`\n ========================================================================== *\/\n\n.uk-nav-divider {\n margin: @nav-divider-margin-vertical @nav-divider-margin-horizontal;\n .hook-nav-divider;\n}\n\n\n\/* Sub-object: `uk-nav-sub`\n ========================================================================== *\/\n\n\/*\n * `ul` needed for higher specificity to override padding\n *\/\n\nul.uk-nav-sub {\n padding: @nav-sub-padding-vertical 0 @nav-sub-padding-vertical @nav-sub-padding-left;\n .hook-nav-sub;\n}\n\n\n\/* Modifier: `uk-nav-parent-icon`\n ========================================================================== *\/\n\n.uk-nav-parent-icon > .uk-parent > a:after {\n content: @nav-parent-icon;\n width: @nav-parent-icon-width;\n margin-right: @nav-parent-icon-margin-right;\n float: right;\n font-family: FontAwesome;\n text-align: center;\n .hook-nav-parent-icon;\n}\n\n.uk-nav-parent-icon > .uk-parent.uk-open > a:after { content: @nav-parent-open-icon; }\n\n\n\/* Modifier `uk-nav-side`\n ========================================================================== *\/\n\n\/*\n * Items\n *\/\n\n.uk-nav-side > li > a {\n color: @nav-side-color;\n .hook-nav-side;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-nav-side > li > a:hover,\n.uk-nav-side > li > a:focus { \/\/ 1\n background: @nav-side-hover-background;\n color: @nav-side-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-nav-side-hover;\n}\n\n\/* Active *\/\n.uk-nav-side > li.uk-active > a {\n background: @nav-side-active-background;\n color: @nav-side-active-color;\n .hook-nav-side-active;\n}\n\n\/*\n * Sub-object: `uk-nav-header`\n *\/\n\n.uk-nav-side .uk-nav-header {\n color: @nav-side-header-color;\n .hook-nav-side-header;\n}\n\n\/*\n * Sub-object: `uk-nav-divider`\n *\/\n\n.uk-nav-side .uk-nav-divider {\n border-top: @nav-side-divider-border-width solid @nav-side-divider-border;\n .hook-nav-side-divider;\n}\n\n\/*\n * Nested items\n *\/\n\n.uk-nav-side ul a { color: @nav-side-nested-color; }\n.uk-nav-side ul a:hover { color: @nav-side-nested-hover-color; }\n\n\n\/* Modifier `uk-nav-dropdown`\n ========================================================================== *\/\n\n\/*\n * Items\n *\/\n\n.uk-nav-dropdown > li > a {\n color: @nav-dropdown-color;\n .hook-nav-dropdown;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-nav-dropdown > li > a:hover,\n.uk-nav-dropdown > li > a:focus { \/\/ 1\n background: @nav-dropdown-hover-background;\n color: @nav-dropdown-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-nav-dropdown-hover;\n}\n\n\/*\n * Sub-object: `uk-nav-header`\n *\/\n\n.uk-nav-dropdown .uk-nav-header {\n color: @nav-dropdown-header-color;\n .hook-nav-dropdown-header;\n}\n\n\/*\n * Sub-object: `uk-nav-divider`\n *\/\n\n.uk-nav-dropdown .uk-nav-divider {\n border-top: @nav-dropdown-divider-border-width solid @nav-dropdown-divider-border;\n .hook-nav-dropdown-divider;\n}\n\n\/*\n * Nested items\n *\/\n\n.uk-nav-dropdown ul a { color: @nav-dropdown-nested-color; }\n.uk-nav-dropdown ul a:hover { color: @nav-dropdown-nested-hover-color; }\n\n\n\/* Modifier `uk-nav-navbar`\n ========================================================================== *\/\n\n\/*\n * Items\n *\/\n\n.uk-nav-navbar > li > a {\n color: @nav-navbar-color;\n .hook-nav-navbar;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-nav-navbar > li > a:hover,\n.uk-nav-navbar > li > a:focus { \/\/ 1\n background: @nav-navbar-hover-background;\n color: @nav-navbar-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-nav-navbar-hover;\n}\n\n\/*\n * Sub-object: `uk-nav-header`\n *\/\n\n.uk-nav-navbar .uk-nav-header {\n color: @nav-navbar-header-color;\n .hook-nav-navbar-header;\n}\n\n\/*\n * Sub-object: `uk-nav-divider`\n *\/\n\n.uk-nav-navbar .uk-nav-divider {\n border-top: @nav-navbar-divider-border-width solid @nav-navbar-divider-border;\n .hook-nav-navbar-divider;\n}\n\n\/*\n * Nested items\n *\/\n\n.uk-nav-navbar ul a { color: @nav-navbar-nested-color; }\n.uk-nav-navbar ul a:hover { color: @nav-navbar-nested-hover-color; }\n\n\n\/* Modifier `uk-nav-offcanvas`\n ========================================================================== *\/\n\n\/*\n * Items\n *\/\n\n.uk-nav-offcanvas > li > a {\n color: @nav-offcanvas-color;\n padding: @nav-offcanvas-padding-vertical @nav-offcanvas-padding-horizontal;\n .hook-nav-offcanvas;\n}\n\n\/*\n * Hover\n * No hover on touch devices because it behaves buggy in fixed offcanvas\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-nav-offcanvas > .uk-open > a,\nhtml:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,\nhtml:not(.uk-touch) .uk-nav-offcanvas > li > a:focus { \/\/ 1\n background: @nav-offcanvas-hover-background;\n color: @nav-offcanvas-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-nav-offcanvas-hover;\n}\n\n\/*\n * Active\n * `html .uk-nav` needed for higher specificity to override hover\n *\/\nhtml .uk-nav.uk-nav-offcanvas > li.uk-active > a {\n background: @nav-offcanvas-active-background;\n color: @nav-offcanvas-active-color;\n .hook-nav-offcanvas-active;\n}\n\n\/*\n * Sub-object: `uk-nav-header`\n *\/\n\n.uk-nav-offcanvas .uk-nav-header {\n color: @nav-offcanvas-header-color;\n .hook-nav-offcanvas-header;\n}\n\n\/*\n * Sub-object: `uk-nav-divider`\n *\/\n\n.uk-nav-offcanvas .uk-nav-divider {\n border-top: @nav-offcanvas-divider-border-width solid @nav-offcanvas-divider-border;\n .hook-nav-offcanvas-divider;\n}\n\n\/*\n * Nested items\n * No hover on touch devices because it behaves buggy in fixed offcanvas\n *\/\n\n.uk-nav-offcanvas ul a { color: @nav-offcanvas-nested-color; }\nhtml:not(.uk-touch) .uk-nav-offcanvas ul a:hover { color: @nav-offcanvas-nested-hover-color; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-nav-misc;\n\n.hook-nav-header() {}\n.hook-nav-divider() {}\n.hook-nav-sub() {}\n.hook-nav-parent-icon() {}\n\n.hook-nav-side() {}\n.hook-nav-side-hover() {}\n.hook-nav-side-active() {}\n.hook-nav-side-header() {}\n.hook-nav-side-divider() {}\n\n.hook-nav-dropdown() {}\n.hook-nav-dropdown-hover() {}\n.hook-nav-dropdown-header() {}\n.hook-nav-dropdown-divider() {}\n\n.hook-nav-navbar() {}\n.hook-nav-navbar-hover() {}\n.hook-nav-navbar-header() {}\n.hook-nav-navbar-divider() {}\n\n.hook-nav-offcanvas() {}\n.hook-nav-offcanvas-hover() {}\n.hook-nav-offcanvas-active() {}\n.hook-nav-offcanvas-header() {}\n.hook-nav-offcanvas-divider() {}\n\n.hook-nav-misc() {}\n\/\/ Name: Navbar\n\/\/ Description: Defines styles for the navigation bar\n\/\/\n\/\/ Component: `uk-navbar`\n\/\/\n\/\/ Sub-objects: `uk-navbar-nav`\n\/\/ `uk-navbar-nav-subtitle`\n\/\/ `uk-navbar-content`\n\/\/ `uk-navbar-brand`\n\/\/ `uk-navbar-toggle`\n\/\/ `uk-navbar-toggle-alt`\n\/\/ `uk-navbar-center`\n\/\/ `uk-navbar-flip`\n\/\/\n\/\/ Modifiers: `uk-navbar-attached`\n\/\/\n\/\/ States: `uk-active`\n\/\/ `uk-parent`\n\/\/ `uk-open`\n\/\/\n\/\/ Used by: Dropdown\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@navbar-background: #eee;\n@navbar-color: #444;\n@navbar-link-color: #07D;\n@navbar-link-hover-color: #059;\n\n@navbar-nav-height: 40px;\n@navbar-nav-line-height: @navbar-nav-height;\n@navbar-nav-padding-horizontal: 15px;\n@navbar-nav-color: #444;\n@navbar-nav-font-size: 14px;\n@navbar-nav-font-weight: normal;\n@navbar-nav-font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n@navbar-nav-hover-background: #f5f5f5;\n@navbar-nav-hover-color: #444;\n@navbar-nav-onclick-background: #ddd;\n@navbar-nav-onclick-color: #444;\n@navbar-nav-active-background: #f5f5f5;\n@navbar-nav-active-color: #444;\n@navbar-nav-subtitle-font-size: 10px;\n@navbar-nav-subtitle-offset: 2px;\n\n@navbar-brand-font-size: 18px;\n@navbar-brand-color: #444;\n@navbar-brand-hover-color: #444;\n\n@navbar-toggle-font-size: 18px;\n@navbar-toggle-color: #444;\n@navbar-toggle-hover-color: #444;\n@navbar-toggle-icon: \"\\f0c9\";\n@navbar-toggle-icon-alt: \"\\f002\";\n\n\n\/* ========================================================================\n Component: Navbar\n ========================================================================== *\/\n\n.uk-navbar {\n background: @navbar-background;\n color: @navbar-color;\n .hook-navbar;\n}\n\n\/*\n * Micro clearfix\n *\/\n\n.uk-navbar:before,\n.uk-navbar:after {\n content: \"\";\n display: table;\n}\n\n.uk-navbar:after { clear: both; }\n\n\n\/* Sub-object: `uk-navbar-nav`\n ========================================================================== *\/\n\n.uk-navbar-nav {\n margin: 0;\n padding: 0;\n list-style: none;\n float: left;\n}\n\n\/*\n * 1. Create position context for dropdowns\n *\/\n\n.uk-navbar-nav > li {\n float: left;\n \/* 1 *\/\n position: relative;\n}\n\n\/*\n * 1. Dimensions\n * 2. Style\n *\/\n\n.uk-navbar-nav > li > a {\n display: block;\n box-sizing: border-box;\n text-decoration: none;\n \/* 1 *\/\n height: @navbar-nav-height;\n padding: 0 @navbar-nav-padding-horizontal;\n line-height: @navbar-nav-line-height;\n \/* 2 *\/\n color: @navbar-nav-color;\n font-size: @navbar-nav-font-size;\n font-family: @navbar-nav-font-family;\n font-weight: @navbar-nav-font-weight;\n .hook-navbar-nav;\n}\n\n\/* Appear not as link *\/\n.uk-navbar-nav > li > a[href='#'] { cursor: text; }\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Also apply if dropdown is opened\n * 3. Remove default focus style\n *\/\n\n.uk-navbar-nav > li:hover > a,\n.uk-navbar-nav > li > a:focus, \/\/ 1\n.uk-navbar-nav > li.uk-open > a { \/\/ 2\n background-color: @navbar-nav-hover-background;\n color: @navbar-nav-hover-color;\n \/* 3 *\/\n outline: none;\n .hook-navbar-nav-hover;\n}\n\n\/* OnClick *\/\n.uk-navbar-nav > li > a:active {\n background-color: @navbar-nav-onclick-background;\n color: @navbar-nav-onclick-color;\n .hook-navbar-nav-onclick;\n}\n\n\/* Active *\/\n.uk-navbar-nav > li.uk-active > a {\n background-color: @navbar-nav-active-background;\n color: @navbar-nav-active-color;\n .hook-navbar-nav-active;\n}\n\n\n\/* Sub-objects: `uk-navbar-nav-subtitle`\n ========================================================================== *\/\n\n.uk-navbar-nav .uk-navbar-nav-subtitle { line-height: @navbar-nav-line-height - @navbar-nav-subtitle-font-size - @navbar-nav-subtitle-offset; }\n\n.uk-navbar-nav-subtitle > div {\n margin-top: ((@navbar-nav-line-height - @navbar-nav-subtitle-font-size - @navbar-nav-font-size) \/ -2) + @navbar-nav-subtitle-offset;\n font-size: @navbar-nav-subtitle-font-size;\n line-height: @navbar-nav-subtitle-font-size + @navbar-nav-subtitle-offset;\n}\n\n\n\/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`\n ========================================================================== *\/\n\n\/*\n * Imitate navbar items\n *\/\n\n.uk-navbar-content,\n.uk-navbar-brand,\n.uk-navbar-toggle {\n box-sizing: border-box;\n display: block;\n height: @navbar-nav-height;\n padding: 0 @navbar-nav-padding-horizontal;\n float: left;\n .hook-navbar-content;\n}\n\n\/*\n * Helper to center all child elements vertically\n *\/\n\n.uk-navbar-content:before,\n.uk-navbar-brand:before,\n.uk-navbar-toggle:before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n}\n\n\n\/* Sub-objects: `uk-navbar-content`\n ========================================================================== *\/\n\n\/*\n * Better sibling spacing\n *\/\n\n.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) { padding-left: 0; }\n\n\/*\n * Link colors\n *\/\n\n.uk-navbar-content > a:not([class]) { color: @navbar-link-color; }\n.uk-navbar-content > a:not([class]):hover { color: @navbar-link-hover-color; }\n\n\n\/* Sub-objects: `uk-navbar-brand`\n ========================================================================== *\/\n\n.uk-navbar-brand {\n font-size: @navbar-brand-font-size;\n color: @navbar-brand-color;\n text-decoration: none;\n}\n\n\/*\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-navbar-brand:hover,\n.uk-navbar-brand:focus { \/\/ 1\n color: @navbar-brand-hover-color;\n text-decoration: none;\n \/* 2 *\/\n outline: none;\n}\n\n\n\/* Sub-object: `uk-navbar-toggle`\n ========================================================================== *\/\n\n.uk-navbar-toggle {\n font-size: @navbar-toggle-font-size;\n color: @navbar-toggle-color;\n text-decoration: none;\n}\n\n\/*\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-navbar-toggle:hover,\n.uk-navbar-toggle:focus { \/\/ 1\n color: @navbar-toggle-hover-color;\n text-decoration: none;\n \/* 2 *\/\n outline: none;\n}\n\n\/*\n * 1. Center icon vertically\n *\/\n\n.uk-navbar-toggle:after {\n content: @navbar-toggle-icon;\n font-family: FontAwesome;\n \/* 1 *\/\n vertical-align: middle;\n}\n\n.uk-navbar-toggle-alt:after { content: @navbar-toggle-icon-alt; }\n\n\n\/* Sub-object: `uk-navbar-center`\n ========================================================================== *\/\n\n\/*\n * The element with this class needs to be last child in the navbar\n * 1. This hack is needed because other float elements shift centered text\n *\/\n\n.uk-navbar-center {\n float: none;\n text-align: center;\n \/* 1 *\/\n max-width: 50%;\n margin-left: auto;\n margin-right: auto;\n}\n\n\n\/* Sub-object: `uk-navbar-flip`\n ========================================================================== *\/\n\n.uk-navbar-flip { float: right; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-navbar-misc;\n\n.hook-navbar() {}\n.hook-navbar-nav() {}\n.hook-navbar-nav-hover() {}\n.hook-navbar-nav-onclick() {}\n.hook-navbar-nav-active() {}\n.hook-navbar-content() {}\n.hook-navbar-misc() {}\n\/\/ Name: Subnav\n\/\/ Description: Defines styles for the sub navigation\n\/\/\n\/\/ Component: `uk-subnav`\n\/\/\n\/\/ Modifiers: `uk-subnav-line`\n\/\/ `uk-subnav-pill`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@subnav-margin-horizontal: 10px;\n@subnav-margin-vertical: @subnav-margin-horizontal;\n\n@subnav-color: #444;\n@subnav-hover-color: #07D;\n@subnav-hover-text-decoration: none;\n@subnav-active-color: #07D;\n\n@subnav-line-border-height: 10px;\n@subnav-line-border: #ddd;\n@subnav-line-border-width: 1px;\n\n@subnav-pill-padding-vertical: 3px;\n@subnav-pill-padding-horizontal: 9px;\n@subnav-pill-hover-background: #eee;\n@subnav-pill-hover-color: #444;\n@subnav-pill-active-background: #00a8e6;\n@subnav-pill-active-color: #fff;\n\n@subnav-disabled-color: #999;\n\n\n\/* ========================================================================\n Component: Subnav\n ========================================================================== *\/\n\n\/*\n * 1. Gutter\n * 2. Remove default list style\n *\/\n\n.uk-subnav {\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -ms-flex-wrap: wrap;\n -webkit-flex-wrap: wrap;\n flex-wrap: wrap;\n \/* 1 *\/\n margin-left: -@subnav-margin-horizontal;\n margin-top: -@subnav-margin-vertical;\n \/* 2 *\/\n padding: 0;\n list-style: none;\n}\n\n\/*\n * 1. Space is allocated solely based on content dimensions\n * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied\n * 3. Create position context for dropdowns\n *\/\n\n.uk-subnav > * {\n \/* 1 *\/\n -ms-flex: none;\n -webkit-flex: none;\n flex: none;\n \/* 2 *\/\n padding-left: @subnav-margin-horizontal;\n margin-top: @subnav-margin-vertical;\n \/* 3 *\/\n position: relative;\n}\n\n\/*\n * DEPRECATED IE9 Support\n *\/\n\n.uk-subnav:before,\n.uk-subnav:after {\n content: \"\";\n display: block;\n overflow: hidden;\n}\n\n.uk-subnav:after { clear: both; }\n\n.uk-subnav > * { float: left; }\n\n\n\/* Items\n ========================================================================== *\/\n\n.uk-subnav > * > * {\n display: inline-block;\n color: @subnav-color;\n .hook-subnav;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n *\/\n\n.uk-subnav > * > :hover,\n.uk-subnav > * > :focus { \/\/ 1\n color: @subnav-hover-color;\n text-decoration: @subnav-hover-text-decoration;\n .hook-subnav-hover;\n}\n\n\/*\n * Active\n *\/\n\n.uk-subnav > .uk-active > * {\n color: @subnav-active-color;\n .hook-subnav-active;\n}\n\n\n\/* Modifier: 'subnav-line'\n ========================================================================== *\/\n\n.uk-subnav-line > :before {\n content: \"\";\n display: inline-block;\n height: @subnav-line-border-height;\n vertical-align: middle;\n}\n\n.uk-subnav-line > :nth-child(n+2):before {\n margin-right: @subnav-margin-horizontal;\n border-left: @subnav-line-border-width solid @subnav-line-border;\n .hook-subnav-line-divider;\n}\n\n\n\/* Modifier: 'subnav-pill'\n ========================================================================== *\/\n\n.uk-subnav-pill > * > * {\n padding: @subnav-pill-padding-vertical @subnav-pill-padding-horizontal;\n .hook-subnav-pill;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-subnav-pill > * > :hover,\n.uk-subnav-pill > * > :focus { \/\/ 1\n background: @subnav-pill-hover-background;\n color: @subnav-pill-hover-color;\n text-decoration: none;\n \/* 2 *\/\n outline: none;\n .hook-subnav-pill-hover;\n}\n\n\/*\n * Active\n * `li` needed for higher specificity to override hover\n *\/\n\n.uk-subnav-pill > .uk-active > * {\n background: @subnav-pill-active-background;\n color: @subnav-pill-active-color;\n .hook-subnav-pill-active;\n}\n\n\n\/* Disabled state\n ========================================================================== *\/\n\n.uk-subnav > .uk-disabled > * {\n background: none;\n color: @subnav-disabled-color;\n text-decoration: none;\n cursor: text;\n .hook-subnav-disabled;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-subnav-misc;\n\n.hook-subnav() {}\n.hook-subnav-hover() {}\n.hook-subnav-active() {}\n.hook-subnav-line-divider() {}\n.hook-subnav-pill() {}\n.hook-subnav-pill-hover() {}\n.hook-subnav-pill-active() {}\n.hook-subnav-disabled() {}\n.hook-subnav-misc() {}\n\/\/ Name: Breadcrumb\n\/\/ Description: Defines styles for a breadcrumb navigation\n\/\/\n\/\/ Component: `uk-breadcrumb`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@breadcrumb-font-size: 1rem;\n\n@breadcrumb-divider: \"\/\";\n@breadcrumb-divider-margin: 8px;\n@breadcrumb-disabled-color: #999;\n\n\n\/* ========================================================================\n Component: Breadcrumb\n ========================================================================== *\/\n\n\/*\n * 1. Remove default list style\n * 2. Remove whitespace between child elements when using `inline-block`\n *\/\n\n.uk-breadcrumb {\n \/* 1 *\/\n padding: 0;\n list-style: none;\n \/* 2 *\/\n font-size: 0.001px;\n .hook-breadcrumb;\n}\n\n\n\/* Items\n ========================================================================== *\/\n\n\/*\n * Reset whitespace hack\n *\/\n\n.uk-breadcrumb > li {\n font-size: @breadcrumb-font-size;\n vertical-align: top;\n}\n\n.uk-breadcrumb > li,\n.uk-breadcrumb > li > a,\n.uk-breadcrumb > li > span { display: inline-block; }\n\n.uk-breadcrumb > li:nth-child(n+2):before {\n content: @breadcrumb-divider;\n display: inline-block;\n margin: 0 @breadcrumb-divider-margin;\n .hook-breadcrumb-divider;\n}\n\n\/*\n * Disabled\n *\/\n\n.uk-breadcrumb > li:not(.uk-active) > span { color: @breadcrumb-disabled-color; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-breadcrumb-misc;\n\n.hook-breadcrumb() {}\n.hook-breadcrumb-divider() {}\n.hook-breadcrumb-misc() {}\n\/\/ Name: Pagination\n\/\/ Description: Defines styles for a navigation between pages\n\/\/\n\/\/ Component: `uk-pagination`\n\/\/\n\/\/ Sub-objects: `uk-pagination-previous`\n\/\/ `uk-pagination-next`\n\/\/\n\/\/ Modifiers: `uk-pagination-left`\n\/\/ `uk-pagination-right`\n\/\/\n\/\/ States: `uk-active`\n\/\/ `uk-disabled`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@pagination-font-size: 1rem;\n@pagination-margin-left: 5px;\n@pagination-padding-vertical: 3px;\n@pagination-padding-horizontal: 5px;\n@pagination-line-height: 20px;\n@pagination-background: #eee;\n@pagination-color: #444;\n@pagination-hover-background: #f5f5f5;\n@pagination-hover-color: #444;\n@pagination-onclick-background: #ddd;\n@pagination-onclick-color: #444;\n\n@pagination-active-background: #00a8e6;\n@pagination-active-color: #fff;\n\n@pagination-disabled-background: #f5f5f5;\n@pagination-disabled-color: #999;\n\n\n\/* ========================================================================\n Component: Pagination\n ========================================================================== *\/\n\n\/*\n * 1. Remove default list style\n * 2. Center pagination by default\n * 3. Remove whitespace between child elements when using `inline-block`\n *\/\n\n.uk-pagination {\n \/* 1 *\/\n padding: 0;\n list-style: none;\n \/* 2 *\/\n text-align: center;\n \/* 3 *\/\n font-size: 0.001px;\n}\n\n\/*\n * Micro clearfix\n * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used\n *\/\n\n.uk-pagination:before,\n.uk-pagination:after {\n content: \"\";\n display: table;\n}\n\n.uk-pagination:after { clear: both; }\n\n\n\/* Items\n ========================================================================== *\/\n\n\/*\n * 1. Reset whitespace hack\n * 2. Remove the gap at the bottom of it container\n *\/\n\n.uk-pagination > li {\n display: inline-block;\n \/* 1 *\/\n font-size: @pagination-font-size;\n \/* 2 *\/\n vertical-align: top;\n}\n\n.uk-pagination > li:nth-child(n+2) { margin-left: @pagination-margin-left; }\n\n\/*\n * 1. Makes pagination more robust against different box-sizing use\n * 2. Reset text-align to center if alignment modifier is used\n *\/\n\n.uk-pagination > li > a,\n.uk-pagination > li > span {\n display: inline-block;\n min-width: @pagination-line-height + (2 * @pagination-padding-vertical) - (2 * @pagination-padding-horizontal);\n padding: @pagination-padding-vertical @pagination-padding-horizontal;\n line-height: @pagination-line-height;\n text-decoration: none;\n \/* 1 *\/\n box-sizing: content-box;\n \/* 2 *\/\n text-align: center;\n .hook-pagination-item;\n}\n\n\/*\n * Links\n *\/\n\n.uk-pagination > li > a {\n background: @pagination-background;\n color: @pagination-color;\n .hook-pagination-link;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-pagination > li > a:hover,\n.uk-pagination > li > a:focus { \/\/ 1\n background-color: @pagination-hover-background;\n color: @pagination-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-pagination-link-hover;\n}\n\n\/* OnClick *\/\n.uk-pagination > li > a:active {\n background-color: @pagination-onclick-background;\n color: @pagination-onclick-color;\n .hook-pagination-link-active;\n}\n\n\/*\n * Active\n *\/\n\n.uk-pagination > .uk-active > span {\n background: @pagination-active-background;\n color: @pagination-active-color;\n .hook-pagination-active;\n}\n\n\/*\n * Disabled\n *\/\n\n.uk-pagination > .uk-disabled > span {\n background-color: @pagination-disabled-background;\n color: @pagination-disabled-color;\n .hook-pagination-disabled;\n}\n\n\n\/* Previous and next navigation\n ========================================================================== *\/\n\n.uk-pagination-previous { float: left; }\n.uk-pagination-next { float: right; }\n\n\n\/* Alignment modifiers\n ========================================================================== *\/\n\n.uk-pagination-left { text-align: left; }\n.uk-pagination-right { text-align: right; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-pagination-misc;\n\n.hook-pagination-item() {}\n.hook-pagination-link() {}\n.hook-pagination-link-hover() {}\n.hook-pagination-link-active() {}\n.hook-pagination-active() {}\n.hook-pagination-disabled() {}\n.hook-pagination-misc() {}\n\/\/ Name: Tab\n\/\/ Description: Defines styles for a tabbed navigation\n\/\/\n\/\/ Component: `uk-tab`\n\/\/\n\/\/ Modifiers: `uk-tab-flip`\n\/\/ `uk-tab-center`\n\/\/ `uk-tab-grid`\n\/\/ `uk-tab-bottom`\n\/\/ `uk-tab-left`\n\/\/ `uk-tab-right`\n\/\/ `uk-tab-responsive`\n\/\/\n\/\/ States: `uk-active`\n\/\/ `uk-disabled`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@tab-border: #ddd;\n@tab-border-width: 1px;\n@tab-padding-horizontal: 12px;\n@tab-padding-vertical: 8px;\n@tab-padding-top: @tab-padding-vertical;\n@tab-padding-bottom: @tab-padding-vertical;\n@tab-margin-horizontal: 5px;\n@tab-margin-vertical: 5px;\n@tab-color: #07D;\n@tab-hover-border: #f5f5f5;\n@tab-hover-background: #f5f5f5;\n@tab-hover-color: #059;\n@tab-active-border: #ddd;\n@tab-active-background: #fff;\n@tab-active-color: #444;\n@tab-disabled-color: #999;\n\n\n\/* ========================================================================\n Component: Tab\n ========================================================================== *\/\n\n.uk-tab {\n margin: 0;\n padding: 0;\n list-style: none;\n border-bottom: @tab-border-width solid @tab-border;\n}\n\n\/*\n * Micro clearfix on the deepest container\n *\/\n\n.uk-tab:before,\n.uk-tab:after {\n content: \"\";\n display: table;\n}\n\n.uk-tab:after { clear: both; }\n\n\/*\n * Items\n * 1. Create position context for dropdowns\n *\/\n\n.uk-tab > li {\n margin-bottom: -@tab-border-width;\n float: left;\n \/* 1 *\/\n position: relative;\n}\n\n.uk-tab > li > a {\n display: block;\n padding: @tab-padding-top @tab-padding-horizontal @tab-padding-bottom @tab-padding-horizontal;\n border: @tab-border-width solid transparent;\n border-bottom-width: 0;\n color: @tab-color;\n text-decoration: none;\n .hook-tab;\n}\n\n.uk-tab > li:nth-child(n+2) > a { margin-left: @tab-margin-horizontal; }\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Also apply if dropdown is opened\n * 3. Remove default focus style\n *\/\n\n.uk-tab > li > a:hover,\n.uk-tab > li > a:focus, \/\/ 1\n.uk-tab > li.uk-open > a { \/\/ 2\n border-color: @tab-hover-border;\n background: @tab-hover-background;\n color: @tab-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-tab-hover;\n}\n\n.uk-tab > li:not(.uk-active) > a:hover,\n.uk-tab > li:not(.uk-active) > a:focus,\n.uk-tab > li.uk-open:not(.uk-active) > a {\n margin-bottom: @tab-border-width;\n padding-bottom: @tab-padding-bottom - @tab-border-width;\n}\n\n\/* Active *\/\n.uk-tab > li.uk-active > a {\n border-color: @tab-active-border;\n border-bottom-color: transparent;\n background: @tab-active-background;\n color: @tab-active-color;\n .hook-tab-active;\n}\n\n\/* Disabled *\/\n.uk-tab > li.uk-disabled > a {\n color: @tab-disabled-color;\n cursor: text;\n .hook-tab-disabled;\n}\n\n.uk-tab > li.uk-disabled > a:hover,\n.uk-tab > li.uk-disabled > a:focus,\n.uk-tab > li.uk-disabled.uk-active > a {\n background: none;\n border-color: transparent;\n}\n\n\n\/* Modifier: 'tab-flip'\n ========================================================================== *\/\n\n.uk-tab-flip > li { float: right; }\n\n.uk-tab-flip > li:nth-child(n+2) > a {\n margin-left: 0;\n margin-right: @tab-margin-horizontal;\n}\n\n\n\/* Modifier: 'tab-responsive'\n ========================================================================== *\/\n\n.uk-tab > li.uk-tab-responsive > a {\n margin-left: 0;\n margin-right: 0;\n}\n\n\/*\n * Icon\n *\/\n\n.uk-tab-responsive > a:before {\n content: \"\\f0c9\\00a0\";\n font-family: FontAwesome;\n}\n\n\n\/* Modifier: 'tab-center'\n ========================================================================== *\/\n\n.uk-tab-center { border-bottom: @tab-border-width solid @tab-border; }\n\n.uk-tab-center-bottom {\n border-bottom: none;\n border-top: @tab-border-width solid @tab-border;\n}\n\n.uk-tab-center:before,\n.uk-tab-center:after {\n content: \"\";\n display: table;\n}\n\n.uk-tab-center:after { clear: both; }\n\n\n\/*\n * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs\n *\/\n\n.uk-tab-center .uk-tab {\n position: relative;\n right: 50%;\n border: none;\n float: right;\n}\n\n.uk-tab-center .uk-tab > li {\n position: relative;\n right: -50%;\n}\n\n.uk-tab-center .uk-tab > li > a { text-align: center; }\n\n\n\/* Modifier: 'tab-bottom'\n ========================================================================== *\/\n\n.uk-tab-bottom {\n border-top: @tab-border-width solid @tab-border;\n border-bottom: none;\n}\n\n.uk-tab-bottom > li {\n margin-top: -@tab-border-width;\n margin-bottom: 0;\n}\n\n.uk-tab-bottom > li > a {\n padding-top: @tab-padding-bottom;\n padding-bottom: @tab-padding-top;\n border-bottom-width: @tab-border-width;\n border-top-width: 0;\n}\n\n.uk-tab-bottom > li:not(.uk-active) > a:hover,\n.uk-tab-bottom > li:not(.uk-active) > a:focus,\n.uk-tab-bottom > li.uk-open:not(.uk-active) > a {\n margin-bottom: 0;\n margin-top: @tab-border-width;\n padding-bottom: @tab-padding-top;\n padding-top: @tab-padding-bottom - @tab-border-width;\n}\n\n.uk-tab-bottom > li.uk-active > a {\n border-top-color: transparent;\n border-bottom-color: @tab-active-border;\n}\n\n\n\/* Modifier: 'tab-grid'\n ========================================================================== *\/\n\n\/*\n * 1. Create position context to prevent hidden border because of negative `z-index`\n *\/\n\n.uk-tab-grid {\n margin-left: -@tab-margin-horizontal;\n border-bottom: none;\n \/* 1 *\/\n position: relative;\n z-index: 0;\n}\n\n.uk-tab-grid:before {\n display: block;\n position: absolute;\n left: @tab-margin-horizontal;\n right: 0;\n bottom: -@tab-border-width;\n border-top: @tab-border-width solid @tab-border;\n \/* 1 *\/\n z-index: -1;\n}\n\n.uk-tab-grid > li:first-child > a { margin-left: @tab-margin-horizontal; }\n\n.uk-tab-grid > li > a { text-align: center; }\n\n\/*\n * If `uk-tab-bottom`\n *\/\n\n.uk-tab-grid.uk-tab-bottom { border-top: none; }\n.uk-tab-grid.uk-tab-bottom:before {\n top: -@tab-border-width;\n bottom: auto;\n}\n\n\n\/* Modifier: 'tab-left', 'tab-right'\n ========================================================================== *\/\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-tab-left,\n .uk-tab-right { border-bottom: none; }\n\n .uk-tab-left > li,\n .uk-tab-right > li {\n margin-bottom: 0;\n float: none;\n }\n\n .uk-tab-left > li > a,\n .uk-tab-right > li > a {\n padding-top: @tab-padding-vertical;\n padding-bottom: @tab-padding-vertical;\n }\n\n .uk-tab-left > li:nth-child(n+2) > a,\n .uk-tab-right > li:nth-child(n+2) > a {\n margin-left: 0;\n margin-top: @tab-margin-vertical;\n }\n\n .uk-tab-left > li.uk-active > a,\n .uk-tab-right > li.uk-active > a { border-color: @tab-active-border; }\n\n \/*\n * Modifier: 'tab-left'\n *\/\n\n .uk-tab-left { border-right: @tab-border-width solid @tab-border; }\n .uk-tab-left > li { margin-right: -@tab-border-width; }\n .uk-tab-left > li > a {\n border-bottom-width: @tab-border-width;\n border-right-width: 0;\n }\n .uk-tab-left > li:not(.uk-active) > a:hover,\n .uk-tab-left > li:not(.uk-active) > a:focus {\n margin-bottom: 0;\n margin-right: @tab-border-width;\n padding-bottom: @tab-padding-vertical;\n padding-right: @tab-padding-horizontal - @tab-border-width;\n }\n .uk-tab-left > li.uk-active > a { border-right-color: transparent; }\n\n \/*\n * Modifier: 'tab-right'\n *\/\n\n .uk-tab-right { border-left: @tab-border-width solid @tab-border; }\n .uk-tab-right > li { margin-left: -@tab-border-width; }\n .uk-tab-right > li > a {\n border-bottom-width: @tab-border-width;\n border-left-width: 0;\n }\n .uk-tab-right > li:not(.uk-active) > a:hover,\n .uk-tab-right > li:not(.uk-active) > a:focus {\n margin-bottom: 0;\n margin-left: @tab-border-width;\n padding-bottom: @tab-padding-vertical;\n padding-left: @tab-padding-horizontal - @tab-border-width;\n }\n .uk-tab-right > li.uk-active > a { border-left-color: transparent; }\n\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-tab-misc;\n\n.hook-tab() {}\n.hook-tab-hover() {}\n.hook-tab-active() {}\n.hook-tab-disabled() {}\n.hook-tab-misc() {}\n\/\/ Name: Thumbnav\n\/\/ Description: Defines styles for a thumbnail navigation\n\/\/\n\/\/ Component: `uk-thumbnav`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@thumbnav-margin-horizontal: 10px;\n@thumbnav-margin-vertical: @thumbnav-margin-horizontal;\n\n@thumbnav-background: #fff;\n\n@thumbnav-opacity: 0.7;\n@thumbnav-hover-opacity: 1;\n@thumbnav-active-opacity: 1;\n\n\n\/* ========================================================================\n Component: Thumbnav\n ========================================================================== *\/\n\n\/*\n * 1. Gutter\n * 2. Remove default list style\n *\/\n\n.uk-thumbnav {\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -ms-flex-wrap: wrap;\n -webkit-flex-wrap: wrap;\n flex-wrap: wrap;\n \/* 1 *\/\n margin-left: -@thumbnav-margin-horizontal;\n margin-top: -@thumbnav-margin-vertical;\n \/* 2 *\/\n padding: 0;\n list-style: none;\n}\n\n\/*\n * 1. Space is allocated solely based on content dimensions\n * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied\n *\/\n\n.uk-thumbnav > * {\n \/* 1 *\/\n -ms-flex: none;\n -webkit-flex: none;\n flex: none;\n \/* 2 *\/\n padding-left: @thumbnav-margin-horizontal;\n margin-top: @thumbnav-margin-vertical;\n}\n\n\/*\n * DEPRECATED IE9 Support\n *\/\n\n.uk-thumbnav:before,\n.uk-thumbnav:after {\n content: \"\";\n display: block;\n overflow: hidden;\n}\n\n.uk-thumbnav:after { clear: both; }\n\n.uk-thumbnav > * { float: left; }\n\n\n\/* Items\n ========================================================================== *\/\n\n.uk-thumbnav > * > * {\n display: block;\n background: @thumbnav-background;\n .hook-thumbnav;\n}\n\n.uk-thumbnav > * > * > img {\n opacity: @thumbnav-opacity;\n -webkit-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n}\n\n\/*\n * Hover\n *\/\n\n.uk-thumbnav > * > :hover > img,\n.uk-thumbnav > * > :focus > img { opacity: @thumbnav-hover-opacity; }\n\n\/*\n * Active\n *\/\n\n.uk-thumbnav > .uk-active > * > img { opacity: @thumbnav-active-opacity; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-thumbnav-misc;\n\n.hook-thumbnav() {}\n.hook-thumbnav-misc() {}\n\n\/\/ Elements\n\/\/ Name: List\n\/\/ Description: Defines styles for ordered and unordered lists\n\/\/\n\/\/ Component: `uk-list`\n\/\/\n\/\/ Modifiers: `uk-list-line`\n\/\/ `uk-list-striped`\n\/\/ `uk-list-space`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@list-nested-padding-left: 20px;\n\n@list-line-margin-top: 5px;\n@list-line-border: #ddd;\n@list-line-border-width: 1px;\n\n@list-striped-padding-vertical: 5px;\n@list-striped-padding-horizontal: 5px;\n@list-striped-background: #f5f5f5;\n\n@list-space-margin-top: 10px;\n\n\n\/* ========================================================================\n Component: List\n ========================================================================== *\/\n\n.uk-list {\n padding: 0;\n list-style: none;\n}\n\n\/*\n * Micro clearfix to make list more robust\n *\/\n\n.uk-list > li:before,\n.uk-list > li:after {\n content: \"\";\n display: table;\n}\n\n.uk-list > li:after { clear: both; }\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-list > li > :last-child { margin-bottom: 0; }\n\n\/*\n * Nested lists\n *\/\n\n.uk-list ul {\n margin: 0;\n padding-left: @list-nested-padding-left;\n list-style: none;\n}\n\n\n\/* Modifier: `uk-list-line`\n ========================================================================== *\/\n\n.uk-list-line > li:nth-child(n+2) {\n margin-top: @list-line-margin-top;\n padding-top: @list-line-margin-top;\n border-top: @list-line-border-width solid @list-line-border;\n .hook-list-line;\n}\n\n\n\/* Modifier: `uk-list-striped`\n ========================================================================== *\/\n\n.uk-list-striped > li {\n padding: @list-striped-padding-vertical @list-striped-padding-horizontal;\n .hook-list-striped;\n}\n\n.uk-list-striped > li:nth-of-type(odd) { background: @list-striped-background; }\n\n\n\/* Modifier: `uk-list-space`\n ========================================================================== *\/\n\n.uk-list-space > li:nth-child(n+2) { margin-top: @list-space-margin-top; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-list-misc;\n\n.hook-list-line() {}\n.hook-list-striped() {}\n.hook-list-misc() {}\n\/\/ Name: Description list\n\/\/ Description: Defines styles for description lists\n\/\/\n\/\/ Component: `uk-description-list`\n\/\/\n\/\/ Modifiers: `uk-description-list-horizontal`\n\/\/ `uk-description-list-line`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@description-list-horizontal-width: 160px;\n@description-list-horizontal-margin-left: 180px;\n\n@description-list-line-margin-top: 5px;\n@description-list-line-border-width: 1px;\n@description-list-line-border: #ddd;\n@description-list-line-color: #999;\n\n@description-list-line-font-weight: normal;\n\n\n\/* ========================================================================\n Component: Description list\n ========================================================================== *\/\n\n\n\/* Modifier: `uk-description-list-horizontal`\n ========================================================================== *\/\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-description-list-horizontal { overflow: hidden; }\n\n .uk-description-list-horizontal > dt {\n width: @description-list-horizontal-width;\n float: left;\n clear: both;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .uk-description-list-horizontal > dd { margin-left: @description-list-horizontal-margin-left; }\n}\n\n\n\/* Modifier: `uk-description-list-line`\n ========================================================================== *\/\n\n.uk-description-list-line > dt { font-weight: @description-list-line-font-weight; }\n\n.uk-description-list-line > dt:nth-child(n+2) {\n margin-top: @description-list-line-margin-top;\n padding-top: @description-list-line-margin-top;\n border-top: @description-list-line-border-width solid @description-list-line-border;\n}\n\n.uk-description-list-line > dd { color: @description-list-line-color; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-description-list-misc;\n\n.hook-description-list-misc() {}\n\n\/\/ Name: Table\n\/\/ Description: Defines styles for tables\n\/\/\n\/\/ Component: `uk-table`\n\/\/\n\/\/ Modifiers: `uk-table-middle`\n\/\/ `uk-table-striped`\n\/\/ `uk-table-condensed`\n\/\/ `uk-table-hover`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@table-margin-vertical: 15px;\n@table-padding-vertical: 8px;\n@table-padding-horizontal: 8px;\n\n@table-caption-color: #999;\n@table-caption-font-size: 12px;\n\n@table-striped-background: #f5f5f5;\n\n@table-condensed-padding-vertical: 4px;\n@table-condensed-padding-horizontal: 8px;\n\n@table-hover-background: #EEE;\n\n@table-active-background: @table-hover-background;\n\n\n\/* ========================================================================\n Component: Table\n ========================================================================== *\/\n\n\/*\n * 1. Remove most spacing between table cells.\n * 2. Block element behavior\n * 3. Style\n *\/\n\n.uk-table {\n \/* 1 *\/\n border-collapse: collapse;\n border-spacing: 0;\n \/* 2 *\/\n width: 100%;\n \/* 3 *\/\n margin-bottom: @table-margin-vertical;\n}\n\n\/*\n * Add margin if adjacent element\n *\/\n\n* + .uk-table { margin-top: @table-margin-vertical; }\n\n.uk-table th,\n.uk-table td {\n padding: @table-padding-vertical @table-padding-horizontal;\n .hook-table;\n}\n\n\/*\n * Set alignment\n *\/\n\n.uk-table th { text-align: left; }\n.uk-table td { vertical-align: top; }\n\n.uk-table thead th { vertical-align: bottom; }\n\n\/*\n * Caption and footer\n *\/\n\n.uk-table caption,\n.uk-table tfoot {\n font-size: @table-caption-font-size;\n font-style: italic;\n}\n\n.uk-table caption {\n text-align: left;\n color: @table-caption-color;\n}\n\n\/*\n * Active State\n *\/\n\n.uk-table tbody tr.uk-active {\n background: @table-active-background;\n .hook-table-active;\n}\n\n\n\/* Sub-modifier: `uk-table-middle`\n ========================================================================== *\/\n\n.uk-table-middle,\n.uk-table-middle td { vertical-align: middle !important; }\n\n\n\/* Modifier: `uk-table-striped`\n ========================================================================== *\/\n\n.uk-table-striped tbody tr:nth-of-type(odd) {\n background: @table-striped-background;\n .hook-table-striped;\n}\n\n\n\/* Modifier: `uk-table-condensed`\n ========================================================================== *\/\n\n.uk-table-condensed td {\n padding: @table-condensed-padding-vertical @table-condensed-padding-horizontal;\n .hook-table-condensed;\n}\n\n\n\/* Modifier: `uk-table-hover`\n ========================================================================== *\/\n\n.uk-table-hover tbody tr:hover {\n background: @table-hover-background;\n .hook-table-hover;\n}\n\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-table-misc;\n\n.hook-table() {}\n.hook-table-active() {}\n.hook-table-striped() {}\n.hook-table-condensed() {}\n.hook-table-hover() {}\n.hook-table-misc() {}\n\/\/ Name: Form\n\/\/ Description: Defines styles for forms\n\/\/\n\/\/ Component: `uk-form`\n\/\/\n\/\/ Sub-objects: `uk-form-row`\n\/\/ `uk-form-help-inline`\n\/\/ `uk-form-help-block`\n\/\/ `uk-form-label`\n\/\/ `uk-form-controls`\n\/\/ `uk-form-controls-condensed`\n\/\/ `uk-form-icon`\n\/\/\n\/\/ Modifiers: `uk-form-stacked`\n\/\/ `uk-form-horizontal`\n\/\/\n\/\/ Sub-modifiers: `uk-form-danger`\n\/\/ `uk-form-success`\n\/\/ `uk-form-small`\n\/\/ `uk-form-large`\n\/\/ `uk-form-blank`\n\/\/ `uk-form-width-mini`\n\/\/ `uk-form-width-small`\n\/\/ `uk-form-width-medium`\n\/\/ `uk-form-width-large`\n\/\/ `uk-form-controls-text`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@form-height: 30px;\n@form-padding: 4px 6px;\n@form-border: #ddd;\n@form-border-width: 1px;\n@form-background: #fff;\n@form-color: #444;\n\n@form-focus-border: #99baca;\n@form-focus-background: #f5fbfe;\n@form-focus-color: #444;\n\n@form-disabled-border: #ddd;\n@form-disabled-background: #f5f5f5;\n@form-disabled-color: #999;\n\n@form-placeholder-color: #999;\n\n@form-gutter: 15px;\n\n@form-legend-border: #ddd;\n@form-legend-border-width: 1px;\n@form-legend-font-size: 18px;\n@form-legend-line-height: 30px;\n\n@form-small-height: 25px;\n@form-large-height: 40px;\n@form-small-padding: 3px 3px;\n@form-large-padding: 8px 6px;\n@form-small-font-size: 12px;\n@form-large-font-size: 16px;\n\n@form-danger-border: #dc8d99;\n@form-danger-background: #fff7f8;\n@form-danger-color: #d85030;\n\n@form-success-border: #8ec73b;\n@form-success-background: #fafff2;\n@form-success-color: #659f13;\n\n@form-blank-border: #ddd;\n@form-blank-border-style: dashed;\n\n@form-mini-width: 40px;\n@form-small-width: 130px;\n@form-medium-width: 200px;\n@form-large-width: 500px;\n\n@form-help-inline-margin-left: 10px;\n@form-help-block-margin-top: 5px;\n\n@form-controls-condensed-margin-vertical: 5px;\n\n@form-stacked-margin-bottom: 5px;\n@form-stacked-font-weight: bold;\n\n@form-horizontal-label-width: 200px;\n@form-horizontal-label-margin-top: 5px;\n@form-horizontal-controls-margin-left: 215px;\n@form-horizontal-controls-text-padding-top: 5px;\n\n@form-icon-width: 30px;\n@form-icon-font-size: 14px;\n@form-icon-color: #999;\n\n\n\/* ========================================================================\n Component: Form\n ========================================================================== *\/\n\n\/*\n * 1. Define consistent box sizing.\n * Default is `content-box` with following exceptions set to `border-box`\n * `button`, `select`, `input[type=\"checkbox\"]` and `input[type=\"radio\"]`\n * `input[type=\"search\"]` in Chrome, Safari and Opera\n * `input[type=\"color\"]` in Firefox\n * 2. Address margins set differently in Firefox\/IE and Chrome\/Safari\/Opera.\n * 3. Remove `border-radius` in iOS.\n * 4. Correct `font` properties and `color` not being inherited.\n *\/\n\n.uk-form input,\n.uk-form select,\n.uk-form textarea {\n \/* 1 *\/\n box-sizing: border-box;\n \/* 2 *\/\n margin: 0;\n \/* 3 *\/\n border-radius: 0;\n \/* 4 *\/\n font: inherit;\n color: inherit;\n}\n\n\/*\n * Address inconsistent `text-transform` inheritance which is only inherit in Firefox\n *\/\n\n.uk-form select { text-transform: none; }\n\n\/*\n * 1. Correct `font` properties not being inherited.\n * 2. Don't inherit the `font-weight` and use `bold` instead.\n * NOTE: Both declarations don't work in Chrome, Safari and Opera.\n *\/\n\n.uk-form optgroup {\n \/* 1 *\/\n font: inherit;\n \/* 2 *\/\n font-weight: bold;\n}\n\n\/*\n * Removes inner padding and border in Firefox 4+.\n *\/\n\n.uk-form input::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n\/*\n * Removes excess padding in IE 8\/9\/10.\n *\/\n\n.uk-form input[type=\"checkbox\"],\n.uk-form input[type=\"radio\"] { padding: 0; }\n\n\/*\n * Improves consistency of cursor style for clickable elements\n *\/\n\n.uk-form input[type=\"checkbox\"]:not(:disabled),\n.uk-form input[type=\"radio\"]:not(:disabled) { cursor: pointer; }\n\n\/*\n * Remove default style in iOS.\n *\/\n\n.uk-form textarea,\n.uk-form input:not([type]),\n.uk-form input[type=\"text\"],\n.uk-form input[type=\"password\"],\n.uk-form input[type=\"email\"],\n.uk-form input[type=\"url\"],\n.uk-form input[type=\"search\"],\n.uk-form input[type=\"tel\"],\n.uk-form input[type=\"number\"],\n.uk-form input[type=\"datetime\"] { -webkit-appearance: none; }\n\n\/*\n * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.\n *\/\n\n.uk-form input[type=\"search\"]::-webkit-search-cancel-button,\n.uk-form input[type=\"search\"]::-webkit-search-decoration { -webkit-appearance: none; }\n\n\/*\n * Fix the cursor style for Chrome's increment\/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n *\/\n\n.uk-form input[type=\"number\"]::-webkit-inner-spin-button,\n.uk-form input[type=\"number\"]::-webkit-outer-spin-button { height: auto; }\n\n\/*\n * Define consistent border, margin, and padding.\n *\/\n\n.uk-form fieldset {\n border: none;\n margin: 0;\n padding: 0;\n}\n\n\/*\n * 1. Remove default vertical scrollbar in IE 8\/9\/10\/11.\n * 2. Improve readability and alignment in all browsers.\n *\/\n\n.uk-form textarea {\n \/* 1 *\/\n overflow: auto;\n \/* 2 *\/\n vertical-align: top;\n}\n\n\/*\n * Removes placeholder transparency in Firefox.\n *\/\n\n.uk-form ::-moz-placeholder { opacity: 1; }\n\n\/*\n * Removes `box-shadow` for invalid controls in Firefox.\n *\/\n\n.uk-form :invalid { box-shadow: none; }\n\n\/*\n * Vertical alignment\n *\/\n\n.uk-form input:not([type=\"radio\"]):not([type=\"checkbox\"]),\n.uk-form select { vertical-align: middle; }\n\n\n\/* Style\n ========================================================================== *\/\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-form > :last-child { margin-bottom: 0; }\n\n\/*\n * Controls\n * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`\n * 1. Must be `height` because `min-height` is not working in OSX\n * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports\n * 3. Vertical `padding` needed for `select` elements in Firefox\n * 4. Style\n *\/\n\n.uk-form select,\n.uk-form textarea,\n.uk-form input:not([type]),\n.uk-form input[type=\"text\"],\n.uk-form input[type=\"password\"],\n.uk-form input[type=\"datetime\"],\n.uk-form input[type=\"datetime-local\"],\n.uk-form input[type=\"date\"],\n.uk-form input[type=\"month\"],\n.uk-form input[type=\"time\"],\n.uk-form input[type=\"week\"],\n.uk-form input[type=\"number\"],\n.uk-form input[type=\"email\"],\n.uk-form input[type=\"url\"],\n.uk-form input[type=\"search\"],\n.uk-form input[type=\"tel\"],\n.uk-form input[type=\"color\"] {\n \/* 1 *\/\n height: @form-height;\n \/* 2 *\/\n max-width: 100%;\n \/* 3 *\/\n padding: @form-padding;\n \/* 4 *\/\n border: @form-border-width solid @form-border;\n background: @form-background;\n color: @form-color;\n -webkit-transition: all 0.2s linear;\n -webkit-transition-property: border, background, color, box-shadow, padding;\n transition: all 0.2s linear;\n transition-property: border, background, color, box-shadow, padding;\n .hook-form;\n\n \/\/ Focus state\n &:focus {\n border-color: @form-focus-border;\n outline: 0;\n background: @form-focus-background;\n color: @form-focus-color;\n .hook-form-focus;\n }\n\n \/\/ Disabled state\n &:disabled {\n border-color: @form-disabled-border;\n background-color: @form-disabled-background;\n color: @form-disabled-color;\n .hook-form-disabled;\n }\n}\n\n\/*\n * Placeholder\n *\/\n\n.uk-form :-ms-input-placeholder { color: @form-placeholder-color !important; }\n.uk-form ::-moz-placeholder { color: @form-placeholder-color; }\n.uk-form ::-webkit-input-placeholder { color: @form-placeholder-color; }\n\n.uk-form :disabled:-ms-input-placeholder { color: @form-disabled-color !important; }\n.uk-form :disabled::-moz-placeholder { color: @form-disabled-color; }\n.uk-form :disabled::-webkit-input-placeholder { color: @form-disabled-color; }\n\n\/*\n * Legend\n * 1. Behave like block element\n * 2. Correct `color` not being inherited in IE 8\/9\/10\/11.\n * 3. Remove padding\n * 4. `margin-bottom` is not working in Safari and Opera.\n * Using `padding` and :after instead to create the border\n * 5. Style\n *\/\n\n.uk-form legend {\n \/* 1 *\/\n width: 100%;\n \/* 2 *\/\n border: 0;\n \/* 3 *\/\n padding: 0;\n \/* 4 *\/\n padding-bottom: @form-gutter;\n \/* 5 *\/\n font-size: @form-legend-font-size;\n line-height: @form-legend-line-height;\n .hook-form-legend;\n}\n\n\/*\n * 1. Fixes IE9\n *\/\n\n.uk-form legend:after {\n content: \"\";\n display: block;\n border-bottom: @form-legend-border-width solid @form-legend-border;\n \/* 1 *\/\n width: 100%;\n}\n\n\n\/* Size modifiers\n * Higher specificity needed to override defaults\n ========================================================================== *\/\n\nselect.uk-form-small,\ntextarea.uk-form-small,\ninput[type].uk-form-small,\ninput:not([type]).uk-form-small {\n height: @form-small-height;\n padding: @form-small-padding;\n font-size: @form-small-font-size;\n}\n\nselect.uk-form-large,\ntextarea.uk-form-large,\ninput[type].uk-form-large,\ninput:not([type]).uk-form-large {\n height: @form-large-height;\n padding: @form-large-padding;\n font-size: @form-large-font-size;\n}\n\n\n\/* Reset height\n * Must be after size modifiers\n ========================================================================== *\/\n\n.uk-form textarea,\n.uk-form select[multiple],\n.uk-form select[size] { height: auto; }\n\n\n\/* Validation states\n * Using !important to keep the selector simple\n ========================================================================== *\/\n\n\/*\n * Error state\n *\/\n\n.uk-form-danger {\n border-color: @form-danger-border !important;\n background: @form-danger-background !important;\n color: @form-danger-color !important;\n .hook-form-danger;\n}\n\n\/*\n * Success state\n *\/\n\n.uk-form-success {\n border-color: @form-success-border !important;\n background: @form-success-background !important;\n color: @form-success-color !important;\n .hook-form-success;\n}\n\n\n\/* Style modifiers\n * Using !important to keep the selector simple\n ========================================================================== *\/\n\n\/*\n * Blank form\n *\/\n\n.uk-form-blank {\n border-color: transparent !important;\n border-style: @form-blank-border-style !important;\n background: none !important;\n .hook-form-blank;\n}\n\n.uk-form-blank:focus {\n border-color: @form-blank-border !important;\n .hook-form-blank-focus;\n}\n\n\n\/* Size sub-modifiers\n ========================================================================== *\/\n\n\/*\n * Fixed widths\n * Different widths for mini sized `input` and `select` elements\n *\/\n\ninput.uk-form-width-mini { width: @form-mini-width; }\nselect.uk-form-width-mini { width: (@form-mini-width + 25px); }\n.uk-form-width-small { width: @form-small-width; }\n.uk-form-width-medium { width: @form-medium-width; }\n.uk-form-width-large { width: @form-large-width; }\n\n\n\/* Sub-objects: `uk-form-row`\n * Groups labels and controls in rows\n ========================================================================== *\/\n\n\/*\n * Micro clearfix\n * Needed for `uk-form-horizontal` modifier\n *\/\n\n.uk-form-row:before,\n.uk-form-row:after {\n content: \"\";\n display: table;\n}\n\n.uk-form-row:after { clear: both; }\n\n\/*\n * Vertical gutter\n *\/\n\n.uk-form-row + .uk-form-row { margin-top: @form-gutter; }\n\n\n\/* Help text\n * Sub-object: `uk-form-help-inline`, `uk-form-help-block`\n ========================================================================== *\/\n\n.uk-form-help-inline {\n display: inline-block;\n margin: 0 0 0 @form-help-inline-margin-left;\n}\n\n.uk-form-help-block { margin: @form-help-block-margin-top 0 0 0; }\n\n\n\/* Controls content\n * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`\n ========================================================================== *\/\n\n\/*\n * Remove margins\n *\/\n\n.uk-form-controls > :first-child { margin-top: 0; }\n.uk-form-controls > :last-child { margin-bottom: 0; }\n\n\/*\n * Group controls and text into blocks with a small spacing between blocks\n *\/\n\n.uk-form-controls-condensed { margin: @form-controls-condensed-margin-vertical 0; }\n\n\n\/* Modifier: `uk-form-stacked`\n * Requires sub-object: `uk-form-label`\n ========================================================================== *\/\n\n.uk-form-stacked .uk-form-label {\n display: block;\n margin-bottom: @form-stacked-margin-bottom;\n font-weight: @form-stacked-font-weight;\n .hook-form-stacked-label;\n}\n\n\n\/* Modifier: `uk-form-horizontal`\n * Requires sub-objects: `uk-form-label`, `uk-form-controls`\n ========================================================================== *\/\n\n\/* Tablet portrait and smaller *\/\n@media (max-width: @breakpoint-medium-max) {\n\n \/* Behave like `uk-form-stacked` *\/\n .uk-form-horizontal .uk-form-label {\n display: block;\n margin-bottom: @form-stacked-margin-bottom;\n font-weight: @form-stacked-font-weight;\n .hook-form-stacked-label;\n }\n\n}\n\n\/* Desktop and bigger *\/\n@media (min-width: @breakpoint-large) {\n\n .uk-form-horizontal .uk-form-label {\n width: @form-horizontal-label-width;\n margin-top: @form-horizontal-label-margin-top;\n float: left;\n .hook-form-horizontal-label;\n }\n\n .uk-form-horizontal .uk-form-controls { margin-left: @form-horizontal-controls-margin-left; }\n\n \/* Better vertical alignment if controls are checkboxes and radio buttons with text *\/\n .uk-form-horizontal .uk-form-controls-text { padding-top: @form-horizontal-controls-text-padding-top; }\n\n}\n\n\n\/* Sub-object: `uk-form-icon`\n ========================================================================== *\/\n\n\/*\n * 1. Container width fits its content\n * 2. Create position context\n * 3. Prevent `inline-block` consequences\n *\/\n\n.uk-form-icon {\n \/* 1 *\/\n display: inline-block;\n \/* 2 *\/\n position: relative;\n \/* 3 *\/\n max-width: 100%;\n}\n\n\/*\n * 1. Make form element clickable through icon\n *\/\n\n.uk-form-icon > [class*='uk-icon-'] {\n position: absolute;\n top: 50%;\n width: @form-icon-width;\n margin-top: round(@form-icon-font-size \/ -2);\n font-size: @form-icon-font-size;\n color: @form-icon-color;\n text-align: center;\n \/* 1 *\/\n pointer-events: none;\n}\n\n.uk-form-icon:not(.uk-form-icon-flip) > input { padding-left: @form-icon-width !important; }\n\n\/*\n * Sub-modifier: `uk-form-icon-flip`\n *\/\n\n.uk-form-icon-flip > [class*='uk-icon-'] { right: 0; }\n.uk-form-icon-flip > input { padding-right: @form-icon-width !important; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-form-misc;\n\n.hook-form() {}\n.hook-form-focus() {}\n.hook-form-disabled() {}\n.hook-form-legend() {}\n.hook-form-danger() {}\n.hook-form-success() {}\n.hook-form-blank() {}\n.hook-form-blank-focus() {}\n.hook-form-stacked-label() {}\n.hook-form-horizontal-label() {}\n.hook-form-misc() {}\n\n\n\/\/ Common\n\/\/ Name: Button\n\/\/ Description: Defines styles for buttons\n\/\/\n\/\/ Component: `uk-button`\n\/\/\n\/\/ Sub-objects: `uk-button-group`\n\/\/ `uk-button-dropdown`\n\/\/\n\/\/ Modifiers: `uk-button-primary`\n\/\/ `uk-button-success`\n\/\/ `uk-button-danger`\n\/\/ `uk-button-link`\n\/\/ `uk-button-mini`\n\/\/ `uk-button-small`\n\/\/ `uk-button-large`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@button-height: 30px;\n@button-mini-height: 20px;\n@button-small-height: 25px;\n@button-large-height: 40px;\n\n@button-line-height: 30px;\n@button-mini-line-height: 20px;\n@button-small-line-height: 25px;\n@button-large-line-height: 40px;\n\n@button-mini-font-size: 11px;\n@button-small-font-size: 12px;\n@button-large-font-size: 16px;\n\n@button-padding-horizontal: 12px;\n@button-mini-padding-horizontal: 6px;\n@button-small-padding-horizontal: 10px;\n@button-large-padding-horizontal: 15px;\n\n@button-font-size: 1rem;\n@button-background: #eee;\n@button-color: #444;\n@button-hover-background: #f5f5f5;\n@button-hover-color: #444;\n@button-active-background: #ddd;\n@button-active-color: #444;\n\n@button-primary-background: #00a8e6;\n@button-primary-color: #fff;\n@button-primary-hover-background: #35b3ee;\n@button-primary-hover-color: #fff;\n@button-primary-active-background: #0091ca;\n@button-primary-active-color: #fff;\n\n@button-success-background: #8cc14c;\n@button-success-color: #fff;\n@button-success-hover-background: #8ec73b;\n@button-success-hover-color: #fff;\n@button-success-active-background: #72ae41;\n@button-success-active-color: #fff;\n\n@button-danger-background: #da314b;\n@button-danger-color: #fff;\n@button-danger-hover-background: #e4354f;\n@button-danger-hover-color: #fff;\n@button-danger-active-background: #c91032;\n@button-danger-active-color: #fff;\n\n@button-disabled-background: #f5f5f5;\n@button-disabled-color: #999;\n\n@button-link-color: #07D;\n@button-link-hover-color: #059;\n@button-link-hover-text-decoration: underline;\n@button-link-disabled-color: #999;\n\n\n\/* ========================================================================\n Component: Button\n ========================================================================== *\/\n\n\/*\n * Removes inner padding and border in Firefox 4+.\n *\/\n\n.uk-button::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n\/*\n * 1. Correct inability to style clickable `input` types in iOS.\n * 2. Remove margins in Chrome, Safari and Opera.\n * 3. Remove borders for `button`.\n * 4. Address `overflow` set to `hidden` in IE 8\/9\/10\/11.\n * 5. Correct `font` properties and `color` not being inherited for `button`.\n * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE\n * 7. Style\n * 8. `line-height` is used to create a height\n * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.\n * 10. Reset button group whitespace hack\n * 11. Required for `a`.\n *\/\n\n.uk-button {\n \/* 1 *\/\n -webkit-appearance: none;\n \/* 2 *\/\n margin: 0;\n \/* 3 *\/\n border: none;\n \/* 4 *\/\n overflow: visible;\n \/* 5 *\/\n font: inherit;\n color: @button-color;\n \/* 6 *\/\n text-transform: none;\n \/* 7 *\/\n display: inline-block;\n box-sizing: border-box;\n padding: 0 @button-padding-horizontal;\n background: @button-background;\n vertical-align: middle;\n \/* 8 *\/\n line-height: @button-line-height;\n \/* 9 *\/\n min-height: @button-height;\n \/* 10 *\/\n font-size: @button-font-size;\n \/* 11 *\/\n text-decoration: none;\n text-align: center;\n .hook-button;\n}\n\n.uk-button:not(:disabled) { cursor: pointer; }\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n * 3. Required for `a` elements\n *\/\n\n.uk-button:hover,\n.uk-button:focus { \/\/ 1\n background-color: @button-hover-background;\n color: @button-hover-color;\n \/* 2 *\/\n outline: none;\n \/* 3 *\/\n text-decoration: none;\n .hook-button-hover;\n}\n\n\/* Active *\/\n.uk-button:active,\n.uk-button.uk-active {\n background-color: @button-active-background;\n color: @button-active-color;\n .hook-button-active;\n}\n\n\n\/* Color modifiers\n ========================================================================== *\/\n\n\/*\n * Modifier: `uk-button-primary`\n *\/\n\n.uk-button-primary {\n background-color: @button-primary-background;\n color: @button-primary-color;\n .hook-button-primary;\n}\n\n\/* Hover *\/\n.uk-button-primary:hover,\n.uk-button-primary:focus {\n background-color: @button-primary-hover-background;\n color: @button-primary-hover-color;\n .hook-button-primary-hover;\n}\n\n\/* Active *\/\n.uk-button-primary:active,\n.uk-button-primary.uk-active {\n background-color: @button-primary-active-background;\n color: @button-primary-active-color;\n .hook-button-primary-active;\n}\n\n\/*\n * Modifier: `uk-button-success`\n *\/\n\n.uk-button-success {\n background-color: @button-success-background;\n color: @button-success-color;\n .hook-button-success;\n}\n\n\/* Hover *\/\n.uk-button-success:hover,\n.uk-button-success:focus {\n background-color: @button-success-hover-background;\n color: @button-success-hover-color;\n .hook-button-success-hover;\n}\n\n\/* Active *\/\n.uk-button-success:active,\n.uk-button-success.uk-active {\n background-color: @button-success-active-background;\n color: @button-success-active-color;\n .hook-button-success-active;\n}\n\n\/*\n * Modifier: `uk-button-danger`\n *\/\n\n.uk-button-danger {\n background-color: @button-danger-background;\n color: @button-danger-color;\n .hook-button-danger;\n}\n\n\/* Hover *\/\n.uk-button-danger:hover,\n.uk-button-danger:focus {\n background-color: @button-danger-hover-background;\n color: @button-danger-hover-color;\n .hook-button-danger-hover;\n}\n\n\/* Active *\/\n.uk-button-danger:active,\n.uk-button-danger.uk-active {\n background-color: @button-danger-active-background;\n color: @button-danger-active-color;\n .hook-button-danger-active;\n}\n\n\n\/* Disabled state\n * Overrides also the color modifiers\n ========================================================================== *\/\n\n\/* Equal for all button types *\/\n.uk-button:disabled {\n background-color: @button-disabled-background;\n color: @button-disabled-color;\n .hook-button-disable;\n}\n\n\n\/* Modifier: `uk-button-link`\n ========================================================================== *\/\n\n \/* Reset *\/\n.uk-button-link,\n.uk-button-link:hover,\n.uk-button-link:focus,\n.uk-button-link:active,\n.uk-button-link.uk-active,\n.uk-button-link:disabled {\n border-color: transparent;\n background: none;\n .hook-button-link;\n}\n\n\/* Color *\/\n.uk-button-link { color: @button-link-color; }\n\n.uk-button-link:hover,\n.uk-button-link:focus,\n.uk-button-link:active,\n.uk-button-link.uk-active {\n color: @button-link-hover-color;\n text-decoration: @button-link-hover-text-decoration;\n}\n\n.uk-button-link:disabled { color: @button-link-disabled-color; }\n\n\/* Focus *\/\n.uk-button-link:focus { outline: 1px dotted; }\n\n\n\/* Size modifiers\n ========================================================================== *\/\n\n.uk-button-mini {\n min-height: @button-mini-height;\n padding: 0 @button-mini-padding-horizontal;\n line-height: @button-mini-line-height;\n font-size: @button-mini-font-size;\n}\n\n.uk-button-small {\n min-height: @button-small-height;\n padding: 0 @button-small-padding-horizontal;\n line-height: @button-small-line-height;\n font-size: @button-small-font-size;\n}\n\n.uk-button-large {\n min-height: @button-large-height;\n padding: 0 @button-large-padding-horizontal;\n line-height: @button-large-line-height;\n font-size: @button-large-font-size;\n .hook-button-large;\n}\n\n\n\/* Sub-object `uk-button-group`\n ========================================================================== *\/\n\n\/*\n * 1. Behave like buttons\n * 2. Create position context for dropdowns\n * 3. Remove whitespace between child elements when using `inline-block`\n * 4. Prevent buttons from wrapping\n * 5. Remove whitespace between child elements when using `inline-block`\n *\/\n\n.uk-button-group {\n \/* 1 *\/\n display: inline-block;\n vertical-align: middle;\n \/* 2 *\/\n position: relative;\n \/* 3 *\/\n font-size: 0.001px;\n \/* 4 *\/\n white-space: nowrap;\n}\n\n.uk-button-group > * { display: inline-block; }\n\n\/* 5 *\/\n.uk-button-group .uk-button { vertical-align: top; }\n\n\n\/* Sub-object: `uk-button-dropdown`\n ========================================================================== *\/\n\n\/*\n * 1. Behave like buttons\n * 2. Create position context for dropdowns\n *\/\n\n.uk-button-dropdown {\n \/* 1 *\/\n display: inline-block;\n vertical-align: middle;\n \/* 2 *\/\n position: relative;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-button-misc;\n\n.hook-button() {}\n.hook-button-hover() {}\n.hook-button-active() {}\n.hook-button-primary() {}\n.hook-button-primary-hover() {}\n.hook-button-primary-active() {}\n.hook-button-success() {}\n.hook-button-success-hover() {}\n.hook-button-success-active() {}\n.hook-button-danger() {}\n.hook-button-danger-hover() {}\n.hook-button-danger-active() {}\n.hook-button-disable() {}\n.hook-button-link() {}\n.hook-button-large() {}\n.hook-button-misc() {}\n\/\/ Name: Icon\n\/\/ Description: Defines styles for icons\n\/\/\n\/\/ Adapted from http:\/\/fortawesome.github.com\/Font-Awesome (Version 4.6.0)\n\/\/\n\/\/ Component: `uk-icon-*`\n\/\/\n\/\/ Sub-objects: `uk-icon-hover`\n\/\/ `uk-icon-button`\n\/\/\n\/\/ Modifiers: `uk-icon-small`\n\/\/ `uk-icon-medium`\n\/\/ `uk-icon-large`\n\/\/ `uk-icon-justify`\n\/\/ `uk-icon-spin`\n\/\/\n\/\/ Uses: Animation\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@icon-font-path: \"..\/fonts\";\n\n@icon-small-font-size: 150%;\n@icon-medium-font-size: 200%;\n@icon-large-font-size: 250%;\n\n@icon-small-vertical-align: -10%;\n@icon-medium-vertical-align: -16%;\n@icon-large-vertical-align: -22%;\n\n@icon-hover-color: #999;\n@icon-hover-hover-color: #444;\n\n@icon-button-width: 35px;\n@icon-button-height: @icon-button-width;\n@icon-button-border-radius: 100%;\n@icon-button-background: #eee;\n@icon-button-font-size: round((@icon-button-width * 0.5));\n@icon-button-color: #444;\n\n@icon-button-hover-background: #f5f5f5;\n@icon-button-hover-color: #444;\n\n@icon-button-active-background: #ddd;\n@icon-button-active-color: #444;\n\n\n\/* ========================================================================\n Component: Icon\n ========================================================================== *\/\n\n@font-face {\n font-family: 'FontAwesome';\n src: url(\"\/templates\/logistica\/warp\/vendor\/uikit\/less\/core\/@{icon-font-path}\/fontawesome-webfont.woff2\") format('woff2'),\n url(\"\/templates\/logistica\/warp\/vendor\/uikit\/less\/core\/@{icon-font-path}\/fontawesome-webfont.woff\") format(\"woff\"),\n url(\"\/templates\/logistica\/warp\/vendor\/uikit\/less\/core\/@{icon-font-path}\/fontawesome-webfont.ttf\") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n\n\/*\n * 1. Allow margin\n * 2. Prevent inherit font style\n * 4. Correct line-height\n * 5. Better font rendering\n * 6. Remove `text-decoration` for anchors\n *\/\n\n[class*='uk-icon-'] {\n font-family: FontAwesome;\n \/* 1 *\/\n display: inline-block;\n \/* 2 *\/\n font-weight: normal;\n font-style: normal;\n \/* 4 *\/\n line-height: 1;\n \/* 5 *\/\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n\/* 6 *\/\n[class*='uk-icon-'],\n[class*='uk-icon-']:hover,\n[class*='uk-icon-']:focus { text-decoration: none; }\n\n\n\/* Size modifiers\n ========================================================================== *\/\n\n.uk-icon-small {\n font-size: @icon-small-font-size;\n vertical-align: @icon-small-vertical-align;\n}\n\n.uk-icon-medium {\n font-size: @icon-medium-font-size;\n vertical-align: @icon-medium-vertical-align;\n}\n\n.uk-icon-large {\n font-size: @icon-large-font-size;\n vertical-align: @icon-large-vertical-align;\n}\n\n\n\/* Modifier: `uk-icon-justify`\n ========================================================================== *\/\n\n.uk-icon-justify {\n width: 1em;\n text-align: center;\n}\n\n\n\/* Modifier: `uk-icon-spin`\n ========================================================================== *\/\n\n.uk-icon-spin {\n display: inline-block;\n -webkit-animation: uk-rotate 2s infinite linear;\n animation: uk-rotate 2s infinite linear;\n}\n\n\n\/* Modifier: `uk-icon-hover`\n ========================================================================== *\/\n\n.uk-icon-hover {\n color: @icon-hover-color;\n .hook-icon-hover;\n}\n\n\/*\n * Hover\n *\/\n\n.uk-icon-hover:hover {\n color: @icon-hover-hover-color;\n .hook-icon-hover-hover;\n}\n\n\n\/* Modifier: `uk-icon-button`\n ========================================================================== *\/\n\n.uk-icon-button {\n box-sizing: border-box;\n display: inline-block;\n width: @icon-button-width;\n height: @icon-button-height;\n border-radius: @icon-button-border-radius;\n background: @icon-button-background;\n line-height: @icon-button-height;\n color: @icon-button-color;\n font-size: @icon-button-font-size;\n text-align: center;\n .hook-icon-button;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-icon-button:hover,\n.uk-icon-button:focus { \/\/ 1\n background-color: @icon-button-hover-background;\n color: @icon-button-hover-color;\n \/* 2 *\/\n outline: none;\n .hook-icon-button-hover;\n}\n\n\/* Active *\/\n.uk-icon-button:active {\n background-color: @icon-button-active-background;\n color: @icon-button-active-color;\n .hook-icon-button-active;\n}\n\n\n\/* Icon mapping\n ========================================================================== *\/\n\n.uk-icon-glass:before { content: \"\\f000\"; }\n.uk-icon-music:before { content: \"\\f001\"; }\n.uk-icon-search:before { content: \"\\f002\"; }\n.uk-icon-envelope-o:before { content: \"\\f003\"; }\n.uk-icon-heart:before { content: \"\\f004\"; }\n.uk-icon-star:before { content: \"\\f005\"; }\n.uk-icon-star-o:before { content: \"\\f006\"; }\n.uk-icon-user:before { content: \"\\f007\"; }\n.uk-icon-film:before { content: \"\\f008\"; }\n.uk-icon-th-large:before { content: \"\\f009\"; }\n.uk-icon-th:before { content: \"\\f00a\"; }\n.uk-icon-th-list:before { content: \"\\f00b\"; }\n.uk-icon-check:before { content: \"\\f00c\"; }\n.uk-icon-remove:before,\n.uk-icon-close:before,\n.uk-icon-times:before { content: \"\\f00d\"; }\n.uk-icon-search-plus:before { content: \"\\f00e\"; }\n.uk-icon-search-minus:before { content: \"\\f010\"; }\n.uk-icon-power-off:before { content: \"\\f011\"; }\n.uk-icon-signal:before { content: \"\\f012\"; }\n.uk-icon-gear:before,\n.uk-icon-cog:before { content: \"\\f013\"; }\n.uk-icon-trash-o:before { content: \"\\f014\"; }\n.uk-icon-home:before { content: \"\\f015\"; }\n.uk-icon-file-o:before { content: \"\\f016\"; }\n.uk-icon-clock-o:before { content: \"\\f017\"; }\n.uk-icon-road:before { content: \"\\f018\"; }\n.uk-icon-download:before { content: \"\\f019\"; }\n.uk-icon-arrow-circle-o-down:before { content: \"\\f01a\"; }\n.uk-icon-arrow-circle-o-up:before { content: \"\\f01b\"; }\n.uk-icon-inbox:before { content: \"\\f01c\"; }\n.uk-icon-play-circle-o:before { content: \"\\f01d\"; }\n.uk-icon-rotate-right:before,\n.uk-icon-repeat:before { content: \"\\f01e\"; }\n.uk-icon-refresh:before { content: \"\\f021\"; }\n.uk-icon-list-alt:before { content: \"\\f022\"; }\n.uk-icon-lock:before { content: \"\\f023\"; }\n.uk-icon-flag:before { content: \"\\f024\"; }\n.uk-icon-headphones:before { content: \"\\f025\"; }\n.uk-icon-volume-off:before { content: \"\\f026\"; }\n.uk-icon-volume-down:before { content: \"\\f027\"; }\n.uk-icon-volume-up:before { content: \"\\f028\"; }\n.uk-icon-qrcode:before { content: \"\\f029\"; }\n.uk-icon-barcode:before { content: \"\\f02a\"; }\n.uk-icon-tag:before { content: \"\\f02b\"; }\n.uk-icon-tags:before { content: \"\\f02c\"; }\n.uk-icon-book:before { content: \"\\f02d\"; }\n.uk-icon-bookmark:before { content: \"\\f02e\"; }\n.uk-icon-print:before { content: \"\\f02f\"; }\n.uk-icon-camera:before { content: \"\\f030\"; }\n.uk-icon-font:before { content: \"\\f031\"; }\n.uk-icon-bold:before { content: \"\\f032\"; }\n.uk-icon-italic:before { content: \"\\f033\"; }\n.uk-icon-text-height:before { content: \"\\f034\"; }\n.uk-icon-text-width:before { content: \"\\f035\"; }\n.uk-icon-align-left:before { content: \"\\f036\"; }\n.uk-icon-align-center:before { content: \"\\f037\"; }\n.uk-icon-align-right:before { content: \"\\f038\"; }\n.uk-icon-align-justify:before { content: \"\\f039\"; }\n.uk-icon-list:before { content: \"\\f03a\"; }\n.uk-icon-dedent:before,\n.uk-icon-outdent:before { content: \"\\f03b\"; }\n.uk-icon-indent:before { content: \"\\f03c\"; }\n.uk-icon-video-camera:before { content: \"\\f03d\"; }\n.uk-icon-photo:before,\n.uk-icon-image:before,\n.uk-icon-picture-o:before { content: \"\\f03e\"; }\n.uk-icon-pencil:before { content: \"\\f040\"; }\n.uk-icon-map-marker:before { content: \"\\f041\"; }\n.uk-icon-adjust:before { content: \"\\f042\"; }\n.uk-icon-tint:before { content: \"\\f043\"; }\n.uk-icon-edit:before,\n.uk-icon-pencil-square-o:before { content: \"\\f044\"; }\n.uk-icon-share-square-o:before { content: \"\\f045\"; }\n.uk-icon-check-square-o:before { content: \"\\f046\"; }\n.uk-icon-arrows:before { content: \"\\f047\"; }\n.uk-icon-step-backward:before { content: \"\\f048\"; }\n.uk-icon-fast-backward:before { content: \"\\f049\"; }\n.uk-icon-backward:before { content: \"\\f04a\"; }\n.uk-icon-play:before { content: \"\\f04b\"; }\n.uk-icon-pause:before { content: \"\\f04c\"; }\n.uk-icon-stop:before { content: \"\\f04d\"; }\n.uk-icon-forward:before { content: \"\\f04e\"; }\n.uk-icon-fast-forward:before { content: \"\\f050\"; }\n.uk-icon-step-forward:before { content: \"\\f051\"; }\n.uk-icon-eject:before { content: \"\\f052\"; }\n.uk-icon-chevron-left:before { content: \"\\f053\"; }\n.uk-icon-chevron-right:before { content: \"\\f054\"; }\n.uk-icon-plus-circle:before { content: \"\\f055\"; }\n.uk-icon-minus-circle:before { content: \"\\f056\"; }\n.uk-icon-times-circle:before { content: \"\\f057\"; }\n.uk-icon-check-circle:before { content: \"\\f058\"; }\n.uk-icon-question-circle:before { content: \"\\f059\"; }\n.uk-icon-info-circle:before { content: \"\\f05a\"; }\n.uk-icon-crosshairs:before { content: \"\\f05b\"; }\n.uk-icon-times-circle-o:before { content: \"\\f05c\"; }\n.uk-icon-check-circle-o:before { content: \"\\f05d\"; }\n.uk-icon-ban:before { content: \"\\f05e\"; }\n.uk-icon-arrow-left:before { content: \"\\f060\"; }\n.uk-icon-arrow-right:before { content: \"\\f061\"; }\n.uk-icon-arrow-up:before { content: \"\\f062\"; }\n.uk-icon-arrow-down:before { content: \"\\f063\"; }\n.uk-icon-mail-forward:before,\n.uk-icon-share:before { content: \"\\f064\"; }\n.uk-icon-expand:before { content: \"\\f065\"; }\n.uk-icon-compress:before { content: \"\\f066\"; }\n.uk-icon-plus:before { content: \"\\f067\"; }\n.uk-icon-minus:before { content: \"\\f068\"; }\n.uk-icon-asterisk:before { content: \"\\f069\"; }\n.uk-icon-exclamation-circle:before { content: \"\\f06a\"; }\n.uk-icon-gift:before { content: \"\\f06b\"; }\n.uk-icon-leaf:before { content: \"\\f06c\"; }\n.uk-icon-fire:before { content: \"\\f06d\"; }\n.uk-icon-eye:before { content: \"\\f06e\"; }\n.uk-icon-eye-slash:before { content: \"\\f070\"; }\n.uk-icon-warning:before,\n.uk-icon-exclamation-triangle:before { content: \"\\f071\"; }\n.uk-icon-plane:before { content: \"\\f072\"; }\n.uk-icon-calendar:before { content: \"\\f073\"; }\n.uk-icon-random:before { content: \"\\f074\"; }\n.uk-icon-comment:before { content: \"\\f075\"; }\n.uk-icon-magnet:before { content: \"\\f076\"; }\n.uk-icon-chevron-up:before { content: \"\\f077\"; }\n.uk-icon-chevron-down:before { content: \"\\f078\"; }\n.uk-icon-retweet:before { content: \"\\f079\"; }\n.uk-icon-shopping-cart:before { content: \"\\f07a\"; }\n.uk-icon-folder:before { content: \"\\f07b\"; }\n.uk-icon-folder-open:before { content: \"\\f07c\"; }\n.uk-icon-arrows-v:before { content: \"\\f07d\"; }\n.uk-icon-arrows-h:before { content: \"\\f07e\"; }\n.uk-icon-bar-chart-o:before,\n.uk-icon-bar-chart:before { content: \"\\f080\"; }\n.uk-icon-twitter-square:before { content: \"\\f081\"; }\n.uk-icon-facebook-square:before { content: \"\\f082\"; }\n.uk-icon-camera-retro:before { content: \"\\f083\"; }\n.uk-icon-key:before { content: \"\\f084\"; }\n.uk-icon-gears:before,\n.uk-icon-cogs:before { content: \"\\f085\"; }\n.uk-icon-comments:before { content: \"\\f086\"; }\n.uk-icon-thumbs-o-up:before { content: \"\\f087\"; }\n.uk-icon-thumbs-o-down:before { content: \"\\f088\"; }\n.uk-icon-star-half:before { content: \"\\f089\"; }\n.uk-icon-heart-o:before { content: \"\\f08a\"; }\n.uk-icon-sign-out:before { content: \"\\f08b\"; }\n.uk-icon-linkedin-square:before { content: \"\\f08c\"; }\n.uk-icon-thumb-tack:before { content: \"\\f08d\"; }\n.uk-icon-external-link:before { content: \"\\f08e\"; }\n.uk-icon-sign-in:before { content: \"\\f090\"; }\n.uk-icon-trophy:before { content: \"\\f091\"; }\n.uk-icon-github-square:before { content: \"\\f092\"; }\n.uk-icon-upload:before { content: \"\\f093\"; }\n.uk-icon-lemon-o:before { content: \"\\f094\"; }\n.uk-icon-phone:before { content: \"\\f095\"; }\n.uk-icon-square-o:before { content: \"\\f096\"; }\n.uk-icon-bookmark-o:before { content: \"\\f097\"; }\n.uk-icon-phone-square:before { content: \"\\f098\"; }\n.uk-icon-twitter:before { content: \"\\f099\"; }\n.uk-icon-facebook-f:before,\n.uk-icon-facebook:before { content: \"\\f09a\"; }\n.uk-icon-github:before { content: \"\\f09b\"; }\n.uk-icon-unlock:before { content: \"\\f09c\"; }\n.uk-icon-credit-card:before { content: \"\\f09d\"; }\n.uk-icon-rss:before { content: \"\\f09e\"; }\n.uk-icon-hdd-o:before { content: \"\\f0a0\"; }\n.uk-icon-bullhorn:before { content: \"\\f0a1\"; }\n.uk-icon-bell:before { content: \"\\f0f3\"; }\n.uk-icon-certificate:before { content: \"\\f0a3\"; }\n.uk-icon-hand-o-right:before { content: \"\\f0a4\"; }\n.uk-icon-hand-o-left:before { content: \"\\f0a5\"; }\n.uk-icon-hand-o-up:before { content: \"\\f0a6\"; }\n.uk-icon-hand-o-down:before { content: \"\\f0a7\"; }\n.uk-icon-arrow-circle-left:before { content: \"\\f0a8\"; }\n.uk-icon-arrow-circle-right:before { content: \"\\f0a9\"; }\n.uk-icon-arrow-circle-up:before { content: \"\\f0aa\"; }\n.uk-icon-arrow-circle-down:before { content: \"\\f0ab\"; }\n.uk-icon-globe:before { content: \"\\f0ac\"; }\n.uk-icon-wrench:before { content: \"\\f0ad\"; }\n.uk-icon-tasks:before { content: \"\\f0ae\"; }\n.uk-icon-filter:before { content: \"\\f0b0\"; }\n.uk-icon-briefcase:before { content: \"\\f0b1\"; }\n.uk-icon-arrows-alt:before { content: \"\\f0b2\"; }\n.uk-icon-group:before,\n.uk-icon-users:before { content: \"\\f0c0\"; }\n.uk-icon-chain:before,\n.uk-icon-link:before { content: \"\\f0c1\"; }\n.uk-icon-cloud:before { content: \"\\f0c2\"; }\n.uk-icon-flask:before { content: \"\\f0c3\"; }\n.uk-icon-cut:before,\n.uk-icon-scissors:before { content: \"\\f0c4\"; }\n.uk-icon-copy:before,\n.uk-icon-files-o:before { content: \"\\f0c5\"; }\n.uk-icon-paperclip:before { content: \"\\f0c6\"; }\n.uk-icon-save:before,\n.uk-icon-floppy-o:before { content: \"\\f0c7\"; }\n.uk-icon-square:before { content: \"\\f0c8\"; }\n.uk-icon-navicon:before,\n.uk-icon-reorder:before,\n.uk-icon-bars:before { content: \"\\f0c9\"; }\n.uk-icon-list-ul:before { content: \"\\f0ca\"; }\n.uk-icon-list-ol:before { content: \"\\f0cb\"; }\n.uk-icon-strikethrough:before { content: \"\\f0cc\"; }\n.uk-icon-underline:before { content: \"\\f0cd\"; }\n.uk-icon-table:before { content: \"\\f0ce\"; }\n.uk-icon-magic:before { content: \"\\f0d0\"; }\n.uk-icon-truck:before { content: \"\\f0d1\"; }\n.uk-icon-pinterest:before { content: \"\\f0d2\"; }\n.uk-icon-pinterest-square:before { content: \"\\f0d3\"; }\n.uk-icon-google-plus-square:before { content: \"\\f0d4\"; }\n.uk-icon-google-plus:before { content: \"\\f0d5\"; }\n.uk-icon-money:before { content: \"\\f0d6\"; }\n.uk-icon-caret-down:before { content: \"\\f0d7\"; }\n.uk-icon-caret-up:before { content: \"\\f0d8\"; }\n.uk-icon-caret-left:before { content: \"\\f0d9\"; }\n.uk-icon-caret-right:before { content: \"\\f0da\"; }\n.uk-icon-columns:before { content: \"\\f0db\"; }\n.uk-icon-unsorted:before,\n.uk-icon-sort:before { content: \"\\f0dc\"; }\n.uk-icon-sort-down:before,\n.uk-icon-sort-desc:before { content: \"\\f0dd\"; }\n.uk-icon-sort-up:before,\n.uk-icon-sort-asc:before { content: \"\\f0de\"; }\n.uk-icon-envelope:before { content: \"\\f0e0\"; }\n.uk-icon-linkedin:before { content: \"\\f0e1\"; }\n.uk-icon-rotate-left:before,\n.uk-icon-undo:before { content: \"\\f0e2\"; }\n.uk-icon-legal:before,\n.uk-icon-gavel:before { content: \"\\f0e3\"; }\n.uk-icon-dashboard:before,\n.uk-icon-tachometer:before { content: \"\\f0e4\"; }\n.uk-icon-comment-o:before { content: \"\\f0e5\"; }\n.uk-icon-comments-o:before { content: \"\\f0e6\"; }\n.uk-icon-flash:before,\n.uk-icon-bolt:before { content: \"\\f0e7\"; }\n.uk-icon-sitemap:before { content: \"\\f0e8\"; }\n.uk-icon-umbrella:before { content: \"\\f0e9\"; }\n.uk-icon-paste:before,\n.uk-icon-clipboard:before { content: \"\\f0ea\"; }\n.uk-icon-lightbulb-o:before { content: \"\\f0eb\"; }\n.uk-icon-exchange:before { content: \"\\f0ec\"; }\n.uk-icon-cloud-download:before { content: \"\\f0ed\"; }\n.uk-icon-cloud-upload:before { content: \"\\f0ee\"; }\n.uk-icon-user-md:before { content: \"\\f0f0\"; }\n.uk-icon-stethoscope:before { content: \"\\f0f1\"; }\n.uk-icon-suitcase:before { content: \"\\f0f2\"; }\n.uk-icon-bell-o:before { content: \"\\f0a2\"; }\n.uk-icon-coffee:before { content: \"\\f0f4\"; }\n.uk-icon-cutlery:before { content: \"\\f0f5\"; }\n.uk-icon-file-text-o:before { content: \"\\f0f6\"; }\n.uk-icon-building-o:before { content: \"\\f0f7\"; }\n.uk-icon-hospital-o:before { content: \"\\f0f8\"; }\n.uk-icon-ambulance:before { content: \"\\f0f9\"; }\n.uk-icon-medkit:before { content: \"\\f0fa\"; }\n.uk-icon-fighter-jet:before { content: \"\\f0fb\"; }\n.uk-icon-beer:before { content: \"\\f0fc\"; }\n.uk-icon-h-square:before { content: \"\\f0fd\"; }\n.uk-icon-plus-square:before { content: \"\\f0fe\"; }\n.uk-icon-angle-double-left:before { content: \"\\f100\"; }\n.uk-icon-angle-double-right:before { content: \"\\f101\"; }\n.uk-icon-angle-double-up:before { content: \"\\f102\"; }\n.uk-icon-angle-double-down:before { content: \"\\f103\"; }\n.uk-icon-angle-left:before { content: \"\\f104\"; }\n.uk-icon-angle-right:before { content: \"\\f105\"; }\n.uk-icon-angle-up:before { content: \"\\f106\"; }\n.uk-icon-angle-down:before { content: \"\\f107\"; }\n.uk-icon-desktop:before { content: \"\\f108\"; }\n.uk-icon-laptop:before { content: \"\\f109\"; }\n.uk-icon-tablet:before { content: \"\\f10a\"; }\n.uk-icon-mobile-phone:before,\n.uk-icon-mobile:before { content: \"\\f10b\"; }\n.uk-icon-circle-o:before { content: \"\\f10c\"; }\n.uk-icon-quote-left:before { content: \"\\f10d\"; }\n.uk-icon-quote-right:before { content: \"\\f10e\"; }\n.uk-icon-spinner:before { content: \"\\f110\"; }\n.uk-icon-circle:before { content: \"\\f111\"; }\n.uk-icon-mail-reply:before,\n.uk-icon-reply:before { content: \"\\f112\"; }\n.uk-icon-github-alt:before { content: \"\\f113\"; }\n.uk-icon-folder-o:before { content: \"\\f114\"; }\n.uk-icon-folder-open-o:before { content: \"\\f115\"; }\n.uk-icon-smile-o:before { content: \"\\f118\"; }\n.uk-icon-frown-o:before { content: \"\\f119\"; }\n.uk-icon-meh-o:before { content: \"\\f11a\"; }\n.uk-icon-gamepad:before { content: \"\\f11b\"; }\n.uk-icon-keyboard-o:before { content: \"\\f11c\"; }\n.uk-icon-flag-o:before { content: \"\\f11d\"; }\n.uk-icon-flag-checkered:before { content: \"\\f11e\"; }\n.uk-icon-terminal:before { content: \"\\f120\"; }\n.uk-icon-code:before { content: \"\\f121\"; }\n.uk-icon-mail-reply-all:before,\n.uk-icon-reply-all:before { content: \"\\f122\"; }\n.uk-icon-star-half-empty:before,\n.uk-icon-star-half-full:before,\n.uk-icon-star-half-o:before { content: \"\\f123\"; }\n.uk-icon-location-arrow:before { content: \"\\f124\"; }\n.uk-icon-crop:before { content: \"\\f125\"; }\n.uk-icon-code-fork:before { content: \"\\f126\"; }\n.uk-icon-unlink:before,\n.uk-icon-chain-broken:before { content: \"\\f127\"; }\n.uk-icon-question:before { content: \"\\f128\"; }\n.uk-icon-info:before { content: \"\\f129\"; }\n.uk-icon-exclamation:before { content: \"\\f12a\"; }\n.uk-icon-superscript:before { content: \"\\f12b\"; }\n.uk-icon-subscript:before { content: \"\\f12c\"; }\n.uk-icon-eraser:before { content: \"\\f12d\"; }\n.uk-icon-puzzle-piece:before { content: \"\\f12e\"; }\n.uk-icon-microphone:before { content: \"\\f130\"; }\n.uk-icon-microphone-slash:before { content: \"\\f131\"; }\n.uk-icon-shield:before { content: \"\\f132\"; }\n.uk-icon-calendar-o:before { content: \"\\f133\"; }\n.uk-icon-fire-extinguisher:before { content: \"\\f134\"; }\n.uk-icon-rocket:before { content: \"\\f135\"; }\n.uk-icon-maxcdn:before { content: \"\\f136\"; }\n.uk-icon-chevron-circle-left:before { content: \"\\f137\"; }\n.uk-icon-chevron-circle-right:before { content: \"\\f138\"; }\n.uk-icon-chevron-circle-up:before { content: \"\\f139\"; }\n.uk-icon-chevron-circle-down:before { content: \"\\f13a\"; }\n.uk-icon-html5:before { content: \"\\f13b\"; }\n.uk-icon-css3:before { content: \"\\f13c\"; }\n.uk-icon-anchor:before { content: \"\\f13d\"; }\n.uk-icon-unlock-alt:before { content: \"\\f13e\"; }\n.uk-icon-bullseye:before { content: \"\\f140\"; }\n.uk-icon-ellipsis-h:before { content: \"\\f141\"; }\n.uk-icon-ellipsis-v:before { content: \"\\f142\"; }\n.uk-icon-rss-square:before { content: \"\\f143\"; }\n.uk-icon-play-circle:before { content: \"\\f144\"; }\n.uk-icon-ticket:before { content: \"\\f145\"; }\n.uk-icon-minus-square:before { content: \"\\f146\"; }\n.uk-icon-minus-square-o:before { content: \"\\f147\"; }\n.uk-icon-level-up:before { content: \"\\f148\"; }\n.uk-icon-level-down:before { content: \"\\f149\"; }\n.uk-icon-check-square:before { content: \"\\f14a\"; }\n.uk-icon-pencil-square:before { content: \"\\f14b\"; }\n.uk-icon-external-link-square:before { content: \"\\f14c\"; }\n.uk-icon-share-square:before { content: \"\\f14d\"; }\n.uk-icon-compass:before { content: \"\\f14e\"; }\n.uk-icon-toggle-down:before,\n.uk-icon-caret-square-o-down:before { content: \"\\f150\"; }\n.uk-icon-toggle-up:before,\n.uk-icon-caret-square-o-up:before { content: \"\\f151\"; }\n.uk-icon-toggle-right:before,\n.uk-icon-caret-square-o-right:before { content: \"\\f152\"; }\n.uk-icon-euro:before,\n.uk-icon-eur:before { content: \"\\f153\"; }\n.uk-icon-gbp:before { content: \"\\f154\"; }\n.uk-icon-dollar:before,\n.uk-icon-usd:before { content: \"\\f155\"; }\n.uk-icon-rupee:before,\n.uk-icon-inr:before { content: \"\\f156\"; }\n.uk-icon-cny:before,\n.uk-icon-rmb:before,\n.uk-icon-yen:before,\n.uk-icon-jpy:before { content: \"\\f157\"; }\n.uk-icon-ruble:before,\n.uk-icon-rouble:before,\n.uk-icon-rub:before { content: \"\\f158\"; }\n.uk-icon-won:before,\n.uk-icon-krw:before { content: \"\\f159\"; }\n.uk-icon-bitcoin:before,\n.uk-icon-btc:before { content: \"\\f15a\"; }\n.uk-icon-file:before { content: \"\\f15b\"; }\n.uk-icon-file-text:before { content: \"\\f15c\"; }\n.uk-icon-sort-alpha-asc:before { content: \"\\f15d\"; }\n.uk-icon-sort-alpha-desc:before { content: \"\\f15e\"; }\n.uk-icon-sort-amount-asc:before { content: \"\\f160\"; }\n.uk-icon-sort-amount-desc:before { content: \"\\f161\"; }\n.uk-icon-sort-numeric-asc:before { content: \"\\f162\"; }\n.uk-icon-sort-numeric-desc:before { content: \"\\f163\"; }\n.uk-icon-thumbs-up:before { content: \"\\f164\"; }\n.uk-icon-thumbs-down:before { content: \"\\f165\"; }\n.uk-icon-youtube-square:before { content: \"\\f166\"; }\n.uk-icon-youtube:before { content: \"\\f167\"; }\n.uk-icon-xing:before { content: \"\\f168\"; }\n.uk-icon-xing-square:before { content: \"\\f169\"; }\n.uk-icon-youtube-play:before { content: \"\\f16a\"; }\n.uk-icon-dropbox:before { content: \"\\f16b\"; }\n.uk-icon-stack-overflow:before { content: \"\\f16c\"; }\n.uk-icon-instagram:before { content: \"\\f16d\"; }\n.uk-icon-flickr:before { content: \"\\f16e\"; }\n.uk-icon-adn:before { content: \"\\f170\"; }\n.uk-icon-bitbucket:before { content: \"\\f171\"; }\n.uk-icon-bitbucket-square:before { content: \"\\f172\"; }\n.uk-icon-tumblr:before { content: \"\\f173\"; }\n.uk-icon-tumblr-square:before { content: \"\\f174\"; }\n.uk-icon-long-arrow-down:before { content: \"\\f175\"; }\n.uk-icon-long-arrow-up:before { content: \"\\f176\"; }\n.uk-icon-long-arrow-left:before { content: \"\\f177\"; }\n.uk-icon-long-arrow-right:before { content: \"\\f178\"; }\n.uk-icon-apple:before { content: \"\\f179\"; }\n.uk-icon-windows:before { content: \"\\f17a\"; }\n.uk-icon-android:before { content: \"\\f17b\"; }\n.uk-icon-linux:before { content: \"\\f17c\"; }\n.uk-icon-dribbble:before { content: \"\\f17d\"; }\n.uk-icon-skype:before { content: \"\\f17e\"; }\n.uk-icon-foursquare:before { content: \"\\f180\"; }\n.uk-icon-trello:before { content: \"\\f181\"; }\n.uk-icon-female:before { content: \"\\f182\"; }\n.uk-icon-male:before { content: \"\\f183\"; }\n.uk-icon-gittip:before,\n.uk-icon-gratipay:before { content: \"\\f184\"; }\n.uk-icon-sun-o:before { content: \"\\f185\"; }\n.uk-icon-moon-o:before { content: \"\\f186\"; }\n.uk-icon-archive:before { content: \"\\f187\"; }\n.uk-icon-bug:before { content: \"\\f188\"; }\n.uk-icon-vk:before { content: \"\\f189\"; }\n.uk-icon-weibo:before { content: \"\\f18a\"; }\n.uk-icon-renren:before { content: \"\\f18b\"; }\n.uk-icon-pagelines:before { content: \"\\f18c\"; }\n.uk-icon-stack-exchange:before { content: \"\\f18d\"; }\n.uk-icon-arrow-circle-o-right:before { content: \"\\f18e\"; }\n.uk-icon-arrow-circle-o-left:before { content: \"\\f190\"; }\n.uk-icon-toggle-left:before,\n.uk-icon-caret-square-o-left:before { content: \"\\f191\"; }\n.uk-icon-dot-circle-o:before { content: \"\\f192\"; }\n.uk-icon-wheelchair:before { content: \"\\f193\"; }\n.uk-icon-vimeo-square:before { content: \"\\f194\"; }\n.uk-icon-turkish-lira:before,\n.uk-icon-try:before { content: \"\\f195\"; }\n.uk-icon-plus-square-o:before { content: \"\\f196\"; }\n.uk-icon-space-shuttle:before { content: \"\\f197\"; }\n.uk-icon-slack:before { content: \"\\f198\"; }\n.uk-icon-envelope-square:before { content: \"\\f199\"; }\n.uk-icon-wordpress:before { content: \"\\f19a\"; }\n.uk-icon-openid:before { content: \"\\f19b\"; }\n.uk-icon-institution:before,\n.uk-icon-bank:before,\n.uk-icon-university:before { content: \"\\f19c\"; }\n.uk-icon-mortar-board:before,\n.uk-icon-graduation-cap:before { content: \"\\f19d\"; }\n.uk-icon-yahoo:before { content: \"\\f19e\"; }\n.uk-icon-google:before { content: \"\\f1a0\"; }\n.uk-icon-reddit:before { content: \"\\f1a1\"; }\n.uk-icon-reddit-square:before { content: \"\\f1a2\"; }\n.uk-icon-stumbleupon-circle:before { content: \"\\f1a3\"; }\n.uk-icon-stumbleupon:before { content: \"\\f1a4\"; }\n.uk-icon-delicious:before { content: \"\\f1a5\"; }\n.uk-icon-digg:before { content: \"\\f1a6\"; }\n.uk-icon-pied-piper:before { content: \"\\f1a7\"; }\n.uk-icon-pied-piper-alt:before { content: \"\\f1a8\"; }\n.uk-icon-drupal:before { content: \"\\f1a9\"; }\n.uk-icon-joomla:before { content: \"\\f1aa\"; }\n.uk-icon-language:before { content: \"\\f1ab\"; }\n.uk-icon-fax:before { content: \"\\f1ac\"; }\n.uk-icon-building:before { content: \"\\f1ad\"; }\n.uk-icon-child:before { content: \"\\f1ae\"; }\n.uk-icon-paw:before { content: \"\\f1b0\"; }\n.uk-icon-spoon:before { content: \"\\f1b1\"; }\n.uk-icon-cube:before { content: \"\\f1b2\"; }\n.uk-icon-cubes:before { content: \"\\f1b3\"; }\n.uk-icon-behance:before { content: \"\\f1b4\"; }\n.uk-icon-behance-square:before { content: \"\\f1b5\"; }\n.uk-icon-steam:before { content: \"\\f1b6\"; }\n.uk-icon-steam-square:before { content: \"\\f1b7\"; }\n.uk-icon-recycle:before { content: \"\\f1b8\"; }\n.uk-icon-automobile:before,\n.uk-icon-car:before { content: \"\\f1b9\"; }\n.uk-icon-cab:before,\n.uk-icon-taxi:before { content: \"\\f1ba\"; }\n.uk-icon-tree:before { content: \"\\f1bb\"; }\n.uk-icon-spotify:before { content: \"\\f1bc\"; }\n.uk-icon-deviantart:before { content: \"\\f1bd\"; }\n.uk-icon-soundcloud:before { content: \"\\f1be\"; }\n.uk-icon-database:before { content: \"\\f1c0\"; }\n.uk-icon-file-pdf-o:before { content: \"\\f1c1\"; }\n.uk-icon-file-word-o:before { content: \"\\f1c2\"; }\n.uk-icon-file-excel-o:before { content: \"\\f1c3\"; }\n.uk-icon-file-powerpoint-o:before { content: \"\\f1c4\"; }\n.uk-icon-file-photo-o:before,\n.uk-icon-file-picture-o:before,\n.uk-icon-file-image-o:before { content: \"\\f1c5\"; }\n.uk-icon-file-zip-o:before,\n.uk-icon-file-archive-o:before { content: \"\\f1c6\"; }\n.uk-icon-file-sound-o:before,\n.uk-icon-file-audio-o:before { content: \"\\f1c7\"; }\n.uk-icon-file-movie-o:before,\n.uk-icon-file-video-o:before { content: \"\\f1c8\"; }\n.uk-icon-file-code-o:before { content: \"\\f1c9\"; }\n.uk-icon-vine:before { content: \"\\f1ca\"; }\n.uk-icon-codepen:before { content: \"\\f1cb\"; }\n.uk-icon-jsfiddle:before { content: \"\\f1cc\"; }\n.uk-icon-life-bouy:before,\n.uk-icon-life-buoy:before,\n.uk-icon-life-saver:before,\n.uk-icon-support:before,\n.uk-icon-life-ring:before { content: \"\\f1cd\"; }\n.uk-icon-circle-o-notch:before { content: \"\\f1ce\"; }\n.uk-icon-ra:before,\n.uk-icon-rebel:before { content: \"\\f1d0\"; }\n.uk-icon-ge:before,\n.uk-icon-empire:before { content: \"\\f1d1\"; }\n.uk-icon-git-square:before { content: \"\\f1d2\"; }\n.uk-icon-git:before { content: \"\\f1d3\"; }\n.uk-icon-hacker-news:before { content: \"\\f1d4\"; }\n.uk-icon-tencent-weibo:before { content: \"\\f1d5\"; }\n.uk-icon-qq:before { content: \"\\f1d6\"; }\n.uk-icon-wechat:before,\n.uk-icon-weixin:before { content: \"\\f1d7\"; }\n.uk-icon-send:before,\n.uk-icon-paper-plane:before { content: \"\\f1d8\"; }\n.uk-icon-send-o:before,\n.uk-icon-paper-plane-o:before { content: \"\\f1d9\"; }\n.uk-icon-history:before { content: \"\\f1da\"; }\n.uk-icon-genderless:before,\n.uk-icon-circle-thin:before { content: \"\\f1db\"; }\n.uk-icon-header:before { content: \"\\f1dc\"; }\n.uk-icon-paragraph:before { content: \"\\f1dd\"; }\n.uk-icon-sliders:before { content: \"\\f1de\"; }\n.uk-icon-share-alt:before { content: \"\\f1e0\"; }\n.uk-icon-share-alt-square:before { content: \"\\f1e1\"; }\n.uk-icon-bomb:before { content: \"\\f1e2\"; }\n.uk-icon-soccer-ball-o:before,\n.uk-icon-futbol-o:before { content: \"\\f1e3\"; }\n.uk-icon-tty:before { content: \"\\f1e4\"; }\n.uk-icon-binoculars:before { content: \"\\f1e5\"; }\n.uk-icon-plug:before { content: \"\\f1e6\"; }\n.uk-icon-slideshare:before { content: \"\\f1e7\"; }\n.uk-icon-twitch:before { content: \"\\f1e8\"; }\n.uk-icon-yelp:before { content: \"\\f1e9\"; }\n.uk-icon-newspaper-o:before { content: \"\\f1ea\"; }\n.uk-icon-wifi:before { content: \"\\f1eb\"; }\n.uk-icon-calculator:before { content: \"\\f1ec\"; }\n.uk-icon-paypal:before { content: \"\\f1ed\"; }\n.uk-icon-google-wallet:before { content: \"\\f1ee\"; }\n.uk-icon-cc-visa:before { content: \"\\f1f0\"; }\n.uk-icon-cc-mastercard:before { content: \"\\f1f1\"; }\n.uk-icon-cc-discover:before { content: \"\\f1f2\"; }\n.uk-icon-cc-amex:before { content: \"\\f1f3\"; }\n.uk-icon-cc-paypal:before { content: \"\\f1f4\"; }\n.uk-icon-cc-stripe:before { content: \"\\f1f5\"; }\n.uk-icon-bell-slash:before { content: \"\\f1f6\"; }\n.uk-icon-bell-slash-o:before { content: \"\\f1f7\"; }\n.uk-icon-trash:before { content: \"\\f1f8\"; }\n.uk-icon-copyright:before { content: \"\\f1f9\"; }\n.uk-icon-at:before { content: \"\\f1fa\"; }\n.uk-icon-eyedropper:before { content: \"\\f1fb\"; }\n.uk-icon-paint-brush:before { content: \"\\f1fc\"; }\n.uk-icon-birthday-cake:before { content: \"\\f1fd\"; }\n.uk-icon-area-chart:before { content: \"\\f1fe\"; }\n.uk-icon-pie-chart:before { content: \"\\f200\"; }\n.uk-icon-line-chart:before { content: \"\\f201\"; }\n.uk-icon-lastfm:before { content: \"\\f202\"; }\n.uk-icon-lastfm-square:before { content: \"\\f203\"; }\n.uk-icon-toggle-off:before { content: \"\\f204\"; }\n.uk-icon-toggle-on:before { content: \"\\f205\"; }\n.uk-icon-bicycle:before { content: \"\\f206\"; }\n.uk-icon-bus:before { content: \"\\f207\"; }\n.uk-icon-ioxhost:before { content: \"\\f208\"; }\n.uk-icon-angellist:before { content: \"\\f209\"; }\n.uk-icon-cc:before { content: \"\\f20a\"; }\n.uk-icon-shekel:before,\n.uk-icon-sheqel:before,\n.uk-icon-ils:before { content: \"\\f20b\"; }\n.uk-icon-meanpath:before { content: \"\\f20c\"; }\n.uk-icon-buysellads:before { content: \"\\f20d\"; }\n.uk-icon-connectdevelop:before { content: \"\\f20e\"; }\n.uk-icon-dashcube:before { content: \"\\f210\"; }\n.uk-icon-forumbee:before { content: \"\\f211\"; }\n.uk-icon-leanpub:before { content: \"\\f212\"; }\n.uk-icon-sellsy:before { content: \"\\f213\"; }\n.uk-icon-shirtsinbulk:before { content: \"\\f214\"; }\n.uk-icon-simplybuilt:before { content: \"\\f215\"; }\n.uk-icon-skyatlas:before { content: \"\\f216\"; }\n.uk-icon-cart-plus:before { content: \"\\f217\"; }\n.uk-icon-cart-arrow-down:before { content: \"\\f218\"; }\n.uk-icon-diamond:before { content: \"\\f219\"; }\n.uk-icon-ship:before { content: \"\\f21a\"; }\n.uk-icon-user-secret:before { content: \"\\f21b\"; }\n.uk-icon-motorcycle:before { content: \"\\f21c\"; }\n.uk-icon-street-view:before { content: \"\\f21d\"; }\n.uk-icon-heartbeat:before { content: \"\\f21e\"; }\n.uk-icon-venus:before { content: \"\\f221\"; }\n.uk-icon-mars:before { content: \"\\f222\"; }\n.uk-icon-mercury:before { content: \"\\f223\"; }\n.uk-icon-transgender:before { content: \"\\f224\"; }\n.uk-icon-transgender-alt:before { content: \"\\f225\"; }\n.uk-icon-venus-double:before { content: \"\\f226\"; }\n.uk-icon-mars-double:before { content: \"\\f227\"; }\n.uk-icon-venus-mars:before { content: \"\\f228\"; }\n.uk-icon-mars-stroke:before { content: \"\\f229\"; }\n.uk-icon-mars-stroke-v:before { content: \"\\f22a\"; }\n.uk-icon-mars-stroke-h:before { content: \"\\f22b\"; }\n.uk-icon-neuter:before { content: \"\\f22c\"; }\n.uk-icon-facebook-official:before { content: \"\\f230\"; }\n.uk-icon-pinterest-p:before { content: \"\\f231\"; }\n.uk-icon-whatsapp:before { content: \"\\f232\"; }\n.uk-icon-server:before { content: \"\\f233\"; }\n.uk-icon-user-plus:before { content: \"\\f234\"; }\n.uk-icon-user-times:before { content: \"\\f235\"; }\n.uk-icon-hotel:before,\n.uk-icon-bed:before { content: \"\\f236\"; }\n.uk-icon-viacoin:before { content: \"\\f237\"; }\n.uk-icon-train:before { content: \"\\f238\"; }\n.uk-icon-subway:before { content: \"\\f239\"; }\n.uk-icon-medium-logo:before { content: \"\\f23a\"; }\n.uk-icon-500px:before { content: \"\\f26e\"; }\n.uk-icon-amazon:before { content: \"\\f270\"; }\n.uk-icon-balance-scale:before { content: \"\\f24e\"; }\n.uk-icon-battery-empty:before,\n.uk-icon-battery-0:before { content: \"\\f244\"; }\n.uk-icon-battery-quarter:before,\n.uk-icon-battery-1:before { content: \"\\f243\"; }\n.uk-icon-battery-half:before,\n.uk-icon-battery-2:before { content: \"\\f242\"; }\n.uk-icon-battery-three-quarters:before,\n.uk-icon-battery-3:before { content: \"\\f241\"; }\n.uk-icon-battery-full:before,\n.uk-icon-battery-4:before { content: \"\\f240\"; }\n.uk-icon-black-tie:before { content: \"\\f27e\"; }\n.uk-icon-calendar-check-o:before { content: \"\\f274\"; }\n.uk-icon-calendar-minus-o:before { content: \"\\f272\"; }\n.uk-icon-calendar-plus-o:before { content: \"\\f271\"; }\n.uk-icon-calendar-times-o:before { content: \"\\f273\"; }\n.uk-icon-cc-diners-club:before { content: \"\\f24c\"; }\n.uk-icon-cc-jcb:before { content: \"\\f24b\"; }\n.uk-icon-chrome:before { content: \"\\f268\"; }\n.uk-icon-clone:before { content: \"\\f24d\"; }\n.uk-icon-commenting:before { content: \"\\f27a\"; }\n.uk-icon-commenting-o:before { content: \"\\f27b\"; }\n.uk-icon-contao:before { content: \"\\f26d\"; }\n.uk-icon-creative-commons:before { content: \"\\f25e\"; }\n.uk-icon-expeditedssl:before { content: \"\\f23e\"; }\n.uk-icon-firefox:before { content: \"\\f269\"; }\n.uk-icon-fonticons:before { content: \"\\f280\"; }\n.uk-icon-get-pocket:before { content: \"\\f265\"; }\n.uk-icon-gg:before { content: \"\\f260\"; }\n.uk-icon-gg-circle:before { content: \"\\f261\"; }\n.uk-icon-hand-lizard-o:before { content: \"\\f258\"; }\n.uk-icon-hand-stop-o:before,\n.uk-icon-hand-paper-o:before { content: \"\\f256\"; }\n.uk-icon-hand-peace-o:before { content: \"\\f25b\"; }\n.uk-icon-hand-pointer-o:before { content: \"\\f25a\"; }\n.uk-icon-hand-grab-o:before,\n.uk-icon-hand-rock-o:before { content: \"\\f255\"; }\n.uk-icon-hand-scissors-o:before { content: \"\\f257\"; }\n.uk-icon-hand-spock-o:before { content: \"\\f259\"; }\n.uk-icon-hourglass:before { content: \"\\f254\"; }\n.uk-icon-hourglass-o:before { content: \"\\f250\"; }\n.uk-icon-hourglass-1:before,\n.uk-icon-hourglass-start:before { content: \"\\f251\"; }\n.uk-icon-hourglass-2:before,\n.uk-icon-hourglass-half:before { content: \"\\f252\"; }\n.uk-icon-hourglass-3:before,\n.uk-icon-hourglass-end:before { content: \"\\f253\"; }\n.uk-icon-houzz:before { content: \"\\f27c\"; }\n.uk-icon-i-cursor:before { content: \"\\f246\"; }\n.uk-icon-industry:before { content: \"\\f275\"; }\n.uk-icon-internet-explorer:before { content: \"\\f26b\"; }\n.uk-icon-map:before { content: \"\\f279\"; }\n.uk-icon-map-o:before { content: \"\\f278\"; }\n.uk-icon-map-pin:before { content: \"\\f276\"; }\n.uk-icon-map-signs:before { content: \"\\f277\"; }\n.uk-icon-mouse-pointer:before { content: \"\\f245\"; }\n.uk-icon-object-group:before { content: \"\\f247\"; }\n.uk-icon-object-ungroup:before { content: \"\\f248\"; }\n.uk-icon-odnoklassniki:before { content: \"\\f263\"; }\n.uk-icon-odnoklassniki-square:before { content: \"\\f264\"; }\n.uk-icon-opencart:before { content: \"\\f23d\"; }\n.uk-icon-opera:before { content: \"\\f26a\"; }\n.uk-icon-optin-monster:before { content: \"\\f23c\"; }\n.uk-icon-registered:before { content: \"\\f25d\"; }\n.uk-icon-safari:before { content: \"\\f267\"; }\n.uk-icon-sticky-note:before { content: \"\\f249\"; }\n.uk-icon-sticky-note-o:before { content: \"\\f24a\"; }\n.uk-icon-tv:before,\n.uk-icon-television:before { content: \"\\f26c\"; }\n.uk-icon-trademark:before { content: \"\\f25c\"; }\n.uk-icon-tripadvisor:before { content: \"\\f262\"; }\n.uk-icon-vimeo:before { content: \"\\f27d\"; }\n.uk-icon-wikipedia-w:before { content: \"\\f266\"; }\n.uk-icon-yc:before,\n.uk-icon-y-combinator:before { content: \"\\f23b\"; }\n.uk-icon-yc-square:before,\n.uk-icon-y-combinator-square:before { content: \"\\f1d4\"; }\n\/\/ added fa 4.5\n.uk-icon-bluetooth:before { content: \"\\f293\"; }\n.uk-icon-bluetooth-b:before { content: \"\\f294\"; }\n.uk-icon-codiepie:before { content: \"\\f284\"; }\n.uk-icon-credit-card-alt:before { content: \"\\f283\"; }\n.uk-icon-edge:before { content: \"\\f282\"; }\n.uk-icon-fort-awesome:before { content: \"\\f286\"; }\n.uk-icon-hashtag:before { content: \"\\f292\"; }\n.uk-icon-mixcloud:before { content: \"\\f289\"; }\n.uk-icon-modx:before { content: \"\\f285\"; }\n.uk-icon-pause-circle:before { content: \"\\f28b\"; }\n.uk-icon-pause-circle-o:before { content: \"\\f28c\"; }\n.uk-icon-percent:before { content: \"\\f295\"; }\n.uk-icon-product-hunt:before { content: \"\\f288\"; }\n.uk-icon-reddit-alien:before { content: \"\\f281\"; }\n.uk-icon-scribd:before { content: \"\\f28a\"; }\n.uk-icon-shopping-bag:before { content: \"\\f290\"; }\n.uk-icon-shopping-basket:before { content: \"\\f291\"; }\n.uk-icon-stop-circle:before { content: \"\\f28d\"; }\n.uk-icon-stop-circle-o:before { content: \"\\f28e\"; }\n.uk-icon-usb:before { content: \"\\f287\"; }\n\/\/ added fa 4.6\n.uk-icon-american-sign-language-interpreting:before,\n.uk-icon-asl-interpreting:before { content: \"\\f2a3\"; }\n.uk-icon-assistive-listening-systems:before { content: \"\\f2a2\"; }\n.uk-icon-audio-description:before { content: \"\\f29e\"; }\n.uk-icon-blind:before { content: \"\\f29d\"; }\n.uk-icon-braille:before { content: \"\\f2a1\"; }\n.uk-icon-deaf:before,\n.uk-icon-deafness:before { content: \"\\f2a4\"; }\n.uk-icon-envira:before { content: \"\\f299\"; }\n.uk-icon-font-awesome:before,\n.uk-icon-fa:before { content: \"\\f2b4\"; }\n.uk-icon-first-order:before { content: \"\\f2b0\"; }\n.uk-icon-gitlab:before { content: \"\\f296\"; }\n.uk-icon-glide:before { content: \"\\f2a5\"; }\n.uk-icon-glide-g:before { content: \"\\f2a6\"; }\n.uk-icon-hard-of-hearing:before { content: \"\\f2a4\"; }\n.uk-icon-low-vision:before { content: \"\\f2a8\"; }\n.uk-icon-question-circle-o:before { content: \"\\f29c\"; }\n.uk-icon-sign-language:before,\n.uk-icon-signing:before { content: \"\\f2a7\"; }\n.uk-icon-snapchat:before { content: \"\\f2ab\"; }\n.uk-icon-snapchat-ghost:before { content: \"\\f2ac\"; }\n.uk-icon-snapchat-square:before { content: \"\\f2ad\"; }\n.uk-icon-themeisle:before { content: \"\\f2b2\"; }\n.uk-icon-universal-access:before { content: \"\\f29a\"; }\n.uk-icon-viadeo:before { content: \"\\f2a9\"; }\n.uk-icon-viadeo-square:before { content: \"\\f2aa\"; }\n.uk-icon-volume-control-phone:before { content: \"\\f2a0\"; }\n.uk-icon-wheelchair-alt:before { content: \"\\f29b\"; }\n.uk-icon-wpbeginner:before { content: \"\\f297\"; }\n.uk-icon-wpforms:before { content: \"\\f298\"; }\n.uk-icon-yoast:before { content: \"\\f2b1\"; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-icon-misc;\n\n.hook-icon-hover() {}\n.hook-icon-hover-hover() {}\n.hook-icon-button() {}\n.hook-icon-button-hover() {}\n.hook-icon-button-active() {}\n.hook-icon-misc() {}\n\n\/\/ Name: Close\n\/\/ Description: Defines styles for a close button\n\/\/\n\/\/ Component: `uk-close`\n\/\/\n\/\/ Modifiers: `uk-close-alt`\n\/\/\n\/\/ Uses: Icon: FontAwesome\n\/\/\n\/\/ Used by: Alert\n\/\/ Modal\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@close-size: 20px;\n\n@close-alt-padding: 2px;\n@close-alt-background: #eee;\n\n\n\/* ========================================================================\n Component: Close\n ========================================================================== *\/\n\n\/*\n * Removes inner padding and border in Firefox 4+.\n *\/\n\n.uk-close::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n\/*\n * 1. Correct inability to style clickable `input` types in iOS.\n * 2. Remove margins in Chrome, Safari and Opera.\n * 3. Remove borders for `button`.\n * 4. Address `overflow` set to `hidden` in IE 8\/9\/10\/11.\n * 5. Correct `font` properties and `color` not being inherited for `button`.\n * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE\n * 7. Remove default `button` padding and background color\n * 8. Style\n *\/\n\n.uk-close {\n \/* 1 *\/\n -webkit-appearance: none;\n \/* 2 *\/\n margin: 0;\n \/* 3 *\/\n border: none;\n \/* 4 *\/\n overflow: visible;\n \/* 5 *\/\n font: inherit;\n color: inherit;\n \/* 6 *\/\n text-transform: none;\n \/* 7. *\/\n padding: 0;\n background: transparent;\n \/* 8 *\/\n display: inline-block;\n box-sizing: content-box;\n width: @close-size;\n line-height: @close-size;\n text-align: center;\n vertical-align: middle;\n opacity: 0.3;\n .hook-close;\n}\n\n\/* Icon *\/\n.uk-close:after {\n display: block;\n content: \"\\f00d\";\n font-family: FontAwesome;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n * 3. Required for `a` elements\n *\/\n\n.uk-close:hover,\n.uk-close:focus { \/\/ 1\n opacity: 0.5;\n \/* 2 *\/\n outline: none;\n \/* 3 *\/\n color: inherit;\n text-decoration: none;\n cursor: pointer;\n}\n\n\n\/* Modifier\n ========================================================================== *\/\n\n.uk-close-alt {\n padding: @close-alt-padding;\n border-radius: 50%;\n background: @close-alt-background;\n opacity: 1;\n .hook-close-alt;\n}\n\n\/* Hover *\/\n.uk-close-alt:hover,\n.uk-close-alt:focus { opacity: 1; }\n\n\/* Icon *\/\n.uk-close-alt:after { opacity: 0.5; }\n\n.uk-close-alt:hover:after,\n.uk-close-alt:focus:after { opacity: 0.8; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-close-misc;\n\n.hook-close() {}\n.hook-close-alt() {}\n.hook-close-misc() {}\n\/\/ Name: Badge\n\/\/ Description: Defines styles for badges\n\/\/\n\/\/ Component: `uk-badge`\n\/\/\n\/\/ Modifiers: `uk-badge-notification`\n\/\/ `uk-badge-success`\n\/\/ `uk-badge-danger`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@badge-background: #00a8e6;\n@badge-padding-horizontal: 5px;\n@badge-font-size: 10px;\n@badge-font-weight: bold;\n@badge-line-height: 14px;\n@badge-color: #fff;\n@badge-text-transform: none;\n@badge-hover-color: #fff;\n\n@badge-notification-font-size: 12px;\n@badge-notification-line-height: 18px;\n\n@badge-success-background: #8cc14c;\n@badge-warning-background: #faa732;\n@badge-danger-background: #da314b;\n\n\n\/* ========================================================================\n Component: Badge\n ========================================================================== *\/\n\n.uk-badge {\n display: inline-block;\n padding: 0 @badge-padding-horizontal;\n background: @badge-background;\n font-size: @badge-font-size;\n font-weight: @badge-font-weight;\n line-height: @badge-line-height;\n color: @badge-color;\n text-align: center;\n vertical-align: middle;\n text-transform: @badge-text-transform;\n .hook-badge;\n}\n\n\/*\n * Keep color when badge is a link\n *\/\n\na.uk-badge:hover { color: @badge-hover-color; }\n\n\n\/* Modifier: `uk-badge-notification`;\n ========================================================================== *\/\n\n.uk-badge-notification {\n box-sizing: border-box;\n min-width: @badge-notification-line-height;\n border-radius: 500px;\n font-size: @badge-notification-font-size;\n line-height: @badge-notification-line-height;\n}\n\n\n\/* Color modifier\n ========================================================================== *\/\n\n\/*\n * Modifier: `uk-badge-success`\n *\/\n\n.uk-badge-success {\n background-color: @badge-success-background;\n .hook-badge-success;\n}\n\n\/*\n * Modifier: `uk-badge-warning`\n *\/\n\n.uk-badge-warning {\n background-color: @badge-warning-background;\n .hook-badge-warning;\n}\n\n\/*\n * Modifier: `uk-badge-danger`\n *\/\n\n.uk-badge-danger {\n background-color: @badge-danger-background;\n .hook-badge-danger;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-badge-misc;\n\n.hook-badge() {}\n.hook-badge-success() {}\n.hook-badge-warning() {}\n.hook-badge-danger() {}\n.hook-badge-misc() {}\n\/\/ Name: Alert\n\/\/ Description: Defines styles for alert messages\n\/\/\n\/\/ Component: `uk-alert`\n\/\/\n\/\/ Sub-objects: `uk-alert-close`\n\/\/\n\/\/ Modifiers: `uk-alert-success`\n\/\/ `uk-alert-warning`\n\/\/ `uk-alert-danger`\n\/\/ `uk-alert-large`\n\/\/\n\/\/ Uses: Close: `uk-close`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@alert-margin-vertical: 15px;\n@alert-padding: 10px;\n@alert-background: #ebf7fd;\n@alert-color: #2d7091;\n\n@alert-success-background: #f2fae3;\n@alert-success-color: #659f13;\n\n@alert-warning-background: #fffceb;\n@alert-warning-color: #e28327;\n\n@alert-danger-background: #fff1f0;\n@alert-danger-color: #d85030;\n\n@alert-large-padding: 20px;\n\n\n\/* ========================================================================\n Component: Alert\n ========================================================================== *\/\n\n.uk-alert {\n margin-bottom: @alert-margin-vertical;\n padding: @alert-padding;\n background: @alert-background;\n color: @alert-color;\n .hook-alert;\n}\n\n\/*\n * Add margin if adjacent element\n *\/\n\n* + .uk-alert { margin-top: @alert-margin-vertical; }\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-alert > :last-child { margin-bottom: 0; }\n\n\/*\n * Keep color for headings if the default heading color is changed\n *\/\n\n.uk-alert h1,\n.uk-alert h2,\n.uk-alert h3,\n.uk-alert h4,\n.uk-alert h5,\n.uk-alert h6 { color: inherit; }\n\n\n\/* Close in alert\n ========================================================================== *\/\n\n.uk-alert > .uk-close:first-child { float: right; }\n\n\/*\n * Remove margin from adjacent element\n *\/\n\n.uk-alert > .uk-close:first-child + * { margin-top: 0; }\n\n\n\/* Modifier: `uk-alert-success`\n ========================================================================== *\/\n\n.uk-alert-success {\n background: @alert-success-background;\n color: @alert-success-color;\n .hook-alert-success;\n}\n\n\n\/* Modifier: `uk-alert-warning`\n ========================================================================== *\/\n\n.uk-alert-warning {\n background: @alert-warning-background;\n color: @alert-warning-color;\n .hook-alert-warning;\n}\n\n\n\/* Modifier: `uk-alert-danger`\n ========================================================================== *\/\n\n.uk-alert-danger {\n background: @alert-danger-background;\n color: @alert-danger-color;\n .hook-alert-danger;\n}\n\n\n\/* Modifier: `uk-alert-large`\n ========================================================================== *\/\n\n.uk-alert-large { padding: @alert-large-padding; }\n\n.uk-alert-large > .uk-close:first-child { margin: -10px -10px 0 0; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-alert-misc;\n\n.hook-alert() {}\n.hook-alert-success() {}\n.hook-alert-warning() {}\n.hook-alert-danger() {}\n.hook-alert-misc() {}\n\/\/ Name: Thumbnail\n\/\/ Description: Defines styles for image thumbnails\n\/\/\n\/\/ Component: `uk-thumbnail`\n\/\/\n\/\/ Sub-objects: `uk-thumbnail-caption`\n\/\/\n\/\/ Modifiers: `uk-thumbnail-mini`\n\/\/ `uk-thumbnail-small`\n\/\/ `uk-thumbnail-medium`\n\/\/ `uk-thumbnail-large`\n\/\/ `uk-thumbnail-expand`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@thumbnail-padding: 4px;\n@thumbnail-border: #ddd;\n@thumbnail-border-width: 1px;\n@thumbnail-background: #fff;\n@thumbnail-hover-border: #aaa;\n@thumbnail-hover-background: #fff;\n\n@thumbnail-caption-padding: @thumbnail-padding;\n@thumbnail-caption-color: #444;\n\n@thumbnail-mini-width: 150px;\n@thumbnail-small-width: 200px;\n@thumbnail-medium-width: 300px;\n@thumbnail-large-width: 400px;\n\n\n\/* ========================================================================\n Component: Thumbnail\n ========================================================================== *\/\n\n\/*\n * 1. Container width fits its content\n * 2. Responsive behavior\n * 3. Corrects `max-width` behavior sed\n * 4. Required for `figure` element\n * 5. Style\n *\/\n\n.uk-thumbnail {\n \/* 1 *\/\n display: inline-block;\n \/* 2 *\/\n max-width: 100%;\n \/* 3 *\/\n box-sizing: border-box;\n \/* 3 *\/\n margin: 0;\n \/* 4 *\/\n padding: @thumbnail-padding;\n border: @thumbnail-border-width solid @thumbnail-border;\n background: @thumbnail-background;\n .hook-thumbnail;\n}\n\n\/*\n * Hover state for `a` elements\n * 1. Apply hover style also to focus state\n * 2. Needed for caption\n * 3. Remove default focus style\n *\/\n\na.uk-thumbnail:hover,\na.uk-thumbnail:focus { \/\/ 1\n border-color: @thumbnail-hover-border;\n background-color: @thumbnail-hover-background;\n \/* 2 *\/\n text-decoration: none;\n \/* 3 *\/\n outline: none;\n .hook-thumbnail-hover;\n}\n\n\n\/* Caption\n ========================================================================== *\/\n\n.uk-thumbnail-caption {\n padding-top: @thumbnail-caption-padding;\n text-align: center;\n color: @thumbnail-caption-color;\n .hook-thumbnail-caption;\n}\n\n\n\/* Sizes\n ========================================================================== *\/\n\n.uk-thumbnail-mini { width: @thumbnail-mini-width; }\n.uk-thumbnail-small { width: @thumbnail-small-width; }\n.uk-thumbnail-medium { width: @thumbnail-medium-width; }\n.uk-thumbnail-large { width: @thumbnail-large-width; }\n\n.uk-thumbnail-expand,\n.uk-thumbnail-expand > img { width: 100%; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-thumbnail-misc;\n\n.hook-thumbnail() {}\n.hook-thumbnail-hover() {}\n.hook-thumbnail-caption() {}\n.hook-thumbnail-misc() {}\n\/\/ Name: Overlay\n\/\/ Description: Defines styles for image overlays\n\/\/\n\/\/ Component: `uk-overlay`\n\/\/\n\/\/ Sub-objects: `uk-overlay-panel`\n\/\/ `uk-overlay-hover`\n\/\/ `uk-overlay-active`\n\/\/ `uk-overlay-icon`\n\/\/\n\/\/ Modifier: `uk-overlay-background`\n\/\/ `uk-overlay-image`\n\/\/ `uk-overlay-top`\n\/\/ `uk-overlay-bottom`\n\/\/ `uk-overlay-left`\n\/\/ `uk-overlay-right`\n\/\/ `uk-overlay-fade`\n\/\/ `uk-overlay-scale`\n\/\/ `uk-overlay-spin`\n\/\/ `uk-overlay-grayscale`\n\/\/ `uk-overlay-slide-top`\n\/\/ `uk-overlay-slide-bottom`\n\/\/ `uk-overlay-slide-left`\n\/\/ `uk-overlay-slide-right`\n\/\/\n\/\/ DEPRECATED: `uk-overlay-area`\n\/\/ `uk-overlay-area-content`\n\/\/ `uk-overlay-caption`\n\/\/ `uk-overlay-toggle`\n\/\/\n\/\/ States: `uk-hover`\n\/\/ `uk-active`\n\/\/ `uk-ignore`\n\/\/\n\/\/ Uses: Icon: `[class*='uk-icon-']`\n\/\/ `uk-border-circle`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@overlay-panel-padding: 20px;\n@overlay-panel-color: #fff;\n\n@overlay-panel-background: rgba(0,0,0,0.5);\n\n@overlay-icon: \"\\f002\";\n@overlay-icon-size: 50px;\n@overlay-icon-color: #fff;\n\n@overlay-fade-in-opacity: 1;\n@overlay-fade-out-opacity: 0.7;\n\n@overlay-scale-in-scale: 1.1;\n@overlay-scale-out-scale: 1;\n\n@overlay-spin-in-scale: 1.1;\n@overlay-spin-out-scale: 1;\n@overlay-spin-in-rotate: 3deg;\n@overlay-spin-out-rotate: 0deg;\n\n@overlay-panel-link-color: inherit;\n@overlay-panel-link-text-decoration: underline;\n\n\/\/ DEPRECATED\n@overlay-area-background: rgba(0,0,0,0.3);\n\n@overlay-area-icon: \"\\f002\";\n@overlay-area-icon-size: 50px;\n@overlay-area-icon-color: #fff;\n\n@overlay-area-content-font-size: 1rem;\n@overlay-area-content-padding-horizontal: 15px;\n@overlay-area-content-color: #fff;\n@overlay-area-content-link-color: inherit;\n\n@overlay-caption-background: rgba(0,0,0,0.5);\n@overlay-caption-padding: 15px;\n@overlay-caption-color: #fff;\n\n\n\/* ========================================================================\n Component: Overlay\n ========================================================================== *\/\n\n\/*\n * 1. Container width fits its content\n * 2. Create position context\n * 3. Set max-width for responsive images to prevent `inline-block` consequences\n * 4. Remove the gap between the container and its child element\n * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome\n * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit\n * 7. Reset margin\n *\/\n\n.uk-overlay {\n \/* 1 *\/\n display: inline-block;\n \/* 2 *\/\n position: relative;\n \/* 3 *\/\n max-width: 100%;\n \/* 4 *\/\n vertical-align: middle;\n \/* 5 *\/\n overflow: hidden;\n \/* 6 *\/\n -webkit-transform: translateZ(0);\n \/* 7 *\/\n margin: 0;\n}\n\n\/* 6 for Safari *\/\n.uk-overlay.uk-border-circle { -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }\n\n\/*\n * Remove margin from content\n *\/\n\n.uk-overlay > :first-child { margin-bottom: 0; }\n\n\n\/* Sub-object `uk-overlay-panel`\n ========================================================================== *\/\n\n\/*\n * 1. Position cover\n * 2. Style\n *\/\n\n.uk-overlay-panel {\n \/* 1 *\/\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n \/* 2 *\/\n padding: @overlay-panel-padding;\n color: @overlay-panel-color;\n .hook-overlay-panel;\n}\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-overlay-panel > :last-child,\n.uk-overlay-panel.uk-flex > * > :last-child { margin-bottom: 0; }\n\n\/*\n * Keep color for headings if the default heading color is changed\n *\/\n\n.uk-overlay-panel h1,\n.uk-overlay-panel h2,\n.uk-overlay-panel h3,\n.uk-overlay-panel h4,\n.uk-overlay-panel h5,\n.uk-overlay-panel h6 { color: inherit; }\n\n.uk-overlay-panel a:not([class]) {\n color: @overlay-panel-link-color;\n text-decoration: @overlay-panel-link-text-decoration;\n}\n\n.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) { color: @overlay-panel-link-color; }\n\n\n\/* Sub-object `uk-overlay-hover` and `uk-overlay-active`\n ========================================================================== *\/\n\n.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) { opacity: 0; }\n\n.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) { opacity: 0; }\n\n\n\/* Modifier `uk-overlay-background`\n ========================================================================== *\/\n\n.uk-overlay-background {\n background: @overlay-panel-background;\n .hook-overlay-background;\n}\n\n\n\/* Modifier `uk-overlay-image`\n ========================================================================== *\/\n\n\/*\n * Reset panel\n *\/\n\n.uk-overlay-image {\n padding: 0;\n .hook-overlay-image;\n}\n\n\n\/* Position modifiers\n ========================================================================== *\/\n\n.uk-overlay-top { bottom: auto; }\n\n.uk-overlay-bottom { top: auto; }\n\n.uk-overlay-left { right: auto; }\n\n.uk-overlay-right { left: auto; }\n\n\n\/* Sub-object `uk-overlay-icon`\n ========================================================================== *\/\n\n.uk-overlay-icon:before {\n content: @overlay-icon;\n position: absolute;\n top: 50%;\n left: 50%;\n width: @overlay-icon-size;\n height: @overlay-icon-size;\n margin-top: -(@overlay-icon-size \/ 2);\n margin-left: -(@overlay-icon-size \/ 2);\n font-size: @overlay-icon-size;\n line-height: 1;\n font-family: FontAwesome;\n text-align: center;\n color: @overlay-icon-color;\n .hook-overlay-icon;\n}\n\n\n\/* Transitions\n ========================================================================== *\/\n\n.uk-overlay-fade,\n.uk-overlay-scale,\n.uk-overlay-spin,\n.uk-overlay-grayscale,\n.uk-overlay-blur,\n[class*='uk-overlay-slide'] {\n transition-duration: 0.3s;\n transition-timing-function: ease-out;\n transition-property: opacity, transform, filter;\n}\n\n.uk-overlay-active .uk-overlay-fade,\n.uk-overlay-active .uk-overlay-scale,\n.uk-overlay-active .uk-overlay-spin,\n.uk-overlay-active [class*='uk-overlay-slide'] { transition-duration: 0.8s; }\n\n\/*\n * Fade\n *\/\n\n.uk-overlay-fade { opacity: @overlay-fade-out-opacity; }\n\n.uk-overlay-hover:hover .uk-overlay-fade,\n.uk-overlay-hover.uk-hover .uk-overlay-fade,\n.uk-overlay-active .uk-active > .uk-overlay-fade { opacity: @overlay-fade-in-opacity; }\n\n\/*\n * Scale\n *\/\n\n.uk-overlay-scale {\n -webkit-transform: scale(@overlay-scale-out-scale);\n transform: scale(@overlay-scale-out-scale);\n}\n\n.uk-overlay-hover:hover .uk-overlay-scale,\n.uk-overlay-hover.uk-hover .uk-overlay-scale,\n.uk-overlay-active .uk-active > .uk-overlay-scale {\n -webkit-transform: scale(@overlay-scale-in-scale);\n transform: scale(@overlay-scale-in-scale);\n}\n\n\/*\n * Spin\n *\/\n\n.uk-overlay-spin {\n -webkit-transform: scale(@overlay-spin-out-scale) rotate(@overlay-spin-out-rotate);\n transform: scale(@overlay-spin-out-scale) rotate(@overlay-spin-out-rotate);\n}\n\n.uk-overlay-hover:hover .uk-overlay-spin,\n.uk-overlay-hover.uk-hover .uk-overlay-spin,\n.uk-overlay-active .uk-active > .uk-overlay-spin {\n -webkit-transform: scale(@overlay-spin-in-scale) rotate(@overlay-spin-in-rotate);\n transform: scale(@overlay-spin-in-scale) rotate(@overlay-spin-in-rotate);\n}\n\n\/*\n * Grayscale\n *\/\n\n.uk-overlay-grayscale {\n -webkit-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.uk-overlay-hover:hover .uk-overlay-grayscale,\n.uk-overlay-hover.uk-hover .uk-overlay-grayscale,\n.uk-overlay-active .uk-active > .uk-overlay-grayscale {\n -webkit-filter: grayscale(0%);\n filter: grayscale(0%);\n}\n\n\/*\n * Slide\n *\/\n\n[class*='uk-overlay-slide'] { opacity: 0; }\n\n\/* Top *\/\n.uk-overlay-slide-top {\n -webkit-transform: translateY(-100%);\n transform: translateY(-100%);\n}\n\n\/* Bottom *\/\n.uk-overlay-slide-bottom {\n -webkit-transform: translateY(100%);\n transform: translateY(100%);\n}\n\n\/* Left *\/\n.uk-overlay-slide-left {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n}\n\n\/* Right *\/\n.uk-overlay-slide-right {\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n\n\/* Hover *\/\n.uk-overlay-hover:hover [class*='uk-overlay-slide'],\n.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],\n.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {\n opacity: 1;\n -webkit-transform: translateX(0) translateY(0);\n transform: translateX(0) translateY(0);\n}\n\n\n\/* DEPRECATED\n * Sub-object `uk-overlay-area`\n ========================================================================== *\/\n\n\/*\n * 1. Set position\n * 2. Set style\n * 3. Fade-in transition\n *\/\n\n.uk-overlay-area {\n \/* 1 *\/\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n \/* 2 *\/\n background: @overlay-area-background;\n \/* 3 *\/\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n -webkit-transform: translate3d(0,0,0);\n .hook-overlay-area;\n}\n\n\/*\n * Hover\n * 1. `uk-hover` to support touch devices\n * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier\n *\/\n\n.uk-overlay:hover .uk-overlay-area,\n.uk-overlay.uk-hover .uk-overlay-area, \/\/ 1\n.uk-overlay-toggle:hover .uk-overlay-area, \/\/ 2\n.uk-overlay-toggle.uk-hover .uk-overlay-area { opacity: 1; }\n\n\/*\n * Icon\n *\/\n\n.uk-overlay-area:empty:before {\n content: @overlay-area-icon;\n position: absolute;\n top: 50%;\n left: 50%;\n width: @overlay-area-icon-size;\n height: @overlay-area-icon-size;\n margin-top: -(@overlay-area-icon-size \/ 2);\n margin-left: -(@overlay-area-icon-size \/ 2);\n font-size: @overlay-area-icon-size;\n line-height: 1;\n font-family: FontAwesome;\n text-align: center;\n color: @overlay-area-icon-color;\n .hook-overlay-area-icon;\n}\n\n\n\/* DEPRECATED\n * Sub-object `uk-overlay-area-content`\n ========================================================================== *\/\n\n\/*\n * Remove whitespace between child elements when using `inline-block`\n * Needed for Firefox\n *\/\n\n.uk-overlay-area:not(:empty) { font-size: 0.001px; }\n\n\/*\n * 1. Needed for vertical alignment\n *\/\n\n.uk-overlay-area:not(:empty):before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n}\n\n\/*\n * 1. Set vertical alignment\n * 2. Reset whitespace hack\n * 3. Set horizontal alignment\n * 4. Set style\n *\/\n\n.uk-overlay-area-content {\n \/* 1 *\/\n display: inline-block;\n box-sizing: border-box;\n width: 100%;\n vertical-align: middle;\n \/* 2 *\/\n font-size: @overlay-area-content-font-size;\n \/* 3 *\/\n text-align: center;\n \/* 4 *\/\n padding: 0 @overlay-area-content-padding-horizontal;\n color: @overlay-area-content-color;\n .hook-overlay-area-content;\n}\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-overlay-area-content > :last-child { margin-bottom: 0; }\n\n\/*\n * Links in overlay area\n *\/\n\n.uk-overlay-area-content a:not([class]),\n.uk-overlay-area-content a:not([class]):hover { color: @overlay-area-content-link-color; }\n\n\n\/* DEPRECATED\n * Sub-object `uk-overlay-caption`\n ========================================================================== *\/\n\n\/*\n * 1. Set position\n * 2. Set style\n * 3. Fade-in transition\n *\/\n\n.uk-overlay-caption {\n \/* 1 *\/\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n \/* 2 *\/\n padding: @overlay-caption-padding;\n background: @overlay-caption-background;\n color: @overlay-caption-color;\n \/* 3 *\/\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n -webkit-transform: translate3d(0,0,0);\n .hook-overlay-caption;\n}\n\n\/*\n * Hover\n * 1. `uk-hover` to support touch devices\n * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier\n *\/\n\n.uk-overlay:hover .uk-overlay-caption,\n.uk-overlay.uk-hover .uk-overlay-caption, \/\/ 1\n.uk-overlay-toggle:hover .uk-overlay-caption, \/\/ 2\n.uk-overlay-toggle.uk-hover .uk-overlay-caption { opacity: 1; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-overlay-misc;\n\n.hook-overlay-panel() {}\n.hook-overlay-background() {}\n.hook-overlay-image() {}\n.hook-overlay-icon() {}\n.hook-overlay-misc() {}\n\n\/\/ DEPRECATED\n.hook-overlay-area() {}\n.hook-overlay-area-icon() {}\n.hook-overlay-area-content() {}\n.hook-overlay-caption() {}\n\n\/\/ Name: Column\n\/\/ Description: Provides a responsive, fluid and nestable columns for text and inline elements\n\/\/\n\/\/ Component: `uk-column`\n\/\/\n\/\/ Modifiers: `uk-column-small`\n\/\/ `uk-column-medium-*`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@column-gutter: 25px;\n\n\n\/* ========================================================================\n Component: Column\n ========================================================================== *\/\n\n[class*='uk-column-'] {\n -webkit-column-gap: @column-gutter;\n -moz-column-gap: @column-gutter;\n column-gap: @column-gutter;\n .hook-column;\n}\n\n\n\/* Width modifiers\n ========================================================================== *\/\n\n.uk-column-1-2 {\n -webkit-column-count: 2;\n -moz-column-count: 2;\n column-count: 2;\n}\n\n.uk-column-1-3 {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n}\n\n.uk-column-1-4 {\n -webkit-column-count: 4;\n -moz-column-count: 4;\n column-count: 4;\n}\n\n.uk-column-1-5 {\n -webkit-column-count: 5;\n -moz-column-count: 5;\n column-count: 5;\n}\n\n.uk-column-1-6 {\n -webkit-column-count: 6;\n -moz-column-count: 6;\n column-count: 6;\n}\n\n\/* Phone landscape and bigger *\/\n@media (min-width: @breakpoint-small) {\n\n .uk-column-small-1-2 {\n -webkit-column-count: 2;\n -moz-column-count: 2;\n column-count: 2;\n }\n\n .uk-column-small-1-3 {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n }\n\n .uk-column-small-1-4 {\n -webkit-column-count: 4;\n -moz-column-count: 4;\n column-count: 4;\n }\n\n .uk-column-small-1-5 {\n -webkit-column-count: 5;\n -moz-column-count: 5;\n column-count: 5;\n }\n\n .uk-column-small-1-6 {\n -webkit-column-count: 6;\n -moz-column-count: 6;\n column-count: 6;\n }\n\n}\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-column-medium-1-2 {\n -webkit-column-count: 2;\n -moz-column-count: 2;\n column-count: 2;\n }\n\n .uk-column-medium-1-3 {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n }\n\n .uk-column-medium-1-4 {\n -webkit-column-count: 4;\n -moz-column-count: 4;\n column-count: 4;\n }\n\n .uk-column-medium-1-5 {\n -webkit-column-count: 5;\n -moz-column-count: 5;\n column-count: 5;\n }\n\n .uk-column-medium-1-6 {\n -webkit-column-count: 6;\n -moz-column-count: 6;\n column-count: 6;\n }\n\n}\n\n\/* Desktop and bigger *\/\n@media (min-width: @breakpoint-large) {\n\n .uk-column-large-1-2 {\n -webkit-column-count: 2;\n -moz-column-count: 2;\n column-count: 2;\n }\n\n .uk-column-large-1-3 {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n }\n\n .uk-column-large-1-4 {\n -webkit-column-count: 4;\n -moz-column-count: 4;\n column-count: 4;\n }\n\n .uk-column-large-1-5 {\n -webkit-column-count: 5;\n -moz-column-count: 5;\n column-count: 5;\n }\n\n .uk-column-large-1-6 {\n -webkit-column-count: 6;\n -moz-column-count: 6;\n column-count: 6;\n }\n\n}\n\n\/* Large screen and bigger *\/\n@media (min-width: @breakpoint-xlarge) {\n\n .uk-column-xlarge-1-2 {\n -webkit-column-count: 2;\n -moz-column-count: 2;\n column-count: 2;\n }\n\n .uk-column-xlarge-1-3 {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n }\n\n .uk-column-xlarge-1-4 {\n -webkit-column-count: 4;\n -moz-column-count: 4;\n column-count: 4;\n }\n\n .uk-column-xlarge-1-5 {\n -webkit-column-count: 5;\n -moz-column-count: 5;\n column-count: 5;\n }\n\n .uk-column-xlarge-1-6 {\n -webkit-column-count: 6;\n -moz-column-count: 6;\n column-count: 6;\n }\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-column-misc;\n\n.hook-column() {}\n.hook-column-misc() {}\n\n\/\/ Name: Animation\n\/\/ Description: Provides a useful set of keyframe animations\n\/\/\n\/\/ Component: `uk-animation-*`\n\/\/\n\/\/ Modifiers: `uk-animation-fade`\n\/\/ `uk-animation-scale-up`\n\/\/ `uk-animation-scale-down`\n\/\/ `uk-animation-slide-top`\n\/\/ `uk-animation-slide-bottom`\n\/\/ `uk-animation-slide-left`\n\/\/ `uk-animation-slide-right`\n\/\/ `uk-animation-scale`\n\/\/ `uk-animation-shake`\n\/\/ `uk-animation-reverse`\n\/\/ `uk-animation-15`\n\/\/ `uk-animation-top-left`\n\/\/ `uk-animation-top-center`\n\/\/ `uk-animation-top-right`\n\/\/ `uk-animation-middle-left`\n\/\/ `uk-animation-middle-right`\n\/\/ `uk-animation-bottom-left`\n\/\/ `uk-animation-bottom-center`\n\/\/ `uk-animation-bottom-right`\n\/\/\n\/\/ Sub-objects: `uk-animation-hover`\n\/\/\n\/\/ Uses: Scrollspy\n\/\/\n\/\/ Used by: Dropdown\n\/\/ Icon\n\/\/ Search\n\/\/ Datepicker\n\/\/ Slideshow\n\/\/\n\/\/ ========================================================================\n\n\n\/* ========================================================================\n Component: Animation\n ========================================================================== *\/\n\n[class*='uk-animation-'] {\n -webkit-animation-duration: 0.5s;\n animation-duration: 0.5s;\n -webkit-animation-timing-function: ease-out;\n animation-timing-function: ease-out;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n}\n\n\/* Hide animated element if scrollspy is used *\/\n@media screen {\n\n [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) { opacity: 0; }\n\n}\n\n\/*\n * Fade\n * Higher specificity (!important) needed because of reverse modifier\n *\/\n\n.uk-animation-fade {\n -webkit-animation-name: uk-fade;\n animation-name: uk-fade;\n -webkit-animation-duration: 0.8s;\n animation-duration: 0.8s;\n -webkit-animation-timing-function: linear !important;\n animation-timing-function: linear !important;\n}\n\n\/*\n * Fade with scale\n *\/\n\n.uk-animation-scale-up {\n -webkit-animation-name: uk-fade-scale-02;\n animation-name: uk-fade-scale-02;\n}\n\n.uk-animation-scale-down {\n -webkit-animation-name: uk-fade-scale-18;\n animation-name: uk-fade-scale-18;\n}\n\n\/*\n * Fade with slide\n *\/\n\n.uk-animation-slide-top {\n -webkit-animation-name: uk-fade-top;\n animation-name: uk-fade-top;\n}\n\n.uk-animation-slide-bottom {\n -webkit-animation-name: uk-fade-bottom;\n animation-name: uk-fade-bottom;\n}\n\n.uk-animation-slide-left {\n -webkit-animation-name: uk-fade-left;\n animation-name: uk-fade-left;\n}\n\n.uk-animation-slide-right {\n -webkit-animation-name: uk-fade-right;\n animation-name: uk-fade-right;\n}\n\n\/*\n * Scale\n *\/\n\n.uk-animation-scale {\n -webkit-animation-name: uk-scale-12;\n animation-name: uk-scale-12;\n}\n\n\/*\n * Shake\n *\/\n\n.uk-animation-shake {\n -webkit-animation-name: uk-shake;\n animation-name: uk-shake;\n}\n\n\n\/* Direction modifiers\n ========================================================================== *\/\n\n.uk-animation-reverse {\n -webkit-animation-direction: reverse;\n animation-direction: reverse;\n -webkit-animation-timing-function: ease-in;\n animation-timing-function: ease-in;\n}\n\n\n\/* Duration modifiers\n========================================================================== *\/\n\n.uk-animation-15 {\n -webkit-animation-duration: 15s;\n animation-duration: 15s;\n}\n\n\n\/* Origin modifiers\n========================================================================== *\/\n\n.uk-animation-top-left {\n -webkit-transform-origin: 0 0;\n transform-origin: 0 0;\n}\n\n.uk-animation-top-center {\n -webkit-transform-origin: 50% 0;\n transform-origin: 50% 0;\n}\n\n.uk-animation-top-right {\n -webkit-transform-origin: 100% 0;\n transform-origin: 100% 0;\n}\n\n.uk-animation-middle-left {\n -webkit-transform-origin: 0 50%;\n transform-origin: 0 50%;\n}\n\n.uk-animation-middle-right {\n -webkit-transform-origin: 100% 50%;\n transform-origin: 100% 50%;\n}\n\n.uk-animation-bottom-left {\n -webkit-transform-origin: 0 100%;\n transform-origin: 0 100%;\n}\n\n.uk-animation-bottom-center {\n -webkit-transform-origin: 50% 100%;\n transform-origin: 50% 100%;\n}\n\n.uk-animation-bottom-right {\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n\n\/* Sub-object: `uk-animation-hover`\n========================================================================== *\/\n\n\/*\n * Enable animation only on hover\n * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`\n *\/\n\n.uk-animation-hover:not(:hover),\n.uk-animation-hover:not(:hover) [class*='uk-animation-'],\n.uk-touch .uk-animation-hover:not(.uk-hover),\n.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {\n -webkit-animation-name: none;\n animation-name: none;\n}\n\n\n\/* Keyframes: Fade\n * Used by dropdown, datepicker and slideshow component\n ========================================================================== *\/\n\n@-webkit-keyframes uk-fade {\n 0% { opacity: 0; }\n 100% { opacity: 1; }\n}\n\n@keyframes uk-fade {\n 0% { opacity: 0; }\n 100% { opacity: 1; }\n}\n\n\n\/* Keyframes: Fade with slide\n ========================================================================== *\/\n\n\/*\n * Top\n *\/\n\n@-webkit-keyframes uk-fade-top {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(-100%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n }\n}\n\n@keyframes uk-fade-top {\n 0% {\n opacity: 0;\n transform: translateY(-100%);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n\/*\n * Bottom\n *\/\n\n@-webkit-keyframes uk-fade-bottom {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(100%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n }\n}\n\n@keyframes uk-fade-bottom {\n 0% {\n opacity: 0;\n transform: translateY(100%);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n\/*\n * Left\n *\/\n\n@-webkit-keyframes uk-fade-left {\n 0% {\n opacity: 0;\n -webkit-transform: translateX(-100%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateX(0);\n }\n}\n\n@keyframes uk-fade-left {\n 0% {\n opacity: 0;\n transform: translateX(-100%);\n }\n 100% {\n opacity: 1;\n transform: translateX(0);\n }\n}\n\n\/*\n * Right\n *\/\n\n@-webkit-keyframes uk-fade-right {\n 0% {\n opacity: 0;\n -webkit-transform: translateX(100%);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateX(0);\n }\n}\n\n@keyframes uk-fade-right {\n 0% {\n opacity: 0;\n transform: translateX(100%);\n }\n 100% {\n opacity: 1;\n transform: translateX(0);\n }\n}\n\n\n\/* Keyframes: Fade with scale\n ========================================================================== *\/\n\n\/*\n * Scale by 0.2\n *\/\n\n@-webkit-keyframes uk-fade-scale-02 {\n 0% {\n opacity: 0;\n -webkit-transform: scale(0.2);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n }\n}\n\n@keyframes uk-fade-scale-02 {\n 0% {\n opacity: 0;\n transform: scale(0.2);\n }\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n\/*\n * Scale by 1.5\n * Used by slideshow component\n *\/\n\n@-webkit-keyframes uk-fade-scale-15 {\n 0% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n }\n}\n\n@keyframes uk-fade-scale-15 {\n 0% {\n opacity: 0;\n transform: scale(1.5);\n }\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n\/*\n * Scale by 1.8\n *\/\n\n@-webkit-keyframes uk-fade-scale-18 {\n 0% {\n opacity: 0;\n -webkit-transform: scale(1.8);\n }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1);\n }\n}\n\n@keyframes uk-fade-scale-18 {\n 0% {\n opacity: 0;\n transform: scale(1.8);\n }\n 100% {\n opacity: 1;\n transform: scale(1);\n }\n}\n\n\n\/* Keyframes: Slide\n * Used by slideshow component\n ========================================================================== *\/\n\n\/*\n * Left\n *\/\n\n@-webkit-keyframes uk-slide-left {\n 0% { -webkit-transform: translateX(-100%); }\n 100% { -webkit-transform: translateX(0); }\n}\n\n@keyframes uk-slide-left {\n 0% { transform: translateX(-100%); }\n 100% { transform: translateX(0); }\n}\n\n\/*\n * Right\n *\/\n\n@-webkit-keyframes uk-slide-right {\n 0% { -webkit-transform: translateX(100%); }\n 100% { -webkit-transform: translateX(0); }\n}\n\n@keyframes uk-slide-right {\n 0% { transform: translateX(100%); }\n 100% { transform: translateX(0); }\n}\n\n\/*\n * Left third\n *\/\n\n@-webkit-keyframes uk-slide-left-33 {\n 0% { -webkit-transform: translateX(33%); }\n 100% { -webkit-transform: translateX(0); }\n}\n\n@keyframes uk-slide-left-33 {\n 0% { transform: translateX(33%); }\n 100% { transform: translateX(0); }\n}\n\n\/*\n * Right third\n *\/\n\n@-webkit-keyframes uk-slide-right-33 {\n 0% { -webkit-transform: translateX(-33%); }\n 100% { -webkit-transform: translateX(0); }\n}\n\n@keyframes uk-slide-right-33 {\n 0% { transform: translateX(-33%); }\n 100% { transform: translateX(0); }\n}\n\n\n\/* Keyframes: Scale\n ========================================================================== *\/\n\n@-webkit-keyframes uk-scale-12 {\n 0% { -webkit-transform: scale(1.2); }\n 100% { -webkit-transform: scale(1); }\n}\n\n@keyframes uk-scale-12 {\n 0% { transform: scale(1.2); }\n 100% { transform: scale(1); }\n}\n\n\n\/* Keyframes: Rotate\n * Used by icon component\n ========================================================================== *\/\n\n@-webkit-keyframes uk-rotate {\n 0% { -webkit-transform: rotate(0deg); }\n 100% { -webkit-transform: rotate(359deg); }\n}\n\n@keyframes uk-rotate {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(359deg); }\n}\n\n\n\/* Keyframes: Shake\n ========================================================================== *\/\n\n@-webkit-keyframes uk-shake {\n 0%, 100% { -webkit-transform: translateX(0); }\n 10% { -webkit-transform: translateX(-9px); }\n 20% { -webkit-transform: translateX(8px); }\n 30% { -webkit-transform: translateX(-7px); }\n 40% { -webkit-transform: translateX(6px); }\n 50% { -webkit-transform: translateX(-5px); }\n 60% { -webkit-transform: translateX(4px); }\n 70% { -webkit-transform: translateX(-3px); }\n 80% { -webkit-transform: translateX(2px); }\n 90% { -webkit-transform: translateX(-1px); }\n}\n\n@keyframes uk-shake {\n 0%, 100% { transform: translateX(0); }\n 10% { transform: translateX(-9px); }\n 20% { transform: translateX(8px); }\n 30% { transform: translateX(-7px); }\n 40% { transform: translateX(6px); }\n 50% { transform: translateX(-5px); }\n 60% { transform: translateX(4px); }\n 70% { transform: translateX(-3px); }\n 80% { transform: translateX(2px); }\n 90% { transform: translateX(-1px); }\n}\n\n\n\/* Keyframes: Fade with slide fixed\n * Used by dropdown and search component\n ========================================================================== *\/\n\n\/*\n * Top fixed\n *\/\n\n@-webkit-keyframes uk-slide-top-fixed {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(-10px);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n }\n}\n\n@keyframes uk-slide-top-fixed {\n 0% {\n opacity: 0;\n transform: translateY(-10px);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n\/*\n * Bottom fixed\n *\/\n\n@-webkit-keyframes uk-slide-bottom-fixed {\n 0% {\n opacity: 0;\n -webkit-transform: translateY(10px);\n }\n 100% {\n opacity: 1;\n -webkit-transform: translateY(0);\n }\n}\n\n@keyframes uk-slide-bottom-fixed {\n 0% {\n opacity: 0;\n transform: translateY(10px);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-animation-misc;\n\n.hook-animation-misc() {}\n\n\n\/\/ JavaScript\n\/\/ Name: Dropdown\n\/\/ Description: Defines styles for a toggleable dropdown\n\/\/\n\/\/ Component: `uk-dropdown`\n\/\/\n\/\/ Sub-objects: `uk-dropdown-overlay`\n\/\/\n\/\/ Modifiers: `uk-dropdown-blank`\n\/\/ `uk-dropdown-top`\n\/\/ `uk-dropdown-bottom`\n\/\/ `uk-dropdown-left`\n\/\/ `uk-dropdown-right`\n\/\/ `uk-dropdown-justify`\n\/\/ `uk-dropdown-grid`\n\/\/ `uk-dropdown-width-2`\n\/\/ `uk-dropdown-width-3`\n\/\/ `uk-dropdown-width-4`\n\/\/ `uk-dropdown-width-5`\n\/\/ `uk-dropdown-stack`\n\/\/ `uk-dropdown-small`\n\/\/ `uk-dropdown-navbar`\n\/\/ `uk-dropdown-scrollable`\n\/\/\n\/\/ States: `uk-open`\n\/\/\n\/\/ Uses: Animation\n\/\/ Grid: `uk-width-*`\n\/\/ Panel: `uk-panel`\n\/\/ Nav: `uk-nav`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@dropdown-z-index: 970;\n@dropdown-width: 200px;\n@dropdown-margin-top: 5px;\n@dropdown-padding: 15px;\n@dropdown-background: #f5f5f5;\n@dropdown-color: #444;\n@dropdown-font-size: 1rem;\n@dropdown-animation: uk-fade;\n\n@dropdown-divider-border-width: 1px;\n@dropdown-divider-border: #ddd;\n\n@dropdown-small-padding: 5px;\n\n@dropdown-navbar-margin: 0;\n@dropdown-navbar-background: #f5f5f5;\n@dropdown-navbar-color: #444;\n@dropdown-navbar-animation: uk-slide-top-fixed;\n\n@dropdown-scrollable-height: 200px;\n\n\n\/* ========================================================================\n Component: Dropdown\n ========================================================================== *\/\n\n\/*\n * 1. Hide by default\n * 2. Set position\n * 3. Box-sizing is needed for `uk-dropdown-justify`\n * 4. Set width\n *\/\n\n.uk-dropdown,\n.uk-dropdown-blank {\n \/* 1 *\/\n display: none;\n \/* 2 *\/\n position: absolute;\n z-index: @dropdown-z-index;\n \/* 3 *\/\n box-sizing: border-box;\n \/* 4 *\/\n width: @dropdown-width;\n}\n\n\/*\n * Dropdown style\n * 1. Reset button group whitespace hack\n *\/\n\n.uk-dropdown {\n padding: @dropdown-padding;\n background: @dropdown-background;\n color: @dropdown-color;\n \/* 1 *\/\n font-size: @dropdown-font-size;\n vertical-align: top;\n .hook-dropdown;\n}\n\n\/* Focus *\/\n.uk-dropdown:focus { outline: none; }\n\n\/*\n * 1. Show dropdown\n * 2. Set animation\n * 3. Needed for scale animation\n *\/\n\n.uk-open > .uk-dropdown,\n.uk-open > .uk-dropdown-blank {\n \/* 1 *\/\n display: block;\n \/* 2 *\/\n -webkit-animation: @dropdown-animation 0.2s ease-in-out;\n animation: @dropdown-animation 0.2s ease-in-out;\n \/* 3 *\/\n -webkit-transform-origin: 0 0;\n transform-origin: 0 0;\n}\n\n\/* Alignment modifiers\n ========================================================================== *\/\n\n\/*\n * Modifier\n *\/\n\n.uk-dropdown-top { margin-top: (-1 * @dropdown-margin-top); }\n.uk-dropdown-bottom { margin-top: @dropdown-margin-top; }\n.uk-dropdown-left { margin-left: (-1 * @dropdown-margin-top); }\n.uk-dropdown-right { margin-left: @dropdown-margin-top; }\n\n\n\/* Nav in dropdown\n ========================================================================== *\/\n\n.uk-dropdown .uk-nav { margin: 0 (-@dropdown-padding); }\n\n\n\/* Grid and panel in dropdown\n ========================================================================== *\/\n\n\/*\n* Vertical gutter\n*\/\n\n\/*\n * Grid\n * Higher specificity to override large gutter\n *\/\n\n.uk-grid .uk-dropdown-grid + .uk-dropdown-grid { margin-top: @dropdown-padding; }\n\n\/* Panels *\/\n.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel { margin-top: @dropdown-padding; }\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n \/*\n * Horizontal gutter\n *\/\n\n .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {\n margin-left: -@dropdown-padding ;\n margin-right: -@dropdown-padding;\n }\n\n .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {\n padding-left: @dropdown-padding;\n padding-right: @dropdown-padding;\n }\n\n \/*\n * Column divider\n *\/\n\n .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) { border-left: @dropdown-divider-border-width solid @dropdown-divider-border; }\n\n \/*\n * Width multiplier for dropdown columns\n *\/\n\n .uk-dropdown-width-2:not(.uk-dropdown-stack) { width: (@dropdown-width * 2); }\n .uk-dropdown-width-3:not(.uk-dropdown-stack) { width: (@dropdown-width * 3); }\n .uk-dropdown-width-4:not(.uk-dropdown-stack) { width: (@dropdown-width * 4); }\n .uk-dropdown-width-5:not(.uk-dropdown-stack) { width: (@dropdown-width * 5); }\n\n}\n\n\/* Phone landscape and smaller *\/\n@media (max-width: @breakpoint-small-max) {\n\n \/*\n * Stack columns and take full width\n *\/\n\n .uk-dropdown-grid > [class*='uk-width-'] { width: 100%; }\n\n \/*\n * Vertical gutter\n *\/\n\n .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) { margin-top: @dropdown-padding; }\n\n}\n\n\/*\n* Stack grid columns\n*\/\n\n.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] { width: 100%; }\n\n.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) { margin-top: @dropdown-padding; }\n\n\n\n\/* Modifier `uk-dropdown-small`\n ========================================================================== *\/\n\n\/*\n * Set min-width and text expands dropdown if needed\n *\/\n\n.uk-dropdown-small {\n min-width: 150px;\n width: auto;\n padding: @dropdown-small-padding;\n white-space: nowrap;\n}\n\n\/*\n * Nav in dropdown\n *\/\n\n.uk-dropdown-small .uk-nav { margin: 0 (-@dropdown-small-padding); }\n\n\n\/* Modifier: `uk-dropdown-navbar`\n ========================================================================== *\/\n\n.uk-dropdown-navbar {\n margin-top: @dropdown-navbar-margin;\n background: @dropdown-navbar-background;\n color: @dropdown-navbar-color;\n .hook-dropdown-navbar;\n}\n\n.uk-open > .uk-dropdown-navbar {\n -webkit-animation: @dropdown-navbar-animation 0.2s ease-in-out;\n animation: @dropdown-navbar-animation 0.2s ease-in-out;\n}\n\n\n\/* Modifier `uk-dropdown-scrollable`\n ========================================================================== *\/\n\n\/*\n * Usefull for long lists\n *\/\n\n.uk-dropdown-scrollable {\n overflow-y: auto;\n max-height: @dropdown-scrollable-height;\n}\n\n\n\/* Sub-object: `uk-dropdown-overlay`\n ========================================================================== *\/\n\n.uk-dropdown-overlay {\n .hook-dropdown-overlay;\n}\n\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-dropdown-misc;\n\n.hook-dropdown() {}\n.hook-dropdown-navbar() {}\n.hook-dropdown-overlay() {}\n.hook-dropdown-misc() {}\n\n\/\/ Name: Modal\n\/\/ Description: Defines styles for modal dialogs\n\/\/\n\/\/ Component: `uk-modal`\n\/\/\n\/\/ Sub-objects: `uk-modal-dialog`\n\/\/ `uk-modal-close`\n\/\/ `uk-modal-header`\n\/\/ `uk-modal-footer`\n\/\/ `uk-modal-caption`\n\/\/ `uk-modal-spinner`\n\/\/\n\/\/ Modifiers: `uk-modal-dialog-lightbox`\n\/\/ `uk-modal-dialog-blank`\n\/\/ `uk-modal-dialog-large`\n\/\/\n\/\/ States: `uk-open`\n\/\/\n\/\/ Uses: Close: `uk-close`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@modal-z-index: 1010;\n@modal-background: rgba(0,0,0,0.6);\n\n@modal-dialog-margin-vertical: 50px;\n@modal-dialog-padding: 20px;\n@modal-dialog-width: 600px;\n@modal-dialog-background: #fff;\n\n@modal-dialog-large-width: 930px;\n@modal-dialog-large-width-large: 1130px;\n\n@modal-header-margin-bottom: 15px;\n\n@modal-footer-margin-top: 15px;\n\n@modal-caption-margin-bottom: -10px;\n@modal-caption-color: #fff;\n\n\n\/* ========================================================================\n Component: Modal\n ========================================================================== *\/\n\n\/*\n * This is the modal overlay and modal dialog container\n * 1. Hide by default\n * 2. Set fixed position\n * 3. Allow scrolling for the modal dialog\n * 4. Mask the background page\n * 5. Fade-in transition\n * 6. Deactivate browser history navigation in IE11\n * 7. force hardware acceleration to prevent browser rendering hiccups\n *\/\n\n.uk-modal {\n \/* 1 *\/\n display: none;\n \/* 2 *\/\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: @modal-z-index;\n \/* 3 *\/\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n \/* 4 *\/\n background: @modal-background;\n \/* 5 *\/\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n \/* 6 *\/\n touch-action: cross-slide-y pinch-zoom double-tap-zoom;\n \/* 7 *\/\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n .hook-modal;\n}\n\n\/*\n * Open state\n *\/\n\n.uk-modal.uk-open { opacity: 1; }\n\n\/*\n * Prevents duplicated scrollbar caused by 4.\n *\/\n\n.uk-modal-page,\n.uk-modal-page body { overflow: hidden; }\n\n\n\/* Sub-object: `uk-modal-dialog`\n ========================================================================== *\/\n\n\/*\n * 1. Create position context for caption, spinner and close button\n * 2. Set box sizing\n * 3. Set style\n * 4. Slide-in transition\n *\/\n\n.uk-modal-dialog {\n \/* 1 *\/\n position: relative;\n \/* 2 *\/\n box-sizing: border-box;\n margin: @modal-dialog-margin-vertical auto;\n padding: @modal-dialog-padding;\n width: @modal-dialog-width;\n max-width: 100%;\n max-width: ~\"calc(100% - 20px)\";\n \/* 3 *\/\n background: @modal-dialog-background;\n \/* 4 *\/\n opacity: 0;\n -webkit-transform: translateY(-100px);\n transform: translateY(-100px);\n -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;\n transition: opacity 0.3s linear, transform 0.3s ease-out;\n .hook-modal-dialog;\n}\n\n\/* Phone landscape and smaller *\/\n@media (max-width: @breakpoint-small-max) {\n\n \/*\n * Fit in small screen\n *\/\n\n .uk-modal-dialog {\n width: auto;\n margin: 10px auto;\n }\n\n}\n\n\/*\n * Open state\n *\/\n\n.uk-open .uk-modal-dialog {\n \/* 4 *\/\n opacity: 1;\n -webkit-transform: translateY(0);\n transform: translateY(0);\n}\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-modal-dialog > :not([class*='uk-modal-']):last-child { margin-bottom: 0; }\n\n\n\/* Close in modal\n ========================================================================== *\/\n\n.uk-modal-dialog > .uk-close:first-child {\n margin: -10px -10px 0 0;\n float: right;\n}\n\n\/*\n * Remove margin from adjacent element\n *\/\n\n .uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) { margin-top: 0; }\n\n\n\/* Modifier: `uk-modal-dialog-lightbox`\n ========================================================================== *\/\n\n.uk-modal-dialog-lightbox {\n margin: 15px auto;\n padding: 0;\n max-width: 95%;\n max-width: ~\"calc(100% - 30px)\";\n min-height: 50px;\n .hook-modal-dialog-lightbox;\n}\n\n\/*\n * Close button\n *\/\n\n.uk-modal-dialog-lightbox > .uk-close:first-child {\n position: absolute;\n top: -12px;\n right: -12px;\n margin: 0;\n float: none;\n}\n\n\/* Phone landscape and smaller *\/\n@media (max-width: @breakpoint-small-max) {\n\n .uk-modal-dialog-lightbox > .uk-close:first-child {\n top: -7px;\n right: -7px;\n }\n\n}\n\n\/* Modifier: `uk-modal-dialog-blank`\n ========================================================================== *\/\n\n.uk-modal-dialog-blank {\n margin: 0;\n padding: 0;\n width: 100%;\n max-width: 100%;\n -webkit-transition: opacity 0.3s linear;\n transition: opacity 0.3s linear;\n}\n\n\/*\n* Close button\n*\/\n\n.uk-modal-dialog-blank > .uk-close:first-child {\n position: absolute;\n top: 20px;\n right: 20px;\n z-index: 1;\n margin: 0;\n float: none;\n}\n\n\n\/* Modifier: `uk-modal-dialog-large`\n ========================================================================== *\/\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-modal-dialog-large { width: @modal-dialog-large-width; }\n\n}\n\n\/* Large screen and bigger *\/\n@media (min-width: @breakpoint-xlarge) {\n\n .uk-modal-dialog-large { width: @modal-dialog-large-width-large; }\n\n}\n\n\n\/* Sub-Object: `uk-modal-header` and `uk-modal-footer`\n ========================================================================== *\/\n\n.uk-modal-header {\n margin-bottom: @modal-header-margin-bottom;\n .hook-modal-header;\n}\n\n.uk-modal-footer {\n margin-top: @modal-footer-margin-top;\n .hook-modal-footer;\n}\n\n\/*\n * Remove margin from the last-child\n *\/\n\n.uk-modal-header > :last-child,\n.uk-modal-footer > :last-child { margin-bottom: 0; }\n\n\n\/* Sub-Object: `uk-modal-caption`\n ========================================================================== *\/\n\n.uk-modal-caption {\n position: absolute;\n left: 0;\n right: 0;\n bottom: (-@modal-dialog-padding);\n margin-bottom: @modal-caption-margin-bottom;\n color: @modal-caption-color;\n text-align: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n .hook-modal-caption;\n}\n\n\n\/* Sub-Object: `uk-modal-spinner`\n ========================================================================== *\/\n\n.uk-modal-spinner {\n position: absolute;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%,-50%);\n transform: translate(-50%,-50%);\n font-size: 25px;\n color: #ddd;\n .hook-modal-spinner;\n}\n\n.uk-modal-spinner:after {\n content: \"\\f110\";\n display: block;\n font-family: FontAwesome;\n -webkit-animation: uk-rotate 2s infinite linear;\n animation: uk-rotate 2s infinite linear;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-modal-misc;\n\n.hook-modal() {}\n.hook-modal-dialog() {}\n.hook-modal-dialog-lightbox() {}\n.hook-modal-header() {}\n.hook-modal-footer() {}\n.hook-modal-caption() {}\n.hook-modal-spinner() {}\n.hook-modal-misc() {}\n\n\/\/ Name: Off-canvas\n\/\/ Description: Defines styles for an off-canvas sidebar that slides in and out of the page\n\/\/\n\/\/ Component: `uk-offcanvas`\n\/\/\n\/\/ Sub-objects: `uk-offcanvas-page`\n\/\/ `uk-offcanvas-bar`\n\/\/ `uk-offcanvas-close`\n\/\/\n\/\/ Modifiers: `uk-offcanvas-bar-flip`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Uses: Panel: `uk-panel`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ Open\n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@offcanvas-z-index: 1000;\n@offcanvas-background: rgba(0,0,0,0.1);\n\n@offcanvas-bar-width: 270px;\n@offcanvas-bar-background: #333;\n\n@offcanvas-panel-margin: 20px 15px;\n@offcanvas-panel-color: #777;\n@offcanvas-panel-link-color: #ccc;\n@offcanvas-panel-link-hover-color: #fff;\n@offcanvas-panel-title-color: @offcanvas-panel-link-color;\n\n\n\/* ========================================================================\n Component: Off-canvas\n ========================================================================== *\/\n\n\/*\n * This is the offcanvas overlay and bar container\n * 1. Hide by default\n * 2. Set fixed position\n * 3. Deactivate browser touch actions in IE11\n * 4. Mask the background page\n *\/\n\n.uk-offcanvas {\n \/* 1 *\/\n display: none;\n \/* 2 *\/\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: @offcanvas-z-index;\n \/* 3 *\/\n touch-action: none;\n \/* 4 *\/\n background: @offcanvas-background;\n .hook-offcanvas;\n}\n\n.uk-offcanvas.uk-active { display: block; }\n\n\n\/* Sub-object `uk-offcanvas-page`\n ========================================================================== *\/\n\n\/*\n * Prepares the whole HTML page to slide-out\n * 1. Fix the main page and disallow scrolling\n * 2. Side-out transition\n * 3. Needed for the transition to work instead of just letting it pop to the side\n *\/\n\n.uk-offcanvas-page {\n \/* 1 *\/\n position: fixed;\n \/* 2 *\/\n -webkit-transition: margin-left 0.3s ease-in-out;\n transition: margin-left 0.3s ease-in-out;\n \/* 3 *\/\n margin-left: 0;\n}\n\n\n\/* Sub-object `uk-offcanvas-bar`\n ========================================================================== *\/\n\n\/*\n * This is the offcanvas bar\n * 1. Set fixed position\n * 2. Size and style\n * 3. Allow scrolling\n * 4. Side-out transition\n * 5. Deactivate scroll chaining in IE11\n *\/\n\n.uk-offcanvas-bar {\n \/* 1 *\/\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n z-index: @offcanvas-z-index + 1;\n \/* 2 *\/\n width: @offcanvas-bar-width;\n max-width: 100%;\n background: @offcanvas-bar-background;\n \/* 3 *\/\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n \/* 4 *\/\n -webkit-transition: -webkit-transform 0.3s ease-in-out;\n transition: transform 0.3s ease-in-out;\n \/* 5 *\/\n -ms-scroll-chaining: none;\n .hook-offcanvas-bar;\n}\n\n.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {\n -webkit-transform: translateX(0%);\n transform: translateX(0%);\n}\n\n\/* Modifier `uk-offcanvas-bar-flip`\n ========================================================================== *\/\n\n.uk-offcanvas-bar-flip {\n left: auto;\n right: 0;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n\n\/* Offcanvase modes\n ========================================================================== *\/\n.uk-offcanvas-bar[mode='none'] {\n -webkit-transition: none;\n transition: none;\n}\n\n.uk-offcanvas-bar[mode='reveal']{\n -webkit-transform: translateX(0%);\n transform: translateX(0%);\n clip: rect(0, 0, 100vh, 0);\n -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;\n transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;\n}\n\n.uk-offcanvas-bar-flip[mode='reveal']{\n clip: none;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n\n.uk-offcanvas-bar-flip[mode='reveal'] > * {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n -webkit-transition: -webkit-transform 0.3s ease-in-out;\n transition: transform 0.3s ease-in-out;\n}\n\n.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {\n -webkit-transform: translateX(0%);\n transform: translateX(0%);\n}\n\n\/* Panel in offcanvas\n ========================================================================== *\/\n\n.uk-offcanvas .uk-panel {\n margin: @offcanvas-panel-margin;\n color: @offcanvas-panel-color;\n .hook-offcanvas-panel;\n}\n\n.uk-offcanvas .uk-panel-title { color: @offcanvas-panel-title-color; }\n\n.uk-offcanvas .uk-panel a:not([class]) { color: @offcanvas-panel-link-color; }\n.uk-offcanvas .uk-panel a:not([class]):hover { color: @offcanvas-panel-link-hover-color; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-offcanvas-misc;\n\n.hook-offcanvas() {}\n.hook-offcanvas-bar() {}\n.hook-offcanvas-panel() {}\n.hook-offcanvas-misc() {}\n\n\/\/ Name: Switcher\n\/\/ Description: Defines styles for the switcher\n\/\/\n\/\/ Component: `uk-switcher`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ ========================================================================\n\n\n\/* ========================================================================\n Component: Switcher\n ========================================================================== *\/\n\n\/*\n * 1. Deactivate browser history navigation in IE11\n *\/\n.uk-switcher {\n margin: 0;\n padding: 0;\n list-style: none;\n \/* 1 *\/\n touch-action: cross-slide-y pinch-zoom double-tap-zoom;\n}\n\n\/*\n * Items\n *\/\n\n.uk-switcher > :not(.uk-active) { display: none; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-switcher-misc;\n\n.hook-switcher-misc() {}\n\n\/\/ Need to be loaded last\n\/\/ Name: Text\n\/\/ Description: Collection of useful text utility classes to style your content\n\/\/\n\/\/ Component: `uk-text-*`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@text-small-font-size: 11px;\n@text-small-line-height: 16px;\n@text-large-font-size: 18px;\n@text-large-line-height: 24px;\n@text-large-font-weight: normal;\n\n@text-muted-color: #999;\n@text-primary-color: #2d7091;\n@text-success-color: #659f13;\n@text-warning-color: #e28327;\n@text-danger-color: #d85030;\n@text-contrast-color: #fff;\n\n\n\/* ========================================================================\n Component: Text\n ========================================================================== *\/\n\n\/* Size modifiers\n ========================================================================== *\/\n\n.uk-text-small {\n font-size: @text-small-font-size;\n line-height: @text-small-line-height;\n}\n\n.uk-text-large {\n font-size: @text-large-font-size;\n line-height: @text-large-line-height;\n font-weight: @text-large-font-weight;\n}\n\n\n\/* Weight modifiers\n ========================================================================== *\/\n\n.uk-text-bold { font-weight: bold; }\n\n\n\/* Color modifiers\n ========================================================================== *\/\n\n.uk-text-muted { color: @text-muted-color !important; }\n.uk-text-primary { color: @text-primary-color !important; }\n.uk-text-success { color: @text-success-color !important; }\n.uk-text-warning { color: @text-warning-color !important; }\n.uk-text-danger { color: @text-danger-color !important; }\n.uk-text-contrast { color: @text-contrast-color !important; }\n\n\n\/* Alignment modifiers\n ========================================================================== *\/\n\n.uk-text-left { text-align: left !important; }\n.uk-text-right { text-align: right !important; }\n.uk-text-center { text-align: center !important; }\n.uk-text-justify { text-align: justify !important; }\n\n.uk-text-top { vertical-align: top !important; }\n.uk-text-middle { vertical-align: middle !important; }\n.uk-text-bottom { vertical-align: bottom !important; }\n\n\/* Only tablets portrait and smaller *\/\n@media (max-width: @breakpoint-medium-max) {\n\n .uk-text-center-medium { text-align: center !important; }\n .uk-text-left-medium { text-align: left !important; }\n\n}\n\n\/* Phone landscape and smaller *\/\n@media (max-width: @breakpoint-small-max) {\n\n .uk-text-center-small { text-align: center !important; }\n .uk-text-left-small { text-align: left !important; }\n\n}\n\n\n\/* Wrap modifiers\n ========================================================================== *\/\n\n\/*\n * Prevent text from wrapping onto multiple lines\n *\/\n\n.uk-text-nowrap { white-space: nowrap; }\n\n\/*\n * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis\n *\/\n\n.uk-text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n\/*\n * Break strings if their length exceeds the width of their container\n *\/\n\n.uk-text-break {\n word-wrap: break-word;\n -webkit-hyphens: auto;\n -ms-hyphens: auto;\n -moz-hyphens: auto;\n hyphens: auto;\n}\n\n\n\/* Transform modifiers\n ========================================================================== *\/\n\n.uk-text-capitalize { text-transform: capitalize !important; }\n.uk-text-lowercase { text-transform: lowercase !important; }\n.uk-text-uppercase { text-transform: uppercase !important; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-text-misc;\n\n.hook-text-misc() {}\n\n\/\/ Name: Utility\n\/\/ Description: Collection of useful utility classes to style your content\n\/\/\n\/\/ Component: `uk-container-*`\n\/\/ `uk-clearfix`\n\/\/ `uk-nbfc-*`\n\/\/ `uk-float-*`\n\/\/ `uk-align-*`\n\/\/ `uk-vertical-align-*`\n\/\/ `uk-height-*`\n\/\/ `uk-responsive-*`\n\/\/ `uk-margin-*`\n\/\/ `uk-padding-*`\n\/\/ `uk-border-*`\n\/\/ `uk-heading-*`\n\/\/ `uk-link-*`\n\/\/ `uk-scrollable-*`\n\/\/ `uk-overflow-*`\n\/\/ `uk-position-*`\n\/\/ `uk-display-*`\n\/\/ `uk-visible-*`\n\/\/ `uk-hidden-*`\n\/\/ `uk-invisible`\n\/\/\n\/\/ Used by: Overlay\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@utility-container-max-width: 980px;\n@utility-container-padding-horizontal: 25px;\n\n@utility-container-large-max-width: 1200px;\n@utility-container-large-padding-horizontal: 35px;\n\n@utility-align-horizontal: 15px;\n@utility-align-vertical: 15px;\n\n@utility-height-viewport-min-height: 600px;\n\n@utility-margin: 15px;\n@utility-margin-small: 5px;\n@utility-margin-large: 50px;\n\n@utility-border-rounded: 5px;\n\n@utility-heading-large-small-font-size: 36px;\n@utility-heading-large-small-line-height: 42px;\n@utility-heading-large-font-size: 52px;\n@utility-heading-large-line-height: 64px;\n\n@utility-link-muted-color: #444;\n@utility-link-muted-hover-color: #444;\n\n@utility-scrollable-text-height: 300px;\n\n@utility-scrollable-box-height: 170px;\n@utility-scrollable-box-padding: 10px;\n@utility-scrollable-box-border: #ddd;\n@utility-scrollable-box-border-width: 1px;\n\n\n\/* ========================================================================\n Component: Utility\n ========================================================================== *\/\n\n\/* Container\n ========================================================================== *\/\n\n.uk-container {\n box-sizing: border-box;\n max-width: @utility-container-max-width;\n padding: 0 @utility-container-padding-horizontal;\n .hook-container;\n}\n\n\/* Large screen and bigger *\/\n@media (min-width: @breakpoint-xlarge) {\n\n .uk-container {\n max-width: @utility-container-large-max-width;\n padding: 0 @utility-container-large-padding-horizontal;\n }\n\n}\n\n\/*\n * Micro clearfix\n *\/\n\n.uk-container:before,\n.uk-container:after {\n content: \"\";\n display: table;\n}\n\n.uk-container:after { clear: both; }\n\n\/*\n * Center container\n *\/\n\n.uk-container-center {\n margin-left: auto;\n margin-right: auto;\n}\n\n\n\/* Clearing\n ========================================================================== *\/\n\n\/*\n * Micro clearfix\n* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit\n * `table` is used again with `:after` because `clear` only works with block elements.\n * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari\n *\/\n\n.uk-clearfix:before {\n content: \"\";\n display: table-cell;\n}\n\n.uk-clearfix:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n\n\/*\n * Create a new block formatting context\n *\/\n\n.uk-nbfc { overflow: hidden; }\n\n.uk-nbfc-alt {\n display: table-cell;\n width: 10000px;\n}\n\n\n\/* Alignment of block elements\n ========================================================================== *\/\n\n\/*\n * Float blocks\n * 1. Prevent content overflow on small devices\n *\/\n\n.uk-float-left { float: left; }\n.uk-float-right { float: right; }\n\n\/* 1 *\/\n[class*='uk-float-'] { max-width: 100%; }\n\n\n\/* Alignment of images and objects\n ========================================================================== *\/\n\n\/*\n * Alignment\n *\/\n\n[class*='uk-align-'] {\n display: block;\n margin-bottom: @utility-align-vertical;\n}\n\n.uk-align-left {\n margin-right: @utility-align-horizontal;\n float: left;\n}\n\n.uk-align-right {\n margin-left: @utility-align-horizontal;\n float: right;\n}\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-align-medium-left {\n margin-right: @utility-align-horizontal;\n float: left;\n }\n\n .uk-align-medium-right {\n margin-left: @utility-align-horizontal;\n float: right;\n }\n\n}\n\n.uk-align-center {\n margin-left: auto;\n margin-right: auto;\n}\n\n\n\/* Vertical alignment\n ========================================================================== *\/\n\n\/*\n * Remove whitespace between child elements when using `inline-block`\n *\/\n\n.uk-vertical-align { font-size: 0.001px; }\n\n\/*\n * The `uk-vertical-align` container needs a specific height\n *\/\n\n.uk-vertical-align:before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n}\n\n\/*\n * Sub-object which can have any height\n * 1. Reset whitespace hack\n *\/\n\n.uk-vertical-align-middle,\n.uk-vertical-align-bottom {\n display: inline-block;\n max-width: 100%;\n \/* 1 *\/\n font-size: 1rem;\n}\n\n.uk-vertical-align-middle { vertical-align: middle; }\n.uk-vertical-align-bottom { vertical-align: bottom; }\n\n\n\/* Height\n ========================================================================== *\/\n\n\/*\n * More robust if padding and border are used\n *\/\n\n[class*='uk-height'] { box-sizing: border-box; }\n\n\/*\n * Useful to extend the `html` and `body` element to the full height of the page.\n *\/\n\n.uk-height-1-1 { height: 100%; }\n\n\/*\n * Useful to create image teasers\n *\/\n\n.uk-height-viewport {\n height: 100vh;\n min-height: @utility-height-viewport-min-height;\n}\n\n\n\/* Responsive objects\n * Note: Images are already responsive by default, see Base component\n ========================================================================== *\/\n\n\/*\n * 1. Corrects `max-width` and `max-height` behavior if padding and border are used\n *\/\n\n.uk-responsive-width,\n.uk-responsive-height { box-sizing: border-box; }\n\n\/*\n * Responsiveness: Sets a maximum width relative to the parent and auto scales the height\n * `important` needed to override `uk-img-preserve img`\n *\/\n\n.uk-responsive-width {\n max-width: 100% !important;\n height: auto;\n}\n\n\/*\n * Responsiveness: Sets a maximum height relative to the parent and auto scales the width\n * Only works if the parent element has a fixed height.\n *\/\n\n.uk-responsive-height {\n max-height: 100%;\n width: auto;\n}\n\n\n\/* Margin\n ========================================================================== *\/\n\n\/*\n * Create a block with the same margin of a paragraph\n * Add margin if adjacent element\n *\/\n\n.uk-margin { margin-bottom: @utility-margin; }\n* + .uk-margin { margin-top: @utility-margin; }\n\n.uk-margin-top { margin-top: @utility-margin !important; }\n.uk-margin-bottom { margin-bottom: @utility-margin !important; }\n.uk-margin-left { margin-left: @utility-margin !important; }\n.uk-margin-right { margin-right: @utility-margin !important; }\n\n\/*\n * Larger margins\n *\/\n\n.uk-margin-large { margin-bottom: @utility-margin-large; }\n* + .uk-margin-large { margin-top: @utility-margin-large; }\n\n.uk-margin-large-top { margin-top: @utility-margin-large !important; }\n.uk-margin-large-bottom { margin-bottom: @utility-margin-large !important; }\n.uk-margin-large-left { margin-left: @utility-margin-large !important; }\n.uk-margin-large-right { margin-right: @utility-margin-large !important; }\n\n\/*\n * Smaller margins\n *\/\n\n.uk-margin-small { margin-bottom: @utility-margin-small; }\n* + .uk-margin-small { margin-top: @utility-margin-small; }\n\n.uk-margin-small-top { margin-top: @utility-margin-small !important; }\n.uk-margin-small-bottom { margin-bottom: @utility-margin-small !important; }\n.uk-margin-small-left { margin-left: @utility-margin-small !important; }\n.uk-margin-small-right { margin-right: @utility-margin-small !important; }\n\n\/*\n * Remove margins\n *\/\n\n.uk-margin-remove { margin: 0 !important; }\n.uk-margin-top-remove { margin-top: 0 !important; }\n.uk-margin-bottom-remove { margin-bottom: 0 !important; }\n\n\n\/* Padding\n ========================================================================== *\/\n\n.uk-padding-remove { padding: 0 !important; }\n.uk-padding-top-remove { padding-top: 0 !important; }\n.uk-padding-bottom-remove { padding-bottom: 0 !important; }\n\n.uk-padding-vertical-remove {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n\/* Border\n ========================================================================== *\/\n\n.uk-border-circle { border-radius: 50%; }\n.uk-border-rounded { border-radius: @utility-border-rounded; }\n\n\n\/* Headings\n ========================================================================== *\/\n\n.uk-heading-large {\n font-size: @utility-heading-large-small-font-size;\n line-height: @utility-heading-large-small-line-height;\n}\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-heading-large {\n font-size: @utility-heading-large-font-size;\n line-height: @utility-heading-large-line-height;\n }\n\n}\n\n\n\/* Link\n ========================================================================== *\/\n\n\/*\n * Let links appear in default text color\n *\/\n\n.uk-link-muted,\n.uk-link-muted a { color: @utility-link-muted-color; }\n\n.uk-link-muted:hover,\n.uk-link-muted a:hover { color: @utility-link-muted-hover-color; }\n\n\/*\n * Reset link style\n *\/\n\n.uk-link-reset,\n.uk-link-reset a,\n.uk-link-reset:hover,\n.uk-link-reset a:hover,\n.uk-link-reset:focus,\n.uk-link-reset a:focus {\n color: inherit;\n text-decoration: none;\n}\n\n\n\/* Scrollable\n ========================================================================== *\/\n\n\/*\n * Enable scrolling for preformatted text\n *\/\n\n.uk-scrollable-text {\n height: @utility-scrollable-text-height;\n overflow-y: scroll;\n -webkit-overflow-scrolling: touch;\n resize: both;\n}\n\n\/*\n * Box with scrolling enabled\n *\/\n\n.uk-scrollable-box {\n box-sizing: border-box;\n height: @utility-scrollable-box-height;\n padding: @utility-scrollable-box-padding;\n border: @utility-scrollable-box-border-width solid @utility-scrollable-box-border;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n resize: both;\n .hook-scrollable-box;\n}\n\n.uk-scrollable-box > :last-child { margin-bottom: 0; }\n\n\n\/* Overflow\n ========================================================================== *\/\n\n.uk-overflow-hidden { overflow: hidden; }\n\n\/*\n * Enable scrollbars if content is clipped\n *\/\n\n.uk-overflow-container {\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n.uk-overflow-container > :last-child { margin-bottom: 0; }\n\n\n\/* Position\n ========================================================================== *\/\n\n.uk-position-absolute,\n[class*='uk-position-top'],\n[class*='uk-position-bottom'] { position: absolute !important; }\n\n\/* Don't use `width: 100%` because it is wrong if the parent has padding. *\/\n.uk-position-top {\n top: 0;\n left: 0;\n right: 0;\n}\n\n.uk-position-bottom {\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n.uk-position-top-left {\n top: 0;\n left: 0;\n}\n\n.uk-position-top-right {\n top: 0;\n right: 0;\n}\n\n.uk-position-bottom-left {\n bottom: 0;\n left: 0;\n}\n\n.uk-position-bottom-right {\n bottom: 0;\n right: 0;\n}\n\n\/*\n * Cover\n *\/\n\n.uk-position-cover {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n\/*\n * Relative\n *\/\n\n.uk-position-relative { position: relative !important; }\n\n\/*\n * Z-index\n *\/\n\n.uk-position-z-index { z-index: 1; }\n\n\n\/* Display\n ========================================================================== *\/\n\n\/*\n * Display\n * 1. Required if child is a responsive image\n *\/\n\n.uk-display-block { display: block !important; }\n.uk-display-inline { display: inline !important; }\n\n.uk-display-inline-block {\n display: inline-block !important;\n \/* 1 *\/\n max-width: 100%;\n}\n\n\/*\n * Visibility\n * Avoids setting display to `block` so it works also with `inline-block` and `table`\n *\/\n\n\/* Desktop and bigger *\/\n@media (min-width: @breakpoint-large) {\n\n .uk-visible-small { display: none !important; }\n .uk-visible-medium { display: none !important; }\n .uk-hidden-large { display: none !important; }\n\n}\n\n\/* Tablets portrait *\/\n@media (min-width: @breakpoint-medium) and (max-width: @breakpoint-medium-max) {\n\n .uk-visible-small { display: none !important; }\n .uk-visible-large { display: none !important ; }\n .uk-hidden-medium { display: none !important; }\n\n}\n\n\/* Phone landscape and smaller*\/\n@media (max-width: @breakpoint-small-max) {\n\n .uk-visible-medium { display: none !important; }\n .uk-visible-large { display: none !important; }\n .uk-hidden-small { display: none !important; }\n\n}\n\n\/* Remove from the flow and screen readers on any device *\/\n.uk-hidden {\n display: none !important;\n visibility: hidden !important;\n}\n\n\/* It's hidden, but still affects layout *\/\n.uk-invisible { visibility: hidden !important; }\n\n\/* Show on hover *\/\n.uk-visible-hover:hover .uk-hidden,\n.uk-visible-hover:hover .uk-invisible {\n display: block !important;\n visibility: visible !important;\n}\n\n.uk-visible-hover-inline:hover .uk-hidden,\n.uk-visible-hover-inline:hover .uk-invisible {\n display: inline-block !important;\n visibility: visible !important;\n}\n\n\/* Hide on touch *\/\n.uk-touch .uk-hidden-touch,\n.uk-notouch .uk-hidden-notouch { display: none !important; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-utility-misc;\n\n.hook-container() {}\n.hook-scrollable-box() {}\n.hook-utility-misc() {}\n\n\/\/ Name: Flex\n\/\/ Description: Defines styles to create layouts with flexbox\n\/\/\n\/\/ Component: `uk-flex-*`\n\/\/\n\/\/ Used by: Caption\n\/\/\n\/\/\n\/\/ ========================================================================\n\n\n\/* ========================================================================\n Component: Flex\n ========================================================================== *\/\n\n.uk-flex {\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n}\n\n.uk-flex-inline {\n display: -ms-inline-flexbox;\n display: -webkit-inline-flex;\n display: inline-flex;\n}\n\n\/*\n * Fixes initial flex-shrink value in IE10\n *\/\n\n.uk-flex > *,\n.uk-flex-inline > * { -ms-flex-negative: 1; }\n\n\n\/* Alignment\n ========================================================================== *\/\n\n\/*\n * Vertical alignment\n * Default value is `stretch`\n *\/\n\n\/\/ .uk-flex-stretch { align-items: stretch; }\n\n.uk-flex-top {\n -ms-flex-align: start;\n -webkit-align-items: flex-start;\n align-items: flex-start;\n}\n\n.uk-flex-middle {\n -ms-flex-align: center;\n -webkit-align-items: center;\n align-items: center;\n}\n\n.uk-flex-bottom {\n -ms-flex-align: end;\n -webkit-align-items: flex-end;\n align-items: flex-end;\n}\n\n\/*\n * Horizontal alignment\n * Default value is `flex-start`\n *\/\n\n\/\/ .uk-flex-left { justify-content: flex-start; }\n\n.uk-flex-center {\n -ms-flex-pack: center;\n -webkit-justify-content: center;\n justify-content: center;\n}\n\n.uk-flex-right {\n -ms-flex-pack: end;\n -webkit-justify-content: flex-end;\n justify-content: flex-end;\n}\n\n.uk-flex-space-between {\n -ms-flex-pack: justify;\n -webkit-justify-content: space-between;\n justify-content: space-between;\n}\n\n.uk-flex-space-around {\n -ms-flex-pack: distribute;\n -webkit-justify-content: space-around;\n justify-content: space-around;\n}\n\n\n\/* Direction\n ========================================================================== *\/\n\n\/\/ .uk-flex-row { flex-direction: row; }\n\n.uk-flex-row-reverse {\n -ms-flex-direction: row-reverse;\n -webkit-flex-direction: row-reverse;\n flex-direction: row-reverse;\n}\n\n.uk-flex-column {\n -ms-flex-direction: column;\n -webkit-flex-direction: column;\n flex-direction: column;\n}\n\n.uk-flex-column-reverse {\n -ms-flex-direction: column-reverse;\n -webkit-flex-direction: column-reverse;\n flex-direction: column-reverse;\n}\n\n\n\/* Wrap\n ========================================================================== *\/\n\n\/\/ Default\n.uk-flex-nowrap {\n -ms-flex-wrap: nowrap;\n -webkit-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.uk-flex-wrap {\n -ms-flex-wrap: wrap;\n -webkit-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n.uk-flex-wrap-reverse {\n -ms-flex-wrap: wrap-reverse;\n -webkit-flex-wrap: wrap-reverse;\n flex-wrap: wrap-reverse;\n}\n\n\/*\n * Horizontal alignment\n * Default value is `stretch`\n *\/\n\n\/\/ .uk-flex-wrap-stretch { align-content: stretch; }\n\n.uk-flex-wrap-top {\n -ms-flex-line-pack: start;\n -webkit-align-content: flex-start;\n align-content: flex-start;\n}\n\n.uk-flex-wrap-middle {\n -ms-flex-line-pack: center;\n -webkit-align-content: center;\n align-content: center;\n}\n\n.uk-flex-wrap-bottom {\n -ms-flex-line-pack: end;\n -webkit-align-content: flex-end;\n align-content: flex-end;\n}\n\n.uk-flex-wrap-space-between {\n -ms-flex-line-pack: justify;\n -webkit-align-content: space-between;\n align-content: space-between;\n}\n\n.uk-flex-wrap-space-around {\n -ms-flex-line-pack: distribute;\n -webkit-align-content: space-around;\n align-content: space-around;\n}\n\n\n\/* Item ordering\n ========================================================================== *\/\n\n\/*\n * Default is 0\n *\/\n\n.uk-flex-order-first {\n -ms-flex-order: -1;\n -webkit-order: -1;\n order: -1;\n}\n\n.uk-flex-order-last {\n -ms-flex-order: 99;\n -webkit-order: 99;\n order: 99;\n}\n\n\n\/* Phone landscape and bigger *\/\n@media (min-width: @breakpoint-small) {\n\n .uk-flex-order-first-small {\n -ms-flex-order: -1;\n -webkit-order: -1;\n order: -1;\n }\n\n .uk-flex-order-last-small {\n -ms-flex-order: 99;\n -webkit-order: 99;\n order: 99;\n }\n\n}\n\n\/* Tablet and bigger *\/\n@media (min-width: @breakpoint-medium) {\n\n .uk-flex-order-first-medium {\n -ms-flex-order: -1;\n -webkit-order: -1;\n order: -1;\n }\n\n .uk-flex-order-last-medium {\n -ms-flex-order: 99;\n -webkit-order: 99;\n order: 99;\n }\n\n}\n\n\/* Desktop and bigger *\/\n@media (min-width: @breakpoint-large) {\n\n .uk-flex-order-first-large {\n -ms-flex-order: -1;\n -webkit-order: -1;\n order: -1;\n }\n\n .uk-flex-order-last-large {\n -ms-flex-order: 99;\n -webkit-order: 99;\n order: 99;\n }\n\n}\n\n\/* Large screen and bigger *\/\n@media (min-width: @breakpoint-xlarge) {\n\n .uk-flex-order-first-xlarge {\n -ms-flex-order: -1;\n -webkit-order: -1;\n order: -1;\n }\n\n .uk-flex-order-last-xlarge {\n -ms-flex-order: 99;\n -webkit-order: 99;\n order: 99;\n }\n\n}\n\n\n\n\/* Item dimensions\n ========================================================================== *\/\n\n\/*\n * Initial: 0 1 auto\n * Content dimensions, but shrinks\n *\/\n\n\/*\n * No Flex: 0 0 auto\n * Content dimensions\n *\/\n\n.uk-flex-item-none {\n -ms-flex: none;\n -webkit-flex: none;\n flex: none;\n}\n\n\/*\n * Relative Flex: 1 1 auto\n * Space is allocated considering content\n * 1. Fixes flex-shrink value in IE10\n *\/\n\n.uk-flex-item-auto {\n -ms-flex: auto;\n -webkit-flex: auto;\n flex: auto;\n \/* 1 *\/\n -ms-flex-negative: 1;\n}\n\n\/*\n * Absolute Flex: 1 1 0%\n * Space is allocated solely based on flex\n *\/\n\n.uk-flex-item-1 {\n -ms-flex: 1;\n -webkit-flex: 1;\n flex: 1;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-flex-misc;\n\n.hook-flex-misc() {}\n\/\/ Name: Contrast\n\/\/ Description: Utility class to adjust colors for dark or colored blocks\n\/\/\n\/\/ Component: `uk-contrast`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@contrast-color: #fff;\n@contrast-inverted-color: #444;\n\n\/\/\n\/\/ Components\n\/\/\n\n@contrast-base-color: @contrast-color;\n\n@contrast-base-link-color: fade(@contrast-color, 70%);\n@contrast-base-link-text-decoration: none;\n@contrast-base-link-hover-color: @contrast-color;\n@contrast-base-link-hover-text-decoration: underline;\n\n@contrast-base-code-color: @contrast-color;\n@contrast-base-em-color: @contrast-color;\n\n@contrast-base-heading-color: @contrast-color;\n\n@contrast-base-hr-border: fade(@contrast-color, 20%);\n\n@contrast-nav-side-color: @contrast-color;\n@contrast-nav-side-hover-background: fade(@contrast-color, 10%);\n@contrast-nav-side-hover-color: @contrast-color;\n@contrast-nav-side-active-background: @contrast-color;\n@contrast-nav-side-active-color: @contrast-inverted-color;\n@contrast-nav-side-header-color: @contrast-color;\n@contrast-nav-side-divider-border: fade(@contrast-color, 20%);\n@contrast-nav-side-nested-color: fade(@contrast-color, 70%);\n@contrast-nav-side-nested-hover-color: @contrast-color;\n\n@contrast-subnav-color: fade(@contrast-color, 70%);\n@contrast-subnav-hover-color: @contrast-color;\n@contrast-subnav-hover-text-decoration: none;\n@contrast-subnav-active-color: @contrast-color;\n\n@contrast-subnav-line-border: fade(@contrast-color, 20%);\n\n@contrast-subnav-pill-hover-background: fade(@contrast-color, 70%);\n@contrast-subnav-pill-hover-color: @contrast-inverted-color;\n@contrast-subnav-pill-active-background: @contrast-color;\n@contrast-subnav-pill-active-color: @contrast-inverted-color;\n\n@contrast-tab-border: fade(@contrast-color, 20%);\n@contrast-tab-color: fade(@contrast-color, 70%);\n@contrast-tab-hover-border: fade(@contrast-color, 70%);\n@contrast-tab-hover-background: fade(@contrast-color, 70%);\n@contrast-tab-hover-color: @contrast-inverted-color;\n@contrast-tab-active-border: fade(@contrast-color, 20%);\n@contrast-tab-active-background: @contrast-color;\n@contrast-tab-active-color: @contrast-inverted-color;\n\n@contrast-list-line-border: fade(@contrast-color, 20%);\n\n@contrast-form-border: fade(@contrast-color, 80%);\n@contrast-form-background: fade(@contrast-color, 80%);\n@contrast-form-color: @contrast-inverted-color;\n@contrast-form-focus-border: @contrast-color;\n@contrast-form-focus-background: @contrast-color;\n@contrast-form-focus-color: @contrast-inverted-color;\n\n@contrast-form-placeholder-color: fade(@contrast-inverted-color, 70%);\n\n@contrast-button-background: @contrast-color;\n@contrast-button-color: @contrast-inverted-color;\n@contrast-button-hover-background: fade(@contrast-color, 80%);\n@contrast-button-hover-color: @contrast-inverted-color;\n@contrast-button-active-background: fade(@contrast-color, 70%);\n@contrast-button-active-color: @contrast-inverted-color;\n\n@contrast-button-primary-background: #00a8e6;\n@contrast-button-primary-color: @contrast-color;\n@contrast-button-primary-hover-background: #35b3ee;\n@contrast-button-primary-hover-color: @contrast-color;\n@contrast-button-primary-active-background: #0091ca;\n@contrast-button-primary-active-color: @contrast-color;\n\n@contrast-icon-hover-color: fade(@contrast-color, 70%);\n@contrast-icon-hover-hover-color: @contrast-color;\n\n@contrast-icon-button-background: @contrast-color;\n@contrast-icon-button-color: @contrast-inverted-color;\n@contrast-icon-button-hover-background: fade(@contrast-color, 80%);\n@contrast-icon-button-hover-color: @contrast-inverted-color;\n@contrast-icon-button-active-background: fade(@contrast-color, 70%);\n@contrast-icon-button-active-color: @contrast-inverted-color;\n\n@contrast-text-muted-color: fade(@contrast-color, 60%);\n@contrast-text-primary-color: #2d7091;\n\n\n\/* ========================================================================\n Component: Contrast\n ========================================================================== *\/\n\n.uk-contrast {\n\n color: @contrast-base-color;\n\n \/\/ Base\n \/\/ ========================================================================\n\n \/\/\n \/\/ Link\n \/\/\n\n a:not([class]),\n .uk-link {\n color: @contrast-base-link-color;\n text-decoration: @contrast-base-link-text-decoration;\n }\n\n a:not([class]):hover,\n .uk-link:hover {\n color: @contrast-base-link-hover-color;\n text-decoration: @contrast-base-link-hover-text-decoration;\n }\n\n \/\/\n \/\/ Code\n \/\/\n\n :not(pre) > code,\n :not(pre) > kbd,\n :not(pre) > samp {\n color: @contrast-base-code-color;\n .hook-contrast-base-code;\n }\n\n \/\/\n \/\/ Emphasize\n \/\/\n\n em { color: @contrast-base-em-color; }\n\n \/\/\n \/\/ Headings\n \/\/\n\n h1, h2, h3, h4, h5, h6 { color: @contrast-base-heading-color; }\n\n \/\/\n \/\/ Horizontal rules\n \/\/\n\n hr { border-top-color: @contrast-base-hr-border; }\n\n\n \/\/ Nav\n \/\/ ========================================================================\n\n .uk-nav li > a,\n .uk-nav li > a:hover { text-decoration: none; }\n\n \/\/\n \/\/ Nav Site\n \/\/\n\n .uk-nav-side > li > a {\n color: @contrast-nav-side-color;\n .hook-contrast-nav-side;\n }\n\n .uk-nav-side > li > a:hover,\n .uk-nav-side > li > a:focus {\n background: @contrast-nav-side-hover-background;\n color: @contrast-nav-side-hover-color;\n .hook-contrast-nav-side-hover;\n }\n\n .uk-nav-side > li.uk-active > a {\n background: @contrast-nav-side-active-background;\n color: @contrast-nav-side-active-color;\n .hook-contrast-nav-side-active;\n }\n\n \/\/ Nav header\n .uk-nav-side .uk-nav-header {\n color: @contrast-nav-side-header-color;\n .hook-contrast-nav-side-header;\n }\n\n \/\/ Nav divider\n .uk-nav-side .uk-nav-divider {\n border-top-color: @contrast-nav-side-divider-border;\n .hook-contrast-nav-side-divider;\n }\n\n \/\/ Nested items\n .uk-nav-side ul a { color: @contrast-nav-side-nested-color; }\n .uk-nav-side ul a:hover { color: @contrast-nav-side-nested-hover-color; }\n\n\n \/\/ Subnav\n \/\/ ========================================================================\n\n .uk-subnav > * > a {\n color: @contrast-subnav-color;\n text-decoration: none;\n .hook-contrast-subnav;\n }\n\n .uk-subnav > * > a:hover,\n .uk-subnav > * > a:focus {\n color: @contrast-subnav-hover-color;\n text-decoration: @contrast-subnav-hover-text-decoration;\n .hook-contrast-subnav-hover;\n }\n\n .uk-subnav > .uk-active > a {\n color: @contrast-subnav-active-color;\n .hook-contrast-subnav-active;\n }\n\n \/\/\n \/\/ Subnav line\n \/\/\n\n .uk-subnav-line > :nth-child(n+2):before {\n border-left-color: @contrast-subnav-line-border;\n .hook-contrast-subnav-line-divider;\n }\n\n \/\/\n \/\/ Subnav pill\n \/\/\n\n .uk-subnav-pill > * > a:hover,\n .uk-subnav-pill > * > a:focus {\n background: @contrast-subnav-pill-hover-background;\n color: @contrast-subnav-pill-hover-color;\n text-decoration: none;\n .hook-contrast-subnav-pill-hover;\n }\n\n .uk-subnav-pill > .uk-active > a {\n background: @contrast-subnav-pill-active-background;\n color: @contrast-subnav-pill-active-color;\n .hook-contrast-subnav-pill-active;\n }\n\n\n \/\/ Tab\n \/\/ ========================================================================\n\n .uk-tab { border-bottom-color: @contrast-tab-border; }\n\n .uk-tab > li > a {\n border-color: transparent;\n color: @contrast-tab-color;\n .hook-contrast-tab;\n }\n\n .uk-tab > li > a:hover,\n .uk-tab > li > a:focus,\n .uk-tab > li.uk-open > a {\n border-color: @contrast-tab-hover-border;\n background: @contrast-tab-hover-background;\n color: @contrast-tab-hover-color;\n text-decoration: none;\n .hook-contrast-tab-hover;\n }\n\n \/* Active *\/\n .uk-tab > li.uk-active > a {\n border-color: @contrast-tab-active-border;\n border-bottom-color: transparent;\n background: @contrast-tab-active-background;\n color: @contrast-tab-active-color;\n .hook-contrast-tab-active;\n }\n\n \/\/\n \/\/ Tab center\n \/\/\n\n .uk-tab-center { border-bottom-color: @contrast-tab-border; }\n\n \/\/\n \/\/ Tab grid\n \/\/\n\n .uk-tab-grid:before { border-top-color: @contrast-tab-border; }\n\n\n \/\/ List\n \/\/ ========================================================================\n\n .uk-list-line > li:nth-child(n+2) {\n border-top-color: @contrast-list-line-border;\n .hook-contrast-list-line;\n }\n\n\n \/\/ Form\n \/\/ ========================================================================\n\n .uk-form select,\n .uk-form textarea,\n .uk-form input:not([type]),\n .uk-form input[type=\"text\"],\n .uk-form input[type=\"password\"],\n .uk-form input[type=\"datetime\"],\n .uk-form input[type=\"datetime-local\"],\n .uk-form input[type=\"date\"],\n .uk-form input[type=\"month\"],\n .uk-form input[type=\"time\"],\n .uk-form input[type=\"week\"],\n .uk-form input[type=\"number\"],\n .uk-form input[type=\"email\"],\n .uk-form input[type=\"url\"],\n .uk-form input[type=\"search\"],\n .uk-form input[type=\"tel\"],\n .uk-form input[type=\"color\"] {\n border-color: @contrast-form-border;\n background: @contrast-form-background;\n color: @contrast-form-color;\n background-clip: padding-box;\n .hook-contrast-form;\n\n &:focus {\n border-color: @contrast-form-focus-border;\n background: @contrast-form-focus-background;\n color: @contrast-form-focus-color;\n .hook-contrast-form-focus;\n }\n }\n\n \/\/\n \/\/ Placeholder\n \/\/\n\n .uk-form :-ms-input-placeholder { color: @contrast-form-placeholder-color !important; }\n .uk-form ::-moz-placeholder { color: @contrast-form-placeholder-color; }\n .uk-form ::-webkit-input-placeholder { color: @contrast-form-placeholder-color; }\n\n\n \/\/ Button\n \/\/ ========================================================================\n\n .uk-button {\n color: @contrast-button-color;\n background: @contrast-button-background;\n .hook-contrast-button;\n }\n\n .uk-button:hover,\n .uk-button:focus {\n background-color: @contrast-button-hover-background;\n color: @contrast-button-hover-color;\n .hook-contrast-button-hover;\n }\n\n .uk-button:active,\n .uk-button.uk-active {\n background-color: @contrast-button-active-background;\n color: @contrast-button-active-color;\n .hook-contrast-button-active;\n }\n\n \/\/\n \/\/ Button primary\n \/\/\n\n .uk-button-primary {\n background-color: @contrast-button-primary-background;\n color: @contrast-button-primary-color;\n .hook-contrast-button-primary;\n }\n\n .uk-button-primary:hover,\n .uk-button-primary:focus {\n background-color: @contrast-button-primary-hover-background;\n color: @contrast-button-primary-hover-color;\n .hook-contrast-button-primary-hover;\n }\n\n .uk-button-primary:active,\n .uk-button-primary.uk-active {\n background-color: @contrast-button-primary-active-background;\n color: @contrast-button-primary-active-color;\n .hook-contrast-button-primary-active;\n }\n\n\n \/\/ Icon\n \/\/ ========================================================================\n\n \/\/\n \/\/ Icon hover\n \/\/\n\n .uk-icon-hover {\n color: @contrast-icon-hover-color;\n .hook-contrast-icon-hover;\n }\n\n .uk-icon-hover:hover {\n color: @contrast-icon-hover-hover-color;\n .hook-contrast-icon-hover-hover;\n }\n\n \/\/\n \/\/ Icon button\n \/\/\n\n .uk-icon-button {\n background: @contrast-icon-button-background;\n color: @contrast-icon-button-color;\n .hook-contrast-icon-button;\n }\n\n .uk-icon-button:hover,\n .uk-icon-button:focus {\n background-color: @contrast-icon-button-hover-background;\n color: @contrast-icon-button-hover-color;\n .hook-contrast-icon-button-hover;\n }\n\n .uk-icon-button:active {\n background-color: @contrast-icon-button-active-background;\n color: @contrast-icon-button-active-color;\n .hook-contrast-icon-button-active;\n }\n\n\n \/\/ Text\n \/\/ ========================================================================\n\n .uk-text-muted { color: @contrast-text-muted-color !important; }\n .uk-text-primary { color: @contrast-text-primary-color !important; }\n\n\n \/\/ Misc hook\n \/\/ ========================================================================\n\n .hook-contrast-misc;\n\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-contrast-base-code() {}\n\n.hook-contrast-nav-side() {}\n.hook-contrast-nav-side-hover() {}\n.hook-contrast-nav-side-active() {}\n.hook-contrast-nav-side-header() {}\n.hook-contrast-nav-side-divider() {}\n\n.hook-contrast-subnav() {}\n.hook-contrast-subnav-hover() {}\n.hook-contrast-subnav-active() {}\n.hook-contrast-subnav-line-divider() {}\n.hook-contrast-subnav-pill-hover() {}\n.hook-contrast-subnav-pill-active() {}\n\n.hook-contrast-tab() {}\n.hook-contrast-tab-hover() {}\n.hook-contrast-tab-active() {}\n\n.hook-contrast-list-line() {}\n\n.hook-contrast-form() {}\n.hook-contrast-form-focus() {}\n\n.hook-contrast-button() {}\n.hook-contrast-button-hover() {}\n.hook-contrast-button-active() {}\n.hook-contrast-button-primary() {}\n.hook-contrast-button-primary-hover() {}\n.hook-contrast-button-primary-active() {}\n\n.hook-contrast-icon-hover() {}\n.hook-contrast-icon-hover-hover() {}\n.hook-contrast-icon-button() {}\n.hook-contrast-icon-button-hover() {}\n.hook-contrast-icon-button-active() {}\n\n.hook-contrast-misc() {}\n\/\/ Name: Print\n\/\/ Description: Optimize page for printing\n\/\/\n\/\/ Adapted from http:\/\/github.com\/h5bp\/html5-boilerplate\n\/\/\n\/\/ Modifications: Removed link `href` and `title` related rules\n\/\/\n\/\/ ========================================================================\n\n\n\/* ========================================================================\n Component: Print\n ========================================================================== *\/\n\n@media print {\n\n *,\n *:before,\n *:after {\n background: transparent !important;\n color: black !important;\n box-shadow: none !important;\n text-shadow: none !important;\n }\n\n a,\n a:visited { text-decoration: underline; }\n\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n\n thead { display: table-header-group; }\n\n tr,\n img { page-break-inside: avoid; }\n\n img { max-width: 100% !important; }\n\n @page { margin: 0.5cm; }\n\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n\n h2,\n h3 { page-break-after: avoid; }\n\n .hook-print;\n\n}\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-print() {}\n\n\n\n@icon-font-path: \"..\/..\/fonts\";\n\n\/\/ Components: Navs\n\/\/ Name: Dotnav\n\/\/ Description: Defines styles for a dot navigation\n\/\/\n\/\/ Component: `uk-dotnav`\n\/\/\n\/\/ Modifier: `uk-dotnav-contrast`\n\/\/ `uk-dotnav-vertical`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@dotnav-margin-horizontal: 15px;\n@dotnav-margin-vertical: @dotnav-margin-horizontal;\n\n@dotnav-width: 20px;\n@dotnav-height: @dotnav-width;\n@dotnav-background: rgba(50,50,50,0.1);\n\n@dotnav-hover-background: rgba(50,50,50,0.4);\n@dotnav-onclick-background: rgba(50,50,50,0.6);\n@dotnav-active-background: rgba(50,50,50,0.4);\n\n@dotnav-contrast-background: rgba(255,255,255,0.4);\n@dotnav-contrast-hover-background: rgba(255,255,255,0.7);\n@dotnav-contrast-onclick-background: rgba(255,255,255,0.9);\n@dotnav-contrast-active-background: rgba(255,255,255,0.9);\n\n\n\/* ========================================================================\n Component: Dotnav\n ========================================================================== *\/\n\n\/*\n * 1. Gutter\n * 2. Remove default list style\n *\/\n\n.uk-dotnav {\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -ms-flex-wrap: wrap;\n -webkit-flex-wrap: wrap;\n flex-wrap: wrap;\n \/* 1 *\/\n margin-left: -@dotnav-margin-horizontal;\n margin-top: -@dotnav-margin-vertical;\n \/* 2 *\/\n padding: 0;\n list-style: none;\n}\n\n\/*\n * 1. Space is allocated solely based on content dimensions\n * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied\n *\/\n\n.uk-dotnav > * {\n \/* 1 *\/\n -ms-flex: none;\n -webkit-flex: none;\n flex: none;\n \/* 2 *\/\n padding-left: @dotnav-margin-horizontal;\n margin-top: @dotnav-margin-vertical;\n}\n\n\/*\n * DEPRECATED IE9 Support\n *\/\n\n.uk-dotnav:before,\n.uk-dotnav:after {\n content: \"\";\n display: block;\n overflow: hidden;\n}\n\n.uk-dotnav:after { clear: both; }\n\n.uk-dotnav > * { float: left; }\n\n\n\/* Items\n ========================================================================== *\/\n\n\/*\n * Items\n * 1. Hide text if present\n *\/\n\n.uk-dotnav > * > * {\n display: block;\n box-sizing: content-box;\n width: @dotnav-width;\n height: @dotnav-height;\n border-radius: 50%;\n background: @dotnav-background;\n \/* 1 *\/\n text-indent: 100%;\n overflow: hidden;\n white-space: nowrap;\n .hook-dotnav-item;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.uk-dotnav > * > :hover,\n.uk-dotnav > * > :focus { \/\/ 1\n background: @dotnav-hover-background;\n \/* 2 *\/\n outline: none;\n .hook-dotnav-item-hover;\n}\n\n\/* OnClick *\/\n.uk-dotnav > * > :active {\n background: @dotnav-onclick-background;\n .hook-dotnav-item-onclick;\n}\n\n\/* Active *\/\n.uk-dotnav > .uk-active > * {\n background: @dotnav-active-background;\n .hook-dotnav-item-active;\n}\n\n\n\/* Modifier: `uk-dotnav-contrast`\n ========================================================================== *\/\n\n.uk-dotnav-contrast > * > * {\n background: @dotnav-contrast-background;\n .hook-dotnav-contrast-item;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n *\/\n\n.uk-dotnav-contrast > * > :hover,\n.uk-dotnav-contrast > * > :focus { \/\/ 1\n background: @dotnav-contrast-hover-background;\n .hook-dotnav-contrast-item-hover;\n}\n\n\/* OnClick *\/\n.uk-dotnav-contrast > * > :active {\n background: @dotnav-contrast-onclick-background;\n .hook-dotnav-contrast-item-onclick;\n}\n\n\/* Active *\/\n.uk-dotnav-contrast > .uk-active > * {\n background: @dotnav-contrast-active-background;\n .hook-dotnav-contrast-item-active;\n}\n\n\n\/* Modifier: 'uk-dotnav-vertical'\n ========================================================================== *\/\n\n\/*\n * DEPRECATED\n *\/\n\n.uk-dotnav-vertical {\n -ms-flex-direction: column;\n -webkit-flex-direction: column;\n flex-direction: column;\n}\n\n\/*\n * DEPRECATED IE9 Support\n *\/\n\n.uk-dotnav-vertical > * { float: none; }\n\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-dotnav-misc;\n\n.hook-dotnav-item() {}\n.hook-dotnav-item-hover() {}\n.hook-dotnav-item-onclick() {}\n.hook-dotnav-item-active() {}\n.hook-dotnav-contrast-item() {}\n.hook-dotnav-contrast-item-hover() {}\n.hook-dotnav-contrast-item-onclick() {}\n.hook-dotnav-contrast-item-active() {}\n.hook-dotnav-misc() {}\n\/\/ Name: Slidenav\n\/\/ Description: Defines styles for a previous\/next navigation between slides\n\/\/\n\/\/ Component: `uk-slidenav`\n\/\/\n\/\/ Modifiers: `uk-slidenav-previous`\n\/\/ `uk-slidenav-next`\n\/\/ `uk-slidenav-contrast`\n\/\/\n\/\/ Sub-objects: `uk-slidenav-position`\n\/\/\n\/\/ Uses: Icon: FontAwesome\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@slidenav-width: 60px;\n@slidenav-height: @slidenav-width;\n@slidenav-color: rgba(50,50,50,0.4);\n@slidenav-font-size: 60px;\n@slidenav-line-height: @slidenav-height;\n@slidenav-previous-icon: \"\\f104\";\n@slidenav-next-icon: \"\\f105\";\n\n@slidenav-hover-color: rgba(50,50,50,0.7);\n\n@slidenav-active-color: rgba(50,50,50,0.9);\n\n@slidenav-position-previous: 20px;\n@slidenav-position-next: @slidenav-position-previous;\n\n@slidenav-contrast-color: rgba(255,255,255,0.5);\n@slidenav-contrast-hover-color: rgba(255,255,255,0.7);\n@slidenav-contrast-active-color: rgba(255,255,255,0.9);\n\n\n\/* ========================================================================\n Component: Slidenav\n ========================================================================== *\/\n\n\/*\n * 1. Required for `a` elements\n * 2. Dimension\n * 3. Style\n *\/\n\n.uk-slidenav {\n \/* 1 *\/\n display: inline-block;\n \/* 2 *\/\n box-sizing: border-box;\n width: @slidenav-width;\n height: @slidenav-height;\n \/* 3 *\/\n line-height: @slidenav-line-height;\n color: @slidenav-color;\n font-size: @slidenav-font-size;\n text-align: center;\n .hook-slidenav;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n * 3. Required for `a` elements\n * 4. Style\n *\/\n\n.uk-slidenav:hover,\n.uk-slidenav:focus { \/\/ 1\n \/* 2 *\/\n outline: none;\n \/* 3 *\/\n text-decoration: none;\n \/* 4 *\/\n color: @slidenav-hover-color;\n cursor: pointer;\n .hook-slidenav-hover;\n}\n\n\/* Active *\/\n.uk-slidenav:active {\n color: @slidenav-active-color;\n .hook-slidenav-active;\n}\n\n\/*\n * Icons\n *\/\n\n.uk-slidenav-previous:before {\n content: @slidenav-previous-icon;\n font-family: FontAwesome;\n}\n\n.uk-slidenav-next:before {\n content: @slidenav-next-icon;\n font-family: FontAwesome;\n}\n\n\n\/* Sub-object: `uk-slidenav-position`\n ========================================================================== *\/\n\n\/*\n * Create position context\n *\/\n\n.uk-slidenav-position { position: relative; }\n\n\/*\n * Center vertically\n *\/\n\n.uk-slidenav-position .uk-slidenav {\n display: none;\n position: absolute;\n top: 50%;\n z-index: 1;\n margin-top: -(@slidenav-height \/ 2);\n}\n\n.uk-slidenav-position:hover .uk-slidenav { display: block; }\n\n.uk-slidenav-position .uk-slidenav-previous { left: @slidenav-position-previous; }\n.uk-slidenav-position .uk-slidenav-next { right: @slidenav-position-next; }\n\n\n\/* Modifier: `uk-slidenav-contrast`\n ========================================================================== *\/\n\n.uk-slidenav-contrast {\n color: @slidenav-contrast-color;\n .hook-slidenav-contrast;\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n *\/\n\n.uk-slidenav-contrast:hover,\n.uk-slidenav-contrast:focus { \/\/ 1\n color: @slidenav-contrast-hover-color;\n .hook-slidenav-contrast-hover;\n}\n\n\/* Active *\/\n.uk-slidenav-contrast:active {\n color: @slidenav-contrast-active-color;\n .hook-slidenav-contrast-active;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-slidenav-misc;\n\n.hook-slidenav() {}\n.hook-slidenav-hover() {}\n.hook-slidenav-active() {}\n.hook-slidenav-contrast() {}\n.hook-slidenav-contrast-hover() {}\n.hook-slidenav-contrast-active() {}\n.hook-slidenav-misc() {}\n\n\/\/ Components: Common\n\/\/ Name: Progress\n\/\/ Description: Defines styles for progress bars\n\/\/\n\/\/ Component: `uk-progress`\n\/\/\n\/\/ Sub-objects: `uk-progress-bar`\n\/\/\n\/\/ Modifiers: `uk-progress-mini`\n\/\/ `uk-progress-small`\n\/\/ `uk-progress-success`\n\/\/ `uk-progress-warning`\n\/\/ `uk-progress-danger`\n\/\/ `uk-progress-striped`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@progress-height: 20px;\n@progress-mini-height: 6px;\n@progress-small-height: 12px;\n\n@progress-margin-vertical: 15px;\n@progress-background: #eee;\n\n@progress-bar-background: #00a8e6;\n@progress-bar-font-size: 12px;\n@progress-bar-color: #fff;\n\n@progress-bar-success-background: #8cc14c;\n@progress-bar-warning-background: #faa732;\n@progress-bar-danger-background: #da314b;\n\n\n\/* ========================================================================\n Component: Progress\n ========================================================================== *\/\n\n\/*\n * 1. Clearing\n * 2. Vertical alignment if text is used\n *\/\n\n.uk-progress {\n box-sizing: border-box;\n height: @progress-height;\n margin-bottom: @progress-margin-vertical;\n background: @progress-background;\n \/* 1 *\/\n overflow: hidden;\n \/* 2 *\/\n line-height: @progress-height;\n .hook-progress;\n}\n\n\/*\n * Add margin if adjacent element\n *\/\n\n* + .uk-progress { margin-top: @progress-margin-vertical; }\n\n\n\/* Sub-object: `uk-progress-bar`\n ========================================================================== *\/\n\n\/*\n * 1. Transition\n * 2. Needed for text\n *\/\n\n.uk-progress-bar {\n width: 0;\n height: 100%;\n background: @progress-bar-background;\n float: left;\n \/* 1 *\/\n -webkit-transition: width 0.6s ease;\n transition: width 0.6s ease;\n \/* 2 *\/\n font-size: @progress-bar-font-size;\n color: @progress-bar-color;\n text-align: center;\n .hook-progress-bar;\n}\n\n\n\/* Size modifiers\n ========================================================================== *\/\n\n\/* Mini *\/\n.uk-progress-mini {\n height: @progress-mini-height;\n .hook-progress-mini;\n}\n\n\n\/* Small *\/\n.uk-progress-small {\n height: @progress-small-height;\n .hook-progress-small;\n}\n\n\n\/* Color modifiers\n ========================================================================== *\/\n\n.uk-progress-success .uk-progress-bar {\n background-color: @progress-bar-success-background;\n .hook-progress-bar-success;\n}\n\n.uk-progress-warning .uk-progress-bar {\n background-color: @progress-bar-warning-background;\n .hook-progress-bar-warning;\n}\n\n.uk-progress-danger .uk-progress-bar {\n background-color: @progress-bar-danger-background;\n .hook-progress-bar-danger;\n}\n\n\n\/* Modifier: `uk-progress-striped`\n ========================================================================== *\/\n\n.uk-progress-striped .uk-progress-bar {\n 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);\n 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);\n background-size: 30px 30px;\n}\n\n\/*\n * Animation\n *\/\n\n.uk-progress-striped.uk-active .uk-progress-bar {\n -webkit-animation: uk-progress-bar-stripes 2s linear infinite;\n animation: uk-progress-bar-stripes 2s linear infinite;\n}\n\n@-webkit-keyframes uk-progress-bar-stripes {\n 0% { background-position: 0 0;}\n 100% { background-position: 30px 0; }\n}\n\n@keyframes uk-progress-bar-stripes {\n 0% { background-position: 0 0;}\n 100% { background-position: 30px 0; }\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-progress-misc;\n\n.hook-progress() {}\n.hook-progress-bar() {}\n.hook-progress-mini() {}\n.hook-progress-small() {}\n.hook-progress-bar-success() {}\n.hook-progress-bar-warning() {}\n.hook-progress-bar-danger() {}\n.hook-progress-misc() {}\n\n\/\/ Components: JavaScript\n\/\/ Name: Accordion\n\/\/ Description: Defines styles for the accordion\n\/\/\n\/\/ Component: `uk-accordion`\n\/\/\n\/\/ Sub-objects: `uk-accordion-title`\n\/\/ `uk-accordion-content`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@accordion-title-margin-bottom: 15px;\n@accordion-title-padding-vertical: 5px;\n@accordion-title-padding-horizontal: 15px;\n@accordion-title-font-size: 18px;\n@accordion-title-line-height: 24px;\n@accordion-title-background: #eee;\n\n@accordion-content-padding-horizontal: @accordion-title-padding-horizontal;\n@accordion-content-padding-bottom: @accordion-title-padding-horizontal;\n\n\n\/* ========================================================================\n Component: Accordion\n ========================================================================== *\/\n\n.uk-accordion {\n .hook-accordion;\n}\n\n\/* Sub-object: `uk-accordion-title`\n ========================================================================== *\/\n\n.uk-accordion-title {\n margin-top: 0;\n margin-bottom: @accordion-title-margin-bottom;\n padding: @accordion-title-padding-vertical @accordion-title-padding-horizontal;\n background: @accordion-title-background;\n font-size: @accordion-title-font-size;\n line-height: @accordion-title-line-height;\n cursor: pointer;\n .hook-accordion-title;\n}\n\n\n\/* Sub-object: `uk-accordion-content`\n ========================================================================== *\/\n\n.uk-accordion-content {\n padding: 0 @accordion-content-padding-horizontal @accordion-content-padding-bottom @accordion-content-padding-horizontal;\n .hook-accordion-content;\n}\n\n\/*\n * Micro clearfix to make panels more robust\n *\/\n\n.uk-accordion-content:before,\n.uk-accordion-content:after {\n content: \"\";\n display: table;\n}\n\n.uk-accordion-content:after { clear: both; }\n\n\/*\n * Remove margin from the last-child\n *\/\n\n .uk-accordion-content > :last-child { margin-bottom: 0; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-accordion-misc;\n\n.hook-accordion() {}\n.hook-accordion-title() {}\n.hook-accordion-content() {}\n.hook-accordion-misc() {}\n\/\/ Name: Slider\n\/\/ Description: Defines styles for a horizontal slider\n\/\/\n\/\/ Component: `uk-slider`\n\/\/\n\/\/ Sub-objects: `uk-slider-container`\n\/\/\n\/\/ Modifier: `uk-slider-fullscreen`\n\/\/\n\/\/ States: `uk-drag`\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/* ========================================================================\n Component: Slider\n ========================================================================== *\/\n\n\/*\n * RTL Compatibility\n *\/\n \n[data-uk-slider] { direction: ltr; }\n\nhtml[dir=\"rtl\"] .uk-slider > * { direction: rtl; }\n\n\/*\n * 1. Create position context\n * 2. Create stacking context to prevent z-index issues with other components\n * 3. Deactivate browser history navigation in IE11\n *\/\n\n.uk-slider {\n \/* 1 *\/\n position: relative;\n \/* 2 *\/\n z-index: 0;\n \/* 3 *\/\n touch-action: pan-y;\n}\n\n\/*\n * 1. Reset list style without interfering with grid\n *\/\n\n.uk-slider:not(.uk-grid) {\n \/* 1 *\/\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\n\/*\n * Sub-object item\n * 1. Position items above each other\n *\/\n\n.uk-slider > * {\n \/* 1 *\/\n position: absolute;\n top: 0;\n left: 0;\n}\n\n\/*\n * Clip child elements\n *\/\n\n.uk-slider-container { overflow: hidden; }\n\n\/*\n * Dragged\n *\/\n\n.uk-slider:not(.uk-drag) {\n -webkit-transition: -webkit-transform 200ms linear;\n transition: transform 200ms linear;\n}\n\n\/*\n * 1. Makes text unselectable\n *\/\n\n.uk-slider.uk-drag {\n cursor: col-resize;\n \/* 1 *\/\n -moz-user-select: none;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n\/*\n * 1. Prevents images and links from being dragged (default browser behavior)\n * 2. Disables the default callout shown when you touch and hold a touch target\n * Currently only works in Webkit\n *\/\n\n.uk-slider a,\n.uk-slider img {\n \/* 1 *\/\n -webkit-user-drag: none;\n user-drag: none;\n \/* 2 *\/\n -webkit-touch-callout: none;\n}\n\n\/*\n * 1. Prevents images and links from being dragged in Firefox\n *\/\n\n.uk-slider img { pointer-events: none; }\n\n\n\/* Modifier: `uk-slider-fullscreen`\n ========================================================================== *\/\n\n.uk-slider-fullscreen,\n.uk-slider-fullscreen > li { height: 100vh; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-slider-misc;\n\n.hook-slider-misc() {}\n\/\/ Name: Slideshow\n\/\/ Description: Defines styles for a slideshow\n\/\/\n\/\/ Component: `uk-slideshow`\n\/\/\n\/\/ Modifier: `uk-slideshow-fullscreen`\n\/\/\n\/\/ Sub-modifier: `uk-slideshow-fade-out`\n\/\/ `uk-slideshow-scroll-forward-in`\n\/\/ `uk-slideshow-scroll-forward-out`\n\/\/ `uk-slideshow-scroll-backward-in`\n\/\/ `uk-slideshow-scroll-backward-out`\n\/\/ `uk-slideshow-scale-out`\n\/\/ `uk-slideshow-swipe-forward-in`\n\/\/ `uk-slideshow-swipe-forward-out`\n\/\/ `uk-slideshow-swipe-backward-in`\n\/\/ `uk-slideshow-swipe-backward-out`\n\/\/\n\/\/ States: `uk-active`\n\/\/\n\/\/ Uses: Cover (JS)\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/* ========================================================================\n Component: Slideshow\n ========================================================================== *\/\n\n\/*\n * 1. Create position context\n * 2. Create stacking context to prevent z-index issues with other components\n * 3. Set width because child elements are positioned absolute. Height is set via JS\n * 4. Reset list style\n * 5. Clip child elements\n * 6. Deactivate browser history navigation in IE11\n *\/\n\n.uk-slideshow {\n \/* 1 *\/\n position: relative;\n \/* 2 *\/\n z-index: 0;\n \/* 3 *\/\n width: 100%;\n \/* 4 *\/\n margin: 0;\n padding: 0;\n list-style: none;\n \/* 5 *\/\n overflow: hidden;\n \/* 6 *\/\n touch-action: pan-y;\n}\n\n\/*\n * Sub-object item\n * 1. Position items above each other\n * 2. Expand to parent container width\n * 3. Hide by default\n *\/\n\n.uk-slideshow > li {\n \/* 1 *\/\n position: absolute;\n top: 0;\n left: 0;\n \/* 2 *\/\n width: 100%;\n \/* 3 *\/\n opacity: 0;\n}\n\n\/*\n * Active\n * 1. Stack at first\n * 2. Show slide\n *\/\n\n.uk-slideshow > .uk-active {\n \/* 1 *\/\n z-index: 10;\n \/* 2 *\/\n opacity: 1;\n}\n\n\/*\n * Hide default images which is only relevant to keep existing proportions\n *\/\n\n.uk-slideshow > li > img { visibility: hidden; }\n\n\/*\n * Pointer for controls\n *\/\n\n[data-uk-slideshow-slide] { cursor: pointer; }\n\n\n\/* Modifier: `uk-slideshow-fullscreen`\n ========================================================================== *\/\n\n.uk-slideshow-fullscreen,\n.uk-slideshow-fullscreen > li { height: 100vh; }\n\n\n\/* Animations\n ========================================================================== *\/\n\n\/*\n * Fade\n *\/\n\n .uk-slideshow-fade-in {\n -webkit-animation: uk-fade 0.5s linear;\n animation: uk-fade 0.5s linear;\n }\n\n.uk-slideshow-fade-out {\n -webkit-animation: uk-fade 0.5s linear reverse;\n animation: uk-fade 0.5s linear reverse;\n}\n\n\/*\n * Scroll\n *\/\n\n.uk-slideshow-scroll-forward-in {\n -webkit-animation: uk-slide-right 0.5s ease-in-out;\n animation: uk-slide-right 0.5s ease-in-out;\n}\n\n.uk-slideshow-scroll-forward-out {\n -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;\n animation: uk-slide-left 0.5s ease-in-out reverse;\n}\n\n.uk-slideshow-scroll-backward-in {\n -webkit-animation: uk-slide-left 0.5s ease-in-out;\n animation: uk-slide-left 0.5s ease-in-out;\n}\n\n.uk-slideshow-scroll-backward-out {\n -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;\n animation: uk-slide-right 0.5s ease-in-out reverse;\n}\n\n\/*\n * Scale\n *\/\n\n.uk-slideshow-scale-out {\n -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;\n animation: uk-fade-scale-15 0.5s ease-in-out reverse;\n}\n\n\/*\n * Swipe\n *\/\n\n.uk-slideshow-swipe-forward-in {\n -webkit-animation: uk-slide-left-33 0.5s ease-in-out;\n animation: uk-slide-left-33 0.5s ease-in-out;\n}\n\n.uk-slideshow-swipe-forward-out {\n -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;\n animation: uk-slide-left 0.5s ease-in-out reverse;\n}\n\n.uk-slideshow-swipe-backward-in {\n -webkit-animation: uk-slide-right-33 0.5s ease-in-out;\n animation: uk-slide-right-33 0.5s ease-in-out;\n}\n\n.uk-slideshow-swipe-backward-out {\n -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;\n animation: uk-slide-right 0.5s ease-in-out reverse;\n}\n\n.uk-slideshow-swipe-forward-in:before,\n.uk-slideshow-swipe-backward-in:before {\n content: '';\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 1;\n background: rgba(0,0,0,0.6);\n -webkit-animation: uk-fade 0.5s ease-in-out reverse;\n animation: uk-fade 0.5s ease-in-out reverse;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-slideshow-misc;\n\n.hook-slideshow-misc() {}\n\n\/\/ Name: Search\n\/\/ Description: Defines a search component\n\/\/\n\/\/ Component: `uk-search`\n\/\/\n\/\/ Sub-objects: `uk-search-field`\n\/\/\n\/\/ Modifier: (Nav) `uk-nav-search`\n\/\/ (Dropdown) `uk-dropdown-search`\n\/\/\n\/\/ States: `uk-active`\n\/\/ `uk-loading`\n\/\/\n\/\/ Uses: Animation\n\/\/ Icon: FontAwesome\n\/\/ Navbar: `uk-navbar-flip`\n\/\/\n\/\/ Used by: Off-canvas\n\/\/\n\/\/ Markup:\n\/\/\n\/\/ \n\/\/ \n\/\/ \n\/\/ \n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@search-width: 120px;\n@search-focus-width: 180px;\n@search-height: 30px;\n@search-padding: 30px;\n@search-border: rgba(0,0,0,0);\n@search-border-width: 1px;\n@search-background: rgba(0,0,0,0);\n@search-color: #444;\n@search-placeholder-color: #999;\n\n@search-icon: \"\\f002\";\n@search-icon-size: 14px;\n@search-icon-color: rgba(0,0,0,0.2);\n\n\/\/ Dropdown modifier\n@dropdown-search-width: 300px;\n@dropdown-search-margin-top: 0;\n@dropdown-search-background: #f5f5f5;\n@dropdown-search-color: #444;\n@dropdown-search-animation: uk-slide-top-fixed;\n@dropdown-search-navbar-margin-top: 5px;\n@dropdown-search-navbar-margin-right: -15px;\n\n\/\/ Nav modifier\n@nav-search-color: #444;\n@nav-search-active-background: #00a8e6;\n@nav-search-active-color: #fff;\n@nav-search-header-color: #999;\n@nav-search-divider-border: #ddd;\n@nav-search-divider-border-width: 1px;\n@nav-search-nested-color: #07D;\n@nav-search-nested-hover-color: #059;\n\n\/\/ Search in offcanvas\n@offcanvas-search-margin: 20px 15px;\n@offcanvas-search-background: #1a1a1a;\n@offcanvas-search-border: rgba(0,0,0,0);\n@offcanvas-search-color: #ccc;\n@offcanvas-search-placeholder-color: #777;\n@offcanvas-search-icon-color: #777;\n\n\n\/* ========================================================================\n Component: Search\n ========================================================================== *\/\n\n\/*\n * 1. Create position context for dropdowns\n * 2. Needed for `form` element\n *\/\n\n.uk-search {\n display: inline-block;\n \/* 1 *\/\n position: relative;\n \/* 2 *\/\n margin: 0;\n .hook-search;\n}\n\n\/*\n * Icon\n *\/\n\n.uk-search:before {\n content: @search-icon;\n position: absolute;\n top: 0;\n left: 0;\n width: @search-padding;\n line-height: @search-height;\n text-align: center;\n font-family: FontAwesome;\n font-size: @search-icon-size;\n color: @search-icon-color;\n .hook-search-icon;\n}\n\n\n\/* Sub-object `uk-search-field`\n ========================================================================== *\/\n\n\/*\n * Removes inner padding and border in Firefox 4+.\n *\/\n\n.uk-search-field::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n\/*\n * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.\n *\/\n\n.uk-search-field::-webkit-search-cancel-button,\n.uk-search-field::-webkit-search-decoration { -webkit-appearance: none; }\n\n\/*\n * Removes cancel button in IE10\n *\/\n\n.uk-search-field::-ms-clear { display: none; }\n\n\/*\n * Removes placeholder transparency in Firefox.\n *\/\n\n.uk-search-field::-moz-placeholder { opacity: 1; }\n\n\/*\n * 1. Define consistent box sizing.\n * 2. Address margins set differently in Firefox\/IE and Chrome\/Safari\/Opera.\n * 3. Remove `border-radius` in iOS.\n * 4. Correct `font` properties and `color` not being inherited.\n * 5. Remove default style in iOS.\n * 6. Style\n *\/\n\n.uk-search-field {\n \/* 1 *\/\n box-sizing: border-box;\n \/* 2 *\/\n margin: 0;\n \/* 3 *\/\n border-radius: 0;\n \/* 4 *\/\n font: inherit;\n color: @search-color;\n \/* 5 *\/\n -webkit-appearance: none;\n \/* 6 *\/\n width: @search-width;\n height: @search-height;\n padding: 0 0 0 @search-padding;\n border: @search-border-width solid @search-border;\n background: @search-background;\n -webkit-transition: all 0.2s linear;\n transition: all 0.2s linear;\n vertical-align: middle;\n .hook-search-field;\n}\n\n\/* Placeholder *\/\n.uk-search-field:-ms-input-placeholder { color: @search-placeholder-color !important; }\n.uk-search-field::-moz-placeholder { color: @search-placeholder-color; }\n.uk-search-field::-webkit-input-placeholder { color: @search-placeholder-color; }\n\n\/* Focus *\/\n.uk-search-field:focus {\n outline: 0;\n .hook-search-field-focus;\n}\n\n\/* Focus + Active *\/\n.uk-search-field:focus,\n.uk-search.uk-active .uk-search-field { width: @search-focus-width; }\n\n\n\/* Dropdown modifier: `uk-dropdown-search`\n ========================================================================== *\/\n\n.uk-dropdown-search {\n width: @dropdown-search-width;\n margin-top: @dropdown-search-margin-top;\n background: @dropdown-search-background;\n color: @dropdown-search-color;\n .hook-dropdown-search;\n}\n\n.uk-open > .uk-dropdown-search {\n -webkit-animation: @dropdown-search-animation 0.2s ease-in-out;\n animation: @dropdown-search-animation 0.2s ease-in-out;\n}\n\n\/*\n * Dependency `uk-navbar-flip`\n *\/\n\n.uk-navbar-flip .uk-dropdown-search {\n margin-top: @dropdown-search-navbar-margin-top;\n margin-right: @dropdown-search-navbar-margin-right;\n}\n\n\n\/* Nav modifier `uk-nav-search`\n ========================================================================== *\/\n\n\/*\n * Items\n *\/\n\n.uk-nav-search > li > a {\n color: @nav-search-color;\n .hook-nav-search;\n}\n\n\/*\n * Active\n * 1. Remove default focus style\n *\/\n\n.uk-nav-search > li.uk-active > a {\n background: @nav-search-active-background;\n color: @nav-search-active-color;\n \/* 1 *\/\n outline: none;\n .hook-nav-search-active;\n}\n\n\/*\n * Sub-object: `uk-nav-header`\n *\/\n\n.uk-nav-search .uk-nav-header {\n color: @nav-search-header-color;\n .hook-nav-search-header;\n}\n\n\/*\n * Sub-object: `uk-nav-divider`\n *\/\n\n.uk-nav-search .uk-nav-divider {\n border-top: @nav-search-divider-border-width solid @nav-search-divider-border;\n .hook-nav-search-divider;\n}\n\n\/*\n * Nested items\n *\/\n\n.uk-nav-search ul a { color: @nav-search-nested-color; }\n.uk-nav-search ul a:hover { color: @nav-search-nested-hover-color; }\n\n\n\/* Search in offcanvas\n ========================================================================== *\/\n\n.uk-offcanvas .uk-search {\n display: block;\n margin: @offcanvas-search-margin;\n}\n\n.uk-offcanvas .uk-search:before { color: @offcanvas-search-icon-color; }\n\n.uk-offcanvas .uk-search-field {\n width: 100%;\n border-color: @offcanvas-search-border;\n background: @offcanvas-search-background;\n color: @offcanvas-search-color;\n .hook-offcanvas-search-field;\n}\n\n.uk-offcanvas .uk-search-field:-ms-input-placeholder { color: @offcanvas-search-placeholder-color !important; }\n.uk-offcanvas .uk-search-field::-moz-placeholder { color: @offcanvas-search-placeholder-color; }\n.uk-offcanvas .uk-search-field::-webkit-input-placeholder { color: @offcanvas-search-placeholder-color; }\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-search-misc;\n\n.hook-search() {}\n.hook-search-icon() {}\n.hook-search-field() {}\n.hook-search-field-focus() {}\n\n.hook-dropdown-search() {}\n.hook-nav-search() {}\n.hook-nav-search-active() {}\n.hook-nav-search-header() {}\n.hook-nav-search-divider() {}\n.hook-offcanvas-search-field() {}\n\n.hook-search-misc() {}\n\n\/\/ Name: Tooltip\n\/\/ Description: Defines styles for tooltips\n\/\/\n\/\/ Component: `uk-tooltip`\n\/\/\n\/\/ Modifiers `uk-tooltip-top`\n\/\/ `uk-tooltip-top-left`\n\/\/ `uk-tooltip-top-right`\n\/\/ `uk-tooltip-bottom`\n\/\/ `uk-tooltip-bottom-left`\n\/\/ `uk-tooltip-bottom-right`\n\/\/ `uk-tooltip-left`\n\/\/ `uk-tooltip-right`\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@tooltip-z-index: 1030;\n@tooltip-max-width: 200px;\n@tooltip-padding-vertical: 5px;\n@tooltip-padding-horizontal: 8px;\n@tooltip-background: #333;\n@tooltip-triangle-size: 5px;\n\n@tooltip-color: rgba(255,255,255,0.7);\n@tooltip-font-size: 12px;\n@tooltip-line-height: 18px;\n\n@tooltip-offset-horizontal: 10px;\n\n\n\/* ========================================================================\n Component: Tooltip\n ========================================================================== *\/\n\n\/*\n * 1. Hide by default\n * 2. Set fixed position\n * 3. Set dimensions\n * 4. Set style\n *\/\n\n.uk-tooltip {\n \/* 1 *\/\n display: none;\n \/* 2 *\/\n position: absolute;\n z-index: @tooltip-z-index;\n \/* 3 *\/\n box-sizing: border-box;\n max-width: @tooltip-max-width;\n padding: @tooltip-padding-vertical @tooltip-padding-horizontal;\n \/* 4 *\/\n background: @tooltip-background;\n color: @tooltip-color;\n font-size: @tooltip-font-size;\n line-height: @tooltip-line-height;\n word-break: break-all;\n .hook-tooltip;\n}\n\n\n\/* Triangle\n ========================================================================== *\/\n\n\/*\n * 1. Dashed is less antialised than solid\n *\/\n\n.uk-tooltip:after {\n content: \"\";\n display: block;\n position: absolute;\n width: 0;\n height: 0;\n \/* 1 *\/\n border: @tooltip-triangle-size dashed @tooltip-background;\n}\n\n\n\/* Direction modifiers\n ========================================================================== *\/\n\n\/*\n * Top\n *\/\n\n.uk-tooltip-top:after,\n.uk-tooltip-top-left:after,\n.uk-tooltip-top-right:after {\n bottom: -@tooltip-triangle-size;\n border-top-style: solid;\n border-bottom: none;\n border-left-color: transparent;\n border-right-color: transparent;\n border-top-color: @tooltip-background;\n}\n\n\/*\n * Bottom\n *\/\n\n.uk-tooltip-bottom:after,\n.uk-tooltip-bottom-left:after,\n.uk-tooltip-bottom-right:after {\n top: -@tooltip-triangle-size;\n border-bottom-style: solid;\n border-top: none;\n border-left-color: transparent;\n border-right-color: transparent;\n border-bottom-color: @tooltip-background;\n}\n\n\/*\n * Top\/Bottom center\n *\/\n\n.uk-tooltip-top:after,\n.uk-tooltip-bottom:after {\n left: 50%;\n margin-left: -@tooltip-triangle-size;\n}\n\n\/*\n * Top\/Bottom left\n *\/\n\n.uk-tooltip-top-left:after,\n.uk-tooltip-bottom-left:after { left: @tooltip-offset-horizontal; }\n\n\/*\n * Top\/Bottom right\n *\/\n\n.uk-tooltip-top-right:after,\n.uk-tooltip-bottom-right:after { right: @tooltip-offset-horizontal; }\n\n\/*\n * Left\n *\/\n\n.uk-tooltip-left:after {\n right: -@tooltip-triangle-size;\n top: 50%;\n margin-top: -@tooltip-triangle-size;\n border-left-style: solid;\n border-right: none;\n border-top-color: transparent;\n border-bottom-color: transparent;\n border-left-color: @tooltip-background;\n}\n\n\/*\n * Right\n *\/\n\n.uk-tooltip-right:after {\n left: -@tooltip-triangle-size;\n top: 50%;\n margin-top: -@tooltip-triangle-size;\n border-right-style: solid;\n border-left: none;\n border-top-color: transparent;\n border-bottom-color: transparent;\n border-right-color: @tooltip-background;\n}\n\n\n\/\/ Hooks\n\/\/ ========================================================================\n\n.hook-tooltip-misc;\n\n.hook-tooltip() {}\n.hook-tooltip-misc() {}\n\n\n\/\/ Theme\n\/\/ ========================================================================\n\n\/\/ LESS related\n\/\/ Copyright (C) Primer Templates http:\/\/www.primertemplates.com *\/\n\n\/\/\n\/\/ Component: Variables\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Global variables\n\/\/ ========================================================================\n\n\/\/\n\/\/ Text\n\/\/\n\n@global-color: #444;\n@global-color2: #ffffff;\n@global-muted-color: #999;\n@custom-bg-color: #333333;\n\n@global-color: #444;\n@global-muted-color: #999;\n\n@global-link-color: #cc0001;\n@global-link-hover-color: #ffcc00;\n\n@global-contrast-color: #fff;\n\n@global-font-size: 14px;\n@global-line-height: 20px;\n\n\/\/\n\/\/ Backgrounds & Borders\n\/\/\n\n@global-background: #fff;\n@global-border: #ddd;\n\n@global-primary-background: #cc0001;\n@global-success-background: #8cc14c;\n@global-warning-background: #faa732;\n@global-danger-background: #da314b;\n@global-headerbar-background: #f5f5f5;\n@global-headerbar-color: #ffffff;\n@global-footer-background: #25272b;\n@global-menu-bar-background: #eeeeee;\n@global-bottomb-background: #32353a;\n@global-welcome-background: #cc0001;\n@global-welcome-color: #ffffff;\n@global-toolbars-background: #25272b;\n\n\/\/\n\/\/ Spacings\n\/\/\n\n@global-margin: 15px;\n@global-margin-large: 25px;\n@global-grid-gutter: 25px;\n@global-grid-gutter-large: 35px;\n\n\/\/\n\/\/ Controls\n\/\/\n\n@global-height: 30px;\n@global-height-mini: 20px;\n@global-height-small: 25px;\n@global-height-large: 40px;\n\n\/\/\n\/\/ Z-index\n\/\/\n\n@global-z-index: 1000;\n\n\/\/ Defaults\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Base\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@base-body-background: @global-background;\n@base-body-font-size: @global-font-size;\n@base-body-line-height: @global-line-height;\n@base-body-color: @global-color;\n\n@base-link-color: @global-link-color;\n@base-link-hover-color: @global-link-hover-color;\n@base-ins-color: @global-color;\n@base-mark-color: @global-color;\n\n@base-margin-vertical: @global-margin;\n\n@base-heading-color: @global-color;\n@base-heading-margin-top: @global-margin-large;\n@base-h1-font-size: round((@global-font-size * 2.6)); \/\/ 36px \/ 42px\n@base-h1-line-height: round((@base-h1-font-size * 1.154)); \/\/ 42px \/ 48px\n@base-h2-font-size: round((@global-font-size * 1.74)); \/\/ 24px \/ 28px\n@base-h2-line-height: round((@base-h2-font-size * 1.27)); \/\/ 30px \/ 36px\n@base-h3-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@base-h3-line-height: round((@base-h3-font-size * 1.32)); \/\/ 24px \/ 26px\n@base-h4-font-size: round((@global-font-size * 1.14)); \/\/ 16px \/ 18px\n@base-h4-line-height: round((@base-h4-font-size * 1.36)); \/\/ 22px \/ 24px\n@base-h5-font-size: @global-font-size; \/\/ 14px \/ 16px\n@base-h5-line-height: @global-line-height; \/\/ 20px \/ 22px\n@base-h6-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@base-h6-line-height: round((@base-h6-font-size * 1.46)); \/\/ 18px \/ 20px\n\n@base-hr-border: @global-border;\n\n@base-blockquote-border: @global-border;\n@base-blockquote-font-size: round((@global-font-size * 1.14)); \/\/ 16px \/ 18px\n@base-blockquote-line-height: round((@base-blockquote-font-size * 1.36)); \/\/ 22px \/ 24px\n\n@base-code-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n\n@base-pre-color: @global-color;\n@base-pre-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@base-pre-line-height: round((@base-pre-font-size * 1.46)); \/\/ 18px \/ 20px\n\n\n\/\/ Body\n\/\/ ========================================================================\n\n.hook-base-body() {}\n\n\n\/\/ Text-level semantics\n\/\/ ========================================================================\n\n.hook-base-code() {}\n\n\n\/\/ Headings\n\/\/ ========================================================================\n\n.hook-base-h1() {}\n\n.hook-base-h2() {}\n\n.hook-base-h3() {}\n\n.hook-base-h4() {}\n\n.hook-base-h5() {}\n\n.hook-base-h6() {}\n\n\n\/\/ Preformatted text\n\/\/ ========================================================================\n\n.hook-base-pre() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-base-misc() {}\n\n\n\/\/ Layout\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Grid\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@grid-gutter-horizontal: @global-grid-gutter;\n@grid-gutter-vertical: @global-grid-gutter;\n\n@grid-gutter-large-horizontal: @global-grid-gutter-large;\n@grid-gutter-large-vertical: @global-grid-gutter-large;\n\n@grid-divider-border: @global-border;\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-grid-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Panel\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@panel-title-margin-bottom: @global-margin;\n@panel-title-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@panel-title-line-height: round((@panel-title-font-size * 1.32)); \/\/ 24px \/ 26px\n@panel-title-color: @global-color;\n\n@panel-box-padding: @global-margin;\n@panel-box-color: @global-color;\n@panel-box-title-color: @global-color;\n\n@panel-hover-padding: @global-margin;\n@panel-hover-color: @global-color;\n@panel-hover-hover-color: @global-color;\n\n@panel-header-title-border: @global-border;\n@panel-header-title-color: @global-color;\n\n@panel-divider-gutter: @global-grid-gutter;\n@panel-divider-gutter-large: @global-grid-gutter-large;\n@panel-divider-border: @global-border;\n\n\n\/\/ Sub-object: `uk-panel-title`\n\/\/ ========================================================================\n\n.hook-panel-title() {}\n\n\n\/\/ Sub-object: `uk-panel-badge`\n\/\/ ========================================================================\n\n.hook-panel-badge() {}\n\n\n\/\/ Modifier: `uk-panel-box`\n\/\/ ========================================================================\n\n.hook-panel-box() {}\n\n.hook-panel-box-hover() {}\n\n\/\/\n\/\/ Sub-modifier: `uk-panel-box-primary`\n\/\/\n\n.hook-panel-box-primary() {}\n\n.hook-panel-box-primary-hover() {}\n\n\/\/\n\/\/ Sub-modifier: `uk-panel-box-secondary`\n\/\/\n\n.hook-panel-box-secondary() {}\n\n.hook-panel-box-secondary-hover() {}\n\n\n\/\/ Modifier: `uk-panel-hover`\n\/\/ ========================================================================\n\n.hook-panel-hover() {}\n\n.hook-panel-hover-hover() {}\n\n\n\/\/ Modifier: `uk-panel-header`\n\/\/ ========================================================================\n\n.hook-panel-header() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-panel-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Block\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@block-default-background: @global-background;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-block() {}\n\n\n\/\/ Color modifier\n\/\/ ========================================================================\n\n.hook-block-default() {}\n\n.hook-block-muted() {}\n\n.hook-block-secondary() {}\n\n.hook-block-primary() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-block-misc() {\n\n \/\/\n \/\/ Adjust padding between equal colored blocks\n \/\/\n\n .uk-block-default + .uk-block-default,\n .uk-block-muted + .uk-block-muted,\n .uk-block-primary + .uk-block-primary,\n .uk-block-secondary + .uk-block-secondary { padding-top: 0; }\n\n}\n\n\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Article\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@article-margin-top: @global-margin-large;\n\n@article-title-font-size: round((@global-font-size * 2.6)); \/\/ 36px \/ 42px\n@article-title-line-height: round((@article-title-font-size * 1.154)); \/\/ 42px \/ 48px\n\n@article-meta-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@article-meta-line-height: round((@article-meta-font-size * 1.46)); \/\/ 18px \/ 20px\n@article-meta-color: @global-muted-color;\n\n@article-lead-color: @global-color;\n@article-lead-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@article-lead-line-height: round((@article-lead-font-size * 1.32)); \/\/ 24px \/ 26px\n\n@article-divider-margin: @global-margin-large;\n@article-divider-border: @global-border;\n\n\n\/\/ Sub-object `uk-article-title`\n\/\/ ========================================================================\n\n.hook-article-title() {}\n\n\n\/\/ Sub-object `uk-article-meta`\n\/\/ ========================================================================\n\n.hook-article-meta() {}\n\n\n\/\/ Sub-object `uk-article-lead`\n\/\/ ========================================================================\n\n.hook-article-lead() {}\n\n\n\/\/ Sub-object `uk-article-divider`\n\/\/ ========================================================================\n\n.hook-article-divider() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-article-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Comment\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@comment-header-margin-bottom: @global-margin;\n\n@comment-avatar-margin-right: @global-margin;\n\n@comment-title-font-size: round((@global-font-size * 1.14)); \/\/ 16px \/ 18px\n@comment-title-line-height: round((@comment-title-font-size * 1.36)); \/\/ 22px \/ 24px\n\n@comment-meta-color: @global-muted-color;\n@comment-meta-font-size: round((@global-font-size * 0.78)); \/\/ 11px \/ 12px\n@comment-meta-line-height: round((@comment-meta-font-size * 1.49)); \/\/ 16px \/ 18px\n\n@comment-list-margin-top: @global-margin;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-comment() {}\n\n\n\/\/ Sub-object `uk-comment-header`\n\/\/ ========================================================================\n\n.hook-comment-header() {}\n\n\n\/\/ Sub-object `uk-comment-avatar`\n\/\/ ========================================================================\n\n.hook-comment-avatar() {}\n\n\n\/\/ Sub-object `uk-comment-title`\n\/\/ ========================================================================\n\n.hook-comment-title() {}\n\n\n\/\/ Sub-object `uk-comment-meta`\n\/\/ ========================================================================\n\n.hook-comment-meta() {}\n\n\n\/\/ Sub-object `uk-comment-body`\n\/\/ ========================================================================\n\n.hook-comment-body() {}\n\n\n\/\/ Sub-object `uk-comment-primary`\n\/\/ ========================================================================\n\n.hook-comment-primary() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-comment-misc() {}\n\n\/\/ Navs\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Nav\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@nav-header-padding-vertical: @nav-padding-vertical;\n@nav-header-padding-horizontal: @nav-padding-horizontal;\n@nav-header-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@nav-header-margin-top: @global-margin;\n\n@nav-divider-margin-horizontal: @nav-padding-horizontal;\n\n@nav-subtitle-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@nav-subtitle-line-height: round((@nav-subtitle-font-size * 1.46)); \/\/ 18px \/ 20px\n\n@nav-sub-padding-left: @nav-padding-horizontal;\n\n@nav-parent-icon-width: @global-line-height;\n\n@nav-side-color: @global-color;\n@nav-side-hover-color: @global-color;\n@nav-side-active-background: @global-primary-background;\n@nav-side-active-color: @global-contrast-color;\n@nav-side-header-color: @global-color;\n@nav-side-divider-border: @global-border;\n@nav-side-nested-color: @global-link-color;\n@nav-side-nested-hover-color: @global-link-hover-color;\n\n@nav-dropdown-color: @global-color;\n@nav-dropdown-hover-background: @global-primary-background;\n@nav-dropdown-hover-color: @global-contrast-color;\n@nav-dropdown-header-color: @global-muted-color;\n@nav-dropdown-divider-border: @global-border;\n@nav-dropdown-nested-color: @global-link-color;\n@nav-dropdown-nested-hover-color: @global-link-hover-color;\n\n@nav-navbar-color: @global-color;\n@nav-navbar-hover-background: @global-primary-background;\n@nav-navbar-hover-color: @global-contrast-color;\n@nav-navbar-header-color: @global-muted-color;\n@nav-navbar-divider-border: @global-border;\n@nav-navbar-nested-color: @global-link-color;\n@nav-navbar-nested-hover-color: @global-link-hover-color;\n\n@nav-offcanvas-color: @offcanvas-panel-link-color;\n@nav-offcanvas-hover-background: lighten(@offcanvas-bar-background, 5%);\n@nav-offcanvas-hover-color: @offcanvas-panel-link-hover-color;\n@nav-offcanvas-active-background: darken(@offcanvas-bar-background, 10%);\n@nav-offcanvas-active-color: @offcanvas-panel-link-hover-color;\n@nav-offcanvas-header-color: @offcanvas-panel-color;\n@nav-offcanvas-divider-border: darken(@offcanvas-bar-background, 10%);\n@nav-offcanvas-nested-color: @offcanvas-panel-link-color;\n@nav-offcanvas-nested-hover-color: @offcanvas-panel-link-hover-color;\n\n\n\/\/ Sub-object: `uk-nav-header`\n\/\/ ========================================================================\n\n.hook-nav-header() {}\n\n\n\/\/ Sub-object: `uk-nav-divider`\n\/\/ ========================================================================\n\n.hook-nav-divider() {}\n\n\n\/\/ Sub-object: `uk-nav-sub`\n\/\/ ========================================================================\n\n.hook-nav-sub() {}\n\n\n\/\/ Modifier: `uk-nav-parent-icon`\n\/\/ ========================================================================\n\n.hook-nav-parent-icon() {}\n\n\n\/\/ Modifier `uk-nav-side`\n\/\/ ========================================================================\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-nav-side() {}\n\n\/\/ Hover\n.hook-nav-side-hover() {}\n\n\/\/ Active\n.hook-nav-side-active() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-header`\n\/\/\n\n.hook-nav-side-header() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-divider`\n\/\/\n\n.hook-nav-side-divider() {}\n\n\n\/\/ Modifier `uk-nav-dropdown`\n\/\/ ========================================================================\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-nav-dropdown() {}\n\n\/\/ Hover\n.hook-nav-dropdown-hover() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-header`\n\/\/\n\n.hook-nav-dropdown-header() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-divider`\n\/\/\n\n.hook-nav-dropdown-divider() {}\n\n\n\/\/ Modifier `uk-nav-navbar`\n\/\/ ========================================================================\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-nav-navbar() {}\n\n\/\/ Hover\n.hook-nav-navbar-hover() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-header`\n\/\/\n\n.hook-nav-navbar-header() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-divider`\n\/\/\n\n.hook-nav-navbar-divider() {}\n\n\n\/\/ Modifier `uk-nav-offcanvas`\n\/\/ ========================================================================\n\n.hook-nav-offcanvas-link() {}\n\n.hook-nav-offcanvas-link-hover() {}\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-nav-offcanvas() {}\n\n\/\/ Hover\n.hook-nav-offcanvas-hover() {}\n\n\/\/ Active\n.hook-nav-offcanvas-active() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-header`\n\/\/\n\n.hook-nav-offcanvas-header() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-divider`\n\/\/\n\n.hook-nav-offcanvas-divider() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-nav-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Navbar\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@navbar-color: @global-color;\n@navbar-link-color: @global-link-color;\n@navbar-link-hover-color: @global-link-hover-color;\n\n@navbar-nav-line-height: @navbar-nav-height;\n@navbar-nav-color: @global-color;\n@navbar-nav-font-size: @global-font-size;\n@navbar-nav-hover-color: @global-color;\n@navbar-nav-onclick-color: @global-color;\n@navbar-nav-active-color: @global-color;\n\n@navbar-brand-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@navbar-brand-color: @global-color;\n@navbar-brand-hover-color: @global-color;\n\n@navbar-toggle-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@navbar-toggle-color: @global-color;\n@navbar-toggle-hover-color: @global-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-navbar() {}\n\n\n\/\/ Sub-object: `uk-navbar-nav`\n\/\/ ========================================================================\n\n.hook-navbar-nav() {}\n\n\/\/ Hover\n.hook-navbar-nav-hover() {}\n\n\/\/ OnClick\n.hook-navbar-nav-onclick() {}\n\n\/\/ Active\n.hook-navbar-nav-active() {}\n\n\n\/\/ Sub-object: `uk-navbar-content`\n\/\/ ========================================================================\n\n.hook-navbar-content() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-navbar-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Subnav\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@subnav-color: @global-color;\n@subnav-hover-color: @global-link-color;\n@subnav-active-color: @global-link-color;\n\n@subnav-line-border: @global-border;\n\n@subnav-pill-hover-color: @global-color;\n@subnav-pill-active-background: @global-primary-background;\n@subnav-pill-active-color: @global-contrast-color;\n\n@subnav-disabled-color: @global-muted-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-subnav() {}\n\n.hook-subnav-hover() {}\n\n.hook-subnav-active() {}\n\n\n\/\/ Modifier: `uk-subnav-line'\n\/\/ ========================================================================\n\n.hook-subnav-line-divider() {}\n\n\n\/\/ Modifier: `uk-subnav-pill'\n\/\/ ========================================================================\n\n.hook-subnav-pill() {}\n\n.hook-subnav-pill-hover() {}\n\n.hook-subnav-pill-active() {}\n\n\n\/\/ Disabled state\n\/\/ ========================================================================\n\n.hook-subnav-disabled() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-subnav-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Breadcrumb\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@breadcrumb-disabled-color: @global-muted-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-breadcrumb() {}\n\n\n\/\/ Items\n\/\/ ========================================================================\n\n.hook-breadcrumb-divider() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-breadcrumb-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Pagination\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@pagination-line-height: @global-line-height;\n@pagination-color: @global-color;\n@pagination-hover-color: @global-color;\n@pagination-onclick-color: @global-color;\n\n@pagination-active-background: @global-primary-background;\n@pagination-active-color: @global-contrast-color;\n\n@pagination-disabled-color: @global-muted-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-pagination-item() {}\n\n\/\/ Link\n.hook-pagination-link() {}\n\n.hook-pagination-link-hover() {}\n\n.hook-pagination-link-active() {}\n\n\/\/ Active\n.hook-pagination-active() {}\n\n\/\/ Disabled\n.hook-pagination-disabled() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-pagination-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Tab\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@tab-border: @global-border;\n@tab-color: @global-link-color;\n@tab-hover-color: @global-link-hover-color;\n@tab-active-border: @global-border;\n@tab-active-background: @global-background;\n@tab-active-color: @global-color;\n@tab-disabled-color: @global-muted-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-tab() {}\n\n\/\/ Hover\n.hook-tab-hover() {}\n\n\/\/ Active\n.hook-tab-active() {}\n\n\/\/ Disabled\n.hook-tab-disabled() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-tab-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Thumbnav\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-thumbnav() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-thumbnav-misc() {}\n\n\/\/ Elements\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: List\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@list-line-border: @global-border;\n\n\n\/\/ Modifier: `list-line`\n\/\/ ========================================================================\n\n.hook-list-line() {}\n\n\n\/\/ Modifier: `list-striped`\n\/\/ ========================================================================\n\n.hook-list-striped() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-list-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Description list\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@description-list-line-border: @global-border;\n@description-list-line-color: @global-muted-color;\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-description-list-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Table\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@table-margin-vertical: @global-margin;\n\n@table-caption-color: @global-muted-color;\n@table-caption-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-table() {}\n\n.hook-table-active() {}\n\n.hook-table-striped() {}\n\n.hook-table-condensed() {}\n\n.hook-table-hover() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-table-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Form\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@form-height: @global-height;\n@form-border: @global-border;\n@form-background: @global-background;\n@form-color: @global-color;\n\n@form-focus-color: @global-color;\n\n@form-disabled-border: @global-border;\n@form-disabled-color: @global-muted-color;\n\n@form-placeholder-color: @global-muted-color;\n\n@form-gutter: @global-margin;\n\n@form-legend-border: @global-border;\n@form-legend-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@form-legend-line-height: round((@form-legend-font-size * 1.68)); \/\/ 30px \/ 34px\n\n@form-small-height: @global-height-small;\n@form-large-height: @global-height-large;\n@form-small-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@form-large-font-size: round((@global-font-size * 1.14)); \/\/ 16px \/ 18px\n\n@form-blank-border: @global-border;\n\n@form-icon-font-size: @global-font-size;\n@form-icon-color: @global-muted-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-form() {}\n\n\/\/ Focus state\n.hook-form-focus() {}\n\n\/\/ Disabled state\n.hook-form-disabled() {}\n\n\/\/ Legend\n.hook-form-legend() {}\n\n\n\/\/ Validation states\n\/\/ ========================================================================\n\n\/\/\n\/\/ Error state\n\/\/\n\n.hook-form-danger() {}\n\n\/\/\n\/\/ Success state\n\/\/\n\n.hook-form-success() {}\n\n\n\/\/ Style modifiers\n\/\/ ========================================================================\n\n.hook-form-blank() {}\n\n.hook-form-blank-focus() {}\n\n\n\/\/ Sub-object: `uk-form-label`\n\/\/ ========================================================================\n\n.hook-form-stacked-label() {}\n\n.hook-form-horizontal-label() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-form-misc() {}\n\n\/\/ Common\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Button\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@button-height: @global-height;\n@button-mini-height: @global-height-mini;\n@button-small-height: @global-height-small;\n@button-large-height: @global-height-large;\n\n@button-line-height: @global-height;\n@button-mini-line-height: @global-height-mini;\n@button-small-line-height: @global-height-small;\n@button-large-line-height: @global-height-large;\n\n@button-mini-font-size: round((@global-font-size * 0.78)); \/\/ 11px \/ 12px\n@button-small-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@button-large-font-size: round((@global-font-size * 1.14)); \/\/ 16px \/ 18px\n\n@button-color: @global-color;\n@button-hover-color: @global-color;\n@button-active-color: @global-color;\n\n@button-primary-background: @global-primary-background;\n@button-primary-color: @global-contrast-color;\n@button-primary-hover-color: @global-contrast-color;\n@button-primary-active-color: @global-contrast-color;\n\n@button-success-background: @global-success-background;\n@button-success-color: @global-contrast-color;\n@button-success-hover-color: @global-contrast-color;\n@button-success-active-color: @global-contrast-color;\n\n@button-danger-background: @global-danger-background;\n@button-danger-color: @global-contrast-color;\n@button-danger-hover-color: @global-contrast-color;\n@button-danger-active-color: @global-contrast-color;\n\n@button-disabled-color: @global-muted-color;\n\n@button-link-color: @global-link-color;\n@button-link-hover-color: @global-link-hover-color;\n@button-link-disabled-color: @global-muted-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-button() {}\n\n.hook-button-hover() {}\n\n.hook-button-active() {}\n\n\n\/\/ Color modifiers\n\/\/ ========================================================================\n\n\/\/\n\/\/ Modifier: `uk-button-primary`\n\/\/\n\n.hook-button-primary() {}\n\n.hook-button-primary-hover() {}\n.hook-button-primary-active() {}\n\n\/\/\n\/\/ Modifier: `uk-button-success`\n\/\/\n\n.hook-button-success() {}\n\n.hook-button-success-hover() {}\n.hook-button-success-active() {}\n\n\/\/\n\/\/ Modifier: `uk-button-danger`\n\/\/\n\n.hook-button-danger() {}\n\n.hook-button-danger-hover() {}\n.hook-button-danger-active() {}\n\n\n\/\/ Disabled state\n\/\/ ========================================================================\n\n.hook-button-disable() {}\n\n\n\/\/ Modifier: `uk-button-link`\n\/\/ ========================================================================\n\n.hook-button-link() {}\n\n\n\/\/ Size modifiers\n\/\/ ========================================================================\n\n.hook-button-large() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-button-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Icon\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@icon-hover-color: @global-muted-color;\n@icon-hover-hover-color: @global-color;\n\n@icon-button-height: @icon-button-width;\n@icon-button-font-size: round((@icon-button-width * 0.5));\n@icon-button-color: @global-color;\n\n@icon-button-hover-color: @global-color;\n\n@icon-button-active-color: @global-color;\n\n\n\/\/ Modifier: `uk-icon-hover`\n\/\/ ========================================================================\n\n.hook-icon-hover() {}\n\n.hook-icon-hover-hover() {}\n\n\n\/\/ Modifier: `uk-icon-button`\n\/\/ ========================================================================\n\n.hook-icon-button() {}\n\n\/\/ Hover\n.hook-icon-button-hover() {}\n\n\/\/ Active\n.hook-icon-button-active() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-icon-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Close\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-close() {}\n\n\n\/\/ Modifier: `uk-close-alt`\n\/\/ ========================================================================\n\n.hook-close-alt() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-close-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Badge\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@badge-background: @global-primary-background;\n@badge-font-size: round((@global-font-size * 0.74)); \/\/ 10px \/ 12px\n@badge-line-height: round((@badge-font-size * 1.36)); \/\/ 14px \/ 16px\n@badge-color: @global-contrast-color;\n@badge-hover-color: @global-contrast-color;\n\n@badge-notification-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@badge-notification-line-height: round((@badge-notification-font-size * 1.46)); \/\/ 18px \/ 20px\n\n@badge-success-background: @global-success-background;\n@badge-warning-background: @global-warning-background;\n@badge-danger-background: @global-danger-background;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-badge() {}\n\n\n\/\/ Color modifier\n\/\/ ========================================================================\n\n\/\/\n\/\/ Modifier: `badge-success`\n\/\/\n\n.hook-badge-success() {}\n\n\/\/\n\/\/ Modifier: `badge-warning`\n\/\/\n\n.hook-badge-warning() {}\n\n\/\/\n\/\/ Modifier: `badge-danger`\n\/\/\n\n.hook-badge-danger() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-badge-misc() {}\n\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Alert\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@alert-margin-vertical: @global-margin;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-alert() {}\n\n\n\/\/ Modifier: `uk-alert-success`\n\/\/ ========================================================================\n\n.hook-alert-success() {}\n\n\n\/\/ Modifier: `uk-alert-warning`\n\/\/ ========================================================================\n\n.hook-alert-warning() {}\n\n\n\/\/ Modifier: `uk-alert-danger`\n\/\/ ========================================================================\n\n.hook-alert-danger() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-alert-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Thumbnail\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@thumbnail-border: @global-border;\n@thumbnail-background: @global-background;\n@thumbnail-hover-border: darken(@global-border, 20%);\n@thumbnail-hover-background: @global-background;\n\n@thumbnail-caption-color: @global-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-thumbnail() {}\n\n.hook-thumbnail-hover() {}\n\n\n\/\/ Caption\n\/\/ ========================================================================\n\n.hook-thumbnail-caption() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-thumbnail-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Overlay\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@overlay-panel-color: @global-contrast-color;\n\n@overlay-icon-color: @global-contrast-color;\n\n\n\/\/ Sub-object `uk-overlay-panel`\n\/\/ ========================================================================\n\n.hook-overlay-panel() {}\n\n\n\/\/ Sub-object `uk-overlay-background`\n\/\/ ========================================================================\n\n.hook-overlay-background() {}\n\n\n\/\/ Sub-object `uk-overlay-image`\n\/\/ ========================================================================\n\n.hook-overlay-image() {}\n\n\n\/\/ Sub-object `uk-overlay-icon`\n\/\/ ========================================================================\n\n.hook-overlay-icon() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-overlay-misc() {}\n\n\/\/ JavaScript\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Dropdown\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@dropdown-z-index: @global-z-index + 20;\n@dropdown-color: @global-color;\n@dropdown-divider-border: @global-border;\n\n@dropdown-navbar-color: @global-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-dropdown() {}\n\n\n\/\/ Modifier: `uk-dropdown-navbar`\n\/\/ ========================================================================\n\n.hook-dropdown-navbar() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-dropdown-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Modal\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@modal-z-index: @global-z-index + 10;\n\n@modal-dialog-background: @global-background;\n\n@modal-header-margin-bottom: @global-margin;\n\n@modal-footer-margin-top: @global-margin;\n\n@modal-caption-color: @global-contrast-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-modal() {}\n\n\n\/\/ Sub-object: `uk-modal-dialog`\n\/\/ ========================================================================\n\n.hook-modal-dialog() {}\n\n\n\/\/ Modifier: `uk-modal-dialog-lightbox`\n\/\/ ========================================================================\n\n.hook-modal-dialog-lightbox() {}\n\n\n\/\/ Sub-object: `uk-modal-header`\n\/\/ ========================================================================\n\n.hook-modal-header() {}\n\n\n\/\/ Sub-object: `uk-modal-footer`\n\/\/ ========================================================================\n\n.hook-modal-footer() {}\n\n\n\/\/ Sub-object: `uk-modal-caption`\n\/\/ ========================================================================\n\n.hook-modal-caption() {}\n\n\n\/\/ Sub-object: `uk-modal-spinner`\n\/\/ ========================================================================\n\n.hook-modal-spinner() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-modal-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Off-canvas\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@offcanvas-z-index: @global-z-index;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-offcanvas() {}\n\n\n\/\/ Sub-object `uk-offcanvas-bar`\n\/\/ ========================================================================\n\n.hook-offcanvas-bar() {}\n\n\n\/\/ Panel in offcanvas\n\/\/ ========================================================================\n\n.hook-offcanvas-panel() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-offcanvas-misc() {}\n\n\/\/ Components: Navs\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Dotnav\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-dotnav-item() {}\n\n.hook-dotnav-item-hover() {}\n\n.hook-dotnav-item-onclick() {}\n\n.hook-dotnav-item-active() {}\n\n.hook-dotnav-contrast-item() {}\n\n.hook-dotnav-contrast-item-hover() {}\n\n.hook-dotnav-contrast-item-onclick() {}\n\n.hook-dotnav-contrast-item-active() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-dotnav-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Slidenav\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-slidenav() {}\n\n.hook-slidenav-hover() {}\n\n.hook-slidenav-active() {}\n\n.hook-slidenav-contrast() {}\n\n.hook-slidenav-contrast-hover() {}\n\n.hook-slidenav-contrast-active() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-slidenav-misc() {}\n\n\/\/ Components: Common\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Progress\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@progress-margin-vertical: @global-margin;\n\n@progress-bar-background: @global-primary-background;\n@progress-bar-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@progress-bar-color: @global-contrast-color;\n\n@progress-bar-success-background: @global-success-background;\n@progress-bar-warning-background: @global-warning-background;\n@progress-bar-danger-background: @global-danger-background;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-progress() {}\n\n\n\/\/ Sub-object: `progress-bar`\n\/\/ ========================================================================\n\n.hook-progress-bar() {}\n\n\n\/\/ Color modifiers\n\/\/ ========================================================================\n\n.hook-progress-bar-success() {}\n\n.hook-progress-bar-warning() {}\n\n.hook-progress-bar-danger() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-progress-misc() {}\n\n\/\/ Components: JavaScript\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Accordion\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@accordion-title-margin-bottom: @global-margin;\n@accordion-title-padding-horizontal: @global-margin;\n@accordion-title-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@accordion-title-line-height: round((@accordion-title-font-size * 1.32)); \/\/ 24px \/ 26px\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-accordion() {}\n\n\n\/\/ Modifier: `uk-accordion-title`\n\/\/ ========================================================================\n\n.hook-accordion-title() {}\n\n\n\/\/ Modifier: `uk-accordion-content`\n\/\/ ========================================================================\n\n.hook-accordion-content() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-accordion-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Search\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@search-height: @global-height;\n@search-color: @global-color;\n@search-placeholder-color: @global-muted-color;\n\n@dropdown-search-color: @global-color;\n@dropdown-search-navbar-margin-top: 5px;\n@dropdown-search-navbar-margin-right: -15px;\n\n@nav-search-color: @global-color;\n@nav-search-active-background: @global-primary-background;\n@nav-search-active-color: @global-contrast-color;\n@nav-search-header-color: @global-muted-color;\n@nav-search-divider-border: @global-border;\n@nav-search-nested-color: @global-link-color;\n@nav-search-nested-hover-color: @global-link-hover-color;\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-search() {}\n\n.hook-search-icon() {}\n\n\n\/\/ Sub-object `uk-search-field`\n\/\/ ========================================================================\n\n.hook-search-field() {}\n\n.hook-search-field-focus() {}\n\n\n\/\/ Dropdown modifier: `uk-dropdown-search`\n\/\/ ========================================================================\n\n.hook-dropdown-search() {}\n\n\n\/\/ Nav modifier `uk-nav-search`\n\/\/ ========================================================================\n\n\/\/\n\/\/ Items\n\/\/\n\n.hook-nav-search() {}\n\n\/\/ Active\n.hook-nav-search-active() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-header`\n\/\/\n\n.hook-nav-search-header() {}\n\n\/\/\n\/\/ Sub-object: `uk-nav-divider`\n\/\/\n\n.hook-nav-search-divider() {}\n\n\n\/\/ Search in offcanvas\n\/\/ ========================================================================\n\n.hook-offcanvas-search-field() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-search-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Tooltip\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@tooltip-z-index: @global-z-index + 30;\n\n@tooltip-font-size: round((@global-font-size * 0.85)); \/\/ 12px \/ 14px\n@tooltip-line-height: round((@tooltip-font-size * 1.46)); \/\/ 18px \/ 20px\n\n\n\/\/ Component\n\/\/ ========================================================================\n\n.hook-tooltip() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-tooltip-misc() {}\n\n\/\/ Need to be loaded last\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Text\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@text-small-font-size: round((@global-font-size * 0.78)); \/\/ 11px \/ 12px\n@text-small-line-height: round((@text-small-font-size * 1.49)); \/\/ 16px \/ 18px\n@text-large-font-size: round((@global-font-size * 1.28)); \/\/ 18px \/ 20px\n@text-large-line-height: round((@text-large-font-size * 1.32)); \/\/ 24px \/ 26px\n\n@text-muted-color: @global-muted-color;\n@text-contrast-color: @global-contrast-color;\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-text-misc() {}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Utility\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Variables\n\/\/ ========================================================================\n\n@utility-container-padding-horizontal: @global-grid-gutter;\n@utility-container-large-padding-horizontal: @global-grid-gutter-large;\n\n@utility-align-horizontal: @global-margin;\n@utility-align-vertical: @global-margin;\n\n@utility-margin: @global-margin;\n\n@utility-heading-large-small-font-size: round((@global-font-size * 2.6)); \/\/ 36px \/ 42px\n@utility-heading-large-small-line-height: round((@utility-heading-large-small-font-size * 1.154)); \/\/ 42px \/ 48px\n@utility-heading-large-font-size: round((@global-font-size * 3.72)); \/\/ 52px \/ 60px\n@utility-heading-large-line-height: round((@utility-heading-large-font-size * 1.23)); \/\/ 64px \/ 74px\n\n@utility-link-muted-color: @global-color;\n@utility-link-muted-hover-color: @global-color;\n\n@utility-scrollable-box-border: @global-border;\n\n\n\/\/ Container\n\/\/ ========================================================================\n\n.hook-container() {}\n\n\n\/\/ Scrollable\n\/\/ ========================================================================\n\n.hook-scrollable-box() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-utility-misc() {}\n\n\/*\n * Visibility\n * Avoids setting display to `block` so it works also with `inline-block` and `table`\n *\/\n\n\/* Desktop and bigger *\/\n@media (min-width: @breakpoint-large) {\n\n .uk-visible-small { display: none !important; }\n .uk-visible-medium { display: none !important; }\n .uk-hidden-large { display: none !important; }\n\n}\n\n\/* Tablets portrait *\/\n@media (min-width: @breakpoint-medium) and (max-width: @breakpoint-medium-max) {\n\n.negative-top-fitness {\n z-index: 27;\n margin-top: 0 !important;\n}\n\n .uk-visible-medium { display: none !important; }\n .uk-visible-large { display: none !important; }\n .uk-hidden-small { display: none !important; }\n\t\n\t.wk-slideshow-infinite .caption {\n bottom: 20% !important;\n left: 5% !important;\n padding: 20px 20px 5px;\n right: 25% !important;\n width: 85% !important;\n}\n\n.wk-slideshow-infinite > div .next, .wk-slideshow-infinite > div .prev {\n top: 10% !important;\n}\n\n.tm-welcome {\n padding-bottom: 60px !important;\n}\n\n}\n\n\/* Phone landscape and smaller*\/\n@media (max-width: @breakpoint-small-max) {\n\n.negative-top-fitness {\n z-index: 27;\n margin-top: 0 !important;\n}\t\n\n .uk-visible-medium { display: none !important; }\n .uk-visible-large { display: none !important; }\n .uk-hidden-small { display: none !important; }\n\t\n \t.wk-slideshow-infinite .caption {\n bottom: 50% !important;\n left: 5% !important;\n padding: 20px 20px 5px;\n right: 25% !important;\n width: 85% !important;\n display: none !important;\n}\t\n\n.wk-slideshow-infinite > div .next, .wk-slideshow-infinite > div .prev {\n top: 45% !important;\n}\n\n.tm-welcome {\n padding-bottom: 60px !important;\n}\n\n}\n\/\/ Copyright (C) YOOtheme GmbH, http:\/\/www.gnu.org\/licenses\/gpl.html GNU\/GPL *\/\n\n\/\/\n\/\/ Component: Contrast\n\/\/\n\/\/ ========================================================================\n\n\n\/\/ Base\n\/\/ ========================================================================\n\n.hook-contrast-base-code() {}\n\n\n\/\/ Nav\n\/\/ ========================================================================\n\n.hook-contrast-nav-side() {}\n.hook-contrast-nav-side-hover() {}\n.hook-contrast-nav-side-active() {}\n.hook-contrast-nav-side-header() {}\n.hook-contrast-nav-side-divider() {}\n\n\n\/\/ Subnav\n\/\/ ========================================================================\n\n.hook-contrast-subnav() {}\n.hook-contrast-subnav-hover() {}\n.hook-contrast-subnav-active() {}\n.hook-contrast-subnav-line-divider() {}\n.hook-contrast-subnav-pill-hover() {}\n.hook-contrast-subnav-pill-active() {}\n\n\n\/\/ List\n\/\/ ========================================================================\n\n.hook-contrast-list-line() {}\n\n\/\/ Form\n\/\/ ========================================================================\n\n.hook-contrast-form() {}\n.hook-contrast-form-focus() {}\n\n\n\/\/ Button\n\/\/ ========================================================================\n\n.hook-contrast-button() {}\n.hook-contrast-button-hover() {}\n.hook-contrast-button-active() {}\n.hook-contrast-button-primary() {}\n.hook-contrast-button-primary-hover() {}\n.hook-contrast-button-primary-active() {}\n\n\n\/\/ Icon\n\/\/ ========================================================================\n\n.hook-contrast-icon-hover() {}\n.hook-contrast-icon-hover-hover() {}\n.hook-contrast-icon-button() {}\n.hook-contrast-icon-button-hover() {}\n.hook-contrast-icon-button-active() {}\n\n\n\/\/ Miscellaneous\n\/\/ ========================================================================\n\n.hook-contrast-misc() {}\n\n\/* ========================================================================\n Warp theme\n ========================================================================== *\/\n\n\/* Layout\n ========================================================================== *\/\n\n\/*\n * Force vertical scrollbar\n *\/\n\nhtml { overflow-y: scroll; }\n\n\/*\nPricing Tables\n*\/\n\n\n\n\/*\n * Blocks\n *\/\n \n.tm-header-bar{\n background-color: @global-headerbar-background;\n}\n.tm-block-bottom-b{\n background-color: @global-bottomb-background;\n color: #888888;\n}\n\n.tm-block-bottom-b{\n.uk-panel-title{\n color: @global-headerbar-color;\n font-size: 16px;\n}\n}\n\n.tm-menu-bar {\n background-color: rgba(255, 255, 255, 0.7);\n z-index: 2700;\n box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.14);\n}\n\n.tm-block-dark-footer{\n background-color: @global-footer-background;\n color: @global-headerbar-color;\n}\n\n.tm-block-full-welcome {\n\n}\n\n.gkNspPM-GridNews > figure:first-child figcaption::before, .gkNspPM-GridNews figcaption::before {\n border-color: transparent @global-welcome-background transparent transparent;\n}\n\n.gkNspPM-GridNews > figure:first-child figcaption {\n background: @global-welcome-background none repeat scroll 0 0;\n}\n\n.gkNspPM-GridNews figcaption {\n background: @global-welcome-background none repeat scroll 0 0;\n color: #ffffff;\n}\n\n.tm-block-full-toolbars {\n background-color: @global-toolbars-background;\n}\n\n.tm-top-b .uk-grid-collapse .uk-panel, .tm-main-bottom .uk-grid-collapse .uk-panel {\n border-top: 4px solid @global-welcome-background;\n padding: 45px 25px;\n border-right: 1px solid #e5e5e5;\n border-left: 1px solid #e5e5e5;\n border-bottom: 1px solid #e5e5e5;\n}\n\n.inside-text {\n background: @global-welcome-background none repeat scroll 0 0;\n}\n\n.left-side-section-one i {\n background-color: @global-welcome-background;\n}\n\ntd.fully-booked, td.pbbooking-busy-cell {\n background-color: @global-welcome-background;\n color: #ffffff;\n}\n\ntd.selected_day {\n background-color: #eeeeee;\n}\n\n.wk-gallery-glass li:hover .huhucaption {\n background: @global-welcome-background none repeat scroll 0 0;\n}\n\n.aikonsearch-trigger {\n background-color: @global-welcome-background !important;\n border-right: 2px solid #fff;\n color: #ffffff !important;\n width: 55px !important;\n height: 55px !important;\n border-radius: 2px 0 0 2px;\n}\n\n.btl-panel {\n background-color: @global-welcome-background;\n color: @global-welcome-color;\n border-radius: 0 0 3px 3px;\n}\n\n.tm-block-full-welcome h1, .tm-block-full-welcome h2, .tm-block-full-welcome h3, .tm-block-full-welcome h4, .tm-block-full-welcome h5 {\n\n}\n\n.tm-toolbar,\n.tm-headerbar,\n.tm-navbar,\n.tm-footer {\n margin-top: @global-grid-gutter;\n margin-bottom: @global-grid-gutter;\n}\n\n\/* Only large screens *\/\n@media (min-width: @breakpoint-xlarge) {\n\n .tm-headerbar,\n .tm-navbar,\n .tm-footer {\n margin-top: @global-grid-gutter-large;\n margin-bottom: @global-grid-gutter-large;\n }\n\n}\n\n\/* Only phones *\/\n@media (max-width: @breakpoint-small-max) {\n\n .tm-navbar {\n margin: 0 -@utility-container-padding-horizontal @global-grid-gutter -@utility-container-padding-horizontal;\n border-width: 0 0 1px 0;\n }\n\n .tm-logo-small:hover { text-decoration: none; };\n\n .tm-navbar:not(.uk-navbar-attached) { border-radius: 0; }\n\n}\n\n\/*\n * Logo small\n * Remove whitespace caused by vertical centering to prevent logo wrapping into the next line\n *\/\n\n.tm-logo-small { letter-spacing: -0.31em; }\n\n\/*\n * Toolbar\n *\/\n\n.tm-toolbar .uk-float-left .uk-panel {\n margin: 0 @global-grid-gutter 0 0;\n float: left;\n}\n\n.tm-toolbar .uk-float-right .uk-panel {\n margin: 0 0 0 @global-grid-gutter;\n float: right;\n}\n\n\/*\n * Headerbar\n *\/\n\n.tm-headerbar .tm-logo { float: left; }\n\n.tm-headerbar .uk-panel {\n max-width: 300px;\n margin-right: 0;\n float: right;\n}\n\n\/*\n * Middle\n *\/\n\n.tm-main > :nth-child(n+2) { margin-top: @global-grid-gutter; }\n\n.tm-content > :last-child { margin-bottom: 0; }\n\n\/*\n * Footer\n *\/\n\n.tm-footer {\n position: relative;\n text-align: left;\n}\n\n.tm-footer .uk-panel + .uk-panel { margin-top: @global-grid-gutter; }\n\n\/*\n * To-top scroller\n *\/\n\n.tm-totop-scroller {\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n z-index: @global-z-index;\n width: 20px;\n height: 20px;\n line-height: 20px;\n font-size: 14px;\n color: @global-color2;\n text-align: center;\n -webkit-transition: all linear 0.05s;\n transition: all linear 0.05s;\n}\n\n.tm-totop-scroller:after {\n content: \"\\f077\";\n font-family: \"FontAwesome\";\n}\n\n\/*\n * Hover\n * 1. Apply hover style also to focus state\n * 2. Remove default focus style\n *\/\n\n.tm-totop-scroller:hover,\n.tm-totop-scroller:focus { \/* 1 *\/\n color: lighten(@global-color, 20%);\n font-size: 16px;\n outline: none; \/* 2 *\/\n text-decoration: none;\n}\n\n\/* Active *\/\n.tm-totop-scroller:active {\n color: darken(@global-color, 20%);\n font-size: 11px;\n}\n\n\n\/* Blog\n ========================================================================== *\/\n\n\/*\n * Leading article\n * Joomla only\n *\/\n\n.tm-leading-article .uk-article:last-child {\n padding-bottom: @article-margin-top;\n border-bottom: 1px solid @base-hr-border;\n}\n\n.uk-navbar-flip{\n background-color: @custom-bg-color;\n}\n\n\n\/* Error\n ========================================================================== *\/\n\n.tm-error-icon { font-size: 250px; }\n\n.tm-error-headline { font-size: 100px; }\n\n\n\/* Offline\n ========================================================================== *\/\n\n.tm-offline { width: 300px; }\n\n\n\/* Socialbuttons\n ========================================================================== *\/\n\n.tm-socialbuttons > div {\n margin-right: 10px;\n float: left;\n}\n\n\n\/* WordPress only\n ========================================================================== *\/\n\n.alignleft {\n display: block;\n margin-right: @utility-align-horizontal; \n float: left; \n}\n\n.alignright {\n display: block;\n margin-left: @utility-align-horizontal; \n float: right; \n}\n\n.aligncenter {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\n\/*------------------------------------------*\/\n\n.tm-logo {\n float: left;\n}\n\n\n\n\/*-------------------------Fitness Page-----------------------------*\/\n\n.fitness-page {\n\n}\n\n\/*--------------------------Module classes-------------------------*\/\n\n.centred-text {\n text-align: center;\n}\n\n\/*---------------------------Others------------------------------*\/\n\na.modal-button, .button2-left .blank a, .button2-left a, .button2-left div.readmore a, .search_button_vehicle, .vehicle_button a, input[type=\"submit\"], input[type=\"button\"] {\n background: @global-primary-background none repeat scroll 0 0 !important;\n border: 1px solid @global-primary-background !important;\n color: #fff !important;\n cursor: pointer;\n font-size: 14px;\n font-weight: normal;\n margin-top: 3px;\n padding: 8px 30px;\n text-align: center;\n text-decoration: none;\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n white-space: nowrap;\n}\n\n\n@import 'https:\/\/fonts.googleapis.com\/css?family=Roboto:300';\n@import 'https:\/\/fonts.googleapis.com\/css?family=Prompt:200,400';\n\n@global-margin: 20px;\n@global-large-margin: 30px;\n@global-link-color: #fd4326;\n@global-link-hover-color: #ffcc00;\n@global-primary-gradient-top: #5cc0ea;\n@global-primary-gradient-bottom: #4cacd7;\n@base-h1-font-size: round(@global-font-size * 2.2);\n@base-h1-line-height: round(@base-h1-font-size * 1.25);\n@base-h2-font-size: round(@global-font-size * 1.68);\n@base-h2-line-height: round(@base-h2-font-size * 1.25);\n@base-h3-font-size: round(@global-font-size * 1.4);\n@base-h3-line-height: round(@base-h3-font-size * 1.25);\n@base-h4-font-size: round(@global-font-size * 1.05);\n@base-h4-line-height: round(@base-h4-font-size * 1.33);\n@base-selection-background: #fd4326;\n@base-body-font-family: 'Roboto';\n@base-heading-font-family: 'Prompt';\n@base-heading-font-weight: 200;\n@panel-box-primary-background: rgba(0, 0, 0, 0.7);\n@panel-box-primary-color: #ffffff;\n@panel-box-primary-title-color: #ffffff;\n@article-title-font-weight: 300;\n@nav-padding-horizontal: 20px;\n@nav-side-active-box-shadow: rgba(0,69,109,0.25);\n@nav-dropdown-hover-box-shadow: rgba(0,69,109,0.25);\n@nav-navbar-hover-box-shadow: rgba(0,69,109,0.25);\n@nav-search-active-box-shadow: rgba(0,69,109,0.25);\n@navbar-nav-height: 90px;\n@button-primary-hover-background: #eeeeee;\n@button-primary-active-background: #359ac4;\n@icon-button-hover-color: @global-link-hover-color;\n@badge-font-size: 11px;\n@badge-font-weight: normal;\n@thumbnail-background: #fff;\n@dropdown-width: 220px;\n@utility-heading-large-font-size: round(@global-font-size * 3.71);\n@utility-heading-large-line-height: round(@utility-heading-large-font-size * 1.23);\n@global-font-size: 15px;\n@global-line-height: 30px;\n@navbar-nav-hover-background: rgba(238, 238, 238, 0);\n@navbar-nav-active-background: rgba(52, 61, 70, 0);\n@navbar-nav-hover-color: #3f51b5;\n@navbar-nav-active-color: #3f51b5;\n@search-placeholder-color: #ffffff;\n@search-icon-color: #ffffff;\n@search-close-color: #ffffff;\n@search-color: #ffffff;\n@navbar-nav-font-family: 'Roboto';\n@navbar-nav-font-weight: 300;\n@utility-container-large-max-width: 1280px;\n@global-headerbar-background: #f9f9f9;\n@global-menu-bar-background: #f9f9f9;\n@navbar-background: rgba(249, 249, 249, 0);\n@navbar-nav-font-size: 13px;\n@article-title-font-size: 20px;\n@global-primary-background: #fd4326;\n@text-primary-color: #e1382d;\n@custom-bg-color: #333333;\n@global-contrast-color: #94d543;\n@navbar-nav-onclick-background: rgba(221, 221, 221, 0);\n@nav-dropdown-hover-color: #ffffff;\n@nav-navbar-hover-color: #ffffff;\n@button-color: #ffffff;\n@button-background: #fd4326;\n@button-primary-hover-color: #000000;\n@button-primary-color: #555555;\n@button-height: 40px;\n@button-mini-height: 35px;\n@button-small-height: 30px;\n@button-large-height: 50px;\n@button-large-line-height: 50px;\n@button-large-padding-horizontal: 40px;\n@button-line-height: 40px;\n@button-padding-horizontal: 35px;\n@button-small-line-height: 35px;\n@button-mini-line-height: 35px;\n@button-mini-padding-horizontal: 15px;\n@button-small-padding-horizontal: 25px;\n@tab-active-background: #32a3cb;\n@tab-active-color: #ffffff;\n@tab-hover-background: #81cb32;\n@tab-hover-color: #ffffff;\n@tab-active-border: #32a3cb;\n@tab-border: #32a3cb;\n@tab-hover-border: #81cb32;\n@subnav-margin-horizontal: 0;\n@subnav-color: #555555;\n@panel-box-secondary-background: #e83f24;\n@nav-side-active-color: #ffffff;\n@panel-box-secondary-color: #ffffff;\n@panel-box-background: #fd4326;\n@panel-box-padding: 25px;\n@offcanvas-bar-background: #ffffff;\n@offcanvas-panel-color: #444444;\n@button-hover-background: #000000;\n@button-hover-color: #ffffff;\n@button-active-background: #f1751a;\n@button-active-color: #ffffff;\n@offcanvas-panel-link-hover-color: #000000;\n@button-primary-background: #ffffff;\n@base-body-font-weight: 200;\n@navbar-nav-padding-horizontal: 20px;\n@base-heading-text-transform: uppercase;\n@panel-title-font-weight: 300;\n@panel-title-text-transform: capitalize;\n@panel-title-font-size: 20px;\n@table-striped-background: #ffffff;\n@table-padding-vertical: 15px;\n@base-pre-background: #ffffff;\n@base-pre-padding: 25px;\n@form-height: 45px;\n@form-padding: 4px 10px;\n@form-small-height: 30px;\n@form-small-padding: 3px 8px;\n@button-success-color: #ffffff;\n@button-success-hover-color: #ffffff;\n@button-danger-color: #ffffff;\n@button-danger-hover-color: #ffffff;\n@badge-line-height: 20px;\n@badge-padding-horizontal: 10px;\n@badge-color: #ffffff;\n@alert-background: #94d543;\n@alert-color: #ffffff;\n@icon-button-border-radius: 0;\n@icon-button-background: rgba(238, 238, 238, 0);\n@icon-button-color: #999999;\n@icon-button-font-size: 14px;\n@base-hr-border-width: 2px;\n@base-hr-border: #cc0001;\n@global-color: #222222;\n@panel-title-margin-bottom: 35px;\n@panel-box-color: #ffffff;\n@base-heading-color: #555555;\n@panel-title-color: #555555;\n@global-toolbars-background: #25272b;\n@global-welcome-background: #fd4326;"}]; Bogota Más información contactenos@sigmansas.co +57 313 881 0249 " />
\
2 " />
https://sigmansas.co
3 CONTÁCTENOS
contactenos
4 MÁS INFORMACIÓN
plan-estrategico-de-seguridad-vial
5 CONTÁCTENOS
contactenos
6 INGRESO A CLIENTES
https://administremos.sigmansas.co
7 CONTÁCTENOS
contactenos
8 SIGMANSAS miembro del programa Compra lo Nuestro
/noticias/31-sigmansas-miembro-del-programa-compra-lo-nuestro
9 SIGMANSAS miembro del programa Compra lo Nuestro
/noticias/31-sigmansas-miembro-del-programa-compra-lo-nuestro
10 SIGMANSAS Condecorado Por La Secretaria Distrital De Movilidad - Sello Oro
/noticias/30-sigmansas-fue-condecorado-por-la-secretaria-distrital-de-movilidad-con-sello-oro
11 SIGMANSAS Condecorado Por La Secretaria Distrital De Movilidad - Sello Oro
/noticias/30-sigmansas-fue-condecorado-por-la-secretaria-distrital-de-movilidad-con-sello-oro
12 SIGMANSAS fue condecorado por la Secretaria Distrital de Movilidad
/noticias/29-sigmansas-fue-condecorado-por-la-secretaria-distrital-de-movilidad
13 SIGMANSAS fue condecorado por la Secretaria Distrital de Movilidad
/noticias/29-sigmansas-fue-condecorado-por-la-secretaria-distrital-de-movilidad
14 SIGMAN SAS capacita personal de Komatsu
/noticias/26-sigman-sas-capacita-personal-de-komatsu
15 SIGMAN SAS capacita personal de Komatsu
/noticias/26-sigman-sas-capacita-personal-de-komatsu
16 Responsabilidad social
/noticias/23-responsabilidad-social
17 Responsabilidad social
/noticias/23-responsabilidad-social
18 SIGMAN SAS Capacita en el Ministerio TIC
/noticias/22-sigman-sas-capacita-en-el-ministerio-tic
19 SIGMAN SAS Capacita en el Ministerio TIC
/noticias/22-sigman-sas-capacita-en-el-ministerio-tic
20 I Foro de Tecnologías para el servicio del Transporte y la Carga organizado por ASECARGA
/noticias/21-1er-foro-de-tecnologias-para-el-servicio-del-transporte-y-la-carga-organizado-por-asecarga
21 I Foro de Tecnologías para el servicio del Transporte y la Carga organizado por ASECARGA
/noticias/21-1er-foro-de-tecnologias-para-el-servicio-del-transporte-y-la-carga-organizado-por-asecarga
22 Capacitaciones PESV
/noticias/20-capacitaciones-pesv
23 Capacitaciones PESV
/noticias/20-capacitaciones-pesv
24 Reto Chinavita
/noticias/19-reto-chinavita
25 Reto Chinavita
/noticias/19-reto-chinavita
26 Turbo Diesel de Colombia
http://www.turbodieseldecolombia.com/
27 FTCAR
http://www.ftcarltda.com/
28 ACC
https://acc.com.co
29 ERV Asociados
https://www.informacion-empresas.co/Empresa_ERV-ASOCIADOS-SAS.html
30
http://servitek.com.co/
31 BIO S.A.
http://bio.sa.com/
32
http://servitek.com.co/
33
https://www.facebook.com/Sigman-SAS-Colombia-oficial-1873467246032168
34
https://www.youtube.com/channel/UCAxngGKAt_s33W1LRCn7few
35 joomla social media module
http://jextensions.com/social-icons-module/
36 InicioBienvenidos
/
37 CompañíaSobre nosotros
/sobre-nosotros
38 PESVPlan estratégico de seguridad vial
/plan-estrategico-de-seguridad-vial
39 ClientesSoluciones efectivas
/clientes
40 ADMINISTREMOSAcceso
/administremos
41 ADMINISTREMOS MOBILE
/administremos/aplicacion-mobile
42 Corporativa
/galeria/corporativa
43 Responsabilidad social
/galeria/responsabilidad-social
44 ContáctenosA su disposición
/contactenos