@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400';
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: 300 16px / 20px 'Ubuntu', sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff;
  color: #655039;
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a,
.uk-link {
  color: #9b8069;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #d37f37;
  text-decoration: underline;
}
/* Text-level semantics
 ========================================================================== */
/*
 * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox
 */
b,
strong {
  font-weight: 400;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 14px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #da8668;
  white-space: nowrap;
}
/*
 * Emphasize
 */
em {
  color: #da8668;
}
/*
 * Insert
 */
ins {
  background: rgba(81, 180, 219, 0.6);
  color: #ffffff;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: rgba(81, 180, 219, 0.6);
  color: #ffffff;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle;
}
/*
 * Preserve original image dimensions
 */
.uk-img-preserve,
.uk-img-preserve img {
  max-width: none;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #655039;
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 41px;
  line-height: 48px;
}
h2,
.uk-h2 {
font-size: 18px;
line-height: 34px;
text-transform: uppercase ;
letter-spacing: 2px;
}
h3,
.uk-h3 {
font-size: 18px;
line-height: 34px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 25px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 14px;
  line-height: 21px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #f9f9f9;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f9f9f9;
  font: 14px / 21px Consolas, monospace, serif;
  color: #ae906f;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  border: 1px solid #e5e5e5;
}
/* Selection pseudo-element 
 ========================================================================== */
::-moz-selection {
  background: #51b4db;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #51b4db;
  color: #ffffff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
 */
progress {
  vertical-align: baseline;
}
/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none;
}
/*
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE and Safari
 */
[hidden],
template {
  display: none;
}
/* Iframe
 ========================================================================== */
iframe {
  border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
/* Small print for identifying the source */
blockquote small {
  color: #a8aeb6;
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-grid:before,
.uk-grid:after {
  content: " ";
  display: table;
}
.uk-grid:after {
  clear: both;
}
/*
 * 1. Needed for the gutter
 * 2. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  /* 1 */
  margin: 0 0 0 -15px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * Grid cell
 * 1. Makes grid more robust so that it can be used with other block elements
 * 2. Create horizontal gutter
 * 3. `float` is set by default so columns always behave the same and create a new block format context
 */
.uk-grid > * {
  /* 1 */
  margin: 0;
  /* 2 */
  padding-left: 15px;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Vertical gutter
 */
.uk-grid + .uk-grid {
  margin-top: 15px;
}
/*
 * This class is set by JavaScript and applies a vertical gutter if the columns stack or float into the next row
 * Higher specificity to override margin
 */
.uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
/*
 * Vertical gutter for panels
 */
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 15px;
}
/*
 * Larger gutter for large screens
 */
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal gutter */
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -15px;
  }
  .uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 15px;
  }
  /* Vertical gutter */
  .uk-grid:not(.uk-grid-preserve) + .uk-grid {
    margin-top: 15px;
  }
  .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
    margin-top: 15px;
  }
  /* Vertical gutter for panels */
  .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
    margin-top: 15px;
  }
}
/*
 * Small gutter
 * Higher specificity to override large gutter
 */
.uk-grid.uk-grid-small {
  margin-left: -10px;
}
.uk-grid.uk-grid-small > * {
  padding-left: 10px;
}
.uk-grid.uk-grid-small + .uk-grid-small {
  margin-top: 10px;
}
.uk-grid.uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}
.uk-grid.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row
 */
.uk-grid-divider:not(:empty) {
  margin-left: -15px;
  margin-right: -15px;
}
.uk-grid-divider > * {
  padding-left: 15px;
  padding-right: 15px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid rgba(30, 50, 70, 0.15);
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(30, 50, 70, 0.15);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(30, 50, 70, 0.15);
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-grid-divider:not(.uk-grid-preserve) > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .uk-grid-divider:not(.uk-grid-preserve):empty {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(30, 50, 70, 0.15);
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
/*
	 * Horizontal divider
	 */
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  }
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
  content: " ";
  display: table;
}
.uk-panel:after {
  clear: both;
}
/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #655039;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
}
.uk-panel-box .uk-panel-badge {
  padding: 10px 12px;
  font-size: 12px;
}
.uk-panel-box .uk-nav-side > li > a,
.uk-panel-box .uk-nav-side .uk-nav-header {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-panel-box .uk-nav-side .uk-nav-divider {
  margin: 0 30px;
}
.uk-panel-box .uk-nav-side ul.uk-nav-sub {
  padding-left: 40px;
}
.uk-panel-box .uk-panel-title {
  letter-spacing: 5px;
font-size: 26px;
text-transform: uppercase;
font-weight: 300;
text-align: center;
}
.uk-panel-box .uk-panel-badge {
  top: 15px;
  right: 0;
}
.uk-panel-box .uk-panel-teaser {
  margin: -30px -30px 15px -30px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 -30px;
}
/*
 /* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #655039;
  margin: 15px -30px;
  margin-top: -15px;
  padding-right: 30px;
  padding-left: 30px;
}
/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 40px;
}
.uk-panel-space .uk-panel-badge {
  top: 40px;
  right: 40px;
}
/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 30px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 30px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -15px;
  }
}
/*
     * Panel header
     */
.uk-panel-header {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(30, 50, 70, 0);
  /*
         * Badge in Panel
         */
}
.uk-panel-header .uk-panel-badge {
  top: 15px;
  right: 15px;
}
/*
     * Panel teaser
     */
.uk-panel-teaser:before {
  z-index: 10;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before,
.uk-article:after {
  content: " ";
  display: table;
}
.uk-article:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}
/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
  margin-top: 15px;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
font-size: 26px;
line-height: 30px;
font-weight: 300;
text-transform: uppercase;
text-align: center;
letter-spacing: 5px;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 14px;
  line-height: 21px;
  color: #655039;
}
/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: #655039;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
}
/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 25px;
  border-color: #e5e5e5;
}
* + .uk-article-divider {
  margin-top: 25px;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
/*
 * Micro clearfix
 */
.uk-comment-header:before,
.uk-comment-header:after {
  content: " ";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}
/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 25px;
}
/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 17px;
  color: #655039;
}
/* Sub-object `uk-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child {
  margin-bottom: 0;
}
/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 25px 0 0 0;
  list-style: none;
}
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 25px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}
/* Modifier `uk-comment-primary`
 ========================================================================== */
.uk-comment-primary .uk-comment-header {
  background: rgba(81, 180, 219, 0.1);
  border-color: rgba(81, 180, 219, 0.2);
}
/* Sub-object `uk-comment-body` */
.uk-comment-body {
  padding-right: 10px;
  padding-left: 10px;
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 7px 0;
}
/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.uk-nav li > a > div {
  font-size: 14px;
  line-height: 21px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 10px 0;
  border-top-width: 3px !important;
}
.uk-nav-divider + li > a {
  border-top-width: 0!important;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 10px 0 10px 15px;
  padding-right: 10px;
  border-top: 1px solid #e5e5e5;
  background: #f9f9f9;
}
/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 12px;
  margin-right: -12px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #655039;
  padding: 10px 15px;
  border-top: 1px solid #e5e5e5;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #9b8069;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #9b8069;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #655039;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #655039;
}
.uk-nav-side ul a:hover {
  color: #d37f37;
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #655039;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #9b8069;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #a8aeb6;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #655039;
}
.uk-nav-dropdown ul a:hover {
  color: #d37f37;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #655039;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #9b8069;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #a8aeb6;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: #655039;
}
.uk-nav-navbar ul a:hover {
  color: #d37f37;
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #655039;
  padding: 10px 20px;
  border-top: 1px solid #e5e5e5;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #d37f37;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #d37f37;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #655039;
  padding: 10px 20px;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #655039;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #d37f37;
}
/* Modifier `uk-nav-side`
	 ========================================================================== */
.uk-nav-side > li:first-child > a {
  border-top-width: 0;
}
.uk-nav-dropdown ul.uk-nav-sub,
.uk-nav-navbar ul.uk-nav-sub {
  border-bottom: 1px solid #e5e5e5;
}
.uk-nav-offcanvas ul.uk-nav-sub {
  padding-left: 20px;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #fff;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: " ";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  padding-left: 25px;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 70px;
  padding: 0 25px;
  line-height: 70px;
  /* 2 */
  color: #373737;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  }
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  color: #9b8069;
  text-decoration: underline;
  /* 3 */
  outline: none;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
color: #9b8069;
  text-decoration: underline;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 58px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -20px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 70px;
  padding: 0 25px;
  float: left;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #9b8069;
}
.uk-navbar-content > a:not([class]):hover {
  color: #d37f37;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #ffffff;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #ffffff;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
.uk-navbar > .uk-navbar-nav:first-child > li:first-child > a {
  border-left-width: 0;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.12);
}
.uk-navbar-flip > .uk-navbar-nav > li:last-child > a {
  border-right-width: 0;
  box-shadow: none;
}
.uk-navbar-brand + .uk-navbar-nav > li:first-child > a,
.uk-navbar-flip > .uk-navbar-nav > li:first-child > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.12), inset 1px 0 0 rgba(255, 255, 255, 0.12);
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-subnav {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Reset whitespace hack
 */
.uk-subnav > li {
  /* 1 */
  position: relative;
  /* 2 */
  font-size: 1rem;
  vertical-align: top;
}
.uk-subnav > li,
.uk-subnav > li > a,
.uk-subnav > li > span {
  display: inline-block;
}
.uk-subnav > li:nth-child(n+2) {
  margin-left: 10px;
}
/*
 * Items
 */
.uk-subnav > li > a {
  color: #9b8069;
}
.uk-subnav > li > a:hover {
  color: #d37f37;
}
/*
 * Active
 */
/*
 * Disabled
 */
.uk-subnav > li > span {
  color: #a8aeb6;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  border-left: 1px solid #e5e5e5;
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > li > a,
.uk-subnav-pill > li > span {
  padding: 3px 9px;
  text-decoration: none;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > li > a:hover,
.uk-subnav-pill > li > a:focus {
  background: #f9f9f9;
  color: #9b8069;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > li.uk-active > a {
  background: #de8a6c;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #53b9e0, #4fb1d7);
  background-image: linear-gradient(to bottom, #53b9e0, #4fb1d7);
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
  color: #a8aeb6;
  font-family: "FontAwesome";
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #a8aeb6;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
  content: " ";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 5px 7px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  text-align: center;
  box-shadow: 0 1px 3px rgba(30, 50, 70, 0);
}
/*
 * Links
 */
.uk-pagination > li > a {
  background: #ffffff;
  color: #655039;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #ffffff;
  color: #9b8069;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
  background-color: #f9f9f9;
  color: #9b8069;
}
/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #ffffff;
  color: #9b8069;
  box-shadow: 0 1px 3px rgba(30, 50, 70, 0);
}
/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #ffffff;
  color: #a8aeb6;
  box-shadow: 0 1px 3px rgba(30, 50, 70, 0);
}
/* Previous and next navigation
 ========================================================================== */
.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before,
.uk-list > li:after {
  content: " ";
  display: table;
}
.uk-list > li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f9f9f9;
}
/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
.uk-description-list-line > dd {
  color: #a8aeb6;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 15px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 14px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #a8aeb6;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f9f9f9;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #f1f1f1;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../warp/vendor/uikit/fonts/fontawesome-webfont.eot");
  src: url("../warp/vendor/uikit/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("../warp/vendor/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 */
[class*='uk-icon-'],
.tm-main-top table a:before {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}
/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1;
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}
/* Icon */
.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
  display: inline-block;
  padding: 0 10px;
  background: #51b4db;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px 10px;
  background-image: -webkit-linear-gradient(top, #53b9e0, #4fb1d7);
  background-image: linear-gradient(to bottom, #53b9e0, #4fb1d7);
}
/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
  color: #ffffff;
}
/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 21px;
  border-radius: 500px;
  font-size: 14px;
  line-height: 21px;
}
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
  background-color: #6dcb6f;
  background-image: -webkit-linear-gradient(top, #71d173, #6ac76c);
  background-image: linear-gradient(to bottom, #71d173, #6ac76c);
}
/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
  background-color: #f7cf81;
  background-image: -webkit-linear-gradient(top, #fed585, #f2cb7e);
  background-image: linear-gradient(to bottom, #fed585, #f2cb7e);
}
/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
  background-color: #dc706e;
  background-image: -webkit-linear-gradient(top, #e37471, #d86e6c);
  background-image: linear-gradient(to bottom, #e37471, #d86e6c);
}
/* Modifier: `uk-badge-notification`;
 	========================================================================== */
.uk-badge-notification {
  padding: 2px 8px;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(81, 180, 219, 0.1);
  color: #51b4db;
}
/*
 * Add margin if adjacent element
 */
* + .uk-alert {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
/* Close in alert
 ========================================================================== */
.uk-alert > .uk-close:first-child {
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
  background: rgba(109, 203, 111, 0.1);
  color: #6dcb6f;
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: rgba(247, 207, 129, 0.15);
  color: #f7cf81;
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: rgba(220, 112, 110, 0.1);
  color: #dc706e;
}
/* Modifier: `uk-alert-large`
 ========================================================================== */
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
.uk-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 4px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: #cccccc;
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}
/* Caption
 ========================================================================== */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #655039;
}
/* Sizes
 ========================================================================== */
.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Fixed wrong scaling calculation for images in Chrome
 */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
}
/*
 * Remove margin from content
 */
.uk-overlay > :first-child {
  margin-bottom: 0;
}
/* Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(81, 180, 219, 0.5);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}
/*
 * Icon
 */
.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}
/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}
/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}
/* Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(81, 180, 219, 0.5);
  color: #ffffff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-'] {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Duration modifiers
========================================================================== */
.uk-animation-10 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon and search component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set style
 * 5. Reset button group whitespace hack
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 */
  width: 200px;
    box-shadow: 0px 4px 13px 0px rgba(2, 10, 35, 0.1) !important;
  padding: 30px;
  background: #ffffff;
  color: #655039;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 1px 3px rgba(30, 50, 70, 0);
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier `uk-dropdown-flip`
 */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}
/*
 * Modifier `uk-dropdown-up`
 */
.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 15px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -30px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 30px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 30px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #e5e5e5;
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 30px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 30px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 15px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -15px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  background: #ffffff;
  color: #655039;
   margin-top: 0 !important;
    border: none;
    border-radius: 0;

}
.uk-open > .uk-dropdown-navbar {

}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Nav in dropdown
	 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0;
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for `uk-modal-dialog-frameless`
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #ffffff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px;
  }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-frameless`
 ========================================================================== */
.uk-modal-dialog-frameless {
  padding: 0;
}
/*
 * Close in modal
 */
.uk-modal-dialog-frameless > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-frameless > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #ffffff;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px;
  color: #655039;
}
.uk-offcanvas .uk-panel-title {
  color: #655039;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #9b8069;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #d37f37;
}
.uk-offcanvas-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}
.uk-offcanvas-bar-flip:after {
  right: auto;
  left: 0;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-switcher > *:not(.uk-active) {
  display: none;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  /* 4 */
  background: #333333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333333;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333333;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333333;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333333;
}
/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333333;
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1110px;
  padding: 0 15px;
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: " ";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-clearfix:before,
.uk-clearfix:after {
  content: " ";
  display: table;
}
.uk-clearfix:after {
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
  width: 14%;
  font-size: 12px;
}
.uk-float-left a {font-size: 12px;}
.uk-float-right {
  float: right;
}
/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}
.uk-align-left {
  margin-right: 15px;
  float: left;
}
.uk-align-right {
  margin-left: 15px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 */
.uk-responsive-width {
  max-width: 100%;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 59px;
    line-height: 73px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #655039;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #655039;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute {
  position: absolute !important;
}
.uk-position-relative {
  position: relative !important;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Display
 ========================================================================== */
/*
 * Display
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Needed for `form` element
 */
.uk-search {
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  margin: 0;
}
/*
 * Icon
 */
.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
}
/* Sub-object `uk-search-field`
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-search-field::-webkit-search-cancel-button,
.uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes cancel button in IE10
 */
.uk-search-field::-ms-clear {
  display: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-field::-moz-placeholder {
  opacity: 1;
}
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 * 5. Remove default style in iOS.
 * 6. Style
 */
.uk-search-field {
  /* 1 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: #ffffff;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 30px;
  height: 30px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  vertical-align: middle;
  position: relative;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
/* Placeholder */
.uk-search-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.uk-search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.uk-search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
/* Focus */
.uk-search-field:focus {
  outline: 0;
}
/* Focus + Active */
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 120px;
}
/* Dropdown modifier: `uk-dropdown-search`
 ========================================================================== */
.uk-dropdown-search {
  width: 300px;
  margin-top: 15px;
  background: #ffffff;
  color: #655039;
}
.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/*
 * Dependency `uk-navbar-flip`
 */
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 35px;
  margin-right: -25px;
}
/* Nav modifier `uk-nav-search`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-search > li > a {
  color: #655039;
}
/*
 * Active
 * 1. Remove default focus style
 */
.uk-nav-search > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #9b8069;
  /* 1 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-search .uk-nav-header {
  color: #a8aeb6;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/*
 * Nested items
 */
.uk-nav-search ul a {
  color: #655039;
}
.uk-nav-search ul a:hover {
  color: #d37f37;
}
/* Search in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-search {
  display: block;
  margin: 20px;
}
.uk-offcanvas .uk-search:before {
  color: #655039;
}
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: #e5e5e5;
  background: rgba(0, 0, 0, 0);
  color: #655039;
  padding: 0 30px;
  cursor: text;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: #a8aeb6 !important;
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: #a8aeb6;
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: #a8aeb6;
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  padding: 0 30px;
  cursor: text;
}
.uk-nav-search ul.uk-nav-sub {
  border-bottom: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * 1. Reset dropdown width
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-datepicker {
  /* 1 */
  width: auto;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Sub-object: `uk-datepicker-nav`
========================================================================== */
.uk-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}
/*
 * Micro clearfix
 */
.uk-datepicker-nav:before,
.uk-datepicker-nav:after {
  content: " ";
  display: table;
}
.uk-datepicker-nav:after {
  clear: both;
}
/*
 * Previous and next navigation
 */
.uk-datepicker-nav a {
  color: #655039;
  text-decoration: none;
}
.uk-datepicker-nav a:hover {
  color: #655039;
}
.uk-datepicker-previous {
  float: left;
}
.uk-datepicker-next {
  float: right;
}
.uk-datepicker-previous:after,
.uk-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}
.uk-datepicker-previous:after {
  content: "\f053";
}
.uk-datepicker-next:after {
  content: "\f054";
}
/* Sub-object: `uk-datepicker-heading`
========================================================================== */
/* Sub-object: `uk-datepicker-table`
========================================================================== */
/* Block element behavior */
.uk-datepicker-table {
  width: 100%;
}
.uk-datepicker-table th,
.uk-datepicker-table td {
  padding: 2px;
}
.uk-datepicker-table th {
  font-size: 12px;
}
/*
 * Item
 */
.uk-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  text-align: center;
  color: #655039;
  text-decoration: none;
}
/*
 * Sub-object: `uk-datepicker-table-muted`
 */
a.uk-datepicker-table-muted {
  color: #a8aeb6;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
  background-color: #f9f9f9;
  color: #655039;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-datepicker-table a:active {
  background-color: #cccccc;
  color: #655039;
}
/*
 * Active
 */
.uk-datepicker-table a.uk-active {
  background: #51b4db;
  color: #ffffff;
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. More robust if padding and border are used
 */
[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Faster animations
 */
[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.04s;
  animation-duration: 0.04s;
}
/* ========================================================================
   Warp theme
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Force vertical scrollbar
 */
html {
  overflow-y: scroll;
  background: #f7f4ef url(/images/back.jpg) 0 0 repeat;
      background-attachment: fixed;
}
/*
 * Blocks
 */

.tm-footer {
  margin-top: 15px;
}
.tm-navbar {box-shadow: 3px 4px 6px 0px rgba(2, 10, 35, 0.1);
	margin-bottom: 15px;
}
.main .tm-navbar {margin-bottom: 0;}
.tm-toolbar {padding: 10px 0;}
.tm-headerbar {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*
 * Logo
 */
.tm-logo:hover {
  text-decoration: none;
}
/*
 * Logo small
 * Remove whitespace caused by vertical centering to prevent logo wrapping into the next line
 */
.tm-logo-small {
  letter-spacing: -0.31em;
}
/*
 * Navbar
 */
/* Only tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-navbar-nav > li > a {
    padding: 0 20px;
  }
}
[data-uk-sticky] {
  position: relative;
}
[data-uk-sticky].uk-active.tm-navbar {
  margin-top: 0;
  background-color: rgba(66, 98, 124, 0.85);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
[data-uk-sticky] .tm-navbar {
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
/*
 * Middle
 */
.tm-main > :nth-child(n+2) {
  margin-top: 15px;
}
.uk-breadcrumb {
}
.tm-isblog .uk-article {
}
.tm-noblog .tm-content {
}
.tm-noblog .tm-content .uk-pagination > li > span,
.tm-noblog .tm-content .uk-pagination > li > a {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.tm-noblog .tm-content .uk-pagination > .uk-active > span {
  background-color: #f9f9f9;
}
.tm-isblog .uk-article .uk-panel-box,
.tm-noblog .tm-content .uk-panel-box {
  box-shadow: none;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.tm-isblog .uk-article .uk-panel-header,
.tm-noblog .tm-content .uk-panel-header {
  box-shadow: none;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.tm-content > :last-child {
  margin-bottom: 0;
}
/*
 * Toolbar
 */

.tm-toolbar .uk-subnav > li > a {
  color: #ffffff;
}
.tm-toolbar .uk-subnav-line > li:nth-child(n+2):before {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.tm-toolbar-center {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*
 * Footer
 */
.tm-footer {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}
.tm-footer p {margin: 0;}
.tm-footer ul {list-style: none; margin: 0; display: inline-block;}
.tm-footer ul > li {
float: left;
}
.tm-footer ul > li a,
.tm-footer ul > li span {color: #9b8069; font-size: 14px; text-transform: uppercase;
	text-decoration: underline;
	padding: 0 15px;
}
.tm-footer .uk-subnav-line > li:nth-child(n+2):before {
  border-left-color: rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}
.tm-footer .uk-panel + .uk-panel {
  margin-top: 15px;
}
/*
 * To-top scroller
 */
.tm-totop-scroller {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 20px;
  height: 20px;
  color: #ffffff !important;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
}
.tm-totop-scroller:after {
  content: "\f077";
  font-family: "FontAwesome";
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
  outline: none;
  /* 2 */
  text-decoration: none;
  /* 1 */
  font-size: 14px;
}
/* Active */
.tm-totop-scroller:active {
  font-size: 11px;
}
/* Offcanvas
 ========================================================================== */
.uk-offcanvas .uk-search {
  margin: 0;
}
/* Tab in Panel
 ========================================================================== */
.uk-panel-tab {
  box-shadow: 0 1px 3px rgba(30, 50, 70, 0);
  /*
     * Items
     */
  /* Hover */
  /* Active */
}
.uk-panel-tab .tm-tab-content {
  padding: 30px;
  background: #ffffff;
}
.uk-panel-tab .uk-tab {
  background: rgba(255, 255, 255, 0.1);
  background-image: url("../less/uikit/images/default/panel-box-noise-bg.png");
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.uk-panel-tab .uk-tab > li > a {
  border-width: 0;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.uk-panel-tab .uk-tab > li > a:hover,
.uk-panel-tab .uk-tab > li > a:focus,
.uk-panel-tab .uk-tab > li.uk-open > a {
  background: rgba(0, 0, 0, 0.02);
  color: #ffffff;
}
.uk-panel-tab .uk-tab > li.uk-active > a {
  background: #ffffff;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #655039;
  text-shadow: none;
}
.uk-panel-tab .uk-tab > li.uk-active:first-child > a {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}
.uk-panel-tab .uk-tab > li.uk-active:nth-last-child(2) > a {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}
.uk-panel-tab .uk-tab > li.uk-active.uk-tab-responsive > a {
  box-shadow: none;
}
.uk-panel-tab .uk-tab > li.uk-active.uk-tab-responsive {
  border-left-width: 0;
}
.uk-panel-tab .uk-tab > li {
  margin-bottom: 0;
}
.uk-panel-tab .uk-tab > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
.uk-panel-tab .uk-tab > .uk-active + li,
.uk-panel-tab .uk-tab > li + .uk-active {
  border-left-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.uk-panel-tab .uk-tab > li:nth-child(n+2) > a {
  margin-left: 0;
}
.uk-panel-tab .uk-tab-grid {
  margin-left: 0;
}
.uk-panel-tab .uk-tab-grid > li:first-child > a {
  margin-left: 0;
}
.uk-panel-tab .uk-tab-grid:before {
  border-top-color: rgba(0, 0, 0, 0);
}
/* Overlay Blur
 ========================================================================== */
.tm-overlay-blur {
  overflow: hidden;
}
.tm-overlay-blur > div {
  margin: -5px;
}
.tm-overlay-blur .uk-overlay-area > img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.tm-overlay-blur .uk-overlay-area:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 30px;
}
.tm-overlay-blur .uk-overlay-area:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
/* Colored panels
 ========================================================================== */
.tm-panel-box-primary-color {
  background: #51b4db;
  background-image: -webkit-linear-gradient(top, #53b9e0, #4fb1d7);
  background-image: linear-gradient(to bottom, #53b9e0, #4fb1d7);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.tm-panel-box-primary-color a {
  color: #ffffff;
}
.tm-panel-box-secondary-color {
  background: #de8a6c;
  background-image: -webkit-linear-gradient(top, #e38f71, #da8668);
  background-image: linear-gradient(to bottom, #e38f71, #da8668);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.tm-panel-box-secondary-color a {
  color: #ffffff;
}
/* Button align bottom
 ========================================================================== */
.tm-button-align-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 50px;
  width: 100.9%;
  /* Fix for subpixel rendering */
  border-radius: 0;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  line-height: 50px;
}
/* Badge primary
 ========================================================================== */
.tm-badge-primary {
  background-image: -webkit-linear-gradient(top, #e38f71, #da8668);
  background-image: linear-gradient(to bottom, #e38f71, #da8668);
}
/* Form select
 ========================================================================== */
.tm-form-select {
  position: relative;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  overflow: hidden;
  /* Hide select arrow for IE9 -  see ie9.css */
}
.tm-form-select:before {
  background: #f9f9f9;
}
.tm-form-select:after {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  right: 10px;
  color: #655039;
  font-family: 'FontAwesome';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.tm-form-select select {
  border: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
}
.tm-form-select select::-ms-expand {
  display: none;
}
.tm-form-select select:focus {
  outline: none;
}
.tm-form-select select option {
  font-family: 'Ubuntu', sans-serif;
}
/* Helper
 ========================================================================== */
.tm-primary-color {
  color: #53b9e0;
}
.tm-secondary-color {
  color: #da8668;
}
.tm-muted-background {
  background-color: #f9f9f9;
}
.tm-overflow-hidden {
  overflow: hidden;
}
.tm-text-large {
  line-height: 50px;
  font-size: 50px;
}
.tm-padding-remove {
  padding: 0 !important;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .tm-padding-top-remove-small {
    padding-top: 0 !important;
  }
  .tm-margin-bottom-small {
    margin-bottom: 40px !important;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .tm-box-shadow-right-medium {
    z-index: 1;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.16);
  }
  .tm-margin-right-gutter-medium {
    margin-right: -15px;
  }
}
/* Panel */
.tm-panel-box-teaser {
  margin: -30px !important;
}
.tm-panel-space-teaser {
  margin: -40px -40px 20px -40px;
}
.tm-panel-space-teaser:before,
.tm-panel-box-image-teaser:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .tm-margin-right-gutter {
    margin-right: -15px;
  }
}
/* Icon */
.tm-icon-muted {
  color: #c6ccd2;
}
.tm-icon-list > [class*='uk-icon-'] + [class*='uk-icon-'] {
  margin-left: 5px;
}
/* Weather Icons
 ========================================================================== */
@font-face {
  font-family: 'everest';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/everest.eot?-zej83d");
  src: url("../fonts/everest.eot?#iefix-zej83d") format('embedded-opentype'), url("../fonts/everest.woff?-zej83d") format('woff'), url("../fonts/everest.ttf?-zej83d") format('truetype'), url("../fonts/everest.svg?-zej83d#everest") format('svg');
}
[class^="tm-icon-weather-"],
[class*=" tm-icon-weather-"] {
  text-transform: none;
  line-height: 1;
  font-family: 'everest';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tm-icon-weather-thunder:before {
  content: "\e600";
}
.tm-icon-weather-sun-snow:before {
  content: "\e601";
}
.tm-icon-weather-sun-rain:before {
  content: "\e602";
}
.tm-icon-weather-sun-cloud:before {
  content: "\e603";
}
.tm-icon-weather-snow:before {
  content: "\e604";
}
.tm-icon-weather-rain:before {
  content: "\e605";
}
.tm-icon-weather-cloud:before {
  content: "\e606";
}
.tm-icon-weather-sun:before {
  content: "\e608";
}
/* Article style
 ========================================================================== */
/*
 * Custom article date style
 */
/* Featured article image offset */
.tm-article-featured-image {
  position: relative;
  margin: -30px -30px 0 -30px;
}
.tm-article-featured-image:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tm-article-date-true {
  /* Tablet and bigger */
  /* Featured article image offset */
  /* Socialbuttons offset */
}
@media (min-width: 768px) {
  .tm-article-date-true {
    padding-left: 70px !important;
    /* Featured article image offset */
  }
  .tm-article-date-true .tm-article-featured-image {
    margin-left: -70px;
  }
}
.tm-article-date-true .tm-article-featured-image {
  margin-bottom: 30px;
}
.tm-article-date-true .tm-article-wrapper {
  position: relative;
}
.tm-article-date-true .tm-article-wrapper .uk-article-title {
  margin-bottom: 0;
}
.tm-article-date-true .tm-article-wrapper .uk-article-meta {
  margin-top: 5px;
}
.tm-article-date-true .tm-article-date {
  position: absolute;
  top: 5px;
  left: -70px;
  min-width: 35px;
  padding: 8px;
  background: #de8a6c;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
}
.tm-article-date-true .tm-article-date .tm-article-date-day {
  display: block;
  font-size: 11px;
}
.tm-article-date-true .tm-article-date .tm-article-date-year {
  display: block;
  font-size: 15px;
}
.tm-article-date-true .tm-article-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.tm-article-date-true .tm-socialbuttons {
  margin-left: 10px;
}
.tm-noblog .uk-article + .uk-article {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
/* Error
 ========================================================================== */
.tm-error-icon {
  font-size: 250px;
}
.tm-error-headline {
  font-size: 100px;
}
/* Offline
 ========================================================================== */
.tm-offline {
  width: 300px;
}
/* Socialbuttons
 ========================================================================== */
.tm-socialbuttons {
  line-height: 1;
}
.tm-socialbuttons > div {
  margin-right: 10px;
  float: left;
}
/* WordPress only
 ========================================================================== */
.alignleft {
  display: block;
  margin-right: 15px;
  float: left;
}
.alignright {
  display: block;
  margin-left: 15px;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* Background Styles
 ========================================================================== */
body {

}
.logo {float: left;
	height: 65px;
text-align: center;
padding-top: 5px;
}
.logo span {font-size: 12px; letter-spacing: 1px;}
.logo p {margin: 0;}
.uk-icon-phone:before {content: "\f095"; color: #c4b1a2;}
.uk-icon-map-marker:before {content: "\f041"; color: #c4b1a2;}
.uk-float-right table tr td:nth-child(2) {color: #373737; font-size: 14px;}
.uk-float-right table tr td:nth-child(5) {color: #373737; font-size: 18px; font-weight: 400;}
.uk-icon-vk:before {content: "\f189";}
.uk-icon-pinterest-p:before {content: "\f231";}
.uk-icon-facebook:before {content: "\f09a";}
.uk-icon-odnoklassniki:before { content: "\f263";}
.uk-icon-instagram:before {content: "\f16d";}
.social {float: right;
height: 70px;
line-height: 65px;}
.social a {color: #c4b1a1; display: block;}
.social div {border: 1px solid #c4b1a1;
min-width: 32px;
max-height: 32px;
line-height: 32px;
text-align: center;}
.tm-top-a .uk-panel-box {padding: 0; background: none; box-shadow: none;}
.tm-top-a .wk-slideshow img {max-width: 2000px;
width: auto;
max-height: 400px;
height: auto;
display: block;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);}
a.more { font-size: 14px;
    line-height: 50px;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 45px;
    background: rgba(156, 128, 108, 0);}
a.more:hover {background: #fff; color: #9c806c; text-decoration: none;}
main.tm-content {padding: 30px;
	min-height: 400px;
background: #f9f9f9;
box-shadow: 0px 0px 30px 0px rgba(2, 10, 35, 0.2);}
.tm-main-top {margin-bottom: 50px;}
.tm-main-top div.uk-width-medium-1-2:first-child {padding-right: 10px;}
.tm-main-top div.uk-width-medium-1-2:last-child {padding-left: 20px !important;}
.tm-main-top div.uk-width-medium-1-2:first-child .uk-panel-box {background: url(/images/proizvodstvo.jpg) 0 0 no-repeat;
text-align: center;
padding: 15px 20px;
color: #fff;}
.tm-main-top div.uk-width-medium-1-2:last-child .uk-panel-box {background: url(/images/magazin.jpg) 0 0 no-repeat;
text-align: center;
padding: 15px 20px;
color: #fff;}
.tm-main-top h3.uk-panel-title {color: #fff;
letter-spacing: 5px;
font-size: 26px;
text-transform: uppercase;
font-weight: 300;}
.tm-main-top table {text-align: left; margin-bottom: 15px;}
.tm-main-top table a {color: #fff; text-decoration: underline; font-size: 14px;}
.tm-main-top table a:hover { text-decoration: none;}
.tm-main-top table a:before {content: "\f105"; font-size: 14px; padding-right: 4px;}
.tm-main-top a.more {color: #fff; border-color: #fff;}
.tm-main-top a.more:hover {background: #fff; color: #655039;}
.tm-main-bottom {margin-top: 30px;}
.tm-main-bottom .wk-content .caption {font-size: 14px; padding-top: 5px;}
.tm-main-bottom .wk-content img {box-shadow: 0 0 0 1px #d2d0d0; margin-top: 1px;}
.tm-bottom-a {margin-top: 55px !important;}
.tm-bottom-a h3 {font-size: 20px; text-transform: uppercase; letter-spacing: 5px;}
.tm-bottom-a h3:after {content: url(/images/border-b.png); display: block;
margin-top: -10px;}
.tm-bottom-a h3.uk-panel-title:after {content: none;}
.tm-bottom-b .uk-panel-box {background: url(/images/zakaz.jpg) 0 0 no-repeat;
padding: 10px 10px 0px 10px;
color: #fff;
border: none !important;
font-size: 14px;}
.tm-bottom-b h3 {color: #fff;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 5px;}
.tm-bottom-b a.more {color: #fff; border-color: #fff;}
.tm-bottom-b a.more:hover {background: #fff; color: #655039;}
.imaga .caption,
.imaga .link-more {display: none;}
body.caption .imaga .caption {display: block;
	position: absolute;
letter-spacing: 5px;
font-size: 22px;
text-transform: uppercase;
font-weight: 300;
width: 100%;
text-align: center;
top: 40%;
line-height: 30px;
z-index: 1;
}
body.caption .imaga {position: relative; overflow: hidden;}
body.caption .imaga .caption a {color: #fff;}
body.caption .imaga .link-more {display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
body.caption .imaga .link-more a {color: #fff;
line-height: 50px;
border: 2px solid #fff;
padding: 15px 45px;
font-size: 14px;
text-transform: uppercase;}

body.caption .imaga .link-more a:hover {border: 2px solid #fff; background: #fff; color: #655039;}

body.caption .imaga:hover .ten {position: absolute;
top: 0;
left: 0;
right: 0;
padding: 20px;
color: #ffffff;
height: 100%;
background: rgba(156, 128, 108, 0.9);
transition: 0.5s;}




/* WoW Design Copyright
----------------------------------------------------------------------------------------------------*/
#wow-design {
right: 0px;
margin-top: -30px;
background: url(/wow/img/wow-logo.png) 13px 0px no-repeat;
text-align: center;
height: 45px;
width: 83px;
outline: none;
cursor: pointer;
display: inline-block;
position: absolute;}

#wow-design:hover {
background: url(/wow/img/wow-logo.png) 13px -50px no-repeat;
text-align: center;
height: 45px;
width: 83px;
outline: none;
cursor: pointer;
text-align: center;
display: inline-block;
position: absolute;}

#wow-design span {
line-height: 11px;
color: #9b8069;
letter-spacing: normal;
font-family: 'Arial';
font-size: 9px;
padding: 48px 5px 0px 0px;
outline: none;
cursor: pointer;
text-align: center;
display: inline-block;}

/* WoW Design Speech Bubble
----------------------------------------------------------------------------------------------------*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 475px;
	min-width: 320px;
	height: 412px;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #ffffff;
	position: relative;
	text-align: center;
	padding-top: 140px;
	font-family: Arial;
	font-size: 15px;
}

.md-content a {color: #ffffff; text-decoration: none; text-shadow: none;}
.md-content a:hover { color: #ffffff; text-decoration: underline;}

.md-content button {
	border: none;
	background: #ffffff;
	color: #eb13b8;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	bottom: 260px;
	left: 220px;
	border-radius: 14px;
}

.md-content h3 {
	text-align: center;
	font-size: 21px;
	text-shadow: 0px -1px 0px #5e0f54;
	
}

/* Effect bubble */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	transition: all 1.2s;

}

.md-show.md-effect-12 ~ .md-overlay {
	background-color: #000000;
	opacity: 0.7;
} 


.md-effect-12 .md-content {
			background: url(/wow/img/wow.png) no-repeat;
			height: 100%;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-content h3 a {color: #ffffff; text-decoration: none; text-shadow: none; font-family: 'Arial';}

.md-content h3 a:hover {color: #ffffff; text-shadow: none;}

.md-content h3 {color: #ffffff; text-decoration: none; text-shadow: none;}

.md-content h3:hover {color: #ffffff; text-shadow: none;}




.jbzoo .category h1.title { font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;}

.jbzoo-item-teaser .left .nivoSlider{ background: none;
	 margin-bottom: 0;
	 -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 310px;
    overflow: hidden;}
    
.jbzoo-item-teaser .left { float: left;
	 width: 45%;}    
.jbzoo-item-teaser .left .slider-wrapper { float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 0px;
    width: 410px;}
.jbzoo-item-teaser .left .nivo-controlNav { position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;}  
    
.jbzoo-item-teaser .left .nivo-controlNav a { display: none;}
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(1),
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(2),
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(3),
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(4),
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(5),
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(6),
.jbzoo-item-teaser .left .nivo-controlNav a:nth-child(7) { display: inline-block;}
    
    

.jbzoo-item-teaser .right { float: left;
	 width: 55%;}
.jbzoo-item-teaser .right h4.item-title { font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;}

.jbzoo-item-proizvodstvo:after {content: ''; display: table; clear: both;}
.jbzoo-item-proizvodstvo.jbzoo-item-teaser {background: #fff;
padding: 20px;
border: 1px solid #c4b1a1;}
.right .element-textarea ul li {padding-bottom: 10px;}

.bottom-c{margin-top: 30px;}

#yoo-zoo .subcategories .width33.last { margin-right: 0;}
#yoo-zoo .subcategories .width33 { width: 32%;
    margin: 0 2% 2% 0;}
#yoo-zoo .subcategories .subcategory:hover:before { position: absolute;
    color: #ffffff;
    height: 100%;
    width: 100%;
    background: rgba(156, 128, 108, 0.9);
    transition: 0.5s;}    
#yoo-zoo .subcategories .subcategory { padding: 0;
     margin-bottom: 0;
     position: relative;
     overflow: hidden;
     height: 217px;}
.subcategory-title { margin: 0;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    text-align: center;
    top: 25%;
    line-height: 30px;
    z-index: 1;}
.subcategory-title a { color: #fff;}
#yoo-zoo .subcategories .subcategory .button { display: block;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;}
#yoo-zoo .subcategories .subcategory .button a { color: #fff;
    line-height: 50px;
    border: 2px solid #fff;
    padding: 15px 45px;
    font-size: 14px;
    text-transform: uppercase;}
#yoo-zoo .subcategories .subcategory .button a:hover { border: 2px solid #fff;
    background: #fff;
    color: #655039;}
.subcategory-image a:hover > img { opacity: 1;}

div#fox-container-m117 select, 
div#fox-container-m117 input[type="text"], 
div#fox-container-m117 input[type="email"] { height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 0 !important;}
div#fox-container-m117 textarea { border-radius: 0 !important;}

div#fox-container-m117 .fox-form-stacked .fox-item-submit .controls { width: 100%;}
div[id^="fox-container-"] .controls { text-align: center;}
div#fox-container-m117 .btn { font-size: 14px;
    line-height: 14px;
    padding: 15px 45px;
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    margin: 0 auto;
    text-shadow: none;
    color: #9c806c;
    border: 2px solid #9c806c;}
div#fox-container-m117 .btn:hover { background: #9c806c;}
div#fox-container-m117 .btn:hover span { color: #fff;} 
div#fox-container-m117 .btn span { color: #9c806c; text-transform: uppercase;}
.theme-default .nivoSlider img {width: 410px !important;
	 display: block; !important;}


section.katalog { padding: 20px;
    border: 1px solid #c4b1a1;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    background: #655039;}
section.katalog h4 { text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin-bottom: 0;}

a.jbbutton.small { font-size: 14px !important;
    color: #fff !important;
    border: 1px solid #9c806c;
    background: #9c806c !important;
    border-radius: 0 !important;
    padding: 15px 45px !important;
    height: auto;
    line-height: 14px !important;
    width: 267px !important;
    max-width: 267px !important;
    margin: 0 !important;
    box-shadow: none;
    text-transform: none !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300 !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;}
a.jbbutton.small:hover { background: #fff !important;
    color: #9c806c !important;
    margin: 0 !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;}






body.contentpane { font-family: 'Ubuntu' ,sans-serif;
    background: #f9f9f9;}

body.contentpane div#fox-container-m117 select, 
body.contentpane div#fox-container-m117 input[type="text"], 
body.contentpane div#fox-container-m117 input[type="email"] { height: 40px;
    line-height: 40px;
    border-radius: 0 !important;}
body.contentpane div#fox-container-m117 textarea { border-radius: 0 !important;}

body.contentpane div#fox-container-m117 .fox-form-stacked .fox-item-submit .controls { width: 100%;}
body.contentpane div[id^="fox-container-"] .controls { text-align: center;}
body.contentpane div#fox-container-m117 .btn { font-size: 14px;
    line-height: 14px;  
    border: 2px solid #c3b1a1;
    padding: 15px 45px;
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    margin: 0 auto;
    text-shadow: none;}
body.contentpane div#fox-container-m117 .btn:hover { background: #c3b1a1;}
body.contentpane div#fox-container-m117 .btn:hover span { color: #655039;} 
body.contentpane div#fox-container-m117 .btn span { color: #c3b1a1;}
body.contentpane .theme-default .nivoSlider img {width: 410px !important;
	 display: block; !important;}


section.kuhni-na-zakaz .jbzoo .jb-box { background: #fff;
    padding: 20px;
    border: 1px solid #c4b1a1;}
section.kuhni-na-zakaz .jbzoo .jb-box .item-price { font-weight: 400;
    text-align: center;
    margin-bottom: 20px;}
section.kuhni-na-zakaz .jbzoo .jb-box .item-title { font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;}
section.kuhni-na-zakaz .jbzoo .jb-box .image { margin-bottom: 20px;
	 height: 300px;
    overflow: hidden;}
section.kuhni-na-zakaz .jbzoo .jb-box .image img { width: 100% !important;
	 height: 350px;}
section.kuhni-na-zakaz .jbzoo .jb-box .item-links { text-align: center;}
section.kuhni-na-zakaz .jbzoo .jb-box .image .nivo-controlNav { display: none;}
section.kuhni-na-zakaz .jbzoo .width50.last { margin-right: 0;}
section.kuhni-na-zakaz .jbzoo .width50 { width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;}
section.kuhni-na-zakaz .nivo-directionNav { display: none;}


#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .left { float: none;
    width: 100%;}
    
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right { float: none;
	 width: 100%;
	 text-align: center;}

#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right .jb-row:after { content: "\f158";
    font-family: FontAwesome;
    position: absolute;
    right: -20px;
    top: 0px;
    font-weight: 300;}	 
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right .jb-row { float: left;
    color: #373737;
    font-weight: 600;
    font-size: 20px;
    position: relative;}
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .item-buttons .width100 { margin-bottom: 15px;}
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .item-buttons { float: right;}
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .item-buttons a:hover { color: #fff;
	 background: #9c806c;
	 text-decoration: none;}
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .item-buttons a { font-size: 14px;
    color: #9c806c;
    border: 2px solid #9c806c;
    background: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;}

.jbzoo.jbzoo-app-magazin .subcategories .width33 { background: none;
    padding: 0;
    border: none;}
.jbzoo.jbzoo-app-magazin .width33.last { margin-right: 0;}
.jbzoo.jbzoo-app-magazin .width33 { width: 31%;
    margin: 0px 3.5% 3.5% 0;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #c3b1a1;}

#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right h4.item-title a:hover { color: #c7b7a8;
	 text-decoration: none;
	 border-bottom: 1px solid #c7b7a8;}
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right h4.item-title a { color: #373737;}
#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right h4.item-title { font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    min-height: 50px;
    overflow: hidden;}


#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .left .align-left img,
.jbzoo-item-magazin .left .jb-divider-right { margin-right: 0 !important;}


#optblock {display: none;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full h1.item-title { font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left { float: left;
width: 54%;
margin-right: 5%;
background: #fff;
padding: 20px;
text-align: center;
border: 1px solid #c3b1a1;
box-sizing: border-box;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right {float: left; width: 41%;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left img.jbimage { margin-bottom: 20px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix { text-align: left;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix a { margin: 0 4.6%;
	 border: 1px solid #c3b1a1;
    width: 78px;
    height: 78px;
    display: block;
    float: left;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix a img:active,
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix a img:focus,
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix a img:hover { transition: 0.3s;
    -webkit-filter: contrast(100%) brightness(100%);
    -webkit-transition: 0.3s;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix a img { transition: 0.3s;
    -webkit-filter: contrast(50%) brightness(140%);
    -webkit-transition: 0.3s;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .harakteristiki { margin-bottom: 25px;
    font-size: 20px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .element h3 { color: #373737;
    font-size: 16px;
    float: left;
    width: 50%;
    margin-bottom: 0;
    line-height: 20px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .tab-pane .text .element,
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .metadata .element {margin-bottom: 7px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .element { width: 100%;
    display: inline-block;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .element div { float: left;}
    
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .razmer { color: #7f7f7f;
    margin-bottom: 15px;
    margin-top: 15px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .cena { margin-bottom: 25px;
    font-size: 20px;
    margin-top: 20px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock #optblock span:after { content: "\f158";
	 font-family: FontAwesome;
	 font-size: 20px;
    margin-left: 5px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price span.jbcurrency-value:after { content: "\f158";
	 font-family: FontAwesome;
	 font-size: 25px;
    margin-left: 5px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price span.jbcurrency-value { color: #655038;
    font-size: 30px;
    font-weight: 500;
    position: relative;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price { position: relative;
    color: #373737;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price .jbprice-value { position: absolute;
    left: 50%;
    top: -5px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price .jbprice-quantity { position: absolute;
    top: 100px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price .jbprice-buttons { position: absolute;
    right: 0;
    top: 100px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .jb-tab-pane { margin-top: 120px;
    color: #373737;
    font-size: 14px;
    position: relative;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .jb-tab-pane:before { content: '*';
	 color: #c60000;
	 position: absolute;
	 left: -10px;}    

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock { margin-top: 25px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock a:after { content: '*';
	 color: #c60000;
	 position: absolute;
	 margin-left: 5px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock a { text-decoration: none;
	 border-bottom: 1px dashed #9c806c;
	 color: #9c806c;
	 position: relative;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock a:hover { border-bottom: 1px solid #9c806c;}	 
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock #optblock { color: #373737;
    position: relative;}  
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .optblock #optblock span { color: #655038;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: -5px;}
.jbzootabs-widget-cont { display: none;}

.jbzoo-item-magazin.jbzoo-item-full .price td.minus span.jbbutton.micro:hover,
.jbzoo-item-magazin.jbzoo-item-full .price td.plus span.jbbutton.micro:hover { color: #9c806c !important;}
.jbzoo-item-magazin.jbzoo-item-full .price td.plus span.jbbutton.micro { position: absolute;
    right: 35px;
    top: 16px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
    color: #d8d8d8 !important;}
.jbzoo-item-magazin.jbzoo-item-full .price td.minus span.jbbutton.micro { position: absolute;
    left: 5px;
    top: 16px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
    color: #d8d8d8 !important;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price .jbprice-buttons .jbbutton.green:hover { background: #fff !important;
	color: #9c806c !important;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price .jbprice-buttons .jbbutton.green:before { content: "\f07a";
	 font-family: FontAwesome;
	 position: absolute;
    left: 20px;
    font-size: 16px;}	
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .price .jbprice-buttons .jbbutton.green { font-size: 16px !important;
    color: #fff !important;
    border: 1px solid #9c806c;
    background: #9c806c !important;
    border-radius: 0 !important;
    display: block;
    box-shadow: none;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    width: 320px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding-left: 30px;}

#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label { font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 30px;
    margin-bottom: 34px;}

#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div,
#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div + div,
#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div + div + div { width: 27%;
    float: left;
    background: #fff;
    text-align: center;
    padding: 20px;
    border: 1px solid #c3b1a1;
    margin-right: 3.3%;}
#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div + div + div { margin-right: 0;}    
#yoo-zoo.jbzoo-app-magazin .item-related div h5.item-title { font-size: 18px;
    line-height: 24px;
    display: inline-block;
    min-height: 50px;
    overflow: hidden;
    font-weight: 400;}
#yoo-zoo.jbzoo-app-magazin .item-related div h5.item-title a:hover { color: #c7b7a8;
    text-decoration: none;
    color: #373737;
    border-bottom: 1px solid #c7b7a8;}    
#yoo-zoo.jbzoo-app-magazin .item-related div h5.item-title a { color: #373737;}
#yoo-zoo.jbzoo-app-magazin .item-related span.jbprice-value-total:after { content: "\f158";
    font-family: FontAwesome;
    position: absolute;
    right: -20px;
    top: 0px;
    font-weight: 300;}
#yoo-zoo.jbzoo-app-magazin .item-related span.jbprice-value-total { float: left;
    color: #373737;
    font-weight: 600;
    font-size: 20px;
    position: relative;}

#yoo-zoo.jbzoo-app-magazin .item-related ul.item-metadata { padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    float: right;}
#yoo-zoo.jbzoo-app-magazin .item-related ul.item-metadata a:hover { color: #fff;
    background: #9c806c;
    text-decoration: none;}    
#yoo-zoo.jbzoo-app-magazin .item-related ul.item-metadata a { font-size: 14px;
    color: #9c806c;
    border: 2px solid #9c806c;
    background: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;}

#yoo-zoo.jbzoo-app-magazin .item-related .item-image img { margin-right: 0 !important;}
.jbprice-tmpl-teaser {min-width: 80px;}

.nagruzka { position: relative;
    margin-top: 15px;
    margin-left: 5px;}
.nagruzka:before { content: "\f071";
	 font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -20px;
    top: 5px;
    color: rgba(255, 51, 51, 0.81);}

.catalog-makberry { margin-bottom: 35px;
	 margin-top: 20px;}
.catalog-makberry a { color: #fff;
    border: 2px solid #9c806c;
    background: #9c806c;
    padding: 15px 45px;}
.catalog-makberry a:hover { color: #9c806c;
	 background: #fff;
	 text-decoration: none;}
.topcart {float: right;
	 margin-right: 20px;
	 margin-top: 5px;}
.topcart .carthead { font-weight: 600;
    color: #3b3b3b;
    font-size: 14px;
    letter-spacing: 1px;}
.topcart .total { color: #3b3b3b;
    font-size: 14px;}
.topcart .gotocart a { font-size: 14px;
	 text-decoration: underline;}
.topcart .gotocart a:hover { text-decoration: none;}

.socseti { margin-left: 60px;}

.uk-icon-vk { background: #45658a;
	 margin-right: 10px;
	 width: 25px;
	 height: 26px;
	 padding-right: 1px;}
.uk-icon-pinterest-p { background: #d62121;
	 height: 24px;
	 width: 26px;
    padding-top: 2px;}
.uk-icon-facebook { background: #3a569f;
	 margin-right: 10px;
	 width: 25px;
    padding-right: 1px;
    height: 25px;
    padding-top: 1px;}
.uk-icon-odnoklassniki { background: #f69510;
	 margin-right: 10px;
	 width: 25px;
    padding-left: 1px;
    height: 25px;
    padding-top: 1px;}
    .uk-icon-instagram { background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
	 margin-right: 10px;
	 width: 25px;
    padding-right: 1px;
    height: 25px;
    padding-top: 1px;}

.uk-icon-vk,
.uk-icon-pinterest-p,
.uk-icon-facebook,
.uk-icon-odnoklassniki,
.uk-icon-instagram  { border-radius: 50%;
    color: #fff;
    line-height: 26px;
    text-align: center;}  

.uk-navbar-nav > li:hover > a { border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;}
.uk-navbar-nav > li > a { margin-left: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;}
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover { box-shadow: none;
    text-shadow: none;}

h1.title { font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;}   

.jbzoo .jbcart-col { color: #b1adaa;
    text-align: left;
    font-weight: normal;
    padding: 13px 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border: none;}

.jbzoo .jbcart-row > td { padding: 0;
	 vertical-align: middle;
	 text-align: left;}

.jbzoo td.jbcart-image { vertical-align: top;
    width: 85px;
    padding: 16px 20px;}
        
td.jbcart-name a { color: #373737;
    font-size: 14px;
    font-weight: 600;}
td.jbcart-name a:hover { color: #9b8069;}    


.jbcart-item-sku { color: #9c9895;
    margin-top: 20px;}
.jbcart-item-sku span.jbcart-item-sku-key { font-weight: normal;
	 font-size: 14px;}
.jbcart-item-sku span.jbcart-item-sku-value { text-transform: uppercase;}

.jbzoo .jbcart-item-image { padding: 0;
    border: 1px solid #e7ded5;
    border-radius: 0;}

.jbzoo .jbcart-row-empty td { border: 0;
    padding: 0;}

.jbzoo .jbcart-table thead tr { border-bottom: 1px solid #e8ded5 !important;
    border-top: 1px solid #e8ded5 !important;}

td.jbcart-price .jbcurrency-value:before,
td.jbcart-subtotal .jbcurrency-value:before,
.jbcart-price-of-goods .jbcurrency-value:before,
.jbcart-total-price-cell .jbcurrency-value:before { content: "\f158";
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    right: -20px;
    top: 4px;
    font-weight: 300;}
.jbzoo .jbcurrency-value { color: #373734;
    font-size: 20px;
    font-weight: 600;
    position: relative;}

.jbzoo .jbcart-table tbody tr.jbcart-row { border-bottom: 1px solid #e8ded5 !important;}

.jbzoo .jbcart-validator:before { content: "\f071";
	 font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4%;
    top: 4px;
    color: rgba(255, 51, 51, 0.81);}
.jbzoo .jbcart-validator { margin-bottom: 20px;
    padding: 0;
    border: 0;
    text-shadow: none;
    font-size: 14px;
    color: #373737;
    text-align: center;
    font-weight: 400;
    position: relative;
    width: 40%;
    margin: 0 auto;}
.jbzoo .jbcart-validator .jbcurrency-value:before { content: "\f158";
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    right: -14px;
    top: -2px;
    font-weight: 300;}
.jbzoo .jbcart-validator .jbcurrency-value { color: #373734;
    font-size: 14px;
    font-weight: 600;}

td.minus span.jbbutton.micro:hover,
td.plus span.jbbutton.micro:hover { color: #9c806c !important;}

 td.minus span.jbbutton.micro { position: absolute;
    left: 5px;
    top: 16px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
    color: #d8d8d8 !important;}
td.plus span.jbbutton.micro {
    position: absolute;
    right: 35px;
    top: 16px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
    color: #d8d8d8 !important;}

.jbzoo .jbcart-quantity .quantity-wrapper { float: left;
    position: relative;}

.jbzoo .uk-button-danger,
.jbzoo .uk-button-primary,
.jbzoo .uk-button-danger { color: #bfbab7;}

.uk-button-small { font-size: 14px;}
.uk-button-danger { background-color: rgba(211, 44, 70, 0);
    color: #bfbab7;
    background-image: none;
    border: none;
    text-shadow: none;}

.uk-button-danger:focus,
.uk-button-danger:hover { color: #f88887;
    background-image: none;}
.uk-button:focus,
.uk-button:hover { background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    background-image: none;}

.jbzoo .jbcurrency-symbol { font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 5px;}

.jbcart-items-in-cart,
.jbcart-shipping-cell { display: none;}

td.jbcart-cell-empty { display: none;}

tfoot td.jbcart-modifier-label { padding-left: 20px;}

.jbzoo .jbcart-modifier-label label { font-weight: 500;
    color: #373737;
    font-size: 16px;}

tr.jbcart-row-total { background: #f3f3f3;}

.jbzoo .jbcart-row:hover,
.jbzoo .jbcart-row:hover td,
.jbzoo .jbcart-modifier-row:hover,
.jbzoo .jbcart-modifier-row:hover td { background: none;}

.jbzoo .jbcart-row-total td { padding: 16px 30px 16px 0;
    border-bottom: none;}

.jbzoo .jbcartvalue { white-space: nowrap;
    color: #373734;
    font-size: 20px;
    font-weight: 600;
    position: relative;}

.uk-navbar { border: none;
    border-bottom-color: none;}

.uk-navbar-nav>li>a:active { background-color: none;}

.jbzoo .jbcart-title { padding: 0;
    color: #655039;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;}

.jbzoo .jbcart-shipping { border-top: 1px solid #e7ded7;}
.jbzoo .jbcart-form,
.jbzoo .jbcart-shipping {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e7ded7;}
.jbzoo .jbcart-shipping-full .jbcart-shipping-col { margin-right: 0;
    border-right: 1px solid #e7ded7;}

td.jbcart-delete-all-cell { display: none;}

.jbcart-shippingfield-col p.jbcart-title,
.jbcart-shipping-col p.jbcart-title { margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;}
.jbcart-shippingfield-col { margin-left: 30px;}

.jbzoo .jbcart-shipping-row:last-child { margin-bottom: 30px;}
.jbzoo .jbcart-shipping-row { width: 93%;
    margin-bottom: 10px;
    background: #f1edec;
    color: #363636;
    font-weight: 500;
    border: 1px solid rgba(241, 237, 236, 0);}
    
.jbzoo .jbcart-shipping-row:hover,
.jbzoo .jbcart-shipping-row.active { background: #fff;
    border: 1px solid #e8ded5;}

.jbzoo .jbcart-shipping-price { font-size: 14px;
    display: none;}

.jbzoo .jbcart-shippingfield-empty { color: #85807c;
    font-style: normal;
    font-size: 14px;}

p.jbcart-title.jbcart-title-main { margin-bottom: 20px;
    margin-top: 50px;}

th.jbcart-col.jbcart-col-name { width: 30%;}

tfoot tr.jbcart-row-total td.jbcart-total-cell { width: 50%;}

.jbcart-price-of-goods { position: relative;}
.jbcart-price-of-goods span.jbcart-label { width: 100%;
    float: right;
    margin-bottom: 10px;
    color: #82817f;
    font-weight: 400;
    margin-right: -20px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;}

th.jbcart-col.jbcart-col-quantity { width: 30%;
	 text-align: center;}
th.jbcart-col.jbcart-col-subtotal { width: 12%;}

.jbzoo .jbcart-row > td.jbcart-quantity { padding-left: 10.5%;}
.liststyle{line-height: 30px;}

td.jbcart-total-price-cell .jbcart-label { margin-right: -20px;
    margin-bottom: 10px;
    color: #616161;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;} 

td.jbcart-total-price-cell span.jbcurrency-value:before,
span.jbcart-value.jsTotalPrice span.jbcurrency-value:before { font-size: 28px;
	 font-size: 25px;
    right: -25px;}
td.jbcart-total-price-cell span.jbcurrency-value,    
span.jbcart-value.jsTotalPrice span.jbcurrency-value { font-size: 28px;
    line-height: 28px;}

td.jbcart-subtotal { width: 10%;}
td.jbcart-delete { text-align: right; width: 2%}

.jbzoo .jbcart-modifier-element { padding-right: 10px;}

.jbzoo .jbcart-modifier-desc span { font-size: 14px !important;}
.jbzoo .jbcart-modifier-desc { font-style: normal;
    color: #84807f;}

.uk-grid.jsHeightFixRow { margin-top: 30px;}

.uk-grid.jsHeightFixRow .jbcart-payment-ui-row.first { float: left; }
.uk-grid.jsHeightFixRow .jbcart-payment-ui-row.last { float: right; }

.jbcart-payment.clearfix { margin-top: 50px;}

.tm-isblog .uk-article .uk-panel-box { background: #f1edec;
    color: #363636;
    transition: 0s;
    padding: 0 10px;
    height: 78px !important;
    line-height: 78px;
    font-weight: 500;
    border: 1px solid rgba(241, 237, 236, 0);}

.tm-isblog .uk-article .uk-panel-box:focus { box-shadow: none;
	 background: #fff;
	 transition: 0s;
    border: 1px solid #e8ded5;}

.jbcart-form.clearfix { width: 40%;
	 margin: 40px auto 60px;
    border-bottom: none;}
.jbzoo .jbcart-form-control { width: 100%;}

.jbzoo .jbcart textarea,
.jbzoo .jbcart input[type="text"] { height: 38px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #aaaaaa;
    background: #ffffff;
    border-radius: 0;
    color: #444444;}
.jbzoo .jbcart-form-label { width: 100%;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;}
.jbzoo .jbcart .required-dot { font-size: 12px;
	 font-weight: normal;}
.jbzoo .jbcart-form-row { margin-bottom: 15px;}

.jbcart-form-checkbox { position: relative;}
.jbcart-form-checkbox span.required-dot { position: absolute;
    left: 35px;
    top: 5px;
    color: #655039 !important;}
    
.jbcart-form-checkbox .jbcart-form-control input { margin-right: 25px !important;
    height: 18px;
    width: 18px;
    border: 1px solid #aaaaaa;}

.jbcart-form-checkbox:after { content: '* Поля обязательные для заполнения' !important;
    color: #bebebe;
    position: absolute;
    top: 50px;
	 text-align: center;
	 width: 100%}

.jbzoo .jbcart-shippingfield-row { background: #f1edec;}

.jbcart-module-empty.clearfix { font-size: 14px;
	 color: #ababab;}

.jbzoo .jbcart-radio { display: block;
    position: relative;
    margin-bottom: 0px;
    padding-top: 0px;
    cursor: pointer;
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #928B85;
    font-size: 16px;}
.jbzoo .jbcart-radio-input:checked + .jbcart-radio-label .jbcart-radio:after { position: absolute;
	 left: 6px;
	 content: '';
    top: 6px;
    z-index: 2;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #655136;}

.jbcart-payment-brand.uk-clearfix .jbcart-radio { margin-top: 15px;}

.jbzoo .jbform-actions { padding: 20px 0px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #f3f3f3;
    border-top: none;}

.uk-text-center.jbform-actions.uk-clearfix input.uk-button-large:before { content: '\f00c';
	 font-family: FontAwesome;
	 position: absolute;
	 display: block;
	 color: #fff;}
.uk-text-center.jbform-actions.uk-clearfix input.uk-button:hover { background: #fff;
	 color: #9c806c;}	 
.uk-text-center.jbform-actions.uk-clearfix input.uk-button { font-size: 16px;
    color: #fff;
    border: 1px solid #9c806c;
    background: #9c806c;
    border-radius: 0;
    display: block;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    margin: 0 auto;} 

.jbcart-validator-message { margin-bottom: 20px;
	 margin-top: 30px;}
.jbcart-payment-manual input:checked + label {background: #fff!important; border: 1px solid #e7ded7!important;}
.jbcart-payment-manual input:hover + label {background: #fff!important; border: 1px solid #e7ded7!important;}

.jbcart-payment .jbcart-payment-element { height: 50px;
	 line-height: 50px;}

article.uk-article a.more { color: #9c806c;
    border: 2px solid #9c806c;} 
article.uk-article a.more:hover { background: #9c806c;
	 color: #fff;}
.toptel a {color: #373737;}

.jbcart-payment .jbcart-radio-label { background: #f1edec !important;}

div#fox-container-m117 .controls { width: 100%;}

div#fox-container-m117 .fox-form textarea { width: 100% !important;}
.fox-item-text-area .controls { float: none;}
div#fox-container-m117 .fox-form-stacked .fox-item-checkbox .controls { width: 100%;
    text-align: left;
    font-size: 14px;}

.uk-navbar-nav>li>a:active {
    background-color: #fff;}


@media only screen
and (min-device-width : 320px) 
and (max-device-width : 1024px) {

.uk-navbar-nav > li > a { padding: 0 16px;}

.tm-main-top div.uk-width-medium-1-2:last-child .uk-panel-box,
.tm-main-top div.uk-width-medium-1-2:first-child .uk-panel-box { background: url(/images/proizvodstvo.jpg);
    padding: 10px 5px;
    min-height: auto;}

.tm-main-top div.uk-width-medium-1-2:last-child .uk-panel-box table + p { margin-top: 60px;}

.wk-slideset-default .next,
.wk-slideset-default .prev { display: block;}

.wk-slideset-default > div .next { margin-right: 43%;}
.wk-slideset-default > div .prev { margin-left: 43%;}

.tm-footer ul > li a { padding: 0 7px;}
.tm-footer ul.nav.menu { padding-left: 0;}

.jbzoo .subcategories .subcategory-image img { height: 217px;}

.jbzoo-item-teaser .left .slider-wrapper { width: 360px;}

section.kuhni-na-zakaz .jbzoo .jb-box .image { height: 260px;}

.bottom-c .imaga img { width: 286px; height: 256px;}

.jbzoo-item-teaser .right h4.item-title { line-height: 34px;}

#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .item-buttons a { padding: 15px 15px;}

#yoo-zoo .jbzoo-item-magazin.jbzoo-item-teaser .right .jb-row:after { right: -5px; top: 2px;}

#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div,
#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div + div,
#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div + div + div { margin-right: 2.4%;}
#yoo-zoo.jbzoo-app-magazin .item-related h4.element-label + div + div + div { margin-right: 0;}

#yoo-zoo.jbzoo-app-magazin .item-related ul.item-metadata a { padding: 15px 25px;}

div#fox-container-m117 .fox-form-stacked .fox-item-checkbox .controls { font-size: 12px;}

.jbzoo .jbcart-validator:before { left: -15px;}

.jbzoo .jbcart-row > td.jbcart-quantity { padding-left: 10%;}

.jbzoo .jbcart-modifier-desc span { font-size: 12px !important;}

.jbzoo .jbcart-form-control { font-size: 14px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .left .clearfix a { margin: 0 3.3%;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .jb-tab-pane { margin-top: 110px;}


}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .metadata .element-textarea table { margin-left: -3px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full .right .metadata .element-textarea table h3 { color: #373737;
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;}

#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full.jbzoo-item-98 h1.item-title { margin-bottom: 45px;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full.jbzoo-item-98 { position: relative;}
#yoo-zoo.jbzoo-app-magazin .jbzoo-item-full.jbzoo-item-98:after { content: '(Продается без набора ножей)';
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    font-weight: 300;
    text-align: center;
    top: 40px;}

.uk-float-right table td:nth-of-type(1) { padding-right: 20px;}
.uk-float-right table td:nth-of-type(1) .mobile-top { margin-bottom: 5px;}
.uk-float-right table td:nth-of-type(1) .mobile-top a:hover { text-decoration: none;}    
.uk-float-right table td:nth-of-type(1) .mobile-top a { color: #373737;
    font-weight: 600;
    font-size: 20px;}
.uk-float-right table td:nth-of-type(1) .text-top { text-align: right;
    color: #817573;
    font-size: 14px;}

.uk-float-right table td:nth-of-type(2) { border-left: 2px solid #c5b1a2;
    padding-left: 20px;}
.uk-float-right table td:nth-of-type(2) div:first-child { margin-bottom: 5px;}
.uk-float-right table td:nth-of-type(2) div:first-child img { margin-right: 10px;}
.uk-float-right table td:nth-of-type(2) div:last-child a:hover { text-decoration: none;} 
.uk-float-right table td:nth-of-type(2) div:last-child a { font-size: 16px;
    font-weight: 400;}


table.jbcart-table.jsJBZooCartTable { position: relative;
	 margin-top: 60px;}
table.jbcart-table.jsJBZooCartTable:before { content: 'Срок формирования заказа от 3-х до 12-ти дней после 100% оплаты.';
    position: absolute;
    top: -55px;
    width: 100%;
    font-weight: 400;
    color: #373737;
    text-align: center;
    font-size: 13px;}

















